aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-21spapr: introduce a spapr_irq_init() routineCédric Le Goater3-6/+13
2018-12-21spapr: initialize VSMT before initializing the IRQ backendCédric Le Goater1-5/+6
2018-12-21ppc/xive: introduce the XIVE Event Notification DescriptorsCédric Le Goater3-0/+259
2018-12-21ppc/xive: introduce the XiveRouter modelCédric Le Goater3-0/+170
2018-12-21ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater2-0/+48
2018-12-21ppc/xive: add support for the LSI interrupt sourcesCédric Le Goater2-7/+79
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater4-0/+644
2018-12-21e500: simplify IRQ wiringGreg Kurz1-10/+8
2018-12-21mac_newworld: simplify IRQ wiringGreg Kurz2-17/+15
2018-12-21virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-12-21sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-12-21ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+2
2018-12-21ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-2/+2
2018-12-21ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-2/+2
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2-2/+2
2018-12-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+3
2018-12-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz1-2/+0
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh2-27/+35
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych1-1/+1
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson1-12/+0
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater1-3/+3
2018-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into ...Peter Maydell19-19/+6
2018-12-20build: Remake config-host.mak when VERSION changesMarkus Armbruster1-1/+1
2018-12-20Clean up includesMarkus Armbruster18-18/+5
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