Re: [libvirt] [PATCH 06/12] qemu: Separate controller removal into a standalone function

2013-07-16 Thread Daniel P. Berrange
On Mon, Jul 15, 2013 at 07:11:07PM +0200, Jiri Denemark wrote: --- src/qemu/qemu_hotplug.c | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) ACK Daniel -- |: http://berrange.com -o-http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org

Re: [libvirt] [PATCH 06/12] qemu: Separate controller removal into a standalone function

2013-07-16 Thread Jiri Denemark
On Tue, Jul 16, 2013 at 10:56:55 +0100, Daniel Berrange wrote: On Mon, Jul 15, 2013 at 07:11:07PM +0200, Jiri Denemark wrote: --- src/qemu/qemu_hotplug.c | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) ACK Pushed, thanks. Jirka -- libvir-list mailing

[libvirt] [PATCH 06/12] qemu: Separate controller removal into a standalone function

2013-07-15 Thread Jiri Denemark
--- src/qemu/qemu_hotplug.c | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 6db789d..0093245 100644 --- a/src/qemu/qemu_hotplug.c +++ b/src/qemu/qemu_hotplug.c @@ -2139,6 +2139,28 @@