Re: [libvirt] [PATCH 2/2] tests: set QEMUD_CMD_FLAG_PCI_MULTIBUS in testCompareXMLToArgvFiles()

2011-02-10 Thread Eric Blake
On 02/10/2011 12:18 PM, Eric Blake wrote: > On 02/09/2011 07:19 PM, Wen Congyang wrote: >> set QEMUD_CMD_FLAG_PCI_MULTIBUS before calling qemuBuildCommandLine() >> as the flags is not set by qemuCapsExtractVersionInfo(). >> >> Signed-off-by: Wen Congyang >> >> --- >> tests/qemuxml2argvtest.c |

Re: [libvirt] [PATCH 2/2] tests: set QEMUD_CMD_FLAG_PCI_MULTIBUS in testCompareXMLToArgvFiles()

2011-02-10 Thread Eric Blake
On 02/09/2011 07:19 PM, Wen Congyang wrote: > set QEMUD_CMD_FLAG_PCI_MULTIBUS before calling qemuBuildCommandLine() > as the flags is not set by qemuCapsExtractVersionInfo(). > > Signed-off-by: Wen Congyang > > --- > tests/qemuxml2argvtest.c |9 + > 1 files changed, 9 insertions(+),

[libvirt] [PATCH 2/2] tests: set QEMUD_CMD_FLAG_PCI_MULTIBUS in testCompareXMLToArgvFiles()

2011-02-09 Thread Wen Congyang
set QEMUD_CMD_FLAG_PCI_MULTIBUS before calling qemuBuildCommandLine() as the flags is not set by qemuCapsExtractVersionInfo(). Signed-off-by: Wen Congyang --- tests/qemuxml2argvtest.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/tests/qemuxml2argvtest.c b/tes