Re: [libvirt] [PATCH v2.1 01/11] qemu: Introduce NBD_SERVER capability

2013-01-17 Thread Jiri Denemark
On Fri, Jan 11, 2013 at 17:52:13 +0100, Michal Privoznik wrote: This just keeps track whether qemu knows nbd-server-* commands so we can use it during migration or not. --- src/qemu/qemu_capabilities.c | 4 +++- src/qemu/qemu_capabilities.h | 1 + 2 files changed, 4 insertions(+), 1

[libvirt] [PATCH v2.1 01/11] qemu: Introduce NBD_SERVER capability

2013-01-11 Thread Michal Privoznik
This just keeps track whether qemu knows nbd-server-* commands so we can use it during migration or not. --- src/qemu/qemu_capabilities.c | 4 +++- src/qemu/qemu_capabilities.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_capabilities.c

Re: [libvirt] [PATCH v2.1 01/11] qemu: Introduce NBD_SERVER capability

2012-12-19 Thread li guang
reviewed-by: liguang lig.f...@cn.fujitsu.com 在 2012-12-18二的 15:36 +0100,Michal Privoznik写道: This just keeps track whether qemu knows nbd-server-* commands so we can use it during migration or not. --- src/qemu/qemu_capabilities.c | 3 +++ src/qemu/qemu_capabilities.h | 1 + 2 files

[libvirt] [PATCH v2.1 01/11] qemu: Introduce NBD_SERVER capability

2012-12-18 Thread Michal Privoznik
This just keeps track whether qemu knows nbd-server-* commands so we can use it during migration or not. --- src/qemu/qemu_capabilities.c | 3 +++ src/qemu/qemu_capabilities.h | 1 + 2 files changed, 4 insertions(+) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index