Re: [Qemu-devel] [PATCH v16 13/14] migration: Remove not needed semaphore and quit

2018-06-27 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We know quit with shutdwon in the QIO. > > Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert > -- > Add comment > Use shutdown() instead of unref() > --- > migration/ram.c | 14 +- > 1 file changed, 5 insertions(+), 9 d

[Qemu-devel] [PATCH v16 13/14] migration: Remove not needed semaphore and quit

2018-06-26 Thread Juan Quintela
We know quit with shutdwon in the QIO. Signed-off-by: Juan Quintela -- Add comment Use shutdown() instead of unref() --- migration/ram.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index 5d38d699f3..61f7313093 100644 --- a/