summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell2019-01-074-0/+280
|\
| * tests/microbit-test: Add Tests for nRF51 TimerSteffen Görtz2019-01-071-0/+95
| * tests/microbit-test: Add Tests for nRF51 GPIOSteffen Görtz2019-01-072-0/+162
| * qtest: Add set_irq_in command to set IRQ/GPIO levelSteffen Görtz2019-01-072-0/+23
* | Merge remote-tracking branch 'remotes/elmarco/tags/machine-props-pull-request...Peter Maydell2019-01-071-51/+6Star
|\ \ | |/ |/|
| * qdev: all globals are now user-providedMarc-André Lureau2019-01-071-51/+6Star
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-05' into st...Peter Maydell2019-01-072-29/+1Star
|\ \ | |/ |/|
| * qemu-nbd: Use program name in error messagesEric Blake2019-01-051-1/+1
| * block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy2019-01-051-28/+0Star
* | tests/tcg: mips: Test R5900 three-operand MADDU1Fredrik Noring2019-01-031-2/+35
* | tests/tcg: mips: Test R5900 three-operand MADDUFredrik Noring2019-01-032-0/+38
* | tests/tcg: mips: Test R5900 three-operand MADD1Fredrik Noring2019-01-031-5/+38
* | tests/tcg: mips: Test R5900 three-operand MADDFredrik Noring2019-01-032-0/+46
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-12-216-25/+242
|\
| * hw/i386: Remove deprecated machines pc-0.10 and pc-0.11Thomas Huth2018-12-201-3/+1Star
| * hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz2018-12-204-20/+64
| * hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé2018-12-191-1/+1
| * tests: Remove unused includePhilippe Mathieu-Daudé2018-12-191-1/+0Star
| * virtio: Provide version-specific variants of virtio PCI devicesEduardo Habkost2018-12-191-0/+176
* | Clean up includesMarkus Armbruster2018-12-203-3/+1Star
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...Peter Maydell2018-12-1921-75/+87
|\
| * qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak2018-12-1821-75/+75
| * qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak2018-12-1821-75/+87
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell2018-12-1816-228/+258
|\ \
| * | tests/bios-tables-test: Sanitize test verbose outputPhilippe Mathieu-Daudé2018-12-171-2/+5
| * | tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macroIgor Mammedov2018-12-171-8/+0Star
| * | tests: Exit boot-serial-test loop if child diesRichard Henderson2018-12-173-32/+68
| * | tests/pxe: Make test independent of global_qtestThomas Huth2018-12-171-3/+4
| * | tests/prom-env: Make test independent of global_qtestThomas Huth2018-12-171-9/+8Star
| * | tests/machine-none: Make test independent of global_qtestThomas Huth2018-12-171-3/+4
| * | tests/test-filter: Make tests independent of global_qtestThomas Huth2018-12-172-11/+14
| * | tests/boot-serial: Get rid of global_qtest variableThomas Huth2018-12-171-6/+7
| * | tests/pvpanic: Make the pvpanic test independent of global_qtestThomas Huth2018-12-171-6/+8
| * | tests/vmgenid: Make test independent of global_qtestThomas Huth2018-12-171-14/+17
| * | tests/acpi-utils: Drop dependence on global_qtestEric Blake2018-12-174-92/+96
| * | ivshmem-test: Drop dependence on global_qtestEric Blake2018-12-171-17/+1Star
| * | tests/libqos/pci: Make PCI access functions independent of global_qtestThomas Huth2018-12-172-33/+34
* | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-hardfloat-and-gitdm-1...Peter Maydell2018-12-183-1/+638
|\ \ \ | |_|/ |/| |
| * | tests/fp: add fp-benchEmilio G. Cota2018-12-173-1/+635
| * | fp-test: pick TARGET_ARM to get its specializationEmilio G. Cota2018-12-171-0/+3
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into stagingPeter Maydell2018-12-171-2/+3
|\ \ | |/ |/|
| * include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota2018-12-171-1/+1
| * exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota2018-12-171-1/+1
| * qht-bench: document -p flagEmilio G. Cota2018-12-171-0/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell2018-12-161-84/+69Star
|\ \ | |/ |/|
| * tests/test-arm-mptimer: Don't leak string memoryPeter Maydell2018-12-141-84/+69Star
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-12-163-1/+36
|\ \
| * | iotests: make 235 work on s390 (and others)Christian Borntraeger2018-12-141-1/+3
| * | block: Remove assertions from update_flags_from_options()Alberto Garcia2018-12-142-0/+16
| * | qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia2018-12-142-0/+17
| |/