diff options
author | Ani Sinha | 2022-01-31 13:20:01 +0100 |
---|---|---|
committer | Peter Maydell | 2022-02-20 20:29:08 +0100 |
commit | 48006e03d5425b924af31091bc28e35619ffb948 (patch) | |
tree | 6f42ac7666532cf5892aeb1e57ed495fa883cfc8 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into s... (diff) | |
download | qemu-48006e03d5425b924af31091bc28e35619ffb948.tar.gz qemu-48006e03d5425b924af31091bc28e35619ffb948.tar.xz qemu-48006e03d5425b924af31091bc28e35619ffb948.zip |
MAINTAINERS: Adding myself as a reviewer of some components
Added myself as a reviewer of vmgenid, unimplemented device and empty slot.
Signed-off-by: Ani Sinha <ani@anisinha.ca>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220131122001.1476101-1-ani@anisinha.ca
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 81aa31b5e1..bd85e27889 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2189,6 +2189,7 @@ F: tests/qtest/prom-env-test.c VM Generation ID S: Orphan +R: Ani Sinha <ani@anisinha.ca> F: hw/acpi/vmgenid.c F: include/hw/acpi/vmgenid.h F: docs/specs/vmgenid.txt @@ -2204,6 +2205,7 @@ F: hw/misc/led.c Unimplemented device M: Peter Maydell <peter.maydell@linaro.org> R: Philippe Mathieu-Daudé <f4bug@amsat.org> +R: Ani Sinha <ani@anisinha.ca> S: Maintained F: include/hw/misc/unimp.h F: hw/misc/unimp.c @@ -2211,6 +2213,7 @@ F: hw/misc/unimp.c Empty slot M: Artyom Tarasenko <atar4qemu@gmail.com> R: Philippe Mathieu-Daudé <f4bug@amsat.org> +R: Ani Sinha <ani@anisinha.ca> S: Maintained F: include/hw/misc/empty_slot.h F: hw/misc/empty_slot.c |