summaryrefslogtreecommitdiffstats
path: root/target/ppc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Add E500 L2CSR0 write helperBin Meng2021-02-101-0/+6
* target/ppc: Remove unused MMU definitionsPhilippe Mathieu-Daudé2021-02-101-3/+0Star
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* ppc/: fix some comment spelling errorszhaolichang2020-10-271-3/+3
* ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()Greg Kurz2020-10-091-2/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-8/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* target/ppc: Enable Power ISA 3.1Lijun Pan2020-08-121-1/+1
* target/ppc: Introduce Power ISA 3.1 flagLijun Pan2020-08-121-0/+2
* target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé2020-06-121-2/+2
* ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras2020-05-271-0/+21
* target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-271-1/+6
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-2/+1Star
* target/ppc: Add support for Radix partition-scoped translationCédric Le Goater2020-05-071-0/+3
* ppc/spapr: tweak change system reset helperNicholas Piggin2020-05-071-1/+1
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell2020-03-181-2/+2
|\
| * gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-2/+2
* | target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin2020-03-171-1/+1
* | ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin2020-03-171-0/+1
* | target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson2020-03-161-3/+0Star
* | target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson2020-03-161-1/+0Star
* | ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson2020-03-161-14/+7Star
|/
* target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definitionBALATON Zoltan2020-02-201-91/+54Star
* target/ppc/cpu.h: Move fpu related members closer in cpu envBALATON Zoltan2020-02-201-5/+4Star
* target/ppc/cpu.h: Remove duplicate includesBALATON Zoltan2020-02-201-2/+0Star
* target/ppc/cpu.h: Put macro parameter in parenthesesBALATON Zoltan2020-02-031-1/+1
* target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater2020-02-021-0/+6
* target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson2020-01-161-2/+0Star
* target/ppc: Add SPR TBU40Suraj Jitindar Singh2019-12-171-0/+1
* target/ppc: Add SPR ASDRSuraj Jitindar Singh2019-12-171-0/+1
* target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh2019-12-171-0/+1
* target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh2019-12-171-0/+2
* target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater2019-12-171-0/+1
* ppc: Make PPCVirtualHypervisor an incomplete typeGreg Kurz2019-12-171-4/+0Star
* ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz2019-12-171-1/+3
* target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland2019-10-041-0/+1
* ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke2019-10-041-1/+8
* ppc: Add support for 'mffsl' instructionPaul A. Clarke2019-08-211-5/+10
* target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy2019-08-211-0/+1
* spapr: Implement dispatch tracking for tcgNicholas Piggin2019-08-211-0/+4
* target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée2019-08-211-4/+4
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0Star
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+2
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0Star
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-6/+1Star
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-2/+0Star
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-2/+2