]> Git Repo - linux.git/commit
KVM: x86/xen: Support direct injection of event channel events
authorDavid Woodhouse <[email protected]>
Thu, 3 Mar 2022 15:41:18 +0000 (15:41 +0000)
committerPaolo Bonzini <[email protected]>
Sat, 2 Apr 2022 09:41:14 +0000 (05:41 -0400)
commit35025735a79eaa894c43837b94fd33c9d6b122df
tree8a6c706b671a61c0e7db7b16f37637b03fa35ab4
parent8733068b9bdbc7a54f02dcc59eb0e4789cd60942
KVM: x86/xen: Support direct injection of event channel events

This adds a KVM_XEN_HVM_EVTCHN_SEND ioctl which allows direct injection
of events given an explicit { vcpu, port, priority } in precisely the
same form that those fields are given in the IRQ routing table.

Userspace is currently able to inject 2-level events purely by setting
the bits in the shared_info and vcpu_info, but FIFO event channels are
harder to deal with; we will need the kernel to take sole ownership of
delivery when we support those.

A patch advertising this feature with a new bit in the KVM_CAP_XEN_HVM
ioctl will be added in a subsequent patch.

Signed-off-by: David Woodhouse <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Message-Id: <20220303154127[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
arch/x86/kvm/x86.c
arch/x86/kvm/xen.c
arch/x86/kvm/xen.h
include/uapi/linux/kvm.h
This page took 0.059159 seconds and 4 git commands to generate.