commit | ee55686efbd7de8dce8c1437c6e38fb4f5398c24 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 27 08:42:04 2020 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 10 12:15:15 2020 -0500 |
tree | 99d8226f0831b751e627da84cbb4027e1e8fe185 | |
parent | e69d50d621ccc1ab8b1048a3075ad944afebfed5 [diff] |
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>