Re: [Qemu-devel] [PATCH v2 1/8] migration: Fix migrate_set_parameter

2019-04-05 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Otherwise we are setting err twice, what is wrong and causes an abort. > > Signed-off-by: Juan Quintela Queued just this one. > --- > hmp.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/hmp.c b/hmp.c > index 92941

Re: [Qemu-devel] [PATCH v2 1/8] migration: Fix migrate_set_parameter

2019-04-03 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Otherwise we are setting err twice, what is wrong and causes an abort. > > Signed-off-by: Juan Quintela This patch should be broken out as a separate fix. Reviewed-by: Dr. David Alan Gilbert > --- > hmp.c | 6 -- > 1 file changed, 4 insertio

[Qemu-devel] [PATCH v2 1/8] migration: Fix migrate_set_parameter

2019-04-03 Thread Juan Quintela
Otherwise we are setting err twice, what is wrong and causes an abort. Signed-off-by: Juan Quintela --- hmp.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hmp.c b/hmp.c index 92941142af..8eec768088 100644 --- a/hmp.c +++ b/hmp.c @@ -1825,8 +1825,10 @@ void hmp_migrat