[Qemu-devel] [PULL 0/3] VFIO fixes 2017-05-03

Alex Williamson posted 3 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170503213659.11828.39423.stgit@gimli.home
Test checkpatch passed
Test docker passed
Test s390x passed
hw/vfio/common.c | 14 ++++++++++++++
hw/vfio/pci.c    |  4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/3] VFIO fixes 2017-05-03
Posted by Alex Williamson 6 years, 11 months ago
The following changes since commit e619b14746e5d8c0e53061661fd0e1da01fd4d60:

  Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging (2017-05-02 15:16:29 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170503.0

for you to fetch changes up to 6e4e6f0d403b1fb25f9dfdbe17754c643997753d:

  vfio/pci: Fix incorrect error message (2017-05-03 14:52:35 -0600)

----------------------------------------------------------------
VFIO fixes 2017-05-03

 - Enable 8-byte memory region accesses (Jose Ricardo Ziviani)
 - Fix vfio-pci error message (Dong Jia Shi)

----------------------------------------------------------------
Dong Jia Shi (1):
      vfio/pci: Fix incorrect error message

Jose Ricardo Ziviani (2):
      vfio: Set MemoryRegionOps:max_access_size and min_access_size
      vfio: enable 8-byte reads/writes to vfio

 hw/vfio/common.c | 14 ++++++++++++++
 hw/vfio/pci.c    |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

Re: [Qemu-devel] [PULL 0/3] VFIO fixes 2017-05-03
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Wed, May 03, 2017 at 03:38:39PM -0600, Alex Williamson wrote:
> The following changes since commit e619b14746e5d8c0e53061661fd0e1da01fd4d60:
> 
>   Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging (2017-05-02 15:16:29 +0100)
> 
> are available in the git repository at:
> 
> 
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170503.0
> 
> for you to fetch changes up to 6e4e6f0d403b1fb25f9dfdbe17754c643997753d:
> 
>   vfio/pci: Fix incorrect error message (2017-05-03 14:52:35 -0600)
> 
> ----------------------------------------------------------------
> VFIO fixes 2017-05-03
> 
>  - Enable 8-byte memory region accesses (Jose Ricardo Ziviani)
>  - Fix vfio-pci error message (Dong Jia Shi)
> 
> ----------------------------------------------------------------
> Dong Jia Shi (1):
>       vfio/pci: Fix incorrect error message
> 
> Jose Ricardo Ziviani (2):
>       vfio: Set MemoryRegionOps:max_access_size and min_access_size
>       vfio: enable 8-byte reads/writes to vfio
> 
>  hw/vfio/common.c | 14 ++++++++++++++
>  hw/vfio/pci.c    |  4 ++--
>  2 files changed, 16 insertions(+), 2 deletions(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan