OSDN Git Service

i386/xen: add monitor commands to test event injection
authorJoao Martins <joao.m.martins@oracle.com>
Tue, 21 Aug 2018 16:16:19 +0000 (12:16 -0400)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 1 Mar 2023 08:22:50 +0000 (08:22 +0000)
commit507cb64d6e66d672bfddb275fe746241e0ed8db2
tree4a45cf6af82dcfed99dfc60f2fa2af7b8e189d08
parenta15b10978fe62411936e577288f28184a41754a9
i386/xen: add monitor commands to test event injection

Specifically add listing, injection of event channels.

Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Paul Durrant <paul@xen.org>
hmp-commands.hx
hw/i386/kvm/meson.build
hw/i386/kvm/xen-stubs.c [new file with mode: 0644]
hw/i386/kvm/xen_evtchn.c
include/monitor/hmp.h
qapi/misc-target.json
tests/qtest/qmp-cmd-test.c