On 11/17/2014 11:05 AM, Shivaprasad G Bhat wrote:
The test case adds passthrough hostdevices and interface of
type hostdev. The test case tests the address for multifunction,
multibus, and pci bridges within the spapr-vfio domain.
Signed-off-by: Shivaprasad G Bhat <sbhat(a)linux.vnet.ibm.com>
Signed-off-by: Pradipta Kumar Banerjee <bpradip(a)in.ibm.com>
Reviewed-by: Prerna Saxena <prerna(a)linux.vnet.ibm.com>
---
.../qemuxml2argv-hostdev-spapr-vfio.args | 20 +++++
.../qemuxml2argv-hostdev-spapr-vfio.xml | 75 ++++++++++++++++++++
tests/qemuxml2argvtest.c | 8 ++
3 files changed, 103 insertions(+)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-hostdev-spapr-vfio.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-hostdev-spapr-vfio.xml
This should be squashed into the commit adding the command line generation.
Jan