Re: [Qemu-devel] [PATCH v9 08/10] Add migration capabilites

2012-04-19 Thread Orit Wasserman
On 04/18/2012 08:36 PM, Anthony Liguori wrote: > On 04/11/2012 01:49 PM, Orit Wasserman wrote: >> Add migration capabiltes that can be queried by the management. >> The managment can query to source and the destination in order to >> verify both support some maigration capability (currently only XB

Re: [Qemu-devel] [PATCH v9 08/10] Add migration capabilites

2012-04-18 Thread Anthony Liguori
On 04/11/2012 01:49 PM, Orit Wasserman wrote: Add migration capabiltes that can be queried by the management. The managment can query to source and the destination in order to verify both support some maigration capability (currently only XBZRLE). Signed-off-by: Orit Wasserman Ah, excellent.

Re: [Qemu-devel] [PATCH v9 08/10] Add migration capabilites

2012-04-18 Thread Juan Quintela
Orit Wasserman wrote: > Add migration capabiltes that can be queried by the management. > The managment can query to source and the destination in order to > verify both support some maigration capability (currently only XBZRLE). s/maigration/migration. ok with me. > diff --git a/savevm.c b/sav

[Qemu-devel] [PATCH v9 08/10] Add migration capabilites

2012-04-11 Thread Orit Wasserman
Add migration capabiltes that can be queried by the management. The managment can query to source and the destination in order to verify both support some maigration capability (currently only XBZRLE). Signed-off-by: Orit Wasserman --- hmp.c| 18 ++ hmp.h