aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-12-19hw/smbios: Move to the hw/firmware/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2018-12-19tests: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-12-19virtio: Provide version-specific variants of virtio PCI devicesEduardo Habkost1-0/+176
2018-12-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...Peter Maydell21-75/+87
2018-12-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell16-228/+258
2018-12-18qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak21-75/+75
2018-12-18qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak21-75/+87
2018-12-17Merge remote-tracking branch 'remotes/stsquad/tags/pull-hardfloat-and-gitdm-1...Peter Maydell3-1/+638
2018-12-17tests/bios-tables-test: Sanitize test verbose outputPhilippe Mathieu-Daudé1-2/+5
2018-12-17tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macroIgor Mammedov1-8/+0
2018-12-17tests: Exit boot-serial-test loop if child diesRichard Henderson3-32/+68
2018-12-17tests/pxe: Make test independent of global_qtestThomas Huth1-3/+4
2018-12-17tests/prom-env: Make test independent of global_qtestThomas Huth1-9/+8
2018-12-17tests/machine-none: Make test independent of global_qtestThomas Huth1-3/+4
2018-12-17tests/test-filter: Make tests independent of global_qtestThomas Huth2-11/+14
2018-12-17tests/boot-serial: Get rid of global_qtest variableThomas Huth1-6/+7
2018-12-17tests/pvpanic: Make the pvpanic test independent of global_qtestThomas Huth1-6/+8
2018-12-17tests/vmgenid: Make test independent of global_qtestThomas Huth1-14/+17
2018-12-17tests/acpi-utils: Drop dependence on global_qtestEric Blake4-92/+96
2018-12-17ivshmem-test: Drop dependence on global_qtestEric Blake1-17/+1
2018-12-17tests/libqos/pci: Make PCI access functions independent of global_qtestThomas Huth2-33/+34
2018-12-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into stagingPeter Maydell1-2/+3
2018-12-17tests/fp: add fp-benchEmilio G. Cota3-1/+635
2018-12-17fp-test: pick TARGET_ARM to get its specializationEmilio G. Cota1-0/+3
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota1-1/+1
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota1-1/+1
2018-12-17qht-bench: document -p flagEmilio G. Cota1-0/+1
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell1-84/+69
2018-12-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-1/+36
2018-12-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell68-103/+510
2018-12-14tests/test-arm-mptimer: Don't leak string memoryPeter Maydell1-84/+69
2018-12-14iotests: make 235 work on s390 (and others)Christian Borntraeger1-1/+3
2018-12-14block: Remove assertions from update_flags_from_options()Alberto Garcia2-0/+16
2018-12-14qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia2-0/+17
2018-12-14qapi: add condition to variants documentationMarc-André Lureau3-4/+7
2018-12-14qapi: add 'If:' condition to struct members documentationMarc-André Lureau3-1/+4
2018-12-14qapi: add 'If:' condition to enum values documentationMarc-André Lureau3-2/+5
2018-12-13Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...Peter Maydell1-0/+3
2018-12-13qapi: add 'if' to alternate membersMarc-André Lureau2-1/+4
2018-12-13qapi: add 'if' to union membersMarc-André Lureau3-1/+8
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau8-3/+35
2018-12-13qapi: add a dictionary form for TYPEMarc-André Lureau29-8/+53
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau9-3/+13
2018-12-13qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau11-4/+10
2018-12-13qapi: improve reporting of unknown or missing keysMarc-André Lureau4-2/+5
2018-12-13tests: print enum type members more like object type membersMarc-André Lureau12-27/+149
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau1-2/+2
2018-12-13tests/qapi: Cover commands with 'if' and union / alternate 'data'Marc-André Lureau2-0/+18
2018-12-13json: Fix to reject duplicate object member namesMarkus Armbruster1-1/+0
2018-12-13test-string-input-visitor: Add range overflow testsDavid Hildenbrand1-0/+10