On 01/02/2023 14:31, David Woodhouse wrote:
From: David Woodhouse <d...@amazon.co.uk>

This wires up the basic infrastructure but the actual interrupts aren't
there yet, so don't advertise it to the guest.

Signed-off-by: David Woodhouse <d...@amazon.co.uk>
---
  hw/i386/kvm/trace-events  |   4 +
  hw/i386/kvm/trace.h       |   1 +
  hw/i386/kvm/xen_evtchn.c  | 300 +++++++++++++++++++++++++++++++++++++-
  hw/i386/kvm/xen_evtchn.h  |   2 +
  meson.build               |   1 +
  target/i386/kvm/xen-emu.c |  15 ++
  6 files changed, 318 insertions(+), 5 deletions(-)
  create mode 100644 hw/i386/kvm/trace-events
  create mode 100644 hw/i386/kvm/trace.h


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


Reply via email to