Re: [Qemu-devel] [PATCH] doc: add "setup" to list of migration states

2014-05-20 Thread Luiz Capitulino
On Fri, 16 May 2014 10:40:47 -0400 pe...@gridcentric.ca wrote: > From: Peter Feiner > > On a slow VM (e.g., nested), you see the "setup" state when you query the > migration status. > > Signed-off-by: Peter Feiner Applied to the qmp branch, thanks. > --- > qapi-schema.json |2 +- > qmp-

Re: [Qemu-devel] [PATCH] doc: add "setup" to list of migration states

2014-05-16 Thread Eric Blake
On 05/16/2014 08:40 AM, pe...@gridcentric.ca wrote: > From: Peter Feiner > > On a slow VM (e.g., nested), you see the "setup" state when you query the > migration status. > > Signed-off-by: Peter Feiner > --- > qapi-schema.json |2 +- > qmp-commands.hx |2 +- > 2 files changed, 2 inse

[Qemu-devel] [PATCH] doc: add "setup" to list of migration states

2014-05-16 Thread peter
From: Peter Feiner On a slow VM (e.g., nested), you see the "setup" state when you query the migration status. Signed-off-by: Peter Feiner --- qapi-schema.json |2 +- qmp-commands.hx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.j