Re: [PATCH 28/36] vl: allow -incoming defer with -preconfig

2020-11-27 Thread Igor Mammedov
On Mon, 23 Nov 2020 09:14:27 -0500 Paolo Bonzini wrote: > Now that there is no RUN_STATE_PRECONFIG anymore that can conflict with > RUN_STATE_INMIGRATE, we can allow -incoming defer with -preconfig. > > Signed-off-by: Paolo Bonzini Reviewed-by: Igor Mammedov > --- > softmmu/vl.c | 5 ++---

[PATCH 28/36] vl: allow -incoming defer with -preconfig

2020-11-23 Thread Paolo Bonzini
Now that there is no RUN_STATE_PRECONFIG anymore that can conflict with RUN_STATE_INMIGRATE, we can allow -incoming defer with -preconfig. Signed-off-by: Paolo Bonzini --- softmmu/vl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/softmmu/vl.c b/softmmu/vl.c index