Introduces a new Xen PV PCI device which will act as a binding point for PV drivers for Xen. The device has parameterized vendor-id, device-id and revision to allow to be configured as a binding point for any vendor's PV drivers.
8fbab3b Xen PV Device
hw/xen/Makefile.objs | 2 +-
hw/xen/xen_pvdevice.c | 131 ++++++++++++++++++++++++++++++++++++++++++++++
include/hw/pci/pci_ids.h | 5 +-
trace-events | 4 ++
4 files changed, 139 insertions(+), 3 deletions(-)
Upstream: git.qemu.org