]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commit
add libpci fixup to handle recent change in PCIUtils
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 26 Jan 2009 12:08:54 +0000 (12:08 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 26 Jan 2009 12:08:54 +0000 (12:08 +0000)
commit167a94eb60932c1dafdf23e4ddc18b8eb24c311c
tree876ff0618625a554e1c23f8e1a6f8e702a64f9ef
parent7b3415ada605f3fc372809b897489820c6a38677
add libpci fixup to handle recent change in PCIUtils

The following commit of PCIUtils changes what 'base_addr' contains.
Add a fixup to make sure the pass-through works when building against
different versions of PCIUtils.

  commit 6d143c3283855c474445a3cf27c65280ed7ab1b7
  Author: Yu Zhao <yu.zhao@intel.com>
  Date:   Fri Dec 26 09:59:28 2008 +0800

    Fix base address flags when using sysfs method

    The base address flags are ignored when using sysfs method, while
    the proc and generic methods combined the flags into 'base_addr'.
    This inconsistency may fail some applications using libpci.

Signed-off-by: Yu Zhao <yu.zhao@intel.com>
hw/pass-through.c
hw/pass-through.h
hw/pt-msi.c