diff options
author | Philippe Mathieu-Daudé | 2021-11-23 12:17:32 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-11-30 22:25:58 +0100 |
commit | aa62976c9d207d85fd503af7dc397c19e5782dae (patch) | |
tree | ae1852d9b8296b3847291d7033e8d732dd061147 /MAINTAINERS | |
parent | hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued (diff) | |
download | qemu-aa62976c9d207d85fd503af7dc397c19e5782dae.tar.gz qemu-aa62976c9d207d85fd503af7dc397c19e5782dae.tar.xz qemu-aa62976c9d207d85fd503af7dc397c19e5782dae.zip |
tests/qtest: Add fuzz-lsi53c895a-test
Without the previous commit, this test triggers:
$ make check-qtest-x86_64
[...]
Running test qtest-x86_64/fuzz-lsi53c895a-test
qemu-system-x86_64: hw/scsi/lsi53c895a.c:624: lsi_do_dma: Assertion `s->current' failed.
ERROR qtest-x86_64/fuzz-lsi53c895a-test - too few tests run (expected 1, got 0)
Suggested-by: Alexander Bulekov <alxndr@bu.edu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Message-Id: <20211123111732.83137-3-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@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 006a2293ba..4d2143ff23 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1825,6 +1825,7 @@ F: hw/scsi/* F: tests/qtest/virtio-scsi-test.c F: tests/qtest/fuzz-virtio-scsi-test.c F: tests/qtest/am53c974-test.c +F: tests/qtest/fuzz-lsi53c895a-test.c T: git https://github.com/bonzini/qemu.git scsi-next SSI |