aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest
AgeCommit message (Expand)Author
2022-10-12tests/qtest: libqtest: Install signal handler via signal()Bin Meng
2022-10-12tests/qtest: migration-test: Avoid using hardcoded /tmpBin Meng
2022-10-12qtest: start a VNC testMarc-André Lureau
2022-10-11tests/x86: Add 'q35' machine type to ivshmem-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to drive_del-testMichael Labiuk
2022-10-11tests/x86: replace snprint() by g_strdup_printf() in drive_del-testMichael Labiuk
2022-10-11tests/x86: Fix comment typo in drive_del-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to hotplug hd-geo-testMichael Labiuk
2022-10-11tests/x86: Add 'q35' machine type to override-tests in hd-geo-testMichael Labiuk
2022-10-11tests/x86: Refactor hot unplug hd-geo-testMichael Labiuk
2022-10-11tests/x86: Add subtest with 'q35' machine type to device-plug-testMichael Labiuk
2022-10-11tests/x86: add helper qtest_qmp_device_del_send()Michael Labiuk
2022-10-11qtest: "-display none" is set in qtest_init()Juan Quintela
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-09-30tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zeroLev Kujawski
2022-09-30tests/qtest/ide-test.c: Create disk image for use as a secondaryLev Kujawski
2022-09-29ui: fix path to dbus-display1.hPaolo Bonzini
2022-09-27tests/qtest: boot-serial-test: Close the serial file before starting QEMUBin Meng
2022-09-27tests/qtest: vhost-user-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: qmp-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: pflash-cfi02-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: hd-geo-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/x86: Move common code to function in device-plug-testMichael Labiuk
2022-09-27tests/qtest: migration-test: Skip running some TLS cases for win32Bin Meng
2022-09-27tests/qtest: libqtest: Replace the call to close a socket with closesocket()Bin Meng
2022-09-27tests/qtest: microbit-test: Fix socket access for win32Bin Meng
2022-09-27tests/qtest: virtio-net-failover: Disable migration tests for win32Xuzhou Cheng
2022-09-27tests/qtest: ide-test: Open file in binary modeXuzhou Cheng
2022-09-27tests/qtest: migration-test: Disable IO redirection for win32Bin Meng
2022-09-27tests/qtest: bios-tables-test: Adapt the case for win32Bin Meng
2022-09-27tests/qtest: {ahci, ide}-test: Use relative path for temporary files for win32Bin Meng
2022-09-27tests/qtest: libqtest: Exclude the *_fds APIs for win32Bin Meng
2022-09-27tests/qtest: libqtest: Adapt global_qtest declaration for win32Xuzhou Cheng
2022-09-27tests/qtest: qmp-test: Skip running test_qmp_oob for win32Bin Meng
2022-09-27tests/qtest: Build test-filter-{mirror, redirector} cases for posix onlyBin Meng
2022-09-27tests/qtest: Skip running virtio-net-test cases that require socketpair() for...Bin Meng
2022-09-27tests/qtest: libqtest: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: virtio-scsi-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: virtio-blk-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: vhost-user-blk-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: ide-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: virtio_blk_fuzz: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: generic_fuzz: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: fdc-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: cxl-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: boot-serial-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: aspeed_smc-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: ahci-test: Avoid using hardcoded /tmpBin Meng
2022-09-27tests/qtest: i440fx-test: Rewrite create_blob_file() to be portableBin Meng
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki