On 01/02/2023 14:31, David Woodhouse wrote:
From: David Woodhouse <[email protected]>

This finally comes with a mechanism for actually injecting events into
the guest vCPU, with all the atomic-test-and-set that's involved in
setting the bit in the shinfo, then the index in the vcpu_info, and
injecting either the lapic vector as MSI, or letting KVM inject the
bare vector.

Signed-off-by: David Woodhouse <[email protected]>
---
  hw/i386/kvm/xen_evtchn.c  | 175 ++++++++++++++++++++++++++++++++++++++
  hw/i386/kvm/xen_evtchn.h  |   2 +
  target/i386/kvm/xen-emu.c |  12 +++
  3 files changed, 189 insertions(+)


Reviewed-by: Paul Durrant <[email protected]>


Reply via email to