summaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson1-0/+1
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson1-2/+3
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov1-0/+1
2017-05-11target/ppc: Avoid printing wrong aliases in CPU help textThomas Huth1-0/+1
2017-05-11target/ppc: Implement ISA V3.00 radix page fault handlerSuraj Jitindar Singh1-0/+2
2017-05-11tcg: enable MTTCG by default for PPC64 on x86Nikunj A Dadhania1-0/+2
2017-04-26ppc/xics: introduce an 'intc' backlink under PowerPCCPUCédric Le Goater1-0/+1
2017-04-26spapr: Add ibm,processor-radix-AP-encodings to the device treeSam Bobroff1-0/+4
2017-03-14target/ppc: Fix wrong number of UAMR registerThomas Huth1-1/+1
2017-03-03target/ppc: Rework hash mmu page fault code and add defines for claritySuraj Jitindar Singh1-2/+12
2017-03-03target/ppc: Move no-execute and guarded page checking into new functionSuraj Jitindar Singh1-0/+1
2017-03-03target/ppc: Add Instruction Authority Mask Register CheckSuraj Jitindar Singh1-0/+5
2017-03-03target/ppc: Add patb_entry to sPAPRMachineStateSuraj Jitindar Singh1-0/+1
2017-03-01Add PowerPC 32-bit guest memory dump supportMike Nawrocki1-0/+2
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania1-0/+7
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson1-2/+8
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson1-11/+0
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson1-1/+1
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson1-2/+1
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson1-0/+1
2017-03-01target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania1-12/+2
2017-02-22target/ppc/POWER9: Adapt LPCR handling for POWER9Suraj Jitindar Singh1-0/+18
2017-02-22target/ppc: Fix LPCR DPFD mask defineSuraj Jitindar Singh1-1/+1
2017-01-31target/ppc: Add pcr_supported to POWER9 cpu class definitionSuraj Jitindar Singh1-0/+1
2017-01-31ppc: Add ppc_set_compat_all()David Gibson1-0/+3
2017-01-31ppc: Validate compatibility modes when settingDavid Gibson1-0/+2
2017-01-31ppc: Rewrite ppc_get_compat_smt_threads()David Gibson1-1/+1
2017-01-31ppc: Rewrite ppc_set_compat()David Gibson1-1/+5
2017-01-31ppc: Rename cpu_version to compat_pvrDavid Gibson1-3/+3
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson1-2/+24
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar1-0/+2
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania1-8/+13
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+2454