summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* spapr: fix xics_system_init() error pathGreg Kurz2018-06-181-8/+14
* target/ppc, spapr: Move VPA information to machine_dataDavid Gibson2018-06-162-35/+55
* ppc/pnv: introduce a pnv_chip_core_realize() routineCédric Le Goater2018-06-161-10/+22
* spapr_cpu_core: introduce spapr_create_vcpu()Greg Kurz2018-06-161-28/+45
* spapr_cpu_core: add missing rollback on realization pathGreg Kurz2018-06-161-2/+9
* spapr_cpu_core: fix potential leak in spapr_cpu_core_realize()Greg Kurz2018-06-161-0/+2
* spapr_cpu_core: convert last snprintf() to g_strdup_printf()Greg Kurz2018-06-161-2/+3
* pnv: Add cpu unrealize pathDavid Gibson2018-06-161-0/+21
* pnv: Clean up cpu realize pathDavid Gibson2018-06-161-35/+21Star
* pnv_core: Allocate cpu thread objects individuallyDavid Gibson2018-06-162-8/+7Star
* pnv: Fix some error handling cpu realize()David Gibson2018-06-161-5/+2Star
* spapr: Clean up cpu realize/unrealize pathsDavid Gibson2018-06-161-44/+25Star
* mac_newworld: add PMU deviceMark Cave-Ayland2018-06-162-1/+10
* mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland2018-06-161-0/+2
* mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland2018-06-162-7/+68
* ppc: introduce Core99MachinesState for the mac99 machineMark Cave-Ayland2018-06-162-0/+18
* spapr: fix leak in h_client_architecture_support()Greg Kurz2018-06-161-0/+1
* ppc/spapr_caps: Don't disable cap_cfpc on POWER8 by defaultSuraj Jitindar Singh2018-06-161-5/+1Star
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+2
* iommu: Add IOMMU index argument to notifier APIsPeter Maydell2018-06-151-1/+1
* Purge uses of banned g_assert_FOO()Markus Armbruster2018-06-131-6/+6
* spapr_pci: Remove unhelpful pagesize warningDavid Gibson2018-06-121-7/+0Star
* ppc/pnv: fix LPC HC firmware address spaceCédric Le Goater2018-06-121-1/+3
* spapr: handle cpu core unplug via hotplug handler chainDavid Hildenbrand2018-06-121-1/+11
* spapr: handle pc-dimm unplug via hotplug handler chainDavid Hildenbrand2018-06-121-3/+15
* spapr: introduce machine unplug handlerDavid Hildenbrand2018-06-121-0/+6
* spapr: move memory hotplug support check into spapr_memory_pre_plug()David Hildenbrand2018-06-121-7/+6Star
* spapr: move lookup of the node into spapr_memory_plug()David Hildenbrand2018-06-121-7/+5Star
* spapr: no need to verify the nodeDavid Hildenbrand2018-06-121-8/+2Star
* ppc: remove obsolete macio_init() definition from mac.hMark Cave-Ayland2018-06-121-3/+0Star
* ppc: remove obsolete pci_pmac_init() definitions from mac.hMark Cave-Ayland2018-06-121-6/+0Star
* spapr/vio: deprecate the "irq" propertyCédric Le Goater2018-06-121-1/+21
* prep: fix keyboard for the 40p machineMark Cave-Ayland2018-06-121-1/+0Star
* 40p: remove pci_allow_0_address = true from 40p machine classMark Cave-Ayland2018-06-121-1/+0Star
* hw/ppc/spapr_drc: Replace error_setg(&error_abort) by error_report() + abort()Philippe Mathieu-Daudé2018-06-121-1/+2
* ppc440_pcix: Fix a typo in setting a register (Coverity CID1390577)BALATON Zoltan2018-06-121-1/+1
* ppc/pnv: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-042-3/+3
|\
| * ppc: use local path for local headersMichael S. Tsirkin2018-06-012-3/+3
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-014-5/+0Star
|\ \
| * | hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
| * | hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-3/+0Star
| |/
* / ppc: Rename 2.13 machines to 3.0Peter Maydell2018-05-291-7/+7
|/
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-12/+4Star
* make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov2018-05-102-0/+2
* platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov2018-05-103-21/+53
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-05-083-40/+43
|\
| * spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand2018-05-071-13/+13
| * machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand2018-05-072-6/+5Star
| * pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand2018-05-071-3/+3