• M
    main-loop: Suppress I/O thread warning under qtest · 7d175d29
    Max Reitz 提交于
    We do not want to display the "I/O thread spun" warning for test cases
    that run under qtest. The first attempt for this (commit
    01c22f2c) tested whether qtest_enabled()
    was true.
    
    Commit 21a24302 correctly recognized
    that just testing qtest_enabled() is not sufficient since there are some
    tests that do not use the qtest accelerator but just the qtest character
    device, and thus replaced qtest_enabled() by qtest_driver().
    
    However, there are also some tests that only use the qtest accelerator
    and not the qtest chardev; perhaps most notably the bash iotests.
    Therefore, we have to check both qtest_enabled() and qtest_driver().
    Signed-off-by: NMax Reitz <mreitz@redhat.com>
    Message-Id: <20161017180939.27912-1-mreitz@redhat.com>
    Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
    7d175d29
main-loop.c 13.9 KB