]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commit
disable qemu PCI devices in HVM domains
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 31 Dec 2008 16:00:20 +0000 (16:00 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 31 Dec 2008 16:00:20 +0000 (16:00 +0000)
commite7911109f4321e9ba0cc56a253b653600aa46bea
tree3d3b0399eb3b0ce3568b3a5026ecf9420b83d1de
parent1707bb348b401ddb08ace69b4fa1384cbaaff1b4
disable qemu PCI devices in HVM domains

Magic ioport (0x10) protocol for negotating with guest PV drivers
during startup, and allowing PV drivers to disable hardware emulations
thus preventing guest from seeing the same device through two paths.

Protocol and implementation from the Citrix Xenserver product line.
Documentation (protocol spec) will follow in a moment.

Contributed-By: Steven Smith <steven.smith@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
block-raw-posix.c
hw/ide.c
hw/pc.h
hw/pci.c
hw/xen_platform.c
i386-dm/exec-dm.c
qemu-xen.h
vl.c
xenstore.c