aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2018-12-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20181221' into...Peter Maydell
2018-12-21spapr: change default CPU type to POWER9Cédric Le Goater
2018-12-21spapr: introduce an 'ic-mode' machine optionCédric Le Goater
2018-12-21spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater
2018-12-21spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater
2018-12-21spapr: introduce a new machine IRQ backend for XIVECédric Le Goater
2018-12-21spapr-iommu: Always advertise the maximum possible DMA window sizeAlexey Kardashevskiy
2018-12-21spapr: export and rename the xics_max_server_number() routineCédric Le Goater
2018-12-21spapr: introduce a spapr_irq_init() routineCédric Le Goater
2018-12-21spapr: initialize VSMT before initializing the IRQ backendCé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-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych
2018-12-20spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-14hw/ppc/ppc405_boards: Don't use load_image()Peter Maydell
2018-12-14hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell
2018-12-11spapr: Delete instance_options functionsEduardo Habkost
2018-12-11spapr: Use default_machine_opts to set suppress_vmdescEduardo Habkost
2018-12-11spapr: Use default_machine_opts to set use_hotplug_event_sourceEduardo Habkost
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh
2018-11-08hw/ppc/ppc440_uc: Remove dead code in sdram_size()Peter Maydell
2018-11-08ppc/pnv: check size before data buffer accessPrasad J Pandit
2018-11-08hw/ppc/mac_newworld: Free openpic_irqs array after usePeter Maydell
2018-11-08spapr_pci: convert g_malloc() to g_new()Greg Kurz
2018-11-08hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth
2018-11-08ppc4xx_pci: convert SysBus init method to a realize methodCédric Le Goater
2018-11-08ppc440_pcix: convert SysBus init method to a realize methodCédric Le Goater
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-09-25Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell
2018-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...Peter Maydell
2018-09-2540p: add fixed IRQ routing for LSI SCSI deviceMark Cave-Ayland
2018-09-25scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()Mark Cave-Ayland
2018-09-25spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater
2018-09-25spapr: increase the size of the IRQ number spaceCédric Le Goater
2018-09-25spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater
2018-09-2540p: use OR gate to wire up raven PCI interruptsMark Cave-Ayland