diff options
author | Peter Maydell | 2018-08-24 14:17:44 +0200 |
---|---|---|
committer | Peter Maydell | 2018-08-24 14:17:44 +0200 |
commit | 1d52866f5a53feef036c2e8f9b3a6a30209d48a7 (patch) | |
tree | fe584946cfc469d566caa22b5b1bdd450177ae6e /MAINTAINERS | |
parent | hw/arm/mps2-tz: Create PL081s and MSCs (diff) | |
download | qemu-1d52866f5a53feef036c2e8f9b3a6a30209d48a7.tar.gz qemu-1d52866f5a53feef036c2e8f9b3a6a30209d48a7.tar.xz qemu-1d52866f5a53feef036c2e8f9b3a6a30209d48a7.zip |
hw/ssi/pl022: Allow use as embedded-struct device
Create a new include file for the pl022's device struct,
type macros, etc, so that it can be instantiated using
the "embedded struct" coding style.
While we're adding the new file to MAINTAINERS, add
also the .c file, which was missing an entry.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180820141116.9118-16-peter.maydell@linaro.org
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index abbaccc475..53a8b931bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -451,6 +451,8 @@ F: hw/gpio/pl061.c F: hw/input/pl050.c F: hw/intc/pl190.c F: hw/sd/pl181.c +F: hw/ssi/pl022.c +F: include/hw/ssi/pl022.h F: hw/timer/pl031.c F: include/hw/arm/primecell.h F: hw/timer/cmsdk-apb-timer.c |