summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell2019-02-187-65/+52Star
|\
| * xics: Drop the KVM ICS classGreg Kurz2019-02-181-1/+1
| * spapr/irq: Use the "simple" ICS class for KVMGreg Kurz2019-02-181-8/+7Star
| * xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz2019-02-181-6/+1Star
| * spapr/irq: Use the base ICP class for KVMGreg Kurz2019-02-181-3/+1Star
| * spapr/irq: remove the XICS offset adjustmentCédric Le Goater2019-02-171-26/+1Star
| * spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater2019-02-171-8/+10
| * spapr: fix out of bounds write in spapr_populate_drmem_v2Fabiano Rosas2019-02-171-2/+2
| * qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-1/+1
| * mac_newworld: change default NIC to sungem for mac99 machineMark Cave-Ayland2019-02-171-1/+1
| * spapr: Disallow unsupported kernel-irqchip settingsGreg Kurz2019-02-171-0/+13
| * spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz2019-02-171-0/+6
| * spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz2019-02-174-8/+8
| * hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-171-1/+0Star
* | qapi: move RTC_CHANGE to the target schemaMarc-André Lureau2019-02-181-1/+1
|/
* hw/ppc/Makefile.objs: Build all boards conditinally with CONFIG_*Ákos Kovács2019-02-051-5/+6
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-057-11/+16
* hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth2019-02-044-5/+0Star
* spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy2019-02-041-1/+1
* hw/ppc/spapr: Add support for "-vga cirrus"Thomas Huth2019-02-041-0/+1
* spapr: Drop unused parameters from fdt building helperAlexey Kardashevskiy2019-02-041-5/+3Star
* hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth2019-02-043-60/+57Star
* spapr: move the interrupt presenters under machine_dataCédric Le Goater2019-02-043-12/+15
* ppc/pnv: introduce a CPU machine_dataCédric Le Goater2019-02-042-4/+15
* spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand2019-02-041-4/+1Star
* spapr: Forbid setting ic-mode for old machine typesGreg Kurz2019-02-041-0/+5
* hw/ppc/spapr: Encode the SCSI channel (bus) in the SRP LUNsThomas Huth2019-02-041-3/+4
* spapr/vio: remove the "irq" property"Cédric Le Goater2019-02-041-41/+6Star
* ppc440: Avoid reporting error when reading non-existent RAM slotBALATON Zoltan2019-02-041-2/+4
* sam460ex: Fix support for memory larger than 1GBBALATON Zoltan2019-02-042-12/+16
* ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan2019-02-042-44/+36Star
* ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_tBALATON Zoltan2019-02-041-8/+8
* ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan2019-02-043-4/+4
* sam460ex: Clean up SPD EEPROM creationBALATON Zoltan2019-02-041-153/+20Star
* ppc: Move spapr-related prototypes from xics.h into a seperate header fileThomas Huth2019-01-221-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-01-113-4/+4
|\
| * avoid TABs in files that only contain a fewPaolo Bonzini2019-01-112-3/+3
| * qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* | machine: Use shorter format for GlobalProperty arraysEduardo Habkost2019-01-101-60/+12Star
* | machine: Eliminate unnecessary stringify() usageEduardo Habkost2019-01-101-1/+1
* | spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost2019-01-101-1/+1
|/
* spapr: enable XIVE MMIOs at resetCédric Le Goater2019-01-081-0/+9
* spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater2019-01-083-3/+197
* spapr: move the qemu_irq array under the machineCédric Le Goater2019-01-081-3/+27
* pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater2019-01-081-3/+4
* spapr: return from post_load method when RTC import failsCédric Le Goater2019-01-081-2/+7
* ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater2019-01-085-10/+10
* ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater2019-01-082-5/+10
* spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2019-01-084-17/+44
* spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater2019-01-081-1/+11