diff options
author | Philippe Mathieu-Daudé | 2019-06-24 17:17:32 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-06-09 06:59:44 +0200 |
commit | 6007523a80bc5100c22a1caf642a9e8a3ea7bd15 (patch) | |
tree | 02a1b2923c98856c7960b6be4d021727f83d04c9 /MAINTAINERS | |
parent | hw/misc/empty_slot: Convert debug printf() to trace event (diff) | |
download | qemu-6007523a80bc5100c22a1caf642a9e8a3ea7bd15.tar.gz qemu-6007523a80bc5100c22a1caf642a9e8a3ea7bd15.tar.xz qemu-6007523a80bc5100c22a1caf642a9e8a3ea7bd15.zip |
hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS
Add an entry for the 'empty_slot' device.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Message-Id: <20200510152840.13558-7-f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6e7890ce82..3abe3faa4e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1864,6 +1864,13 @@ S: Maintained F: include/hw/misc/unimp.h F: hw/misc/unimp.c +Empty slot +M: Artyom Tarasenko <atar4qemu@gmail.com> +R: Philippe Mathieu-Daudé <f4bug@amsat.org> +S: Maintained +F: include/hw/misc/empty_slot.h +F: hw/misc/empty_slot.c + Standard VGA M: Gerd Hoffmann <kraxel@redhat.com> S: Maintained |