aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
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 Goater1-1/+1
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 under the sPAPR machineCédric Le Goater1-0/+18
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater1-5/+9
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-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson1-0/+60
2017-03-01sysemu: support up to 1024 vCPUsGreg Kurz1-1/+1
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell1-0/+3
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-0/+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: make cpu core unplug follow expected hotunplug call flowIgor Mammedov1-4/+14
2017-02-22spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.cIgor Mammedov1-0/+138
2017-01-31ppc: switch to constants within BUILD_BUG_ONMichael S. Tsirkin1-8/+10
2017-01-31spapr: clock should count only if vm is runningLaurent Vivier1-0/+6
2017-01-31ppc: Rewrite ppc_get_compat_smt_threads()David Gibson1-4/+4
2017-01-31pseries: Add pseries-2.9 machine typeDavid Gibson1-2/+21
2017-01-31hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth1-0/+13
2017-01-31ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin1-2/+2
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson1-2/+2
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson1-3/+5
2017-01-31pseries: Make cpu_update during CAS unconditionalDavid Gibson1-4/+1
2017-01-31pseries: Always use core objects for CPU constructionDavid Gibson1-54/+71
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2016-12-01spapr: fix default DRC state for coldplugged LMBsMichael Roth1-0/+5
2016-11-23spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson1-0/+5
2016-11-23target-ppc: Allow eventual removal of old migration mistakesDavid Gibson1-0/+5
2016-11-23spapr: migration support for CAS-negotiated option vectorsMichael Roth1-0/+66
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell1-2/+2
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini1-2/+2
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+0
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-10-28spapr: Memory hot-unplug supportBharata B Rao1-1/+118
2016-10-28spapr: use count+index for memory hotplugMichael Roth1-4/+18
2016-10-28spapr: add hotplug interrupt machine optionsMichael Roth1-0/+28
2016-10-28spapr_events: add support for dedicated hotplug event sourceMichael Roth1-2/+7