All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] kvm: x86: hyperv: fix userspace interaction flaws
@ 2017-06-22 13:51 Roman Kagan
  2017-06-22 13:51 ` [PATCH v3 1/2] kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2 Roman Kagan
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Roman Kagan @ 2017-06-22 13:51 UTC (permalink / raw)
  To: kvm, Radim Krčmář, Paolo Bonzini
  Cc: Evgeny Yakovlev, Denis V . Lunev, Eduardo Habkost, Igor Mammedov

This patchset contains fixes for two hyperv implementation flaws in KVM
that surfaced when the userspace (QEMU) started to use it more actively.

In both cases more control is delegated from KVM to userspace.

v2 -> v3:
 - add documentation
 - add handling of args[0] to KVM_CAP_HYPERV_SYNIC2

v1 -> v2:
 - add patch 1
 - add capability in patch 2

Roman Kagan (2):
  kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
  kvm: x86: hyperv: make VP_INDEX managed by userspace

 Documentation/virtual/kvm/api.txt | 18 ++++++++++++
 arch/x86/include/asm/kvm_host.h   |  2 ++
 arch/x86/kvm/hyperv.h             |  2 +-
 include/uapi/linux/kvm.h          |  2 ++
 arch/x86/kvm/hyperv.c             | 62 ++++++++++++++++++++++++---------------
 arch/x86/kvm/x86.c                |  8 ++++-
 6 files changed, 69 insertions(+), 25 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-07-13 19:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-22 13:51 [PATCH v3 0/2] kvm: x86: hyperv: fix userspace interaction flaws Roman Kagan
2017-06-22 13:51 ` [PATCH v3 1/2] kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2 Roman Kagan
2017-06-22 13:51 ` [PATCH v3 2/2] kvm: x86: hyperv: make VP_INDEX managed by userspace Roman Kagan
2017-06-23 10:54 ` [PATCH v3 0/2] kvm: x86: hyperv: fix userspace interaction flaws Paolo Bonzini
2017-07-13 15:29   ` Roman Kagan
2017-07-13 15:45     ` Radim Krčmář
2017-07-13 16:38       ` Radim Krčmář
2017-07-13 16:41         ` Radim Krčmář
2017-07-13 18:15           ` Roman Kagan
2017-07-13 18:52             ` Radim Krčmář
2017-07-13 19:15               ` Roman Kagan
2017-07-13 16:55         ` Roman Kagan

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.