Re: [libvirt] [PATCH 11/16] qemu: Implement the device parse callback and use it for interfaces

2013-03-01 Thread Laine Stump
On 02/20/2013 12:06 PM, Peter Krempa wrote: This patch implements the callback that is used to fill the qemu default network card into the XML if none is provided in the definition. --- src/qemu/qemu_conf.c | 1 + src/qemu/qemu_domain.c | 23 +++

Re: [libvirt] [PATCH 11/16] qemu: Implement the device parse callback and use it for interfaces

2013-03-01 Thread Laine Stump
On 03/01/2013 02:13 PM, Laine Stump wrote: On 02/20/2013 12:06 PM, Peter Krempa wrote: This patch implements the callback that is used to fill the qemu default network card into the XML if none is provided in the definition. --- src/qemu/qemu_conf.c | 1 + src/qemu/qemu_domain.c | 23

[libvirt] [PATCH 11/16] qemu: Implement the device parse callback and use it for interfaces

2013-02-20 Thread Peter Krempa
This patch implements the callback that is used to fill the qemu default network card into the XML if none is provided in the definition. --- src/qemu/qemu_conf.c | 1 + src/qemu/qemu_domain.c | 23 +++ src/qemu/qemu_domain.h | 1 + 3 files changed, 25 insertions(+) diff