mbox series

[0/4] Assorted fixes to tests that were broken by recent scsi changes

Message ID 20201019163702.471239-1-mlevitsk@redhat.com (mailing list archive)
Headers show
Series Assorted fixes to tests that were broken by recent scsi changes | expand

Message

Maxim Levitsky Oct. 19, 2020, 4:36 p.m. UTC
Just few fixes, for some stuff that slipped thorough.

Tested with make check, and qcow2/raw/nbd iotests.

Best regards,
	Maxim Levitsky

Maxim Levitsky (4):
  qdev: Fix two typos
  libqtest: fix the order of buffered events
  libqtest: fix memory leak in the qtest_qmp_event_ref
  iotests: rewrite iotest 240 in python

 include/hw/qdev-core.h     |   4 +-
 tests/qemu-iotests/240     | 228 ++++++++++++++++---------------------
 tests/qemu-iotests/240.out |  76 ++++++++-----
 tests/qtest/libqtest.c     |  13 +--
 4 files changed, 150 insertions(+), 171 deletions(-)