Re: [Qemu-devel] [PULL 0/2] VFIO updates 2016-01-19

2016-01-21 Thread Peter Maydell
On 19 January 2016 at 19:17, Alex Williamson  wrote:
> The following changes since commit 3db34bf64ab4f8797565dd8750003156c32b301d:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' 
> into staging (2016-01-18 17:40:50 +)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160119.0
>
> for you to fetch changes up to 95239e162518dc6577164be3d9a789aba7f591a3:
>
>   vfio/pci: Lazy PBA emulation (2016-01-19 11:33:42 -0700)
>
> 
> VFIO updates 2016-01-19
>
>  - Performance fix for devices with poorly placed MSI-X PBA regions
>  - Quirk fix for hosts with broken MMCONFIG access
>
> 

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/2] VFIO updates 2016-01-19

2016-01-19 Thread Alex Williamson
The following changes since commit 3db34bf64ab4f8797565dd8750003156c32b301d:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' 
into staging (2016-01-18 17:40:50 +)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160119.0

for you to fetch changes up to 95239e162518dc6577164be3d9a789aba7f591a3:

  vfio/pci: Lazy PBA emulation (2016-01-19 11:33:42 -0700)


VFIO updates 2016-01-19

 - Performance fix for devices with poorly placed MSI-X PBA regions
 - Quirk fix for hosts with broken MMCONFIG access


Alex Williamson (2):
  vfio/pci-quirks: Only quirk to size of PCI config space
  vfio/pci: Lazy PBA emulation

 hw/vfio/pci-quirks.c |  6 +++---
 hw/vfio/pci.c| 39 +++
 hw/vfio/pci.h|  1 +
 trace-events |  2 ++
 4 files changed, 45 insertions(+), 3 deletions(-)