aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell11-69/+128
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania2-0/+3
2018-09-03Fix a deadlock case in the CPU hotplug flowJose Ricardo Ziviani1-5/+5
2018-08-30spapr: Correct reference count on spapr-cpu-coreSam Bobroff1-0/+2
2018-08-30mac_newworld: implement custom FWPathProviderMark Cave-Ayland1-1/+57
2018-08-30uninorth: add ofw-addr property to allow correct fw path generationMark Cave-Ayland1-0/+1
2018-08-30mac_oldworld: implement custom FWPathProviderMark Cave-Ayland1-1/+57
2018-08-30grackle: set device fw_name and address for correct fw path generationMark Cave-Ayland1-0/+1
2018-08-30macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland1-26/+0
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-1/+1
2018-08-28spapr_pci: fix potential NULL pointer dereferenceGreg Kurz1-1/+1
2018-08-28spapr: fix leak of rev arrayEmilio G. Cota1-0/+1
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth4-35/+0
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-5/+28
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand1-4/+3
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand1-1/+8
2018-08-23spapr: do not use CPU_FOREACH_REVERSEEmilio G. Cota1-1/+15
2018-08-23hw/timer/mc146818rtc: Fix introspection problemThomas Huth1-0/+3
2018-08-21spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()Cédric Le Goater1-5/+6
2018-08-21mac_newworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland1-1/+11
2018-08-21mac_oldworld: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland1-1/+11
2018-08-2140p: don't use legacy fw_cfg_init_mem() functionMark Cave-Ayland1-2/+11
2018-08-21hw/ppc: deprecate the machine type 'prep', replaced by '40p'Hervé Poussineau1-0/+1
2018-08-21spapr: introduce a IRQ controller backend to the machineCédric Le Goater3-176/+235
2018-08-21hw/ppc/ppc405_uc: Convert away from old_mmioPeter Maydell1-148/+25
2018-08-21hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpgaPeter Maydell1-50/+10
2018-08-21hw/ppc/prep: Remove ifdeffed-out stub of XCSR codePeter Maydell1-93/+4
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater6-18/+179
2018-08-21spapr: Add a pseries-3.1 machine typeCédric Le Goater1-2/+21
2018-08-21spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefnBharata B Rao1-30/+32
2018-08-16fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland1-1/+2
2018-08-01sam460ex: Fix PCI interrupts with multiple devicesBALATON Zoltan2-17/+10
2018-07-16sam460ex: Correct use after free errorBALATON Zoltan1-1/+2
2018-07-16spapr: Correct inverted test in spapr_pc_dimm_node()David Gibson1-1/+1
2018-07-09sam460ex: Make sam460ex_load_device_tree() handle all errors internallyDavid Gibson1-12/+6
2018-07-09sam460ex: Don't check for errors from qemu_fdt_*()David Gibson1-20/+6
2018-07-09sam460ex: Check for errors from libfdt functionsDavid Gibson1-2/+3
2018-07-07ppc: fix default VGA display for PReP machinesMark Cave-Ayland1-0/+2
2018-07-07ppc440_uc: Fix a copy/paste errorPhilippe Mathieu-Daudé1-1/+1
2018-07-07spapr/vio: quiet down the "irq" property accessorsCédric Le Goater1-3/+12
2018-07-07ppc: fix default VGA display for Mac machinesMark Cave-Ayland2-0/+2
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell8-11/+281
2018-07-03ppc: Include vga cirrus card into the compiling processSebastian Bauer1-0/+1
2018-07-03spapr: compute default value of "hpt-max-page-size" laterGreg Kurz2-7/+19
2018-07-03ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan3-0/+226
2018-07-03sam460ex: Add RTC deviceBALATON Zoltan1-0/+1
2018-07-03hw/ppc: Give sam46ex its own config optionDavid Gibson1-1/+2
2018-07-03ppc/pnv: fix pnv_core_realize() error handlingCédric Le Goater1-0/+1
2018-07-03ppc/xics: rework the ICS classes inheritance treeCédric Le Goater1-1/+1
2018-07-03sam460ex: Fix sam460ex device tree when booting the Linux kernelGuenter Roeck1-0/+28