mbox

[PULL,0/4] VFIO fixes for QEMU 2.1

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

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140630.0

Message

Alex Williamson June 30, 2014, 5:27 p.m. UTC
The following changes since commit 8954000b9ef88db809d23ce58a3221eacdf3b773:

  Merge remote-tracking branch 'remotes/bonzini/nbd-next' into staging (2014-06-30 16:13:32 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140630.0

for you to fetch changes up to ba29776fd8160a5c1c1892af5e237fc37aec3cf7:

  vfio: use correct runstate (2014-06-30 09:56:08 -0600)

----------------------------------------------------------------
VFIO patches: MSI-X masking performance fix, Endian fixes, fix runstate on device error

----------------------------------------------------------------
Alex Williamson (2):
      vfio-pci: Fix MSI/X debug code
      vfio-pci: Fix MSI-X masking performance

Alexey Kardashevskiy (1):
      vfio: Make BARs native endian

Paolo Bonzini (1):
      vfio: use correct runstate

 hw/misc/vfio.c | 280 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 165 insertions(+), 115 deletions(-)

Comments

Peter Maydell June 30, 2014, 5:47 p.m. UTC | #1
On 30 June 2014 18:27, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 8954000b9ef88db809d23ce58a3221eacdf3b773:
>
>   Merge remote-tracking branch 'remotes/bonzini/nbd-next' into staging (2014-06-30 16:13:32 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140630.0
>
> for you to fetch changes up to ba29776fd8160a5c1c1892af5e237fc37aec3cf7:
>
>   vfio: use correct runstate (2014-06-30 09:56:08 -0600)
>
> ----------------------------------------------------------------
> VFIO patches: MSI-X masking performance fix, Endian fixes, fix runstate on device error

Applied, thanks.

-- PMM