Re: [libvirt] [PATCH v4 5/9] qemu: Introduce nbd-server-stop command

2013-02-22 Thread Jiri Denemark
On Thu, Feb 21, 2013 at 14:39:22 +0100, Michal Privoznik wrote: > This will be used after all migration work is done > to stop NBD server running on destination. It > doesn't take any arguments, just issues a command. > --- > src/qemu/qemu_monitor.c | 19 +++ > src/qemu/qemu_

[libvirt] [PATCH v4 5/9] qemu: Introduce nbd-server-stop command

2013-02-21 Thread Michal Privoznik
This will be used after all migration work is done to stop NBD server running on destination. It doesn't take any arguments, just issues a command. --- src/qemu/qemu_monitor.c | 19 +++ src/qemu/qemu_monitor.h | 1 + src/qemu/qemu_monitor_json.c | 21 +++