Re: [libvirt] [PATCH v3] QEMU: parse '-device vfio-pci' and '-device pci-assign'

2014-06-16 Thread hong-hua....@freescale.com
Ping. > -Original Message- > From: Olivia Yin [mailto:hong-hua@freescale.com] > Sent: Tuesday, June 10, 2014 12:23 PM > To: libvir-list@redhat.com; la...@laine.org > Cc: Yin Olivia-R63875 > Subject: [PATCH v3] QEMU: parse '-device vfio-pci' and '-device pci-assign' > > Signed-off-by

[libvirt] [PATCH v3] QEMU: parse '-device vfio-pci' and '-device pci-assign'

2014-06-09 Thread Olivia Yin
Signed-off-by: Olivia Yin Signed-off-by: Laine Stump Modify the existing function qemuParseCommandLinePCI(), which works with -pcidevice, to support for "-device pci-assign" and "-device pci-assign". Change test cases 'hostdev-vfio' and 'hostdev-pci-address-device' to validate the new function