index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
qtest
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-1
/
+1
2022-09-30
tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zero
Lev Kujawski
1
-0
/
+33
2022-09-30
tests/qtest/ide-test.c: Create disk image for use as a secondary
Lev Kujawski
1
-17
/
+22
2022-09-29
ui: fix path to dbus-display1.h
Paolo Bonzini
1
-1
/
+1
2022-09-27
tests/qtest: boot-serial-test: Close the serial file before starting QEMU
Bin Meng
1
-0
/
+3
2022-09-27
tests/qtest: vhost-user-test: Avoid using hardcoded /tmp
Bin Meng
1
-4
/
+6
2022-09-27
tests/qtest: qmp-test: Avoid using hardcoded /tmp
Bin Meng
1
-4
/
+6
2022-09-27
tests/qtest: pflash-cfi02-test: Avoid using hardcoded /tmp
Bin Meng
1
-8
/
+7
2022-09-27
tests/qtest: hd-geo-test: Avoid using hardcoded /tmp
Bin Meng
1
-13
/
+11
2022-09-27
tests/x86: Move common code to function in device-plug-test
Michael Labiuk
1
-25
/
+17
2022-09-27
tests/qtest: migration-test: Skip running some TLS cases for win32
Bin Meng
1
-0
/
+14
2022-09-27
tests/qtest: libqtest: Replace the call to close a socket with closesocket()
Bin Meng
1
-4
/
+4
2022-09-27
tests/qtest: microbit-test: Fix socket access for win32
Bin Meng
1
-5
/
+5
2022-09-27
tests/qtest: virtio-net-failover: Disable migration tests for win32
Xuzhou Cheng
1
-1
/
+8
2022-09-27
tests/qtest: ide-test: Open file in binary mode
Xuzhou Cheng
1
-2
/
+2
2022-09-27
tests/qtest: migration-test: Disable IO redirection for win32
Bin Meng
1
-0
/
+9
2022-09-27
tests/qtest: bios-tables-test: Adapt the case for win32
Bin Meng
1
-3
/
+9
2022-09-27
tests/qtest: {ahci, ide}-test: Use relative path for temporary files for win32
Bin Meng
2
-5
/
+36
2022-09-27
tests/qtest: libqtest: Exclude the *_fds APIs for win32
Bin Meng
2
-1
/
+17
2022-09-27
tests/qtest: libqtest: Adapt global_qtest declaration for win32
Xuzhou Cheng
1
-0
/
+4
2022-09-27
tests/qtest: qmp-test: Skip running test_qmp_oob for win32
Bin Meng
1
-0
/
+7
2022-09-27
tests/qtest: Build test-filter-{mirror, redirector} cases for posix only
Bin Meng
1
-20
/
+16
2022-09-27
tests/qtest: Skip running virtio-net-test cases that require socketpair() for...
Bin Meng
1
-7
/
+6
2022-09-27
tests/qtest: libqtest: Avoid using hardcoded /tmp
Bin Meng
1
-4
/
+8
2022-09-27
tests/qtest: virtio-scsi-test: Avoid using hardcoded /tmp
Bin Meng
1
-2
/
+2
2022-09-27
tests/qtest: virtio-blk-test: Avoid using hardcoded /tmp
Bin Meng
1
-2
/
+2
2022-09-27
tests/qtest: vhost-user-blk-test: Avoid using hardcoded /tmp
Bin Meng
1
-1
/
+2
2022-09-27
tests/qtest: ide-test: Avoid using hardcoded /tmp
Bin Meng
1
-4
/
+6
2022-09-27
tests/qtest: virtio_blk_fuzz: Avoid using hardcoded /tmp
Bin Meng
1
-2
/
+2
2022-09-27
tests/qtest: generic_fuzz: Avoid using hardcoded /tmp
Bin Meng
1
-2
/
+2
2022-09-27
tests/qtest: fdc-test: Avoid using hardcoded /tmp
Bin Meng
1
-2
/
+3
2022-09-27
tests/qtest: cxl-test: Avoid using hardcoded /tmp
Bin Meng
1
-9
/
+6
2022-09-27
tests/qtest: boot-serial-test: Avoid using hardcoded /tmp
Bin Meng
1
-4
/
+4
2022-09-27
tests/qtest: aspeed_smc-test: Avoid using hardcoded /tmp
Bin Meng
1
-3
/
+2
2022-09-27
tests/qtest: ahci-test: Avoid using hardcoded /tmp
Bin Meng
1
-8
/
+11
2022-09-27
tests/qtest: i440fx-test: Rewrite create_blob_file() to be portable
Bin Meng
1
-40
/
+14
2022-09-23
ui/cocoa: Run qemu_init in the main thread
Akihiko Odaki
1
-1
/
+1
2022-09-20
tests: sb16 has both pc and q35 tests
Juan Quintela
1
-3
/
+7
2022-09-20
tests: Only run intel-hda-tests if machine type is compiled in
Juan Quintela
1
-5
/
+8
2022-09-20
bios-tables-test: Only run test for machine types compiled in
Juan Quintela
1
-67
/
+78
2022-09-20
bios-tables-test: Sort all x86_64 tests by machine type
Juan Quintela
1
-27
/
+33
2022-09-20
bios-tables-test: Make oem-fields tests be consistent
Juan Quintela
1
-8
/
+8
2022-09-20
tests: Fix error strings
Juan Quintela
2
-2
/
+2
2022-09-19
qtest/fuzz-lsi53c895a-test: set guest RAM to 2G
Mauro Matteo Cascella
1
-1
/
+1
2022-09-19
tests/qtest: npcm7xx-emc-test: Skip checking MAC
Patrick Venture
1
-1
/
+2
2022-08-29
tests/qtest/ac97-test: Correct reference to driver
Akihiko Odaki
1
-1
/
+1
2022-08-29
tests/qtest: prom-env-test: Use double quotes to pass the prom-env option
Bin Meng
1
-2
/
+2
2022-08-29
tests/qtest: npcm7xx_emc-test: Skip running test_{tx, rx} on win32
Bin Meng
1
-0
/
+8
2022-08-29
tests/qtest: machine-none-test: Use double quotes to pass the cpu option
Bin Meng
1
-1
/
+1
2022-08-29
tests/qtest: device-plug-test: Reverse the usage of double/single quotes
Bin Meng
1
-1
/
+1
[next]