pci: add pci option support for XenAPI sever
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 8 Jan 2009 11:26:16 +0000 (11:26 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 8 Jan 2009 11:26:16 +0000 (11:26 +0000)
commit925d7f9d822d213043229f79c4a72f95385fd03f
tree10afa4aefbb8dfcbe4b0dc21bc782ef7b1dbf163
parent925b2ca585a28793c0dd2ee52f6842f89370cb4c
pci: add pci option support for XenAPI sever

Allow the per-device options for passthrough pci devices
This patch is for XenAPI server

A new key-value pair element of 'pci' named 'pci_opt' is added
to xml config file

Signed-off-by: Qing He <qing.he@intel.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDPCI.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/create.dtd
tools/python/xen/xm/main.py
tools/python/xen/xm/xenapi_create.py