summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-04-03pseries: Enforce homogeneous threads-per-coreDavid Gibson1-0/+6
2017-03-29spapr: fix memory hot-unpluggingLaurent Vivier1-3/+17
2017-03-29spapr: fix buffer-overflowMarc-André Lureau1-2/+2
2017-03-22numa,spapr: align default numa node memory size to 256MBLaurent Vivier1-0/+6
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini1-0/+1
2017-03-14pseries: Don't expose PCIe extended config space on older machine typesDavid Gibson2-3/+10
2017-03-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170306' into...Peter Maydell2-10/+15
2017-03-06spapr: ensure that all threads within core are on the same NUMA nodeIgor Mammedov1-8/+15
2017-03-06ppc/xics: register reset handlers for the ICP and ICS objectsCédric Le Goater1-2/+0
2017-03-05qapi: Make input visitors detect unvisited list tailsMarkus Armbruster1-0/+5
2017-03-03spapr: Small cleanup of PPC MMU enumsSam Bobroff1-6/+4
2017-03-03spapr_pci: Advertise access to PCIe extended config spaceDavid Gibson1-0/+4
2017-03-03hw/ppc/spapr: Add POWER9 to pseries cpu modelsSuraj Jitindar Singh1-0/+3
2017-03-03target/ppc/POWER9: Add POWER9 pa-features definitionSuraj Jitindar Singh1-0/+18
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh1-0/+29
2017-03-01ppc/xics: move InterruptStatsProvider to the sPAPR machineCédric Le Goater1-0/+17
2017-03-01ppc/xics: move ics-simple post_load under the machineCédric Le Goater1-11/+7
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater1-29/+16
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater1-1/+3
2017-03-01ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater1-9/+8
2017-03-01ppc/xics: register the reset handler of ICP objectsCédric Le Goater1-0/+1
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater1-1/+1
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater2-3/+3
2017-03-01ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater1-0/+20
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater1-1/+0
2017-03-01ppc/xics: register the reset handler of ICS objectsCédric Le Goater1-0/+1
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater1-1/+2
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater2-4/+4
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater1-0/+18
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater4-12/+16
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater1-7/+23
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater1-17/+37
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson1-1/+2
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz1-6/+6
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson3-4/+76
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson1-2/+2
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson1-18/+18
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson1-2/+1
2017-03-01pseries: Minor cleanups to HPT management hypercallsDavid Gibson1-30/+28
2017-03-01sysemu: support up to 1024 vCPUsGreg Kurz1-1/+1
2017-03-01spapr: generate DT node namesLaurent Vivier1-14/+276
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell2-1/+18
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka2-1/+18
2017-02-22hw/ppc/ppc405_uc.c: Avoid integer overflowsPeter Maydell1-3/+3
2017-02-22hw/ppc/spapr: Check for valid page size when hot plugging memoryThomas Huth1-0/+8
2017-02-22machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu...Igor Mammedov1-10/+10
2017-02-22machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacksIgor Mammedov1-32/+2
2017-02-22spapr: reuse machine->possible_cpus instead of cores[]Igor Mammedov1-39/+90
2017-02-22spapr: replace debug printf with trace pointsLaurent Vivier2-14/+7
2017-02-22ppc4xx: replace debug printf with trace pointsLaurent Vivier2-10/+7