summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSergio Lopez2019-10-08 12:42:28 +0200
committerPaolo Bonzini2019-10-22 09:39:54 +0200
commit5cb48f05dd90d7a11d2bfb6f368da74622c218b4 (patch)
treed94dcc949e0008b816a28c36011d30bf6392c942 /MAINTAINERS
parenthw/i386: Introduce the microvm machine type (diff)
downloadqemu-5cb48f05dd90d7a11d2bfb6f368da74622c218b4.tar.gz
qemu-5cb48f05dd90d7a11d2bfb6f368da74622c218b4.tar.xz
qemu-5cb48f05dd90d7a11d2bfb6f368da74622c218b4.zip
MAINTAINERS: add microvm related files
Add a new "microvm" section under "X86 Machines" with the new files related to this machine type. Signed-off-by: Sergio Lopez <slp@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 250ce8e7a1..72ab731987 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1275,6 +1275,15 @@ F: include/hw/timer/hpet.h
F: include/hw/timer/i8254*
F: include/hw/timer/mc146818rtc*
+microvm
+M: Sergio Lopez <slp@redhat.com>
+M: Paolo Bonzini <pbonzini@redhat.com>
+S: Maintained
+F: docs/microvm.rst
+F: hw/i386/microvm.c
+F: include/hw/i386/microvm.h
+F: pc-bios/bios-microvm.bin
+
Machine core
M: Eduardo Habkost <ehabkost@redhat.com>
M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>