summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+1
* spapr_cpu_core.c: use g_auto* in spapr_create_vcpu()Daniel Henrique Barboza2021-01-191-9/+3Star
* spapr_rtas.c: fix identation of rtas_ibm_suspend_me() argsDaniel Henrique Barboza2021-01-191-3/+3
* spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza2021-01-191-0/+1
* spapr: Improve handling of memory unplug with old guestsGreg Kurz2021-01-193-13/+21
* sam460ex: Use type cast macro instead of simple castBALATON Zoltan2021-01-191-5/+2Star
* Revert "ppc4xx: Move common dependency on serial to common option"BALATON Zoltan2021-01-191-1/+4
* Revert "sam460ex: Remove FDT_PPC dependency from KConfig"BALATON Zoltan2021-01-191-0/+1
* hw/ppc: Remove unused ppcuic_init()Peter Maydell2021-01-191-38/+0Star
* hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell2021-01-193-33/+47
* hw/ppc: Delete unused ppc405cr_init() codePeter Maydell2021-01-192-351/+0Star
* hw/ppc/sam460ex: Drop use of ppcuic_init()Peter Maydell2021-01-191-16/+53
* macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2021-01-131-14/+11Star
* mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland2021-01-131-20/+26
* macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland2021-01-131-34/+32Star
* mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland2021-01-131-15/+15
* mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland2021-01-131-6/+0Star
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210106' in...Peter Maydell2021-01-0610-355/+189Star
|\
| * ppc440_pcix: Fix up pci config accessBALATON Zoltan via2021-01-061-15/+22
| * ppc440_pcix: Fix register write trace eventBALATON Zoltan via2021-01-062-1/+2
| * ppc440_pcix: Improve comment for IRQ mappingBALATON Zoltan via2021-01-061-2/+9
| * sam460ex: Remove FDT_PPC dependency from KConfigBALATON Zoltan via2021-01-061-1/+0Star
| * ppc4xx: Move common dependency on serial to common optionBALATON Zoltan via2021-01-061-4/+1Star
| * pnv: Fix reverse dependency on PCI express root portsGreg Kurz2021-01-061-2/+1Star
| * ppc: Simplify reverse dependencies of POWERNV and PSERIES on XICS and XIVEGreg Kurz2021-01-061-12/+2Star
| * ppc: Fix build with --without-default-devicesGreg Kurz2021-01-061-5/+0Star
| * spapr: Add drc_ prefix to the DRC realize and unrealize functionsGreg Kurz2021-01-061-6/+6
| * spapr: Use spapr_drc_reset_all() at machine resetGreg Kurz2021-01-061-14/+1Star
| * spapr: Introduce spapr_drc_reset_all()Greg Kurz2021-01-062-34/+37
| * spapr: Fix reset of transient DR connectorsGreg Kurz2021-01-062-2/+12
| * spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz2021-01-062-9/+6Star
| * spapr: Allow memory unplug to always succeedGreg Kurz2021-01-062-2/+7
| * spapr: Fix DR properties of the root nodeGreg Kurz2021-01-062-9/+18
| * spapr: DRC lookup cannot failGreg Kurz2021-01-061-0/+2
| * hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()Peter Maydell2021-01-061-11/+27
| * hw/ppc/virtex_ml507: Drop use of ppcuic_init()Peter Maydell2021-01-061-5/+16
| * ppc: Convert PPC UIC to a QOM devicePeter Maydell2021-01-062-237/+31Star
| * hw/ppc/ppc4xx_devs: Make code style fixes to UIC codePeter Maydell2021-01-061-10/+15
* | hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
|/
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-152-4/+3Star
* ppc/spapr: cleanup -machine pseries,nvdimm=X handlingIgor Mammedov2020-12-152-13/+14
* spapr.c: set a 'kvm-type' default value instead of relying on NULLDaniel Henrique Barboza2020-12-141-4/+17
* spapr: Pass sPAPR machine state to some RTAS events handling functionsGreg Kurz2020-12-141-11/+10Star
* spapr: Don't use qdev_get_machine() in spapr_msi_write()Greg Kurz2020-12-141-1/+1
* spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()Greg Kurz2020-12-142-5/+5
* ppc/e500: Free irqs array to avoid memleakGan Qixin2020-12-141-0/+1
* hw/ppc: Do not re-read the clock on pre_save if doing savevmGreg Kurz2020-12-141-2/+3
* spapr: spapr_drc_attach() cannot failGreg Kurz2020-12-144-11/+7Star
* spapr: Simplify error path of spapr_core_plug()Greg Kurz2020-12-141-11/+10Star