Re: [libvirt] [PATCH 1/2] add qemu pci-express device support

2013-01-09 Thread li guang
在 2013-01-09三的 10:32 +,Daniel P. Berrange写道: > On Wed, Jan 09, 2013 at 10:35:32AM +0800, liguang wrote: > > Signed-off-by: liguang > > --- > > src/conf/device_conf.c |8 +++- > > src/conf/device_conf.h |1 + > > src/qemu/qemu_capabilities.c | 11 +++ > > src/

Re: [libvirt] [PATCH 1/2] add qemu pci-express device support

2013-01-09 Thread Daniel P. Berrange
On Wed, Jan 09, 2013 at 10:35:32AM +0800, liguang wrote: > Signed-off-by: liguang > --- > src/conf/device_conf.c |8 +++- > src/conf/device_conf.h |1 + > src/qemu/qemu_capabilities.c | 11 +++ > src/qemu/qemu_capabilities.h |1 + > src/qemu/qemu_command.c

[libvirt] [PATCH 1/2] add qemu pci-express device support

2013-01-08 Thread liguang
Signed-off-by: liguang --- src/conf/device_conf.c |8 +++- src/conf/device_conf.h |1 + src/qemu/qemu_capabilities.c | 11 +++ src/qemu/qemu_capabilities.h |1 + src/qemu/qemu_command.c |4 +++- 5 files changed, 23 insertions(+), 2 deletions(-) diff