summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/acpi: drop unnecessary filesMichael S. Tsirkin2020-09-29290-71489/+0Star
* tests/acpi: update golden master DSDT binary table blobs for q35Ani Sinha2020-09-29303-10/+71489
* Add ACPI DSDT tables for q35 that are being updated by the next patchAni Sinha2020-09-291-0/+10
* tests/acpi: add newly added acpi DSDT table blob for pci bridge hotplug flagAni Sinha2020-09-292-1/+0Star
* tests/acpi: unit test for 'acpi-pci-hotplug-with-bridge-support' bridge flagAni Sinha2020-09-291-0/+16
* tests/acpi: list added acpi table binary file for pci bridge hotplug testAni Sinha2020-09-291-0/+1
* tests/acpi: add a new ACPI table in order to test root pci hotplug on/offAni Sinha2020-09-292-1/+0Star
* tests/acpi: add new unit test to test hotplug off/on feature on the root pci busAni Sinha2020-09-291-0/+16
* tests/acpi: mark addition of table DSDT.roothp for unit testing root pci hotplugAni Sinha2020-09-291-0/+1
* tests: acpi: update acpi blobs with new AMLIgor Mammedov2020-09-2919-19/+0Star
* tests: acpi: mark to be changed tables in bios-tables-test-allowed-diffIgor Mammedov2020-09-291-0/+19
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-292-92/+9Star
* tests/qtest/vhost-user-test: prepare the tests for adding new dev classDima Stepanov2020-09-291-29/+76
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-09-2412-84/+327
|\
| * qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-239-84/+86
| * tests: add test-fdmon-epollStefan Hajnoczi2020-09-232-0/+76
| * util/iov: add iov_discard_undo()Stefan Hajnoczi2020-09-231-0/+165
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-09-21' int...Peter Maydell2020-09-232-0/+68
|\ \ | |/ |/|
| * qemu-img: Support bitmap --merge into backing imageEric Blake2020-09-222-0/+68
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-211-0/+2
|\ \ | |/ |/|
| * qom: Clean up object_property_get_enum()'s error valueMarkus Armbruster2020-09-181-0/+2
* | tests/acceptance: Skip slow quanta-gsj U-boot+Linux testPhilippe Mathieu-Daudé2020-09-181-0/+1
* | tests/acceptance: Disable tests dependent of unreliable apt.armbian.comPhilippe Mathieu-Daudé2020-09-182-0/+13
|/
* docker.py: always use --rmPaolo Bonzini2020-09-182-3/+2Star
* Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200917-pull-reque...Peter Maydell2020-09-174-2/+19
|\
| * tests/acpi: update expected data files for microvmGerd Hoffmann2020-09-174-3/+0Star
| * tests/acpi: add microvm testGerd Hoffmann2020-09-171-0/+15
| * tests/acpi: allow override blkdevGerd Hoffmann2020-09-171-2/+4
| * tests/acpi: allow microvm test data updates.Gerd Hoffmann2020-09-174-0/+3
* | tests: Fixes test-qdev-global-props.cYonggang Luo2020-09-161-3/+6
* | tests: fix test-util-sockets.cYonggang Luo2020-09-161-1/+5
* | tests: Fixes test-io-channel-file by mask only owner file state mask bitsYonggang Luo2020-09-161-1/+11
* | tests: Fixes test-io-channel-socket.c tests under msys2/mingwYonggang Luo2020-09-161-0/+2
* | vmstate: Fixes test-vmstate.c on msys2/mingwYonggang Luo2020-09-161-1/+2
* | meson: Use -b to ignore CR vs. CR-LF issues on WindowsYonggang Luo2020-09-161-1/+1
* | tests: test-replication disable /replication/secondary/* on msys2/mingw.Yonggang Luo2020-09-161-0/+4
* | tests: Fixes test-replication.c on msys2/mingw.Yonggang Luo2020-09-161-4/+14
* | meson: disable crypto tests are empty under win32Yonggang Luo2020-09-161-1/+2
* | meson: Disable test-char on msys2/mingw for fixing tests stuckYonggang Luo2020-09-161-1/+6
* | rcu: fixes test-logging.c by call drain_call_rcu before rmdir_fullYonggang Luo2020-09-161-0/+2
* | tests: Convert g_free to g_autofree macro in test-logging.cYonggang Luo2020-09-161-2/+1Star
* | tests/socket-helpers: Treat EAI_NONAME as EADDRNOTAVAILThomas Huth2020-09-161-2/+1Star
* | tests/qtest/qmp-cmd-test: Use inclusive languageThomas Huth2020-09-161-5/+5
* | fuzz: Change the way we write qtest log to stderrAlexander Bulekov2020-09-161-3/+2Star
* | iotests: Drop readlink -fMax Reitz2020-09-161-1/+1
|/
* qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia2020-09-152-20/+52
* iotests: Skip test_stream_parallel in test 030 when doing "make check"Thomas Huth2020-09-152-0/+5
* qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia2020-09-153-0/+91
* qemu-img: avoid unaligned read requests during convertPeter Lieven2020-09-151-2/+5
* qemu-iotests: Simplify FilePath __init__Nir Soffer2020-09-151-3/+2Star