summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc: Fix migration of the XER registerThomas Huth2019-11-291-1/+1
* ppc: Fix the bad exception NIP value and the range check in LSWXThomas Huth2019-11-291-2/+3
* ppc: Fix the range check in the LSWI instructionThomas Huth2019-11-292-4/+12
* ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater2019-11-293-3/+58
* ppc: move POWER8 Book4 regs in their own routineCédric Le Goater2019-11-291-0/+8
* ppc: A couple more dummy POWER8 Book4 regsBenjamin Herrenschmidt2019-11-292-0/+15
* ppc: Add dummy CIABR SPRBenjamin Herrenschmidt2019-11-292-0/+6
* ppc: Add POWER8 IAMR registerBenjamin Herrenschmidt2019-11-292-2/+40
* ppc: Fix writing to AMR/UAMORBenjamin Herrenschmidt2019-11-291-15/+59
* ppc: Initialize AMOR in PAPR modeBenjamin Herrenschmidt2019-11-291-0/+4
* ppc: Add dummy SPR_IC for POWER8Benjamin Herrenschmidt2019-11-292-0/+13
* ppc: Create cpu_ppc_set_papr() helperBenjamin Herrenschmidt2019-11-292-1/+23
* ppc: Add a bunch of hypervisor SPRs to Book3sBenjamin Herrenschmidt2019-11-291-0/+21
* ppc: Add macros to register hypervisor mode SPRsBenjamin Herrenschmidt2019-11-292-14/+47
* ppc: Update SPR definitionsBenjamin Herrenschmidt2019-11-291-7/+47
* spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy2019-11-291-1/+1
* ppc64: set MSR_SF bitLaurent Vivier2019-11-291-1/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-2/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-292-0/+2
* target-ppc: Document TOCTTOU in hugepage supportMarkus Armbruster2019-11-291-0/+6
* target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson2019-11-292-28/+21
* target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson2019-11-295-8/+62
* target-ppc: Split out SREGS get/put functionsDavid Gibson2019-11-291-193/+228
* target-ppc: Add PVR for POWER8NVL processorAlexey Kardashevskiy2019-11-293-0/+8
* ppc: Add a few more P8 PMU SPRsBenjamin Herrenschmidt2019-11-292-0/+35
* ppc: Fix migration of the TAR SPRThomas Huth2019-11-291-4/+4
* ppc: Define the PSPB register on POWER8Thomas Huth2019-11-292-0/+10
* tcg: Add type for vCPU pointersLluís Vilanova2019-11-291-1/+1
* ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hvThomas Huth2019-11-291-0/+4
* ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable errorsThomas Huth2019-11-291-2/+5
* hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth2019-11-291-2/+34
* all: Clean up includesPeter Maydell2019-11-291-1/+0
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2019-11-291-2/+2
* target-ppc: Include missing MMU models for SDR1 in info registersDavid Gibson2019-11-291-0/+2
* target-ppc: Remove unused kvmppc_update_sdr1() stubDavid Gibson2019-11-291-5/+0
* tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2019-11-291-22/+22
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-4/+4
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-2/+2
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-294-0/+4
* target-ppc: mcrfs should always update FEX/VX and only clear exception bitsJames Clarke2019-11-292-4/+23
* target-ppc: Make every FPSCR_ macro have a corresponding FP_ macroJames Clarke2019-11-291-9/+22
* target-ppc: Allow more page sizes for POWER7 & POWER8 in TCGDavid Gibson2019-11-292-0/+34
* target-ppc: Helper to determine page size information from hpte aloneDavid Gibson2019-11-292-0/+38
* target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson2019-11-292-0/+15
* target-ppc: Split 44x tlbiva from ppc_tlb_invalidate_one()David Gibson2019-11-293-5/+12
* target-ppc: Remove unused mmu models from ppc_tlb_invalidate_oneDavid Gibson2019-11-291-44/+2
* target-ppc: Use actual page size encodings from HPTEDavid Gibson2019-11-291-3/+60
* target-ppc: Rework SLB page size lookupDavid Gibson2019-11-293-39/+56
* target-ppc: Rework ppc_store_slbDavid Gibson2019-11-294-22/+21
OpenPOWER on IntegriCloud