summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | iotests: make qemu_img_log and img_info_log raise on errorJohn Snow2022-03-223-5/+7
* | | iotests: remove qemu_img_pipe_and_status()John Snow2022-03-221-19/+7Star
* | | iotests: replace qemu_img_log('create', ...) callsJohn Snow2022-03-226-48/+13Star
* | | iotests: use qemu_img() in has_working_luks()John Snow2022-03-221-9/+9
* | | iotests: remove remaining calls to qemu_img_pipe()John Snow2022-03-224-13/+9Star
* | | iotests/149: Remove qemu_img_pipe() callJohn Snow2022-03-222-23/+5Star
* | | iotests: replace unchecked calls to qemu_img_pipe()John Snow2022-03-226-10/+10
* | | iotests: change supports_quorum to use qemu_imgJohn Snow2022-03-221-2/+2
* | | iotests: add qemu_img_map() functionJohn Snow2022-03-226-24/+17Star
* | | iotests/remove-bitmap-from-backing: use qemu_img_info()John Snow2022-03-221-3/+3
* | | iotests: add qemu_img_info()John Snow2022-03-223-10/+15
* | | iotests: use qemu_img_json() when applicableJohn Snow2022-03-221-4/+4
* | | iotests: add qemu_img_json()John Snow2022-03-221-0/+32
* | | iotests: fortify compare_images() against crashesJohn Snow2022-03-221-5/+16
* | | iotests: make qemu_img raise on non-zero rc by defaultJohn Snow2022-03-222-10/+55
* | | iotests: Remove explicit checks for qemu_img() == 0John Snow2022-03-2215-56/+45Star
* | | tests/qemu-iotests/testrunner: Supply a test plan in TAP modeThomas Huth2022-03-221-0/+1
* | | tests: Do not treat the iotests as separate meson test target anymoreThomas Huth2022-03-221-8/+1Star
* | | tests/qemu-iotests: Use GNU sed in two more spots where it is necessaryThomas Huth2022-03-221-2/+2
* | | tests: add (riscv virt) machine mapping to testenvlaokz2022-03-221-0/+2
|/ /
* | Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-214-30/+30
* | 9pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
|/
* target/arm: Fix sve2 ldnt1 and stnt1Richard Henderson2022-03-183-0/+58
* tests/avocado: start PhoneServer upfrontBeraldo Leal2022-03-161-6/+7
* tests/tcg/s390x: Test BRASL and BRCL with large negative offsetsIlya Leoshkevich2022-03-162-0/+69
* tests/tcg: drop -cpu max from s390x sha512-mvx invocationAlex Bennée2022-03-161-2/+0Star
* Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into stagingPeter Maydell2022-03-151-0/+5
|\
| * tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directivesPhilippe Mathieu-Daudé2022-03-151-0/+5
* | Merge tag 'edk2-20220315-pull-request' of git://git.kraxel.org/qemu into stagingPeter Maydell2022-03-151-0/+0
|\ \
| * | tests/acpi: disallow virt memory hotplug changesGerd Hoffmann2022-03-151-1/+0Star
| * | tests/acpi: update expected data filesGerd Hoffmann2022-03-151-0/+0
| * | tests/acpi: allow virt memory hotplug changesGerd Hoffmann2022-03-151-0/+1
| |/
* | Merge tag 'pull-ppc-20220314' of https://github.com/legoater/qemu into stagingPeter Maydell2022-03-1512-9/+99
|\ \ | |/ |/|
| * target/ppc: fix xxspltw for big endian hostsMatheus Ferst2022-03-143-0/+48
| * avocado/ppc_virtex_ml507.py: check TCG accel in test_ppc_virtex_ml507()Daniel Henrique Barboza2022-03-141-0/+2
| * avocado/ppc_prep_40p.py: check TCG accel in all testsDaniel Henrique Barboza2022-03-141-0/+6
| * avocado/ppc_mpc8544ds.py: check TCG accel in test_ppc_mpc8544ds()Daniel Henrique Barboza2022-03-141-0/+2
| * avocado/ppc_bamboo.py: check TCG accel in test_ppc_bamboo()Daniel Henrique Barboza2022-03-141-0/+2
| * avocado/ppc_74xx.py: check TCG accel for all testsDaniel Henrique Barboza2022-03-141-0/+13
| * avocado/ppc_405.py: check TCG accel in test_ppc_ref405ep()Daniel Henrique Barboza2022-03-141-0/+2
| * avocado/ppc_405.py: remove test_ppc_taihu()Daniel Henrique Barboza2022-03-141-8/+0Star
| * avocado/boot_linux_console.py: check TCG accel in test_ppc_mac99()Daniel Henrique Barboza2022-03-141-0/+6
| * avocado/boot_linux_console.py: check TCG accel in test_ppc_g3beige()Daniel Henrique Barboza2022-03-141-0/+6
| * avocado/replay_kernel.py: make tcg-icount check in run_vm()Daniel Henrique Barboza2022-03-141-0/+4
| * avocado/boot_linux_console.py: check tcg accel in test_ppc64_e500Daniel Henrique Barboza2022-03-141-0/+2
| * avocado/boot_linux_console.py: check for tcg in test_ppc_powernv8/9Daniel Henrique Barboza2022-03-141-0/+3
| * qtest/meson.build: check CONFIG_TCG for boot-serial-test in qtests_ppcDaniel Henrique Barboza2022-03-141-1/+2
| * qtest/meson.build: check CONFIG_TCG for prom-env-test in qtests_ppcDaniel Henrique Barboza2022-03-141-1/+2
* | Hexagon (target/hexagon) assignment to c4 should wait until packet commitTaylor Simpson2022-03-121-0/+38
* | Hexagon (target/hexagon) fix bug in conv_df2uw_chopTaylor Simpson2022-03-121-0/+4