qemu/tests
Stefan Hajnoczi 8a805c222c tests: avoid qemu_aio_flush() in test-thread-pool.c
We need to eliminate calls to qemu_aio_flush() since the function is
being removed.  Most callers will use bdrv_drain_all() instead but
test-thread-pool.c is lower level.

Since the test uses the global AioContext we can loop on qemu_aio_wait()
to wait for aio and bh activity to complete.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2012-12-11 11:04:25 +01:00
..
qemu-iotests Fix spelling in comments and documentation 2012-12-07 12:34:12 +01:00
tcg target-xtensa: add s32c1i unit tests 2012-12-08 18:48:26 +00:00
.gitignore
check-block.sh
check-qdict.c
check-qfloat.c
check-qint.c
check-qjson.c
check-qlist.c
check-qstring.c
fdc-test.c fdc-tests: add tests for VERIFY command 2012-11-14 18:19:22 +01:00
hd-geo-test.c
libqtest.c
libqtest.h
m48t59-test.c
Makefile tests: add thread pool unit tests 2012-11-26 09:37:51 -06:00
qemu-iotests-quick.sh
rtc-test.c rtc: Only call rtc_set_cmos when Register B SET flag is disabled. 2012-11-27 11:04:33 -06:00
test-aio.c tests: use aio_poll() instead of aio_flush() in test-aio.c 2012-12-11 11:04:25 +01:00
test-coroutine.c
test-iov.c
test-qmp-commands.c
test-qmp-input-strict.c
test-qmp-input-visitor.c
test-qmp-output-visitor.c
test-string-input-visitor.c
test-string-output-visitor.c
test-thread-pool.c tests: avoid qemu_aio_flush() in test-thread-pool.c 2012-12-11 11:04:25 +01:00
test-visitor-serialization.c