aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2017-04-26target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh
2017-04-26target/ppc: Add new H-CALL shells for in memory table translationSuraj Jitindar Singh
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff
2017-04-26target-ppc: kvm: make use of KVM_CREATE_SPAPR_TCE_64Alexey Kardashevskiy
2017-04-26hw/ppc/pnv: Classify the "PowerNV Chip" devices as CPU devicesThomas Huth
2017-04-26ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater
2017-04-26pseries: Add pseries-2.10 machine typeDavid Gibson
2017-04-03pseries: Enforce homogeneous threads-per-coreDavid Gibson
2017-03-29spapr: fix memory hot-unpluggingLaurent Vivier
2017-03-29spapr: fix buffer-overflowMarc-André Lureau
2017-03-22numa,spapr: align default numa node memory size to 256MBLaurent Vivier
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini
2017-03-14pseries: Don't expose PCIe extended config space on older machine typesDavid Gibson
2017-03-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170306' into...Peter Maydell
2017-03-06spapr: ensure that all threads within core are on the same NUMA nodeIgor Mammedov
2017-03-06ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater
2017-03-05qapi: Make input visitors detect unvisited list tailsMarkus Armbruster
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff
2017-03-03spapr_pci: Advertise access to PCIe extended config spaceDavid Gibson
2017-03-03hw/ppc/spapr: Add POWER9 to pseries cpu modelsSuraj Jitindar Singh
2017-03-03target/ppc/POWER9: Add POWER9 pa-features definitionSuraj Jitindar Singh
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: move ics-simple post_load under the machineCédric Le Goater
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater
2017-03-01ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: register the reset handler of ICP objectsCédric Le Goater
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater
2017-03-01ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater
2017-03-01ppc/xics: register the reset handler of ICS objectsCédric Le Goater
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson
2017-03-01pseries: Minor cleanups to HPT management hypercallsDavid Gibson
2017-03-01sysemu: support up to 1024 vCPUsGreg Kurz
2017-03-01spapr: generate DT node namesLaurent Vivier
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka