aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-07-02hw/ppc: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02hw/ppc/prep: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02hw/ppc/mac_newworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-4/+0
2019-07-02hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02spapr_pci: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02spapr_pci: Fix DRC owner in spapr_dt_pci_bus()Greg Kurz1-1/+8
2019-07-02xics/spapr: Detect old KVM XICS on POWER9 hostsGreg Kurz1-0/+13
2019-07-02xics/spapr: Register RTAS/hypercalls once at machine initGreg Kurz1-1/+2
2019-07-02spapr_pci: Fix potential NULL pointer dereference in spapr_dt_pci_bus()Philippe Mathieu-Daudé1-6/+5
2019-07-02ppc/pnv: remove xscom_base field from PnvChipCédric Le Goater1-10/+0
2019-07-02ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chipsCédric Le Goater2-13/+28
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell4-202/+335
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster13-8/+10
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster17-4/+21
2019-06-12ppc/pnv: activate the "dumpdtb" option on the powernv machineCédric Le Goater1-0/+2
2019-06-12spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridgesDavid Gibson1-13/+102
2019-06-12spapr: Direct all PCI hotplug to host bridge, rather than P2P bridgeDavid Gibson1-0/+11
2019-06-12spapr: Don't use bus number for building DRC idsDavid Gibson1-14/+40
2019-06-12spapr: Clean up DRC index constructionDavid Gibson1-56/+68
2019-06-12spapr: Clean up spapr_drc_populate_dt()David Gibson3-13/+10
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson2-70/+77
2019-06-12spapr: Clean up device tree construction for PCI devicesDavid Gibson1-64/+55
2019-06-12spapr: Clean up device node name generation for PCI devicesDavid Gibson1-25/+16
2019-06-12spapr_pci: Improve error messageGreg Kurz1-1/+8
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster1-0/+2
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson3-12/+12
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-24/+10
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson1-24/+10
2019-05-29ppc/pnv: add dummy XSCOM registers for PRD initializationCédric Le Goater1-0/+18
2019-05-29ppc/pnv: introduce new skiboot platform propertiesCédric Le Goater1-3/+10
2019-05-29spapr: Don't migrate the hpt_maxpagesize cap to older machine typesGreg Kurz2-1/+12
2019-05-29spapr: change default interrupt mode to 'dual'Cédric Le Goater1-1/+2
2019-05-29spapr/irq: add KVM support to the 'dual' machineCédric Le Goater1-20/+38
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater1-19/+70
2019-05-29spapr/xive: activate KVM supportCédric Le Goater1-9/+0
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater1-1/+1
2019-05-29spapr/xive: add KVM supportCédric Le Goater2-1/+10
2019-05-29spapr: Print out extra hints when CAS negotiation of interrupt mode failsGreg Kurz1-2/+4
2019-05-29spapr: Fix phb_placement backwards compatibilityDavid Gibson1-13/+15
2019-05-29spapr: Add forgotten capability to migration streamDavid Gibson2-0/+2
2019-05-29target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeupSuraj Jitindar Singh2-1/+7
2019-05-29spapr/xive: Sanity checks of OV5 during CASGreg Kurz1-0/+24
2019-05-29target/ppc: Add ibm,purr and ibm,spurr device-tree propertiesSuraj Jitindar Singh1-1/+4
2019-05-29hw/ppc/40p: use 1900 as a base yearArtyom Tarasenko1-1/+3
2019-05-29hw/ppc/40p: Move the MC146818 RTC to the board where it belongsPhilippe Mathieu-Daudé1-0/+3
2019-05-29hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2019-05-24hw/ppc/pnv: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-8/+4
2019-05-23hw/ppc: Implement fw_cfg_arch_key_name()Philippe Mathieu-Daudé2-1/+46
2019-04-27Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell8-80/+580
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-2/+13