[PATCH v9 15/15] MAINTAINERS: add microvm related files

Sergio Lopez posted 15 patches 6 years ago
Maintainers: Anthony Perard <anthony.perard@citrix.com>, Stefano Stabellini <sstabellini@kernel.org>, Gerd Hoffmann <kraxel@redhat.com>, Paul Durrant <paul@xen.org>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Laszlo Ersek <lersek@redhat.com>, Richard Henderson <rth@twiddle.net>, Igor Mammedov <imammedo@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
There is a newer version of this series
[PATCH v9 15/15] MAINTAINERS: add microvm related files
Posted by Sergio Lopez 6 years ago
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>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fe4dc51b08..9744f07727 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>
-- 
2.21.0


Re: [PATCH v9 15/15] MAINTAINERS: add microvm related files
Posted by Philippe Mathieu-Daudé 6 years ago
On 10/15/19 1:23 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>
> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
> ---
>   MAINTAINERS | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fe4dc51b08..9744f07727 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

Since it is written "microvm" in the documentation, you can use this 
form here too, it won't be an exception:

$ egrep '^[a-z]' MAINTAINERS
i.MX25 PDK
i.MX31 (kzm)
nSeries
milkymist
an5206
mcf5208
petalogix_s3adsp1800
petalogix_ml605
or1k-sim
e500
mpc8544ds
sPAPR
virtex_ml507
sam460ex
sim
ppc4xx
vfio-ccw
vfio-ap
vhost
virtio
virtio-9p
virtio-blk
virtio-ccw
virtio-input
virtio-serial
virtio-rng
virtio-crypto
nvme
megasas
e1000x
e1000e
eepro100
ramfb
virtio-gpu
vhost-user-gpu
qtest
elf2dmp
i386 TCG target
iSCSI
blklogwrites
blkverify
bochs
cloop
dmg
parallels
qed
raw
qcow2
qcow
blkdebug
vpc
vvfat

> +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>
> 

Re: [PATCH v9 15/15] MAINTAINERS: add microvm related files
Posted by Philippe Mathieu-Daudé 6 years ago
On 10/15/19 1:23 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>
> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
> ---
>   MAINTAINERS | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fe4dc51b08..9744f07727 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

This is a submodule, change there won't be committed within QEMU.

Without the 'F: roms/qboot' line:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> +F: pc-bios/bios-microvm.bin
> +
>   Machine core
>   M: Eduardo Habkost <ehabkost@redhat.com>
>   M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
>