aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2021-01-19spapr: Improve handling of memory unplug with old guestsGreg Kurz3-13/+21
2021-01-19sam460ex: Use type cast macro instead of simple castBALATON Zoltan1-5/+2
2021-01-19Revert "ppc4xx: Move common dependency on serial to common option"BALATON Zoltan1-1/+4
2021-01-19Revert "sam460ex: Remove FDT_PPC dependency from KConfig"BALATON Zoltan1-0/+1
2021-01-19hw/ppc: Remove unused ppcuic_init()Peter Maydell1-38/+0
2021-01-19hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell3-33/+47
2021-01-19hw/ppc: Delete unused ppc405cr_init() codePeter Maydell2-351/+0
2021-01-19hw/ppc/sam460ex: Drop use of ppcuic_init()Peter Maydell1-16/+53
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland1-14/+11
2021-01-13mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland1-20/+26
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland1-34/+32
2021-01-13mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland1-15/+15
2021-01-13mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland1-6/+0
2021-01-06Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210106' in...Peter Maydell10-355/+189
2021-01-06ppc440_pcix: Fix up pci config accessBALATON Zoltan via1-15/+22
2021-01-06ppc440_pcix: Fix register write trace eventBALATON Zoltan via2-1/+2
2021-01-06ppc440_pcix: Improve comment for IRQ mappingBALATON Zoltan via1-2/+9
2021-01-06sam460ex: Remove FDT_PPC dependency from KConfigBALATON Zoltan via1-1/+0
2021-01-06ppc4xx: Move common dependency on serial to common optionBALATON Zoltan via1-4/+1
2021-01-06pnv: Fix reverse dependency on PCI express root portsGreg Kurz1-2/+1
2021-01-06ppc: Simplify reverse dependencies of POWERNV and PSERIES on XICS and XIVEGreg Kurz1-12/+2
2021-01-06ppc: Fix build with --without-default-devicesGreg Kurz1-5/+0
2021-01-06spapr: Add drc_ prefix to the DRC realize and unrealize functionsGreg Kurz1-6/+6
2021-01-06spapr: Use spapr_drc_reset_all() at machine resetGreg Kurz1-14/+1
2021-01-06spapr: Introduce spapr_drc_reset_all()Greg Kurz2-34/+37
2021-01-06spapr: Fix reset of transient DR connectorsGreg Kurz2-2/+12
2021-01-06spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz2-9/+6
2021-01-06spapr: Allow memory unplug to always succeedGreg Kurz2-2/+7
2021-01-06spapr: Fix DR properties of the root nodeGreg Kurz2-9/+18
2021-01-06spapr: DRC lookup cannot failGreg Kurz1-0/+2
2021-01-06hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()Peter Maydell1-11/+27
2021-01-06hw/ppc/virtex_ml507: Drop use of ppcuic_init()Peter Maydell1-5/+16
2021-01-06ppc: Convert PPC UIC to a QOM devicePeter Maydell2-237/+31
2021-01-06hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell1-10/+15
2021-01-04hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé1-1/+1
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini2-4/+3
2020-12-15ppc/spapr: cleanup -machine pseries,nvdimm=X handlingIgor Mammedov2-13/+14
2020-12-14spapr.c: set a 'kvm-type' default value instead of relying on NULLDaniel Henrique Barboza1-4/+17
2020-12-14spapr: Pass sPAPR machine state to some RTAS events handling functionsGreg Kurz1-11/+10
2020-12-14spapr: Don't use qdev_get_machine() in spapr_msi_write()Greg Kurz1-1/+1
2020-12-14spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()Greg Kurz2-5/+5
2020-12-14ppc/e500: Free irqs array to avoid memleakGan Qixin1-0/+1
2020-12-14hw/ppc: Do not re-read the clock on pre_save if doing savevmGreg Kurz1-2/+3
2020-12-14spapr: spapr_drc_attach() cannot failGreg Kurz4-11/+7
2020-12-14spapr: Simplify error path of spapr_core_plug()Greg Kurz1-11/+10
2020-12-14spapr: Abort if ppc_set_compat() fails for hot-plugged CPUsGreg Kurz1-6/+4
2020-12-14spapr: Fix pre-2.10 dummy ICP hackGreg Kurz1-7/+7
2020-12-14hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-12-14ppc: Add a missing break for PPC6xx_INPUT_TBENChen Qun1-0/+1