Re: [libvirt] [PATCH v2 06/10] Make qemu attach/detach functions public

2016-07-26 Thread Martin Kletzander
On Wed, Jul 27, 2016 at 01:08:17AM +0200, Tomasz Flendrich wrote: +int qemuDomainAttachDeviceLiveAndConfig(virConnectPtr conn, +virDomainObjPtr vm, +virQEMUDriverPtr driver, +

Re: [libvirt] [PATCH v2 06/10] Make qemu attach/detach functions public

2016-07-26 Thread Tomasz Flendrich
> > +int qemuDomainAttachDeviceLiveAndConfig(virConnectPtr conn, >> +virDomainObjPtr vm, >> +virQEMUDriverPtr driver, >> +const char *xml, >> +

Re: [libvirt] [PATCH v2 06/10] Make qemu attach/detach functions public

2016-07-25 Thread Martin Kletzander
On Sat, Jul 16, 2016 at 02:42:51AM +0200, Tomasz Flendrich wrote: They will be used to test device attachment and detachment, so they have to be visible to the outside. --- src/qemu/qemu_driver.c | 4 ++-- src/qemu/qemu_driver.h | 14 ++ 2 files changed, 16 insertions(+), 2 deletions(

[libvirt] [PATCH v2 06/10] Make qemu attach/detach functions public

2016-07-15 Thread Tomasz Flendrich
They will be used to test device attachment and detachment, so they have to be visible to the outside. --- src/qemu/qemu_driver.c | 4 ++-- src/qemu/qemu_driver.h | 14 ++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c