Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions

2015-07-28 Thread Juan Quintela
Paolo Bonzini wrote: > On 28/07/2015 17:19, Juan Quintela wrote: >>> > On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to >>> > the list of allowed states. >>> > >>> > Signed-off-by: Juan Quintela >> Self-NAK. >> >> Somewhere I was able to test old + new qemu given this weird

Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions

2015-07-28 Thread Paolo Bonzini
On 28/07/2015 17:19, Juan Quintela wrote: >> > On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to >> > the list of allowed states. >> > >> > Signed-off-by: Juan Quintela > Self-NAK. > > Somewhere I was able to test old + new qemu given this weird behaviour. > behaviour makes

Re: [Qemu-devel] [PATCH] migration: yet more possible state transitions

2015-07-28 Thread Juan Quintela
Juan Quintela wrote: > On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to > the list of allowed states. > > Signed-off-by: Juan Quintela Self-NAK. Somewhere I was able to test old + new qemu given this weird behaviour. behaviour makes no sense, and I am not able to reproduce

[Qemu-devel] [PATCH] migration: yet more possible state transitions

2015-07-28 Thread Juan Quintela
On destination, we move from INMIGRATE to FINISH_MIGRATE. Add that to the list of allowed states. Signed-off-by: Juan Quintela --- vl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vl.c b/vl.c index 0adbbd6..45eb9ea 100644 --- a/vl.c +++ b/vl.c @@ -582,6 +582,7 @@ static const RunStateTr