mbox

[PULL,0/8] Series short description

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

Pull-request

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

Message

Alex Williamson June 2, 2014, 10 p.m. UTC
The following changes since commit d7d3d6092cb7edc75dc49fb90c86dd5425ab4805:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-05-28 18:38:39 +0100)

are available in the git repository at:


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

for you to fetch changes up to 5e70018b00dbe59a96b80933a0dd308ee1ec4488:

  vfio: Add guest side IOMMU support (2014-05-30 13:10:07 -0600)

----------------------------------------------------------------
VFIO patches: realtek NIC quirk + SPAPR IOMMU AddressSpace support

----------------------------------------------------------------
Alex Williamson (1):
      vfio-pci: Quirk RTL8168 NIC

Alexey Kardashevskiy (3):
      int128: Add int128_exts64()
      vfio: Fix 128 bit handling
      vfio: Rework to have error paths

David Gibson (4):
      memory: Sanity check that no listeners remain on a destroyed AddressSpace
      vfio: Introduce VFIO address spaces
      vfio: Create VFIOAddressSpace objects as needed
      vfio: Add guest side IOMMU support

 hw/misc/vfio.c        | 428 ++++++++++++++++++++++++++++++++++++++++++++------
 include/qemu/int128.h |   5 +
 memory.c              |   7 +
 3 files changed, 392 insertions(+), 48 deletions(-)

Comments

Alex Williamson June 2, 2014, 10:09 p.m. UTC | #1
Dangit, I always manage to screw up something my qemu pull request.  I'm
especially out of practice on this one.

Subject: VFIO pull request

Hopefully the rest is ok.  Thanks,

Alex

On Mon, 2014-06-02 at 16:00 -0600, Alex Williamson wrote:
> The following changes since commit d7d3d6092cb7edc75dc49fb90c86dd5425ab4805:
> 
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-05-28 18:38:39 +0100)
> 
> are available in the git repository at:
> 
> 
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140602.0
> 
> for you to fetch changes up to 5e70018b00dbe59a96b80933a0dd308ee1ec4488:
> 
>   vfio: Add guest side IOMMU support (2014-05-30 13:10:07 -0600)
> 
> ----------------------------------------------------------------
> VFIO patches: realtek NIC quirk + SPAPR IOMMU AddressSpace support
> 
> ----------------------------------------------------------------
> Alex Williamson (1):
>       vfio-pci: Quirk RTL8168 NIC
> 
> Alexey Kardashevskiy (3):
>       int128: Add int128_exts64()
>       vfio: Fix 128 bit handling
>       vfio: Rework to have error paths
> 
> David Gibson (4):
>       memory: Sanity check that no listeners remain on a destroyed AddressSpace
>       vfio: Introduce VFIO address spaces
>       vfio: Create VFIOAddressSpace objects as needed
>       vfio: Add guest side IOMMU support
> 
>  hw/misc/vfio.c        | 428 ++++++++++++++++++++++++++++++++++++++++++++------
>  include/qemu/int128.h |   5 +
>  memory.c              |   7 +
>  3 files changed, 392 insertions(+), 48 deletions(-)
Peter Maydell June 3, 2014, 2:34 p.m. UTC | #2
On 2 June 2014 23:00, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit d7d3d6092cb7edc75dc49fb90c86dd5425ab4805:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-05-28 18:38:39 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140602.0
>
> for you to fetch changes up to 5e70018b00dbe59a96b80933a0dd308ee1ec4488:
>
>   vfio: Add guest side IOMMU support (2014-05-30 13:10:07 -0600)
>
> ----------------------------------------------------------------
> VFIO patches: realtek NIC quirk + SPAPR IOMMU AddressSpace support
>

Applied, thanks.

-- PMM