aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/meson.build
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2021-03-12 22:41:42 +0100
committerLaurent Vivier <laurent@vivier.eu>2021-03-15 21:02:14 +0100
commit87855593903fdc1809d6f6c2ac7f344c31cea799 (patch)
treee811d340c4e0336fa19e6226e56ba39552cad8ea /hw/intc/meson.build
parent8c6df16ff6080365642b0583514dd03d6a7729d6 (diff)
downloadqemu-87855593903fdc1809d6f6c2ac7f344c31cea799.zip
qemu-87855593903fdc1809d6f6c2ac7f344c31cea799.tar.gz
qemu-87855593903fdc1809d6f6c2ac7f344c31cea799.tar.bz2
hw/intc: add goldfish-pic
Implement the goldfish pic device as defined in https://android.googlesource.com/platform/external/qemu/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210312214145.2936082-3-laurent@vivier.eu>
Diffstat (limited to 'hw/intc/meson.build')
-rw-r--r--hw/intc/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/meson.build b/hw/intc/meson.build
index 8df3656..5fcb923 100644
--- a/hw/intc/meson.build
+++ b/hw/intc/meson.build
@@ -57,3 +57,4 @@ specific_ss.add(when: 'CONFIG_PSERIES', if_true: files('xics_spapr.c', 'spapr_xi
specific_ss.add(when: 'CONFIG_XIVE', if_true: files('xive.c'))
specific_ss.add(when: ['CONFIG_KVM', 'CONFIG_XIVE'],
if_true: files('spapr_xive_kvm.c'))
+specific_ss.add(when: 'CONFIG_GOLDFISH_PIC', if_true: files('goldfish_pic.c'))