All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: qemu patches for few KVM features I developed
@ 2021-09-14 15:52 ` Maxim Levitsky
  0 siblings, 0 replies; 18+ messages in thread
From: Maxim Levitsky @ 2021-09-14 15:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marcelo Tosatti, Paolo Bonzini, Philippe Mathieu-Daudé,
	kvm, Alex Bennée, Maxim Levitsky

These patches implement the qemu side logic to support
the KVM features I developed recently.

First two patches are for features that are already accepted
upstream, and I already posted them on the qemu mailing list once.

And the 3rd patch is for nested TSC scaling on SVM
which isn't yet accepted in KVM but can already be added to qemu since
it is conditional on KVM supporting it, and ABI wise it only relies
on SVM spec.

Best regards,
    Maxim Levitsky

Maxim Levitsky (3):
  KVM: use KVM_{GET|SET}_SREGS2 when supported.
  gdbstub: implement NOIRQ support for single step on KVM
  KVM: SVM: add migration support for nested TSC scaling

 accel/kvm/kvm-all.c   |  30 +++++++++++
 gdbstub.c             |  60 +++++++++++++++++----
 include/sysemu/kvm.h  |  17 ++++++
 target/i386/cpu.c     |   5 ++
 target/i386/cpu.h     |   7 +++
 target/i386/kvm/kvm.c | 122 +++++++++++++++++++++++++++++++++++++++++-
 target/i386/machine.c |  53 ++++++++++++++++++
 7 files changed, 282 insertions(+), 12 deletions(-)

-- 
2.26.3



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

end of thread, other threads:[~2021-10-14 13:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 15:52 [PATCH 0/3] KVM: qemu patches for few KVM features I developed Maxim Levitsky
2021-09-14 15:52 ` Maxim Levitsky
2021-09-14 15:52 ` [PATCH 1/3] KVM: use KVM_{GET|SET}_SREGS2 when supported Maxim Levitsky
2021-09-14 15:52   ` Maxim Levitsky
2021-09-14 15:52 ` [PATCH 2/3] gdbstub: implement NOIRQ support for single step on KVM Maxim Levitsky
2021-09-14 15:52   ` Maxim Levitsky
2021-10-13 15:50   ` Alex Bennée
2021-10-13 15:50     ` Alex Bennée
2021-10-13 19:52     ` Maxim Levitsky
2021-10-13 19:52       ` Maxim Levitsky
2021-10-14 13:08       ` Alex Bennée
2021-10-14 13:08         ` Alex Bennée
2021-09-14 15:52 ` [PATCH 3/3] KVM: SVM: add migration support for nested TSC scaling Maxim Levitsky
2021-09-14 15:52   ` Maxim Levitsky
2021-09-30 11:52 ` [PATCH 0/3] KVM: qemu patches for few KVM features I developed Maxim Levitsky
2021-09-30 11:52   ` Maxim Levitsky
2021-10-13  9:32 ` Maxim Levitsky
2021-10-13  9:32   ` Maxim Levitsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.