Re: [PATCH v4 6/6] migration: Don't send data if we have stopped

2020-01-23 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > If we do a cancel, we got out without one error, but we can't do the > rest of the output as in a normal situation. > > Signed-off-by: Juan Quintela OK. Reviewed-by: Dr. David Alan Gilbert > --- > migration/ram.c | 3 ++- > 1 file changed, 2 in

[PATCH v4 6/6] migration: Don't send data if we have stopped

2020-01-22 Thread Juan Quintela
If we do a cancel, we got out without one error, but we can't do the rest of the output as in a normal situation. Signed-off-by: Juan Quintela --- migration/ram.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/migration/ram.c b/migration/ram.c index f95d656c26..3fd7fdffcf