diff options
author | Peter Maydell | 2018-08-24 14:17:43 +0200 |
---|---|---|
committer | Peter Maydell | 2018-08-24 14:17:43 +0200 |
commit | c667a25b324d086c7ea8002dbedeb10929d3b9da (patch) | |
tree | 73392bc0f8f409e1dfd4f458a96d39919bff87af /MAINTAINERS | |
parent | hw/misc/iotkit-sysctl: Implement IoTKit system control element (diff) | |
download | qemu-c667a25b324d086c7ea8002dbedeb10929d3b9da.tar.gz qemu-c667a25b324d086c7ea8002dbedeb10929d3b9da.tar.xz qemu-c667a25b324d086c7ea8002dbedeb10929d3b9da.zip |
hw/misc/iotkit-sysinfo: Implement IoTKit system information block
Implement the IoTKit system control element's system information
block; this is just a pair of read-only version/config registers,
plus the usual PID/CID ID registers.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180820141116.9118-10-peter.maydell@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 c0c3012c16..17345de524 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -541,6 +541,8 @@ F: hw/arm/iotkit.c F: include/hw/arm/iotkit.h F: hw/misc/iotkit-sysctl.c F: include/hw/misc/iotkit-sysctl.h +F: hw/misc/iotkit-sysinfo.c +F: include/hw/misc/iotkit-sysinfo.h Musicpal M: Jan Kiszka <jan.kiszka@web.de> |