qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] kvm: use KVM_{GET|SET}_SREGS2 when available
@ 2021-04-26 11:58 Maxim Levitsky
  2021-04-26 11:58 ` [PATCH v2 1/2] kvm: update kernel headers for KVM_{GET|SET}_SREGS2 Maxim Levitsky
  2021-04-26 11:58 ` [PATCH v2 2/2] KVM: use KVM_{GET|SET}_SREGS2 when supported Maxim Levitsky
  0 siblings, 2 replies; 3+ messages in thread
From: Maxim Levitsky @ 2021-04-26 11:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Cornelia Huck, Eduardo Habkost, kvm, Michael S. Tsirkin,
	Marcelo Tosatti, Richard Henderson, Maxim Levitsky, Paolo Bonzini

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-26 12:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-26 11:58 [PATCH v2 0/2] kvm: use KVM_{GET|SET}_SREGS2 when available Maxim Levitsky
2021-04-26 11:58 ` [PATCH v2 1/2] kvm: update kernel headers for KVM_{GET|SET}_SREGS2 Maxim Levitsky
2021-04-26 11:58 ` [PATCH v2 2/2] KVM: use KVM_{GET|SET}_SREGS2 when supported Maxim Levitsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).