Re: [libvirt] [PATCH 1/7] check whether qemu supports multi function PCI device

2011-06-07 Thread Wen Congyang
At 06/03/2011 10:07 PM, Eric Blake Write: On 05/27/2011 04:19 AM, Wen Congyang wrote: qemu supports multi function PCI device after version 0.13.0. After ( 0.13.0) or at least (= 0.13.0)? at least. @@ -1024,6 +1026,9 @@ qemuCapsComputeCmdFlags(const char *help, */ if

Re: [libvirt] [PATCH 1/7] check whether qemu supports multi function PCI device

2011-06-03 Thread Daniel P. Berrange
On Fri, May 27, 2011 at 06:19:42PM +0800, Wen Congyang wrote: qemu supports multi function PCI device after version 0.13.0. --- src/qemu/qemu_capabilities.c |5 + src/qemu/qemu_capabilities.h |1 + tests/qemuhelptest.c |3 ++- 3 files changed, 8 insertions(+), 1

Re: [libvirt] [PATCH 1/7] check whether qemu supports multi function PCI device

2011-06-03 Thread Eric Blake
On 05/27/2011 04:19 AM, Wen Congyang wrote: qemu supports multi function PCI device after version 0.13.0. After ( 0.13.0) or at least (= 0.13.0)? @@ -1024,6 +1026,9 @@ qemuCapsComputeCmdFlags(const char *help, */ if (version = 13000) qemuCapsSet(flags,

[libvirt] [PATCH 1/7] check whether qemu supports multi function PCI device

2011-05-27 Thread Wen Congyang
qemu supports multi function PCI device after version 0.13.0. --- src/qemu/qemu_capabilities.c |5 + src/qemu/qemu_capabilities.h |1 + tests/qemuhelptest.c |3 ++- 3 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_capabilities.c