[PATCH v2 0/2] kvm: use KVM_{GET|SET}_SREGS2 when available

Maxim Levitsky posted 2 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210426115850.1003501-1-mlevitsk@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Cornelia Huck <cohuck@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <richard.henderson@linaro.org>
accel/kvm/kvm-all.c         |   5 ++
include/sysemu/kvm.h        |   4 ++
linux-headers/asm-x86/kvm.h |  13 +++++
linux-headers/linux/kvm.h   |   5 ++
target/i386/cpu.h           |   3 +
target/i386/kvm/kvm.c       | 107 +++++++++++++++++++++++++++++++++++-
target/i386/machine.c       |  30 ++++++++++
7 files changed, 165 insertions(+), 2 deletions(-)
[PATCH v2 0/2] kvm: use KVM_{GET|SET}_SREGS2 when available
Posted by Maxim Levitsky 3 years ago
This implements support for using these new
IOCTLS to migrate PDPTRS.

Best regards,
	Maxim Levitsky

Maxim Levitsky (2):
  kvm: update kernel headers for KVM_{GET|SET}_SREGS2
  KVM: use KVM_{GET|SET}_SREGS2 when supported.

 accel/kvm/kvm-all.c         |   5 ++
 include/sysemu/kvm.h        |   4 ++
 linux-headers/asm-x86/kvm.h |  13 +++++
 linux-headers/linux/kvm.h   |   5 ++
 target/i386/cpu.h           |   3 +
 target/i386/kvm/kvm.c       | 107 +++++++++++++++++++++++++++++++++++-
 target/i386/machine.c       |  30 ++++++++++
 7 files changed, 165 insertions(+), 2 deletions(-)

-- 
2.26.2