Re: [Qemu-devel] [PATCH 02/11] runstate: migration allows more transitions now

2015-06-17 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > 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 | 2 ++ > 1 file

[Qemu-devel] [PATCH 02/11] runstate: migration allows more transitions now

2015-06-16 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 --- vl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vl.c b/vl.c index c659a00..555fd88 100644 --- a/vl.c +++ b/vl.c