aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_hcall.c
AgeCommit message (Expand)Author
2016-01-30target-ppc: Helper to determine page size information from hpte aloneDavid Gibson
2016-01-30target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson
2016-01-30pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson
2016-01-30ppc: Clean up error handling in ppc_set_compat()David Gibson
2016-01-30spapr: Remove abuse of rtas_ld() in h_client_architecture_supportDavid Gibson
2016-01-29ppc: Clean up includesPeter Maydell
2015-09-23spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao
2015-09-23ppc/spapr: Use qemu_log_mask() for hcall_dprintf()Thomas Huth
2015-07-07spapr: Remove obsolete ram_limit field from sPAPRMachineStateDavid Gibson
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-03-09pseries: Switch VGA endian on H_SET_MODEDavid Gibson
2014-09-08hw/ppc/spapr_hcall.c: Fix typo in function namesPeter Maydell
2014-07-08hw/ppc/spapr_hcall.c: Add ULL suffix to 64 bit constantPeter Maydell
2014-06-16spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODEAlexey Kardashevskiy
2014-06-16spapr_hcall: Split h_set_mode()Alexey Kardashevskiy
2014-06-16spapr: Implement processor compatibility in ibm, client-architecture-supportAlexey Kardashevskiy
2014-06-16spapr: Add ibm, client-architecture-support callAlexey Kardashevskiy
2014-03-20spapr_hcall: Fix little-endian resource handling in H_SET_MODEAlexey Kardashevskiy
2014-03-20spapr_hcall: Fix h_enter to loop correctlyAneesh Kumar K.V
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber
2014-03-05target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy
2014-03-05target-ppc: Change the hpte store APIAneesh Kumar K.V
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-10-25spapr-rtas: fix h_rtas parameters readingAlexey Kardashevskiy
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard
2013-07-29pseries: savevm support for pseries machineDavid Gibson
2013-07-11spapr: Use named enum for function remove_hpteStefan Weil
2013-07-11spapr: Fix compiler warnings for some versions of gccStefan Weil
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori
2013-05-18remove some double-includesMichael Tokarev
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-10Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2013-03-01ppc: move more files to hw/ppcPaolo Bonzini