summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_hcall.c
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2019-01-081-0/+40
* target/ppc, spapr: Move VPA information to machine_dataDavid Gibson2018-06-161-35/+42
* spapr: fix leak in h_client_architecture_support()Greg Kurz2018-06-161-0/+1
* machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand2018-05-071-3/+3
* machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand2018-05-071-1/+1
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-071-0/+1
* spapr: Clean up LPCR updates from hypercallsDavid Gibson2018-05-041-30/+20Star
* ppc/spapr-caps: Convert cap-ibs to custom spapr-capSuraj Jitindar Singh2018-03-061-1/+4
* hw/ppc/spapr_hcall: set htab_shift after kvmppc_resize_hpt_commitDaniel Henrique Barboza2018-02-161-1/+11
* hw/ppc: rename functions in commentsDaniel Henrique Barboza2018-02-101-1/+1
* spapr: add missing break in h_get_cpu_characteristics()Greg Kurz2018-02-101-0/+1
* target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICSSuraj Jitindar Singh2018-01-291-0/+58
* ppc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* target/ppc: correct htab shift for hash on radixSam Bobroff2017-11-141-7/+6Star
* spapr: Correct RAM size calculation for HPT resizingDavid Gibson2017-10-171-2/+2
* spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz2017-09-271-12/+33
* spapr: fix CAS-generated resetCédric Le Goater2017-09-151-0/+7
* spapr: only update SDR1 once per-cpu during CASGreg Kurz2017-09-151-9/+5Star
* spapr: fallback to raw mode if best compat mode cannot be set during CASGreg Kurz2017-09-081-4/+14
* ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff2017-09-081-2/+2
* ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff2017-09-081-2/+2
* spapr: Fix bug in h_signal_sys_reset()Sam Bobroff2017-08-091-5/+4Star
* pseries: Allow HPT resizing with KVMDavid Gibson2017-07-171-0/+66
* pseries: Use smaller default hash page tables when guest can resizeDavid Gibson2017-07-171-0/+29
* pseries: Implement HPT resizingDavid Gibson2017-07-171-3/+311
* pseries: Stubs for HPT resizingDavid Gibson2017-07-171-0/+36
* pseries: Move CPU compatibility property to machineDavid Gibson2017-06-301-4/+4
* target/ppc: Fixup set_spr error in h_register_process_tableSuraj Jitindar Singh2017-06-061-2/+3
* Merge remote-tracking branch 'dgibson/tags/ppc-for-2.10-20170525' into stagingStefan Hajnoczi2017-05-301-21/+33
|\
| * pseries: Split CAS PVR negotiation out into a separate functionDavid Gibson2017-05-241-17/+32
| * spapr: Consolidate HPT freeing code into a routineBharata B Rao2017-05-241-4/+1Star
* | shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
|/
* target/ppc: Set UPRT and GTSE on all cpus in H_REGISTER_PROCESS_TABLESuraj Jitindar Singh2017-05-111-11/+7Star
* spapr: Workaround for broken radix guestsSam Bobroff2017-04-261-2/+4
* spapr: Enable ISA 3.0 MMU mode selection via CASSam Bobroff2017-04-261-0/+30
* target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALLSuraj Jitindar Singh2017-04-261-3/+110
* target/ppc: Add new H-CALL shells for in memory table translationSuraj Jitindar Singh2017-04-261-0/+31
* target/ppc: Manage external HPT via virtual hypervisorDavid Gibson2017-03-011-2/+1Star
* target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson2017-03-011-2/+2
* target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson2017-03-011-18/+18
* pseries: Minor cleanups to HPT management hypercallsDavid Gibson2017-03-011-30/+28Star
* ppc: Add ppc_set_compat_all()David Gibson2017-01-311-26/+5Star
* pseries: Rewrite CAS PVR compatibility logicDavid Gibson2017-01-311-71/+33Star
* ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin2017-01-311-0/+41
* ppc: Rename cpu_version to compat_pvrDavid Gibson2017-01-311-15/+15
* pseries: Make cpu_update during CAS unconditionalDavid Gibson2017-01-311-6/+2Star
* kvm: move cpu synchronization codeVincent Palatin2017-01-191-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell2016-10-311-6/+6
|\
| * *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-311-6/+6
* | spapr: add option vector handling in CAS-generated resetsMichael Roth2016-10-281-4/+18