Re: [PATCH v2 0/2] kvm: Improve register failure reports for migration

2024-10-02 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH v2 0/2] kvm: Improve register failure reports for migration

2024-09-27 Thread Julia Suvorova
There were a few bugs with silent cpu failures during migrations [1]. The failures are no longer silent thanks to [2], but still indistinguishable, making diagnostics difficult. This patchset reworks kvm_arch_get/put_registers to handle Error** and return a correct message, with x86_64 as a start.