diff mbox series

[v7,12/12] MAINTAINERS: add microvm related files

Message ID 20191008135537.197867-13-slp@redhat.com (mailing list archive)
State New, archived
Headers show
Series Introduce the microvm machine type | expand

Commit Message

Sergio Lopez Pascual Oct. 8, 2019, 1:55 p.m. UTC
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>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Philippe Mathieu-Daudé Oct. 10, 2019, 11:40 a.m. UTC | #1
On 10/8/19 3:55 PM, Sergio Lopez wrote:
> 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>
> ---
>   MAINTAINERS | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3ca814850e..dfdc4f9b57 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1275,6 +1275,16 @@ 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: roms/qboot
> +F: pc-bios/bios-microvm.bin
> +
>   Machine core
>   M: Eduardo Habkost <ehabkost@redhat.com>
>   M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 3ca814850e..dfdc4f9b57 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1275,6 +1275,16 @@  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: roms/qboot
+F: pc-bios/bios-microvm.bin
+
 Machine core
 M: Eduardo Habkost <ehabkost@redhat.com>
 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>