aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw@amazon.co.uk>2023-01-13 19:51:32 +0000
committerDavid Woodhouse <dwmw@amazon.co.uk>2023-03-01 09:09:01 +0000
commitaa98ee38a5e77d1e40987c694abd0c5bc5d6c811 (patch)
tree0d5c5fab9df749b6f3619bf945cc003000f238f2 /meson.build
parent799c23548f0d1a7a49b8c5bbc6b9b86e736296c0 (diff)
hw/xen: Implement emulated PIRQ hypercall support
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> Reviewed-by: Paul Durrant <paul@xen.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 71a14e6b3d..e533d6c95b 100644
--- a/meson.build
+++ b/meson.build
@@ -2982,6 +2982,7 @@ if have_system
'hw/i2c',
'hw/i386',
'hw/i386/xen',
+ 'hw/i386/kvm',
'hw/ide',
'hw/input',
'hw/intc',