Re: [libvirt] [PATCH v3 3/5] qemu: build command line for pci-bridge device

2013-04-22 Thread Laine Stump
On 04/22/2013 02:43 PM, Ján Tomko wrote: > From: liguang Add a "Signed-off-by:" line for yourself. > > --- > src/qemu/qemu_capabilities.c | 3 +++ > src/qemu/qemu_capabilities.h | 1 + > src/qemu/qemu_command.c | 30 +- > tests/qemuhelptest.c | 21 ++

[libvirt] [PATCH v3 3/5] qemu: build command line for pci-bridge device

2013-04-22 Thread Ján Tomko
From: liguang --- src/qemu/qemu_capabilities.c | 3 +++ src/qemu/qemu_capabilities.h | 1 + src/qemu/qemu_command.c | 30 +- tests/qemuhelptest.c | 21 ++--- 4 files changed, 47 insertions(+), 8 deletions(-) diff --git a/src/qemu/qemu_c