diff options
author | Fam Zheng <famz@redhat.com> | 2017-08-21 22:10:05 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-09-19 14:09:11 +0200 |
commit | 2875135807771a0d07ba1c878c20b757ed7adffb (patch) | |
tree | c3ab331ddaadd8f5e9b2ed8beaaf1bbec9c5c0ef /MAINTAINERS | |
parent | b07fbce6349c7b84642e7ed56c7a1ac3c1caca61 (diff) |
scsi: Refactor scsi sense interpreting code
So that it can be reused outside of iscsi.c.
Also update MAINTAINERS to include the new files in SCSI section.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170821141008.19383-2-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4bd1797330..c207cb0014 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -968,7 +968,9 @@ SCSI M: Paolo Bonzini <pbonzini@redhat.com> S: Supported F: include/hw/scsi/* +F: include/scsi/* F: hw/scsi/* +F: util/scsi* F: tests/virtio-scsi-test.c T: git git://github.com/bonzini/qemu.git scsi-next |