[PATCH 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/20210401144545.1031704-1-mlevitsk@redhat.com
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Cornelia Huck <cohuck@redhat.com>
There is a newer version of this series
accel/kvm/kvm-all.c         |   4 ++
include/sysemu/kvm.h        |   4 ++
linux-headers/asm-x86/kvm.h |  13 +++++
linux-headers/linux/kvm.h   |   5 ++
target/i386/cpu.h           |   1 +
target/i386/kvm/kvm.c       | 101 +++++++++++++++++++++++++++++++++++-
target/i386/machine.c       |  33 ++++++++++++
7 files changed, 159 insertions(+), 2 deletions(-)
[PATCH 0/2] kvm: use KVM_{GET|SET}_SREGS2 when available
Posted by Maxim Levitsky 3 years ago
clone of "starship_unstable"

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

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

-- 
2.26.2