[Qemu-devel] [PATCH 0/4] target/i386: kvm: Various nested-state fixes

Liran Alon posted 4 patches 4 years, 9 months ago
Test s390x passed
Test docker-clang@ubuntu passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Failed in applying to current master (apply log)
[Qemu-devel] [PATCH 0/4] target/i386: kvm: Various nested-state fixes
Posted by Liran Alon 4 years, 9 months ago
Hi,

This series is just a bunch of small fixes to recent QEMU nested-state
migration support.

1st and 2nd patch can be considered as trivial refactoring patches.

3rd patch fixes a bug of requiring to save VMX nested-state when it is
not needed.

4rd patch removes migration blocker when vCPU is exposed with VMX and
instead demand nested migration kernel capabilities only when vCPU may
have enabled VMX. To provide for better backwards-compatible migration
scenarios. For more info, refer to relevant commit message.

Thanks,
-Liran