This series extends qemu-iotests 068 to also run with iothread enabled. Doing so was harder than expected because:
1. ioeventfd is disabled without -M accel=kvm even though it should work 2. loadvm still has an iothread bug Instead of adding a ./check -iothread option I decided to always run the test. Kevin recently recommended this approach; the advantage is that iothread *will* always be tested iothread mode whereas people won't run ./check -iothread. Stefan Hajnoczi (5): virtio-pci: use ioeventfd even when KVM is disabled migration: hold AioContext lock for loadvm qemu_fclose() qemu-iotests: 068: extract _qemu() function qemu-iotests: 068: use -drive/-device instead of -hda qemu-iotests: 068: test iothread mode hw/virtio/virtio-pci.c | 2 +- migration/savevm.c | 2 +- tests/qemu-iotests/068 | 37 +++++++++++++++++++++++++------------ tests/qemu-iotests/068.out | 11 ++++++++++- 4 files changed, 37 insertions(+), 15 deletions(-) -- 2.9.4