aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell
2019-02-18qapi: move RTC_CHANGE to the target schemaMarc-André Lureau
2019-02-18xics: Drop the KVM ICS classGreg Kurz
2019-02-18spapr/irq: Use the "simple" ICS class for KVMGreg Kurz
2019-02-18xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz
2019-02-18spapr/irq: Use the base ICP class for KVMGreg Kurz
2019-02-17spapr/irq: remove the XICS offset adjustmentCédric Le Goater
2019-02-17spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater
2019-02-17spapr: fix out of bounds write in spapr_populate_drmem_v2Fabiano Rosas
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-17mac_newworld: change default NIC to sungem for mac99 machineMark Cave-Ayland
2019-02-17spapr: Disallow unsupported kernel-irqchip settingsGreg Kurz
2019-02-17spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz
2019-02-17hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé
2019-02-05hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*Ákos Kovács
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-02-04hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth
2019-02-04spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy
2019-02-04hw/ppc/spapr: Add support for "-vga cirrus"Thomas Huth
2019-02-04spapr: Drop unused parameters from fdt building helperAlexey Kardashevskiy
2019-02-04hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater
2019-02-04ppc/pnv: introduce a CPU machine_dataCédric Le Goater
2019-02-04spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand
2019-02-04spapr: Forbid setting ic-mode for old machine typesGreg Kurz
2019-02-04hw/ppc/spapr: Encode the SCSI channel (bus) in the SRP LUNsThomas Huth
2019-02-04spapr/vio: remove the "irq" property"Cédric Le Goater
2019-02-04ppc440: Avoid reporting error when reading non-existent RAM slotBALATON Zoltan
2019-02-04sam460ex: Fix support for memory larger than 1GBBALATON Zoltan
2019-02-04ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan
2019-02-04ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_tBALATON Zoltan
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan
2019-02-04sam460ex: Clean up SPD EEPROM creationBALATON Zoltan
2019-01-22ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost
2019-01-09machine: Eliminate unnecessary stringify() usageEduardo Habkost
2019-01-09spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater
2019-01-09pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater
2019-01-09spapr: return from post_load method when RTC import failsCédric Le Goater
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater