aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-19tests: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-12-19virtio: Provide version-specific variants of virtio PCI devicesEduardo Habkost3-24/+236
2018-12-19virtio: Helper for registering virtio device typesEduardo Habkost5-78/+228
2018-12-19pc:piix4: Update smbus I/O space after a migrationCorey Minyard1-0/+1
2018-12-19pcie: set link state inactive/active after hot unplug/plugZheng Xiang1-0/+12
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell6-19/+7
2018-12-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...Peter Maydell35-121/+232
2018-12-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell16-228/+258
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster3-11/+4
2018-12-18vl: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-5/+2
2018-12-18i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov1-2/+0
2018-12-18docs/devel/build-system: fix 'softmu' typoEmilio G. Cota1-1/+1
2018-12-18qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau1-1/+2
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza10-14/+33
2018-12-18qga: update guest-suspend-ram and guest-suspend-hybrid descriptionsDaniel Henrique Barboza1-6/+10
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza5-0/+55
2018-12-18qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak23-81/+83
2018-12-18qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak23-79/+95
2018-12-18qapi: Turn ShutdownCause into QAPI enumDominik Csapak2-20/+34
2018-12-17Merge remote-tracking branch 'remotes/stsquad/tags/pull-hardfloat-and-gitdm-1...Peter Maydell18-57/+1791
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 Maydell24-402/+462
2018-12-17.shippable.yml: disable the win cross testsAlex Bennée1-4/+5
2018-12-17hardfloat: implement float32/64 comparisonEmilio G. Cota1-14/+95
2018-12-17hardfloat: implement float32/64 square rootEmilio G. Cota1-2/+58
2018-12-17hardfloat: implement float32/64 fused multiply-addEmilio G. Cota1-4/+128
2018-12-17hardfloat: implement float32/64 divisionEmilio G. Cota1-2/+62
2018-12-17hardfloat: implement float32/64 multiplicationEmilio G. Cota1-2/+52
2018-12-17hardfloat: implement float32/64 addition and subtractionEmilio G. Cota1-19/+98
2018-12-17fpu: introduce hardfloatEmilio G. Cota1-0/+319
2018-12-17tests/fp: add fp-benchEmilio G. Cota3-1/+635
2018-12-17softfloat: add float{32,64}_is_zero_or_normalEmilio G. Cota1-0/+10
2018-12-17softfloat: rename canonicalize to sf_canonicalizeEmilio G. Cota1-5/+5
2018-12-17target/tricore: use float32_is_denormalEmilio G. Cota1-7/+2
2018-12-17softfloat: add float{32,64}_is_{de,}normalEmilio G. Cota1-0/+20
2018-12-17fp-test: pick TARGET_ARM to get its specializationEmilio G. Cota1-0/+3
2018-12-17MAINTAINERS: update status of FPU emulationAlex Bennée1-1/+3
2018-12-17contrib: add a basic gitdm configAlex Bennée11-0/+301