diff options
author | Thomas Huth | 2017-01-23 06:54:55 +0100 |
---|---|---|
committer | Eduardo Habkost | 2017-01-24 00:26:27 +0100 |
commit | c1629c5ce3a23053abcfaf7760356b214a750e3c (patch) | |
tree | 5ac81f4c26da234c0fe7f880a46b6fe43b1fc85b /MAINTAINERS | |
parent | machine: Make possible_cpu_arch_ids() return const pointer (diff) | |
download | qemu-c1629c5ce3a23053abcfaf7760356b214a750e3c.tar.gz qemu-c1629c5ce3a23053abcfaf7760356b214a750e3c.tar.xz qemu-c1629c5ce3a23053abcfaf7760356b214a750e3c.zip |
MAINTAINERS: Add an entry for hw/core/null-machine.c
The "Machine core" section sounds like a good match for this file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1485150895-19753-1-git-send-email-thuth@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ad1000415d..57bd0276e3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -813,6 +813,7 @@ M: Eduardo Habkost <ehabkost@redhat.com> M: Marcel Apfelbaum <marcel@redhat.com> S: Supported F: hw/core/machine.c +F: hw/core/null-machine.c F: include/hw/boards.h Xtensa Machines |