All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86:kvm:hyperv: guest->host event signaling via eventfd
@ 2017-12-04 19:00 Roman Kagan
  2017-12-04 19:00 ` [PATCH 1/2] x86:kvm:hyperv: factor out kvm.arch.hyperv (de)init Roman Kagan
  2017-12-04 19:00 ` [PATCH 2/2] x86:kvm:hyperv: guest->host event signaling via eventfd Roman Kagan
  0 siblings, 2 replies; 10+ messages in thread
From: Roman Kagan @ 2017-12-04 19:00 UTC (permalink / raw)
  To: kvm, Paolo Bonzini, Radim Krčmář; +Cc: Denis V. Lunev

Make it possible for guests using Hyper-V emulation to do guest->host
notification via EVENT_SIGNAL hypercall without a user exit.

Roman Kagan (2):
  x86:kvm:hyperv: factor out kvm.arch.hyperv (de)init
  x86:kvm:hyperv: guest->host event signaling via eventfd

 Documentation/virtual/kvm/api.txt |  23 +++++++
 arch/x86/include/asm/kvm_host.h   |   2 +
 arch/x86/kvm/hyperv.h             |   4 ++
 include/uapi/linux/kvm.h          |  13 ++++
 arch/x86/kvm/hyperv.c             | 124 +++++++++++++++++++++++++++++++++++++-
 arch/x86/kvm/x86.c                |  14 ++++-
 6 files changed, 178 insertions(+), 2 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2017-12-07  4:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-04 19:00 [PATCH 0/2] x86:kvm:hyperv: guest->host event signaling via eventfd Roman Kagan
2017-12-04 19:00 ` [PATCH 1/2] x86:kvm:hyperv: factor out kvm.arch.hyperv (de)init Roman Kagan
2017-12-04 19:00 ` [PATCH 2/2] x86:kvm:hyperv: guest->host event signaling via eventfd Roman Kagan
2017-12-06 15:19   ` Vitaly Kuznetsov
2017-12-06 17:00     ` Roman Kagan
2017-12-06 17:09       ` Vitaly Kuznetsov
2017-12-06 17:32         ` Roman Kagan
2017-12-06 15:28   ` Konrad Rzeszutek Wilk
2017-12-06 16:37     ` Roman Kagan
2017-12-07  4:31   ` kbuild test robot

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.