qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v10 55/59] hw/xen: Implement emulated PIRQ hypercall support


From: Paul Durrant
Subject: Re: [PATCH v10 55/59] hw/xen: Implement emulated PIRQ hypercall support
Date: Tue, 14 Feb 2023 16:10:11 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 01/02/2023 14:31, David Woodhouse wrote:
From: David Woodhouse <dwmw@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 <dwmw@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 <paul@xen.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]