vl: start VM via qmp_cont
commitee55686efbd7de8dce8c1437c6e38fb4f5398c24
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 Oct 2020 12:42:04 +0000 (27 08:42 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Dec 2020 17:15:15 +0000 (10 12:15 -0500)
tree99d8226f0831b751e627da84cbb4027e1e8fe185
parente69d50d621ccc1ab8b1048a3075ad944afebfed5
vl: start VM via qmp_cont

Complement the previous patch by starting the VM with a QMP command.
The plan is that the user will be able to do the same, invoking two
commands "finish-machine-init" and "cont" instead of
"x-exit-preconfig".

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