summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_hcall.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand1-3/+3
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-1/+1
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand1-0/+1
2018-05-04spapr: Clean up LPCR updates from hypercallsDavid Gibson1-30/+20
2018-03-06ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh1-1/+4
2018-02-16hw/ppc/spapr_hcall: set htab_shift after kvmppc_resize_hpt_commitDaniel Henrique Barboza1-1/+11
2018-02-10hw/ppc: rename functions in commentsDaniel Henrique Barboza1-1/+1
2018-02-10spapr: add missing break in h_get_cpu_characteristics()Greg Kurz1-0/+1
2018-01-29target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICSSuraj Jitindar Singh1-0/+58
2017-12-18ppc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-11-14target/ppc: correct htab shift for hash on radixSam Bobroff1-7/+6
2017-10-17spapr: Correct RAM size calculation for HPT resizingDavid Gibson1-2/+2
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz1-12/+33
2017-09-15spapr: fix CAS-generated resetCédric Le Goater1-0/+7
2017-09-15spapr: only update SDR1 once per-cpu during CASGreg Kurz1-9/+5
2017-09-08spapr: fallback to raw mode if best compat mode cannot be set during CASGreg Kurz1-4/+14
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff1-2/+2
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff1-2/+2
2017-08-09spapr: Fix bug in h_signal_sys_reset()Sam Bobroff1-5/+4
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson1-0/+66
2017-07-17pseries: Use smaller default hash page tables when guest can resizeDavid Gibson1-0/+29
2017-07-17pseries: Implement HPT resizingDavid Gibson1-3/+311
2017-07-17pseries: Stubs for HPT resizingDavid Gibson1-0/+36
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson1-4/+4
2017-06-06target/ppc: Fixup set_spr error in h_register_process_tableSuraj Jitindar Singh1-2/+3
2017-05-30Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170525' into stagingStefan Hajnoczi1-21/+33
2017-05-24pseries: Split CAS PVR negotiation out into a separate functionDavid Gibson1-17/+32
2017-05-24spapr: Consolidate HPT freeing code into a routineBharata B Rao1-4/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-11target/ppc: Set UPRT and GTSE on all cpus in H_REGISTER_PROCESS_TABLESuraj Jitindar Singh1-11/+7
2017-04-26spapr: Workaround for broken radix guestsSam Bobroff1-2/+4
2017-04-26spapr: Enable ISA 3.0 MMU mode selection via CASSam Bobroff1-0/+30
2017-04-26target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh1-3/+110
2017-04-26target/ppc: Add new H-CALL shells for in memory table translationSuraj Jitindar Singh1-0/+31
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson1-2/+1
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-01pseries: Minor cleanups to HPT management hypercallsDavid Gibson1-30/+28
2017-01-31ppc: Add ppc_set_compat_all()David Gibson1-26/+5
2017-01-31pseries: Rewrite CAS PVR compatibility logicDavid Gibson1-71/+33
2017-01-31ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin1-0/+41
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson1-15/+15
2017-01-31pseries: Make cpu_update during CAS unconditionalDavid Gibson1-6/+2
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell1-6/+6
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini1-6/+6
2016-10-28spapr: add option vector handling in CAS-generated resetsMichael Roth1-4/+18
2016-10-28spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth1-41/+15
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée1-10/+7
2016-09-23target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania1-0/+2