diff mbox

MAINTAINERS: Small IDE/FDC touchup

Message ID 1443117055-29240-1-git-send-email-jsnow@redhat.com
State New
Headers show

Commit Message

John Snow Sept. 24, 2015, 5:50 p.m. UTC
libqos/ahci and tests/fdc-test are under my purview also,
include them in the appropriate stanzas.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

Comments

John Snow Oct. 1, 2015, 4:41 p.m. UTC | #1
On 09/24/2015 01:50 PM, John Snow wrote:
> libqos/ahci and tests/fdc-test are under my purview also,
> include them in the appropriate stanzas.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cf02890..7d97bd8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -634,6 +634,7 @@ F: hw/block/cdrom.c
>  F: hw/block/hd-geometry.c
>  F: tests/ide-test.c
>  F: tests/ahci-test.c
> +F: tests/libqos/ahci*
>  T: git git://github.com/jnsnow/qemu.git ide
>  
>  Floppy
> @@ -642,6 +643,7 @@ L: qemu-block@nongnu.org
>  S: Supported
>  F: hw/block/fdc.c
>  F: include/hw/block/fdc.h
> +F: tests/fdc-test.c
>  T: git git://github.com/jnsnow/qemu.git ide
>  
>  OMAP
> 

I am assuming this is OK to pull through my tree...

Tentatively staged. Barring objections, I will send a pull request for
this tomorrow, thanks.

https://github.com/jnsnow/qemu/commits/ide
https://github.com/jnsnow/qemu.git

--js
Michael Tokarev Oct. 4, 2015, 4:19 p.m. UTC | #2
24.09.2015 20:50, John Snow wrote:
> libqos/ahci and tests/fdc-test are under my purview also,
> include them in the appropriate stanzas.

Applied to -trivial too, just in case :)

Thank you for adding more files to MAINTAINERS!

/mjt
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index cf02890..7d97bd8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -634,6 +634,7 @@  F: hw/block/cdrom.c
 F: hw/block/hd-geometry.c
 F: tests/ide-test.c
 F: tests/ahci-test.c
+F: tests/libqos/ahci*
 T: git git://github.com/jnsnow/qemu.git ide
 
 Floppy
@@ -642,6 +643,7 @@  L: qemu-block@nongnu.org
 S: Supported
 F: hw/block/fdc.c
 F: include/hw/block/fdc.h
+F: tests/fdc-test.c
 T: git git://github.com/jnsnow/qemu.git ide
 
 OMAP