summaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)Author
2021-05-04target/ppc: Reduce the size of ppc_spr_tRichard Henderson
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin
2021-05-04ppc: Rename current DAWR macros and variablesRavi Bangoria
2021-05-04target/ppc: Validate hflags with CONFIG_DEBUG_TCGRichard Henderson
2021-05-04target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson
2021-05-04target/ppc: Remove MSR_SA and MSR_AP from hflagsRichard Henderson
2021-05-04target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson
2021-05-04target/ppc: Disconnect hflags from MSRRichard Henderson
2021-05-04target/ppc: Fix comment for MSR_FE{0,1}Richard Henderson
2021-05-04target/ppc: Retain hflags_nmsr only for migrationRichard Henderson
2021-05-04target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson
2021-02-10target/ppc: Add E500 L2CSR0 write helperBin Meng
2021-02-10target/ppc: Remove unused MMU definitionsPhilippe Mathieu-Daudé
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-10-28ppc/: fix some comment spelling errorszhaolichang
2020-10-09ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()Greg Kurz
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-12target/ppc: Enable Power ISA 3.1Lijun Pan
2020-08-12target/ppc: Introduce Power ISA 3.1 flagLijun Pan
2020-06-12target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé
2020-05-27ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-07target/ppc: Add support for Radix partition-scoped translationCédric Le Goater
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin
2020-03-17target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson
2020-03-17target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson
2020-03-17ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson
2020-02-21target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definitionBALATON Zoltan
2020-02-21target/ppc/cpu.h: Move fpu related members closer in cpu envBALATON Zoltan
2020-02-21target/ppc/cpu.h: Remove duplicate includesBALATON Zoltan
2020-02-03target/ppc/cpu.h: Put macro parameter in parenthesesBALATON Zoltan
2020-02-02target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater
2020-01-15target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh
2019-12-17target/ppc: Add SPR ASDRSuraj Jitindar Singh
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh
2019-12-17target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater
2019-12-17ppc: Make PPCVirtualHypervisor an incomplete typeGreg Kurz
2019-12-17ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke