Re: [Qemu-devel] [PULL 14/28] runstate: migration allows more transitions now

2015-07-15 Thread Juan Quintela
Wen Congyang wrote: > On 07/08/2015 07:06 PM, Juan Quintela wrote: >> zhanghailiang wrote: >>> Hi, >>> >>> If testing migration with '-S' for qemu command line, (migrate >>> directly without executing 'cont' command), >>> qemu process in the destination will abort with the follow message: >>> >>>

Re: [Qemu-devel] [PULL 14/28] runstate: migration allows more transitions now

2015-07-15 Thread Wen Congyang
On 07/08/2015 07:06 PM, Juan Quintela wrote: > zhanghailiang wrote: >> Hi, >> >> If testing migration with '-S' for qemu command line, (migrate >> directly without executing 'cont' command), >> qemu process in the destination will abort with the follow message: >> >> ERROR: invalid runstate transi

Re: [Qemu-devel] [PULL 14/28] runstate: migration allows more transitions now

2015-07-08 Thread Wen Congyang
On 07/08/2015 07:06 PM, Juan Quintela wrote: > zhanghailiang wrote: >> Hi, >> >> If testing migration with '-S' for qemu command line, (migrate >> directly without executing 'cont' command), >> qemu process in the destination will abort with the follow message: >> >> ERROR: invalid runstate transi

Re: [Qemu-devel] [PULL 14/28] runstate: migration allows more transitions now

2015-07-08 Thread zhanghailiang
On 2015/7/8 19:06, Juan Quintela wrote: zhanghailiang wrote: Hi, If testing migration with '-S' for qemu command line, (migrate directly without executing 'cont' command), qemu process in the destination will abort with the follow message: ERROR: invalid runstate transition: 'inmigrate' -> 'p

Re: [Qemu-devel] [PULL 14/28] runstate: migration allows more transitions now

2015-07-08 Thread Juan Quintela
zhanghailiang wrote: > Hi, > > If testing migration with '-S' for qemu command line, (migrate > directly without executing 'cont' command), > qemu process in the destination will abort with the follow message: > > ERROR: invalid runstate transition: 'inmigrate' -> 'prelaunch' > Aborted > > After t

Re: [Qemu-devel] [PULL 14/28] runstate: migration allows more transitions now

2015-07-08 Thread zhanghailiang
Hi, If testing migration with '-S' for qemu command line, (migrate directly without executing 'cont' command), qemu process in the destination will abort with the follow message: ERROR: invalid runstate transition: 'inmigrate' -> 'prelaunch' Aborted After the follow modification, it will be OK

[Qemu-devel] [PULL 14/28] runstate: migration allows more transitions now

2015-07-07 Thread Juan Quintela
Next commit would allow to move from incoming migration to error happening on source. Should we add more states to this transition? Luiz? Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert --- vl.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vl.c