Re: [Qemu-devel] [PATCH v3 24/35] postcopy outgoing: add -p option to migrate command

2012-11-01 Thread Eric Blake
On 10/30/2012 02:33 AM, Isaku Yamahata wrote: > Added -p option to migrate command for postcopy mode and > introduce postcopy parameter for migration to indicate that postcopy mode > is enabled. > > Signed-off-by: Isaku Yamahata > diff --git a/qapi-schema.json b/qapi-schema.json > index c615ee2.

[Qemu-devel] [PATCH v3 24/35] postcopy outgoing: add -p option to migrate command

2012-10-30 Thread Isaku Yamahata
Added -p option to migrate command for postcopy mode and introduce postcopy parameter for migration to indicate that postcopy mode is enabled. Signed-off-by: Isaku Yamahata --- Chnages v1 -> v2: - catch up for qapi change --- hmp-commands.hx | 10 ++ hmp.c|4 +++- migr