Re: [Qemu-devel] [RFC 0/1] Incoming migration vs early monitor commands

2015-01-30 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > > > On 29/01/2015 16:06, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > The attached patch allows you to execute QMP commands from the command > > line prior to -incoming or loadvm. > > What about doing the opposite

Re: [Qemu-devel] [RFC 0/1] Incoming migration vs early monitor commands

2015-01-29 Thread Paolo Bonzini
On 29/01/2015 16:06, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The attached patch allows you to execute QMP commands from the command > line prior to -incoming or loadvm. What about doing the opposite: if you specify -S, and thus the runstate is PRELAUNCH, allow

Re: [Qemu-devel] [RFC 0/1] Incoming migration vs early monitor commands

2015-01-29 Thread Eric Blake
On 01/29/2015 08:06 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The attached patch allows you to execute QMP commands from the command > line prior to -incoming or loadvm. > > I've hit a few cases where we need to pass some state to an incoming > migration, eithe

[Qemu-devel] [RFC 0/1] Incoming migration vs early monitor commands

2015-01-29 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The attached patch allows you to execute QMP commands from the command line prior to -incoming or loadvm. I've hit a few cases where we need to pass some state to an incoming migration, either: 1) Before it starts processing data e.g. Liang Li's compression p