]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Convert PCI device assignment over to -device
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Dec 2009 19:36:42 +0000 (19:36 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Jan 2010 13:55:56 +0000 (13:55 +0000)
commit16658da4e76ea9e57440f569d0c945403cda2b56
tree2c97ca4b5e97bb8f47f4dbc33a41390ff1dc7a11
parente8d43d06877429ef7070be2b473acc6ae11d3f74
Convert PCI device assignment over to -device

The old syntax is

  -pcidevice host=BUS:SLOT:FUNCTION

The new syntax is

  -device pci-assign,host=BUS:SLOT:FUNCTION,addr=<PCI SLOT>,id=host0
src/qemu/qemu_conf.c
tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address-device.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address-device.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c