Re: [libvirt] [PATCH 1/3] qemu: parse: Use virControllerDefNew

2016-05-02 Thread Cole Robinson
On 05/02/2016 07:44 PM, John Ferlan wrote: > > > On 04/27/2016 02:29 PM, Cole Robinson wrote: >> Rather than reimplement it. This will be needed in upcoming patches >> --- >> src/conf/domain_conf.c| 2 +- >> src/conf/domain_conf.h| 2 ++ >> src/libvirt_private.syms | 1 + >>

Re: [libvirt] [PATCH 1/3] qemu: parse: Use virControllerDefNew

2016-05-02 Thread John Ferlan
On 04/27/2016 02:29 PM, Cole Robinson wrote: > Rather than reimplement it. This will be needed in upcoming patches > --- > src/conf/domain_conf.c| 2 +- > src/conf/domain_conf.h| 2 ++ > src/libvirt_private.syms | 1 + > src/qemu/qemu_parse_command.c | 8 +++- > 4 files

[libvirt] [PATCH 1/3] qemu: parse: Use virControllerDefNew

2016-04-27 Thread Cole Robinson
Rather than reimplement it. This will be needed in upcoming patches --- src/conf/domain_conf.c| 2 +- src/conf/domain_conf.h| 2 ++ src/libvirt_private.syms | 1 + src/qemu/qemu_parse_command.c | 8 +++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/co