aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2017-05-15Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...Stefan Hajnoczi
2017-05-11spapr: get numa node mapping from possible_cpus instead of numa_get_node_for_...Igor Mammedov
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov
2017-05-11numa: equally distribute memory on nodesLaurent Vivier
2017-05-11spapr: Don't accidentally advertise HTM support on POWER9David Gibson
2017-05-11target/ppc: Enable RADIX mmu mode for pseries TCG guestSuraj Jitindar Singh
2017-04-26spapr: remove the 'nr_servers' field from the machineCédric Le Goater
2017-04-26spapr: allocate the ICPState object from under sPAPRCPUCoreCédric Le Goater
2017-04-26spapr: move the IRQ server number mapping under the machineCédric Le Goater
2017-04-26target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tceAlexey Kardashevskiy
2017-04-26spapr: Workaround for broken radix guestsSam Bobroff
2017-04-26spapr: Enable ISA 3.0 MMU mode selection via CASSam Bobroff
2017-04-26spapr: move spapr_populate_pa_features()Sam Bobroff
2017-04-26target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff
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 buffer-overflowMarc-André Lureau
2017-03-22numa,spapr: align default numa node memory size to 256MBLaurent Vivier
2017-03-14pseries: Don't expose PCIe extended config space on older machine typesDavid Gibson
2017-03-06ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff
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 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-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson
2017-03-01sysemu: support up to 1024 vCPUsGreg Kurz
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
2017-02-22hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov