Re: [libvirt] [PATCH v3 RESEND 04/12] qemu: Introduce nbd-server-add command

2013-02-20 Thread Jiri Denemark
On Mon, Feb 18, 2013 at 15:38:37 +0100, Michal Privoznik wrote: This will be used with new migration scheme. This patch creates basically just monitor stub functions. Wiring them into something useful is done in later patches. --- src/qemu/qemu_monitor.c | 22 ++

[libvirt] [PATCH v3 RESEND 04/12] qemu: Introduce nbd-server-add command

2013-02-18 Thread Michal Privoznik
This will be used with new migration scheme. This patch creates basically just monitor stub functions. Wiring them into something useful is done in later patches. --- src/qemu/qemu_monitor.c | 22 ++ src/qemu/qemu_monitor.h | 3 +++ src/qemu/qemu_monitor_json.c | 25