aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-01-09ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy3-1/+87
2019-01-09spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2-0/+41
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell3-2/+3
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson3-2/+3
2019-01-07include: remove compat.hMarc-André Lureau1-1/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau1-5/+1
2019-01-07machine: move compat properties out of globalsMarc-André Lureau1-132/+122
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-14/+28
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau1-94/+107
2018-12-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20181221' into...Peter Maydell13-103/+304
2018-12-21spapr: change default CPU type to POWER9Cédric Le Goater1-1/+2
2018-12-21spapr: introduce an 'ic-mode' machine optionCédric Le Goater3-33/+54
2018-12-21spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater2-7/+29
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater2-1/+36
2018-12-21spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater2-8/+32
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater2-3/+17
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater2-1/+5
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater1-0/+2
2018-12-21spapr: introduce a new machine IRQ backend for XIVECédric Le Goater1-0/+93
2018-12-21spapr-iommu: Always advertise the maximum possible DMA window sizeAlexey Kardashevskiy1-16/+3
2018-12-21spapr: export and rename the xics_max_server_number() routineCédric Le Goater1-4/+4
2018-12-21spapr: introduce a spapr_irq_init() routineCédric Le Goater2-6/+12
2018-12-21spapr: initialize VSMT before initializing the IRQ backendCédric Le Goater1-5/+6
2018-12-21e500: simplify IRQ wiringGreg Kurz1-10/+8
2018-12-21mac_newworld: simplify IRQ wiringGreg Kurz1-17/+13
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-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz1-2/+0
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych1-1/+1
2018-12-20spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand1-12/+21
2018-12-14hw/ppc/ppc405_boards: Don't use load_image()Peter Maydell1-4/+8
2018-12-14hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell2-12/+8
2018-12-11spapr: Delete instance_options functionsEduardo Habkost1-85/+0