qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL] Xen PCI Passthrough


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL] Xen PCI Passthrough
Date: Tue, 26 Jun 2012 17:37:35 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 06/21/2012 11:13 AM, Stefano Stabellini wrote:
Anthony,
please pull Anthony Perard's Xen PCI Passthrough series from:

git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-pt

All the generic patches have been acked by Michael, the Xen patches have
been reviewed by Konrad and me.

Pulled.  Thanks.

Regards,

Anthony Liguori




Allen Kay (2):
       Introduce Xen PCI Passthrough, qdevice
       Introduce Xen PCI Passthrough, PCI config space helpers

Anthony PERARD (6):
       pci_ids: Add INTEL_82599_SFP_VF id.
       configure: Introduce --enable-xen-pci-passthrough.
       Introduce XenHostPCIDevice to access a pci device on the host.
       pci.c: Add opaque argument to pci_for_each_device.
       qdev-properties: Introduce pci-host-devaddr.
       Introduce apic-msidef.h

Jiang Yunhong (1):
       Introduce Xen PCI Passthrough, MSI

  configure                |   29 +
  hw/apic-msidef.h         |   30 +
  hw/apic.c                |   11 +-
  hw/i386/Makefile.objs    |    2 +
  hw/pci.c                 |   11 +-
  hw/pci.h                 |    4 +-
  hw/pci_ids.h             |    1 +
  hw/qdev-properties.c     |  107 +++
  hw/qdev.h                |    3 +
  hw/xen-host-pci-device.c |  396 ++++++++++
  hw/xen-host-pci-device.h |   55 ++
  hw/xen_common.h          |    3 +
  hw/xen_platform.c        |    8 +-
  hw/xen_pt.c              |  851 +++++++++++++++++++++
  hw/xen_pt.h              |  301 ++++++++
  hw/xen_pt_config_init.c  | 1869 ++++++++++++++++++++++++++++++++++++++++++++++
  hw/xen_pt_msi.c          |  620 +++++++++++++++
  qemu-common.h            |    7 +
  xen-all.c                |   12 +
  19 files changed, 4301 insertions(+), 19 deletions(-)

Cheers,

Stefano






reply via email to

[Prev in Thread] Current Thread [Next in Thread]