diff options
author | Thomas Huth <thuth@redhat.com> | 2018-06-08 13:17:39 -0400 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2018-06-08 13:17:39 -0400 |
commit | edc35b3dc25a71f226ce9a0e6517a9ee26a023ff (patch) | |
tree | a0d417e5ac4dad5752dc771831eafe706f8ad847 /MAINTAINERS | |
parent | 49d43a5978703d515393c70c5620ace8e8daf8cd (diff) | |
download | qemu-edc35b3dc25a71f226ce9a0e6517a9ee26a023ff.zip qemu-edc35b3dc25a71f226ce9a0e6517a9ee26a023ff.tar.gz qemu-edc35b3dc25a71f226ce9a0e6517a9ee26a023ff.tar.bz2 |
MAINTAINERS: Add the cdrom-test to John's section
The cdrom-test checks various block types - IDE, SCSI and
virtio, so it's a little bit hard to decide where this should
belong to in the MAINTAINERS file. But John volunteered to take
it, so let's put it into the IDE section for now.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: John Snow <jsnow@redhat.com>
Signed-off-by: John Snow <jsnow@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 4c73c16..a40f558 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1003,6 +1003,7 @@ F: hw/block/cdrom.c F: hw/block/hd-geometry.c F: tests/ide-test.c F: tests/ahci-test.c +F: tests/cdrom-test.c F: tests/libqos/ahci* T: git git://github.com/jnsnow/qemu.git ide |