summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_hcall.c
Commit message (Expand)AuthorAgeFilesLines
...
* | spapr_hcall: use spapr_ovec_* interfaces for CAS optionsMichael Roth2016-10-281-41/+15Star
|/
* cpus: pass CPUState to run_on_cpu helpersAlex Bennée2016-09-271-10/+7Star
* target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania2016-09-231-0/+2
* target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania2016-09-231-2/+2
* ppc: simplify ppc_hash64_hpte_page_shift_noslb()Cédric Le Goater2016-07-051-2/+2
* powerpc/mm: Update the WIMG check during H_ENTERAneesh Kumar K.V2016-06-221-1/+5
* ppc: Add PowerISA 2.07 compatibility modeThomas Huth2016-06-141-2/+4
* ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth2016-06-141-2/+2
* ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth2016-06-141-25/+36
* ppc: Do some batching of TCG tlb flushesBenjamin Herrenschmidt2016-05-301-3/+11
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* dma: do not depend on kvm_enabled()Paolo Bonzini2016-05-191-0/+1
* ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater2016-04-051-15/+1Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson2016-03-151-5/+5
* hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth2016-02-251-0/+60
* hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth2016-02-161-0/+22
* hw/ppc/spapr: Implement h_set_dabrThomas Huth2016-02-161-5/+20
* hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth2016-02-161-2/+13
* target-ppc: Helper to determine page size information from hpte aloneDavid Gibson2016-01-301-19/+6Star
* target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson2016-01-301-42/+4Star
* target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson2016-01-301-16/+15Star
* pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson2016-01-301-2/+17
* ppc: Clean up error handling in ppc_set_compat()David Gibson2016-01-301-5/+5
* spapr: Remove abuse of rtas_ld() in h_client_architecture_supportDavid Gibson2016-01-301-7/+7
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* spapr: Support ibm,dynamic-reconfiguration-memoryBharata B Rao2015-09-231-6/+45
* ppc/spapr: Use qemu_log_mask() for hcall_dprintf()Thomas Huth2015-09-231-1/+2
* spapr: Remove obsolete ram_limit field from sPAPRMachineStateDavid Gibson2015-07-071-1/+2
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-17/+19
* pseries: Switch VGA endian on H_SET_MODEDavid Gibson2015-03-091-0/+2
* hw/ppc/spapr_hcall.c: Fix typo in function namesPeter Maydell2014-09-081-11/+11
* hw/ppc/spapr_hcall.c: Add ULL suffix to 64 bit constantPeter Maydell2014-07-081-1/+1
* spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODEAlexey Kardashevskiy2014-06-161-0/+47
* spapr_hcall: Split h_set_mode()Alexey Kardashevskiy2014-06-161-31/+34
* spapr: Implement processor compatibility in ibm, client-architecture-supportAlexey Kardashevskiy2014-06-161-0/+106
* spapr: Add ibm, client-architecture-support callAlexey Kardashevskiy2014-06-161-0/+21
* spapr_hcall: Fix little-endian resource handling in H_SET_MODEAlexey Kardashevskiy2014-03-201-8/+33
* spapr_hcall: Fix h_enter to loop correctlyAneesh Kumar K.V2014-03-201-6/+5Star
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-131-3/+3
* target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy2014-03-051-3/+3
* target-ppc: Change the hpte store APIAneesh Kumar K.V2014-03-051-14/+6Star
* target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V2014-03-051-19/+31
* target-ppc: Fix htab_mask calculationAneesh Kumar K.V2014-03-051-4/+15
* exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-3/+3
* exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+2
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+2
* exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+4