Message ID | 1704312341-66640-1-git-send-email-steven.sistare@oracle.com (mailing list archive) |
---|---|
Headers | show |
Series | fix migration of suspended runstate | expand |
On Wed, Jan 03, 2024 at 12:05:29PM -0800, Steve Sistare wrote: > Migration of a guest in the suspended runstate is broken. The incoming > migration code automatically tries to wake the guest, which is wrong; > the guest should end migration in the same runstate it started. Further, > after saving a snapshot in the suspended state and loading it, the vm_start > fails. The runstate is RUNNING, but the guest is not. > > See the commit messages for the details. I was planning to wait for an ack from Markus, but I noticed Markus will only be back next week. So I queued it for now, and we can work on top just in case. Thanks,
Peter Xu <peterx@redhat.com> writes: > On Wed, Jan 03, 2024 at 12:05:29PM -0800, Steve Sistare wrote: >> Migration of a guest in the suspended runstate is broken. The incoming >> migration code automatically tries to wake the guest, which is wrong; >> the guest should end migration in the same runstate it started. Further, >> after saving a snapshot in the suspended state and loading it, the vm_start >> fails. The runstate is RUNNING, but the guest is not. >> >> See the commit messages for the details. > > I was planning to wait for an ack from Markus, but I noticed Markus will > only be back next week. So I queued it for now, and we can work on top > just in case. Merge into master in commit c8193acc078e297fd46b6229e02b819b65c6702e. I had a look at the QAPI schema changes [PATCH 02]. They look good to me now. Thanks!