summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/pnv-xscom: Make test independent of global_qtestThomas Huth2019-01-221-14/+15
* tests/boot-order: Make test independent of global_qtestThomas Huth2019-01-221-30/+29Star
* tests/endianesss: Make test independent of global_qtestThomas Huth2019-01-221-163/+166
* tests/Makefile: Use some more CONFIG switches for ppc testsThomas Huth2019-01-221-6/+6
* tests/Makefile: Use some more CONFIG switches for x86 testsThomas Huth2019-01-221-5/+5
* tests: Disable ipmi-bt-testPeter Maydell2019-01-211-1/+2
* Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2019-01-182-5/+54
|\
| * Acceptance tests: add Linux initrd checking testWainer dos Santos Moschetta2019-01-171-0/+48
| * check-help: visual and content improvementsCleber Rosa2019-01-171-3/+5
| * check-venv: use recorded Python versionCleber Rosa2019-01-171-2/+1Star
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-01-1812-336/+157Star
|\ \ | |/ |/|
| * acpi: update expected filesMichael S. Tsirkin2019-01-185-0/+0
| * virtio: split virtio serial bits from virtio-pciJuan Quintela2019-01-181-3/+3
| * virtio: split virtio net bits from virtio-pciJuan Quintela2019-01-181-1/+1
| * virtio: split virtio blk bits from virtio-pciJuan Quintela2019-01-181-2/+2
| * virtio: split virtio scsi bits from virtio-pciJuan Quintela2019-01-181-1/+1
| * virtio: split virtio 9p bits from virtio-pciJuan Quintela2019-01-181-1/+1
| * virtio: split virtio balloon bits from virtio-pciJuan Quintela2019-01-181-1/+1
| * virtio: split virtio rng bits from virtio-pciJuan Quintela2019-01-181-1/+1
| * tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signatureIgor Mammedov2019-01-182-16/+10Star
| * tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()Igor Mammedov2019-01-181-29/+10Star
| * tests: smbios: fetch whole table in one step instead of reading it step by stepIgor Mammedov2019-01-182-31/+1Star
| * tests: acpi: reuse fetch_table() in vmgenid-testIgor Mammedov2019-01-184-110/+69Star
| * tests: acpi: reuse fetch_table() for fetching FACS and DSDTIgor Mammedov2019-01-151-48/+30Star
| * tests: acpi: simplify rsdt handlingIgor Mammedov2019-01-151-82/+55Star
| * tests: acpi: make sure FADT is fetched only onceIgor Mammedov2019-01-151-11/+8Star
| * tests: acpi: use AcpiSdtTable::aml in consistent wayIgor Mammedov2019-01-152-42/+28Star
| * tests: vhost-user-test: initialize 'fd' in chr_readLi Qiang2019-01-151-1/+1
| * hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth2019-01-151-44/+23Star
* | Revert "hbitmap: Add @advance param to hbitmap_iter_next()"Vladimir Sementsov-Ogievskiy2019-01-161-13/+13
* | Revert "test-hbitmap: Add non-advancing iter_next tests"Vladimir Sementsov-Ogievskiy2019-01-161-24/+12Star
* | tests: add tests for hbitmap_next_dirty_areaVladimir Sementsov-Ogievskiy2019-01-161-0/+107
* | tests: add tests for hbitmap_next_zero with specified end parameterVladimir Sementsov-Ogievskiy2019-01-161-4/+28
* | dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy2019-01-161-1/+1
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-14' into st...Peter Maydell2019-01-157-25/+635
|\ \
| * | qemu-nbd: Add --bitmap=NAME optionEric Blake2019-01-142-2/+28
| * | nbd: Allow bitmap export during QMP nbd-server-addEric Blake2019-01-142-15/+9Star
| * | nbd: Only require disabled bitmap for read-only exportsEric Blake2019-01-142-4/+9
| * | nbd: Forbid nbd-server-stop when server is not runningEric Blake2019-01-142-2/+2
| * | nbd: Add some error case testing to iotests 223Eric Blake2019-01-142-2/+24
| * | iotests: add iotest 236 for testing bitmap mergeJohn Snow2019-01-143-0/+513
| * | iotests: implement pretty-print for log and qmp_logJohn Snow2019-01-141-5/+10
| * | iotests: change qmp_log filters to expect QMP objects onlyJohn Snow2019-01-142-5/+27
| * | iotests: remove default filters from qmp_logJohn Snow2019-01-142-3/+7
| * | iotests: add qmp recursive sorting functionJohn Snow2019-01-141-4/+20
| * | iotests: add filter_generated_node_idsJohn Snow2019-01-141-0/+3
| * | iotests.py: don't abort if IMGKEYSECRET is undefinedJohn Snow2019-01-141-1/+1
| * | block: remove 'x' prefix from experimental bitmap APIsJohn Snow2019-01-141-2/+2
| |/
* | Revert "tests: Disable qht-bench parallel test when using gprof"Alex Bennée2019-01-141-2/+1Star
* | tests: use g_usleep instead of rem = sleep(time)Alex Bennée2019-01-143-12/+6Star