On 16/01/2023 21:57, David Woodhouse wrote:
From: David Woodhouse <d...@amazon.co.uk>

The kvm_xen_inject_vcpu_callback_vector() function will either deliver
the per-vCPU local APIC vector (as an MSI), or just kick the vCPU out
of the kernel to trigger KVM's automatic delivery of the global vector.
Support for asserting the GSI/PCI_INTX callbacks will come later.

Also add kvm_xen_get_vcpu_info_hva() which returns the vcpu_info of
a given vCPU.

Signed-off-by: David Woodhouse <d...@amazon.co.uk>
---
  include/sysemu/kvm_xen.h  |  2 +
  target/i386/cpu.h         |  2 +
  target/i386/kvm/xen-emu.c | 86 ++++++++++++++++++++++++++++++++++++---
  3 files changed, 84 insertions(+), 6 deletions(-)


Reviewed-by: Paul Durrant <p...@xen.org>

Reply via email to