index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
virtio-scsi-test.c
Age
Commit message (
Expand
)
Author
2019-10-25
virtio-scsi-test: add missing feature negotiation
Stefan Hajnoczi
2019-09-05
tests/libqtest: Use libqtest-single.h in tests that require global_qtest
Thomas Huth
2019-08-15
tests/libqtest: Make qmp_assert_success() independent from global_qtest
Thomas Huth
2019-08-15
tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtest
Thomas Huth
2019-08-15
tests/libqos: Make generic virtio code independent from global_qtest
Thomas Huth
2019-08-15
tests: Set read-zeroes on for null-co driver
Andrey Shinkevich
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-04
virtio-scsi-test: Test attaching new overlay with iothreads
Kevin Wolf
2019-03-07
qos-test: virtio-scsi test node
Emanuele Giuseppe Esposito
2019-03-07
tests/libqos: embed allocators instead of malloc-ing them separately
Paolo Bonzini
2019-03-07
tests/libqos: introduce virtio_start_device
Emanuele Giuseppe Esposito
2018-08-16
tests: Clean up string interpolation around qtest_qmp_device_add()
Markus Armbruster
2018-03-12
scsi: support NDOB (no data-out buffer) for WRITE SAME commands
Paolo Bonzini
2018-02-14
libqos: Use explicit QTestState for remaining libqos operations
Eric Blake
2018-02-02
libqos/virtio: return length written into used descriptor
Greg Kurz
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-15
tests: Introduce generic device hot-plug/hot-unplug functions
Thomas Huth
2017-06-30
tests: fix virtio-scsi-test ISR dependence
Stefan Hajnoczi
2017-06-06
virtio-scsi-test: Use scsi-hd instead of legacy scsi-disk
Markus Armbruster
2017-05-11
tests: Use null-co:// instead of /dev/null as the dummy image
Fam Zheng
2017-03-01
tests: fix virtio-scsi-test leak
Marc-André Lureau
2016-10-28
libqos: Give qvirtio_config_read*() consistent semantics
David Gibson
2016-10-28
tests: enable virtio tests on SPAPR
Laurent Vivier
2016-10-28
tests: use qtest_pc_boot()/qtest_shutdown() in virtio tests
Laurent Vivier
2016-10-28
tests: move QVirtioBus pointer into QVirtioDevice
Laurent Vivier
2016-10-28
tests: fix memory leak in virtio-scsi-test
Laurent Vivier
2016-10-06
libqos: add PCI management in qtest_vboot()/qtest_shutdown()
Laurent Vivier
2016-06-20
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...
Peter Maydell
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
libqos: add qvirtqueue_cleanup()
Stefan Hajnoczi
2016-06-20
libqos: drop duplicated virtio_pci.h definitions
Stefan Hajnoczi
2016-06-20
libqos: drop duplicated virtio_scsi.h definitions
Stefan Hajnoczi
2016-06-20
libqos: use virtio_ids.h for device ID definitions
Stefan Hajnoczi
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-02-16
tests: Clean up includes
Peter Maydell
2015-07-30
virtio-scsi-test: Add test case for tail unaligned WRITE SAME
Fam Zheng
2015-07-30
tests: virtio-scsi: clear unit attention after reset
Stefan Hajnoczi
2015-06-19
tests: virtio-scsi: Add test for unaligned WRITE SAME
Fam Zheng
2015-06-17
tests: virtio-scsi: Move start/stop to individual test functions
Fam Zheng
2014-12-10
qtests: Specify image format explicitly
Kevin Wolf
2014-10-15
tests: virtio-scsi: Check if hot-plug/unplug works
Igor Mammedov
2014-03-13
tests: Add virtio-scsi qtest
Andreas Färber