aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-10target/ppc: Add E500 L2CSR0 write helperBin Meng1-0/+6
2021-02-10target/ppc: Remove unused MMU definitionsPhilippe Mathieu-Daudé1-3/+0
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-28ppc/: fix some comment spelling errorszhaolichang1-3/+3
2020-10-09ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()Greg Kurz1-2/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-8/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-08-12target/ppc: Enable Power ISA 3.1Lijun Pan1-1/+1
2020-08-12target/ppc: Introduce Power ISA 3.1 flagLijun Pan1-0/+2
2020-06-12target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé1-2/+2
2020-05-27ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras1-0/+21
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin1-1/+6
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-2/+1
2020-05-07target/ppc: Add support for Radix partition-scoped translationCédric Le Goater1-0/+3
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin1-1/+1
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell1-2/+2
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-2/+2
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin1-1/+1
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin1-0/+1
2020-03-17target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson1-3/+0
2020-03-17target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson1-1/+0
2020-03-17ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson1-14/+7
2020-02-21target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definitionBALATON Zoltan1-91/+54
2020-02-21target/ppc/cpu.h: Move fpu related members closer in cpu envBALATON Zoltan1-5/+4
2020-02-21target/ppc/cpu.h: Remove duplicate includesBALATON Zoltan1-2/+0
2020-02-03target/ppc/cpu.h: Put macro parameter in parenthesesBALATON Zoltan1-1/+1
2020-02-02target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater1-0/+6
2020-01-15target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson1-2/+0
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh1-0/+1
2019-12-17target/ppc: Add SPR ASDRSuraj Jitindar Singh1-0/+1
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh1-0/+1
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh1-0/+2
2019-12-17target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater1-0/+1
2019-12-17ppc: Make PPCVirtualHypervisor an incomplete typeGreg Kurz1-4/+0
2019-12-17ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz1-1/+3
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland1-0/+1
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke1-1/+8
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke1-5/+10
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy1-0/+1
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin1-0/+4
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée1-4/+4
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+2
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-1/+0
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson1-6/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-2/+2