Problem
For non-idle qemukvm guests running on a ppc64 LPAR with f40 as qemukvm host, softlocks might be reported after live migration is completed. These lockups may/may-not recover.
Cause
The issue is primarily caused by not saving and restoring some of registers that comprise the KVM guests state during guest migration. These are:
- MMCR3
- SDAR
- DEXCR
- HASHKEYR
Related Issues
Bugzilla report: #2293597
Workarounds
No workarounds are available at the moment however rebooting the qemukvm guests after softlockups are reported, works.
There are couple of kernel/qemu patches that are already merged in upstream and mentioned in the associated bugzilla report. Once these patches make it into F40s Qemu/Kernel builds, the problem will get addressed.