summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater
2018-12-21e500: simplify IRQ wiringGreg Kurz
2018-12-21mac_newworld: simplify IRQ wiringGreg Kurz
2018-12-21virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater
2018-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into ...Peter Maydell
2018-12-20build: Remake config-host.mak when VERSION changesMarkus Armbruster
2018-12-20Clean up includesMarkus Armbruster
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2018-12-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ...Peter Maydell
2018-12-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster
2018-12-18vl: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2018-12-18i386: hvf: drop debug printf in decode_sldtgroupRoman Bolshakov
2018-12-18docs/devel/build-system: fix 'softmu' typoEmilio G. Cota
2018-12-18qapi: fix flat union on uncovered branches conditionalsMarc-André Lureau
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-12-18qga: update guest-suspend-ram and guest-suspend-hybrid descriptionsDaniel Henrique Barboza
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza
2018-12-18qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak
2018-12-18qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak
2018-12-18qapi: Turn ShutdownCause into QAPI enumDominik Csapak
2018-12-17Merge remote-tracking branch 'remotes/stsquad/tags/pull-hardfloat-and-gitdm-1...Peter Maydell
2018-12-17tests/bios-tables-test: Sanitize test verbose outputPhilippe Mathieu-Daudé
2018-12-17tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macroIgor Mammedov
2018-12-17tests: Exit boot-serial-test loop if child diesRichard Henderson
2018-12-17tests/pxe: Make test independent of global_qtestThomas Huth
2018-12-17tests/prom-env: Make test independent of global_qtestThomas Huth
2018-12-17tests/machine-none: Make test independent of global_qtestThomas Huth
2018-12-17tests/test-filter: Make tests independent of global_qtestThomas Huth
2018-12-17tests/boot-serial: Get rid of global_qtest variableThomas Huth
2018-12-17tests/pvpanic: Make the pvpanic test independent of global_qtestThomas Huth
2018-12-17tests/vmgenid: Make test independent of global_qtestThomas Huth
2018-12-17tests/acpi-utils: Drop dependence on global_qtestEric Blake
2018-12-17ivshmem-test: Drop dependence on global_qtestEric Blake
2018-12-17tests/libqos/pci: Make PCI access functions independent of global_qtestThomas Huth
2018-12-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into stagingPeter Maydell
2018-12-17.shippable.yml: disable the win cross testsAlex Bennée
2018-12-17hardfloat: implement float32/64 comparisonEmilio G. Cota
2018-12-17hardfloat: implement float32/64 square rootEmilio G. Cota