hw/intc: add goldfish-pic
commit87855593903fdc1809d6f6c2ac7f344c31cea799
authorLaurent Vivier <laurent@vivier.eu>
Fri, 12 Mar 2021 21:41:42 +0000 (12 22:41 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 15 Mar 2021 20:02:14 +0000 (15 21:02 +0100)
treee811d340c4e0336fa19e6226e56ba39552cad8ea
parent8c6df16ff6080365642b0583514dd03d6a7729d6
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>
hw/intc/Kconfig
hw/intc/goldfish_pic.c [new file with mode: 0644]
hw/intc/meson.build
hw/intc/trace-events
include/hw/intc/goldfish_pic.h [new file with mode: 0644]