aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-21' into st...Peter Maydell4-10/+61
2019-01-22tests: remove rule for nonexisting qdev-monitor-testPaolo Bonzini1-1/+0
2019-01-22tests/hexloader-test: Don't pass -nographic to the QEMU under testPeter Maydell1-1/+1
2019-01-22tests/pnv-xscom: Make test independent of global_qtestThomas Huth1-14/+15
2019-01-22tests/boot-order: Make test independent of global_qtestThomas Huth1-30/+29
2019-01-22tests/endianesss: Make test independent of global_qtestThomas Huth1-163/+166
2019-01-22tests/Makefile: Use some more CONFIG switches for ppc testsThomas Huth1-6/+6
2019-01-22tests/Makefile: Use some more CONFIG switches for x86 testsThomas Huth1-5/+5
2019-01-21iotests: Enhance 223, 233 to cover 'qemu-nbd --list'Eric Blake4-6/+50
2019-01-21iotests: Make 233 output more reliableEric Blake2-4/+11
2019-01-21tests: Disable ipmi-bt-testPeter Maydell1-1/+2
2019-01-18Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2-5/+54
2019-01-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-336/+157
2019-01-17acpi: update expected filesMichael S. Tsirkin5-0/+0
2019-01-17virtio: split virtio serial bits from virtio-pciJuan Quintela1-3/+3
2019-01-17virtio: split virtio net bits from virtio-pciJuan Quintela1-1/+1
2019-01-17virtio: split virtio blk bits from virtio-pciJuan Quintela1-2/+2
2019-01-17virtio: split virtio scsi bits from virtio-pciJuan Quintela1-1/+1
2019-01-17virtio: split virtio 9p bits from virtio-pciJuan Quintela1-1/+1
2019-01-17virtio: split virtio balloon bits from virtio-pciJuan Quintela1-1/+1
2019-01-17virtio: split virtio rng bits from virtio-pciJuan Quintela1-1/+1
2019-01-17tests: acpi: use AcpiSdtTable::aml instead of AcpiSdtTable::header::signatureIgor Mammedov2-16/+10
2019-01-17tests: acpi: squash sanitize_fadt_ptrs() into test_acpi_fadt_table()Igor Mammedov1-29/+10
2019-01-17tests: smbios: fetch whole table in one step instead of reading it step by stepIgor Mammedov2-31/+1
2019-01-17tests: acpi: reuse fetch_table() in vmgenid-testIgor Mammedov4-110/+69
2019-01-17Acceptance tests: add Linux initrd checking testWainer dos Santos Moschetta1-0/+48
2019-01-17check-help: visual and content improvementsCleber Rosa1-3/+5
2019-01-17check-venv: use recorded Python versionCleber Rosa1-2/+1
2019-01-15Revert "hbitmap: Add @advance param to hbitmap_iter_next()"Vladimir Sementsov-Ogievskiy1-13/+13
2019-01-15Revert "test-hbitmap: Add non-advancing iter_next tests"Vladimir Sementsov-Ogievskiy1-24/+12
2019-01-15tests: add tests for hbitmap_next_dirty_areaVladimir Sementsov-Ogievskiy1-0/+107
2019-01-15tests: add tests for hbitmap_next_zero with specified end parameterVladimir Sementsov-Ogievskiy1-4/+28
2019-01-15dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy1-1/+1
2019-01-15Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-14' into st...Peter Maydell7-25/+635
2019-01-14tests: acpi: reuse fetch_table() for fetching FACS and DSDTIgor Mammedov1-48/+30
2019-01-14tests: acpi: simplify rsdt handlingIgor Mammedov1-82/+55
2019-01-14tests: acpi: make sure FADT is fetched only onceIgor Mammedov1-11/+8
2019-01-14tests: acpi: use AcpiSdtTable::aml in consistent wayIgor Mammedov2-42/+28
2019-01-14tests: vhost-user-test: initialize 'fd' in chr_readLi Qiang1-1/+1
2019-01-14hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth1-44/+23
2019-01-14qemu-nbd: Add --bitmap=NAME optionEric Blake2-2/+28
2019-01-14nbd: Allow bitmap export during QMP nbd-server-addEric Blake2-15/+9
2019-01-14nbd: Only require disabled bitmap for read-only exportsEric Blake2-4/+9
2019-01-14nbd: Forbid nbd-server-stop when server is not runningEric Blake2-2/+2
2019-01-14nbd: Add some error case testing to iotests 223Eric Blake2-2/+24
2019-01-14iotests: add iotest 236 for testing bitmap mergeJohn Snow3-0/+513
2019-01-14iotests: implement pretty-print for log and qmp_logJohn Snow1-5/+10
2019-01-14iotests: change qmp_log filters to expect QMP objects onlyJohn Snow2-5/+27
2019-01-14iotests: remove default filters from qmp_logJohn Snow2-3/+7
2019-01-14iotests: add qmp recursive sorting functionJohn Snow1-4/+20