vl: preconfig and loadvm are mutually exclusive
commit90285ec8bb1c47d4ef8349a765ba7c9a672212c8
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 21 Oct 2020 14:19:08 +0000 (21 10:19 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Dec 2020 17:15:12 +0000 (10 12:15 -0500)
tree0a1f3d41993caa00e97b0bff749bc742c0e125a4
parent58c91595a793b9f54b58a449121a2cf4b9f86cf0
vl: preconfig and loadvm are mutually exclusive

Just like -incoming.  Later we will add support for "-incoming defer
-preconfig", because there are cases (Xen, block layer) that want
to look at RUNSTATE_INMIGRATE.  -loadvm will remain mutually exclusive
with preconfig; the plan is to just do loadvm in the monitor, since
the user is already going to interact with it for preconfiguration.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
softmmu/vl.c