diff options
author | Thomas Huth | 2016-09-05 22:11:41 +0200 |
---|---|---|
committer | Paolo Bonzini | 2016-09-13 19:08:47 +0200 |
commit | 74460f3431104a7c13c407e79aee18e64dffa91d (patch) | |
tree | b7b62c2f9829da0687c7a451c1b3bbdaee333119 /MAINTAINERS | |
parent | chardev: Add 'help' option to print all available chardev backend types (diff) | |
download | qemu-74460f3431104a7c13c407e79aee18e64dffa91d.tar.gz qemu-74460f3431104a7c13c407e79aee18e64dffa91d.tar.xz qemu-74460f3431104a7c13c407e79aee18e64dffa91d.zip |
MAINTAINERS: Fix wildcard for scsi headers
get_maintainer.pl currently thinks that the scsi headers are
currrently unmaintained. So let's fix the corresponding wildcard
expression.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1473106301-23102-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c63671bcac..ebde2a4e61 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -831,7 +831,7 @@ T: git git://github.com/jasowang/qemu.git net SCSI M: Paolo Bonzini <pbonzini@redhat.com> S: Supported -F: include/hw/scsi* +F: include/hw/scsi/* F: hw/scsi/* T: git git://github.com/bonzini/qemu.git scsi-next |