Age | Commit message (Expand) | Author | Files | Lines |
2023-05-10 | test-bdrv-drain: Don't modify the graph in coroutines | Kevin Wolf | 1 | -37/+75 |
2023-05-10 | iotests: Test resizing image attached to an iothread | Kevin Wolf | 2 | -0/+82 |
2023-05-10 | iotests/nbd-reconnect-on-open: Fix NBD socket path | Kevin Wolf | 2 | -3/+4 |
2023-05-09 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 1 | -12/+18 |
2023-05-08 | qtest/migration-test.c: Add postcopy tests with compress enabled | Lukas Straub | 1 | -30/+55 |
2023-05-08 | qtest/migration-test.c: Add tests with compress enabled | Lukas Straub | 1 | -0/+109 |
2023-05-08 | test-aio-multithread: simplify test_multi_co_schedule | Paolo Bonzini | 1 | -6/+12 |
2023-05-08 | test-aio-multithread: do not use mb_read/mb_set for simple flags | Paolo Bonzini | 1 | -6/+6 |
2023-05-05 | tests: tcg: ppc64: Add tests for Vector Extract Mask Instructions | Shivaprasad G Bhat | 2 | -1/+55 |
2023-05-04 | qga: test: Add tests for `merged` flag | Daniel Xu | 1 | -17/+141 |
2023-05-02 | Merge tag 'pull-target-arm-20230502-2' of https://git.linaro.org/people/pmayd... | Richard Henderson | 8 | -14/+132 |
2023-05-02 | hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep' | Peter Maydell | 1 | -0/+1 |
2023-05-02 | tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG | Fabiano Rosas | 1 | -1/+2 |
2023-05-02 | tests/avocado: Pass parameters to migration test | Fabiano Rosas | 1 | -5/+78 |
2023-05-02 | tests/qtest: Fix tests when no KVM or TCG are present | Fabiano Rosas | 5 | -6/+36 |
2023-05-02 | tests/qtest: Adjust and document query-cpu-model-expansion test for arm | Fabiano Rosas | 1 | -3/+17 |
2023-05-02 | tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG | Fabiano Rosas | 1 | -1/+2 |
2023-05-02 | tests/qtest: Disable the spice test of readconfig-test on FreeBSD | Thomas Huth | 1 | -3/+3 |
2023-04-28 | async: Add an optional reentrancy guard to the BH API | Alexander Bulekov | 1 | -1/+2 |
2023-04-28 | tests: vhost-user-test: release mutex on protocol violation | Paolo Bonzini | 1 | -1/+2 |
2023-04-27 | tests/tcg: limit the scope of the plugin tests | Alex Bennée | 14 | -30/+25 |
2023-04-27 | tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64 | Kautuk Consul | 1 | -6/+64 |
2023-04-27 | avocado_qemu/__init__.py: factor out the qemu-img finding | Kautuk Consul | 1 | -11/+16 |
2023-04-27 | tests/avocado/machine_aspeed: Fix the broken ast2[56]00_evb_sdk tests | Thomas Huth | 1 | -13/+17 |
2023-04-27 | tests/avocado: Make ssh_command_output_contains() globally available | Thomas Huth | 2 | -8/+8 |
2023-04-27 | .gitlab-ci.d/cirrus: Drop the CI job for compiling with FreeBSD 12 | Thomas Huth | 1 | -1/+0 |
2023-04-27 | tests/avocado: Add set of boot tests on SBSA-ref | Philippe Mathieu-Daudé | 1 | -0/+158 |
2023-04-27 | tests/avocado: use the new snapshots for testing | Alex Bennée | 1 | -26/+144 |
2023-04-27 | tests/requirements.txt: bump up avocado-framework version to 101.0 | Kautuk Consul | 2 | -8/+12 |
2023-04-26 | Merge tag 'pull-qapi-2023-04-26' of https://repo.or.cz/qemu/armbru into staging | Richard Henderson | 32 | -40/+289 |
2023-04-26 | qapi: allow unions to contain further unions | Daniel P. Berrangé | 11 | -0/+231 |
2023-04-25 | qapi: support updating expected test output via make | Daniel P. Berrangé | 1 | -0/+1 |
2023-04-25 | tests: mark more coroutine_fns | Paolo Bonzini | 1 | -1/+1 |
2023-04-25 | thread-pool: avoid passing the pool parameter every time | Emanuele Giuseppe Esposito | 1 | -7/+5 |
2023-04-24 | qapi: Require boxed for conditional command and event arguments | Markus Armbruster | 12 | -19/+30 |
2023-04-24 | tests/qapi-schema: Cover optional conditional struct member | Markus Armbruster | 2 | -1/+4 |
2023-04-24 | tests/qapi-schema: Clean up positive test for conditionals | Markus Armbruster | 2 | -8/+6 |
2023-04-24 | tests/qapi-schema: Rename a few conditionals | Markus Armbruster | 2 | -12/+12 |
2023-04-24 | tests/qapi-schema: Improve union discriminator coverage | Markus Armbruster | 2 | -3/+3 |
2023-04-24 | qapi: Fix to reject 'data': 'mumble' in struct | Markus Armbruster | 4 | -0/+5 |
2023-04-24 | qapi: Fix error message when type name or array is expected | Markus Armbruster | 4 | -4/+4 |
2023-04-24 | qapi: Improve error message for unexpected array types | Markus Armbruster | 2 | -2/+2 |
2023-04-22 | Merge tag 'pull-hex-20230421' of https://github.com/quic/qemu into staging | Richard Henderson | 4 | -159/+236 |
2023-04-22 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 18 | -128/+86 |
2023-04-21 | Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm... | Richard Henderson | 1 | -2/+40 |
2023-04-21 | Hexagon (tests/tcg/hexagon) Move HVX test infra to header file | Taylor Simpson | 3 | -158/+181 |
2023-04-21 | Hexagon (target/hexagon) Add overrides for count trailing zeros/ones | Taylor Simpson | 1 | -1/+55 |
2023-04-21 | Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 15 | -142/+931 |
2023-04-20 | qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controller | Stefan Berger | 2 | -0/+666 |
2023-04-20 | qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it | Stefan Berger | 8 | -59/+56 |