mbox

[PULL,0/2] vfio-pci fixes

Message ID 20150109162948.23623.92260.stgit@bling.home
State New
Headers show

Pull-request

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

Message

Alex Williamson Jan. 9, 2015, 4:30 p.m. UTC
The following changes since commit 59a0419856c9ed24e9ecd033db092b2e8f81a728:

  hw/ppc/mac_newworld: simplify usb controller creation logic (2015-01-08 17:32:27 +0000)

are available in the git repository at:

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

for you to fetch changes up to b3e27c3aee8f5a96debfe0346e9c0e3a641a8516:

  vfio-pci: Fix interrupt disabling (2015-01-09 08:50:53 -0700)

----------------------------------------------------------------
VFIO fixes:
- Fix 32bit overflow in handling large PCI BARs (Alex Williamson)
- Fix interrupt shutdown ordering (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (2):
      vfio-pci: Fix BAR size overflow
      vfio-pci: Fix interrupt disabling

 hw/vfio/pci.c | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

Comments

Peter Maydell Jan. 11, 2015, 6:17 p.m. UTC | #1
On 9 January 2015 at 16:30, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 59a0419856c9ed24e9ecd033db092b2e8f81a728:
>
>   hw/ppc/mac_newworld: simplify usb controller creation logic (2015-01-08 17:32:27 +0000)
>
> are available in the git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150109.0
>
> for you to fetch changes up to b3e27c3aee8f5a96debfe0346e9c0e3a641a8516:
>
>   vfio-pci: Fix interrupt disabling (2015-01-09 08:50:53 -0700)
>
> ----------------------------------------------------------------
> VFIO fixes:
> - Fix 32bit overflow in handling large PCI BARs (Alex Williamson)
> - Fix interrupt shutdown ordering (Alex Williamson)
>

Applied, thanks.

-- PMM