]> xenbits.xen.org Git - xenclient/ioemu.git/commit
Disable xen platform PCI device when xen_platform_pci=0 is specified
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 23 Mar 2009 17:27:08 +0000 (17:27 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 23 Mar 2009 17:27:08 +0000 (17:27 +0000)
commitd359181b3a3970e30b7d2f7acdd53688f08abbfe
tree04a04f5e1ed214afc7d22140434fedf7790b1129
parent0198b78f860c85be286a66f300e7e18b73495904
Disable xen platform PCI device when xen_platform_pci=0 is specified

This patch is the ioemu side of the series.

- Alias the "platform_flags" byte of the ioport BAR to fixed byte port
  0x10, and don't remove existing "platform_flags" byte.

- Disable xen platform PCI device if "disable_pf" entry is 1. If there
  is not "disable_pf" entry, xen platform PCI device is enabled.

Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp>
hw/pc.c
hw/xen_platform.c
hw/xen_platform.h
qemu-xen.h
xenstore.c