diff options
author | Paolo Bonzini | 2012-02-22 15:59:52 +0100 |
---|---|---|
committer | Anthony Liguori | 2012-02-22 20:24:27 +0100 |
commit | de7724f70085aa9f0185c2b50e2d069c364ec486 (patch) | |
tree | 544958a94c80c1bac82f454c1b10052acaa2968b /MAINTAINERS | |
parent | qom: add test tools (diff) | |
download | qemu-de7724f70085aa9f0185c2b50e2d069c364ec486.tar.gz qemu-de7724f70085aa9f0185c2b50e2d069c364ec486.tar.xz qemu-de7724f70085aa9f0185c2b50e2d069c364ec486.zip |
split SCSI and LSI, add myself as SCSI maintainer
This has been the de facto situation for a while now.
Add a tree, too.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 647c41363d..0b3b3d8dc6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -420,11 +420,16 @@ F: hw/pci* F: hw/piix* SCSI +M: Paolo Bonzini <pbonzini@redhat.com> +S: Supported +F: hw/virtio-scsi.* +F: hw/scsi* +T: git://github.com/bonzini/qemu.git scsi-next + +LSI53C895A M: Paul Brook <paul@codesourcery.com> -M: Kevin Wolf <kwolf@redhat.com> S: Odd Fixes F: hw/lsi53c895a.c -F: hw/scsi* USB M: Gerd Hoffmann <kraxel@redhat.com> |