summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/riscv/virt: Increase the number of interruptsAlistair Francis2018-12-201-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2018-12-196-19/+7Star
|\
| * error: Remove NULL checks on error_propagate() callsMarkus Armbruster2018-12-183-11/+4Star
| * vl: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2018-12-181-5/+2Star
| * i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov2018-12-181-2/+0Star
| * docs/devel/build-system: fix 'softmu' typoEmilio G. Cota2018-12-181-1/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...Peter Maydell2018-12-1935-121/+232
|\ \
| * | qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau2018-12-181-1/+2
| * | qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-1810-14/+33
| * | qga: update guest-suspend-ram and guest-suspend-hybrid descriptionsDaniel Henrique Barboza2018-12-181-6/+10
| * | qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza2018-12-185-0/+55
| * | qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak2018-12-1823-81/+83
| * | qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak2018-12-1823-79/+95
| * | qapi: Turn ShutdownCause into QAPI enumDominik Csapak2018-12-182-20/+34
| |/
* | 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-1818-57/+1791
|\ \ \ | |_|/ |/| |
| * | hardfloat: implement float32/64 comparisonEmilio G. Cota2018-12-171-14/+95
| * | hardfloat: implement float32/64 square rootEmilio G. Cota2018-12-171-2/+58
| * | hardfloat: implement float32/64 fused multiply-addEmilio G. Cota2018-12-171-4/+128
| * | hardfloat: implement float32/64 divisionEmilio G. Cota2018-12-171-2/+62
| * | hardfloat: implement float32/64 multiplicationEmilio G. Cota2018-12-171-2/+52
| * | hardfloat: implement float32/64 addition and subtractionEmilio G. Cota2018-12-171-19/+98
| * | fpu: introduce hardfloatEmilio G. Cota2018-12-171-0/+319
| * | tests/fp: add fp-benchEmilio G. Cota2018-12-173-1/+635
| * | softfloat: add float{32,64}_is_zero_or_normalEmilio G. Cota2018-12-171-0/+10
| * | softfloat: rename canonicalize to sf_canonicalizeEmilio G. Cota2018-12-171-5/+5
| * | target/tricore: use float32_is_denormalEmilio G. Cota2018-12-171-7/+2Star
| * | softfloat: add float{32,64}_is_{de,}normalEmilio G. Cota2018-12-171-0/+20
| * | fp-test: pick TARGET_ARM to get its specializationEmilio G. Cota2018-12-171-0/+3
| * | MAINTAINERS: update status of FPU emulationAlex Bennée2018-12-171-1/+3
| * | contrib: add a basic gitdm configAlex Bennée2018-12-1711-0/+301
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into stagingPeter Maydell2018-12-1724-402/+462
|\ \ \ | |_|/ |/| |
| * | xxhash: match output against the original xxhash32Emilio G. Cota2018-12-171-4/+4
| * | include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota2018-12-174-6/+6
| * | exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota2018-12-174-18/+39
| * | qht-bench: document -p flagEmilio G. Cota2018-12-171-0/+1
| * | tcg: Drop nargs from tcg_op_insert_{before,after}Emilio G. Cota2018-12-173-10/+8Star