summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_hcall.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-05ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater1-15/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson1-5/+5
2016-02-25hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth1-0/+60
2016-02-17hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth1-0/+22
2016-02-17hw/ppc/spapr: Implement h_set_dabrThomas Huth1-5/+20
2016-02-17hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth1-2/+13
2016-01-30target-ppc: Helper to determine page size information from hpte aloneDavid Gibson1-19/+6
2016-01-30target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson1-42/+4
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson1-16/+15
2016-01-30pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson1-2/+17
2016-01-30ppc: Clean up error handling in ppc_set_compat()David Gibson1-5/+5
2016-01-30spapr: Remove abuse of rtas_ld() in h_client_architecture_supportDavid Gibson1-7/+7
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-09-23spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao1-6/+45
2015-09-23ppc/spapr: Use qemu_log_mask() for hcall_dprintf()Thomas Huth1-1/+2
2015-07-07spapr: Remove obsolete ram_limit field from sPAPRMachineStateDavid Gibson1-1/+2
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-17/+19
2015-03-09pseries: Switch VGA endian on H_SET_MODEDavid Gibson1-0/+2
2014-09-08hw/ppc/spapr_hcall.c: Fix typo in function namesPeter Maydell1-11/+11
2014-07-08hw/ppc/spapr_hcall.c: Add ULL suffix to 64 bit constantPeter Maydell1-1/+1
2014-06-16spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODEAlexey Kardashevskiy1-0/+47
2014-06-16spapr_hcall: Split h_set_mode()Alexey Kardashevskiy1-31/+34
2014-06-16spapr: Implement processor compatibility in ibm, client-architecture-supportAlexey Kardashevskiy1-0/+106
2014-06-16spapr: Add ibm, client-architecture-support callAlexey Kardashevskiy1-0/+21
2014-03-20spapr_hcall: Fix little-endian resource handling in H_SET_MODEAlexey Kardashevskiy1-8/+33
2014-03-20spapr_hcall: Fix h_enter to loop correctlyAneesh Kumar K.V1-6/+5
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2014-03-13target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber1-3/+3
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy1-3/+3
2014-03-05target-ppc: Change the hpte store APIAneesh Kumar K.V1-14/+6
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V1-19/+31
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V1-4/+15
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias1-3/+3
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+2
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+2
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-2/+4
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias1-3/+3
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-5/+6
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-4/+9
2013-10-25spapr-rtas: fix h_rtas parameters readingAlexey Kardashevskiy1-3/+3
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-2/+2
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard1-0/+50
2013-07-29pseries: savevm support for pseries machineDavid Gibson1-4/+4
2013-07-11spapr: Use named enum for function remove_hpteStefan Weil1-4/+4
2013-07-11spapr: Fix compiler warnings for some versions of gccStefan Weil1-1/+1
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori1-1/+1
2013-05-18remove some double-includesMichael Tokarev1-1/+0
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson1-19/+19