aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-2/+13
2019-08-21spapr_iommu: Fix xlate trace to print translated addressAlexey Kardashevskiy1-1/+1
2019-08-21spapr: quantify error messages regarding capability settingsDaniel Black1-14/+28
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster10-6/+11
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster7-7/+0
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-0/+1
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster6-5/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster20-4/+16
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster4-0/+4
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster25-25/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster12-0/+12
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster15-0/+17
2019-08-16ide: Include hw/ide/internal a bit less outside hw/ide/Markus Armbruster1-1/+0
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster19-0/+25
2019-08-13spapr: Reset CAS & IRQ subsystem after devicesDavid Gibson1-12/+12
2019-07-28spapr/irq: Inform the user when falling back to emulated ICGreg Kurz1-0/+1
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov1-0/+1
2019-07-05hw/ppc: Replace global smp variables with machine smp propertiesLike Xu7-15/+42
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu2-4/+2
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell1-1/+1
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster1-1/+1
2019-07-02spapr/xive: simplify spapr_irq_init_device() to remove the emulated initCédric Le Goater1-17/+3
2019-07-02spapr/xive: rework the mapping the KVM memory regionsCédric Le Goater1-1/+0
2019-07-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz1-0/+6
2019-07-02ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz1-4/+1
2019-07-02xics/spapr: Rename xics_kvm_init()Greg Kurz1-1/+1
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