summaryrefslogtreecommitdiff
path: root/target-ppc/translate_init.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-20target-ppc: Fix breakpoint registers for e300Fabien Chouteau1-26/+26
2014-11-04target-ppc: Fix an invalid free in opcode table handling code.Bharata B Rao1-3/+16
2014-11-04target-ppc: Use macros in opcodes table handling codeBharata B Rao1-10/+14
2014-11-04target-ppc : Add new processor type 440x5wDFPUPierre Mallard1-0/+38
2014-11-04target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64Pierre Mallard1-3/+6
2014-11-04target-ppc: Implement IVOR[59] By Default for Book ETom Musta1-1/+1
2014-11-04target-ppc: Fix kvmppc_set_compat to use negotiated cpu-versionAlexey Kardashevskiy1-1/+1
2014-10-15qdev: Drop legacy_name from qdev propertiesGonglei1-1/+0
2014-10-15qdev: Add description field in PropertyInfo structGonglei1-0/+1
2014-09-25target-ppc: Use cpu_exec_interrupt qom hookRichard Henderson1-0/+1
2014-09-25target-ppc: Use cpu_exec_enter qom hookRichard Henderson1-0/+9
2014-07-15target-ppc: Fix number of threads per core limitAlexey Kardashevskiy1-13/+5
2014-07-08target-ppc: Remove POWER7+ and POWER8E familiesAlexey Kardashevskiy1-71/+2
2014-07-08target-ppc: Add pvr_match() callbackAlexey Kardashevskiy1-14/+35
2014-07-08target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson1-0/+4
2014-06-29target-ppc: enable virtio endian ambivalent supportGreg Kurz1-0/+15
2014-06-27target-ppc: Add support for POWER8 pvr 0x4D0000Alexey Kardashevskiy1-4/+16
2014-06-27PPC: Add support for Apple gdb in gdbstubAlexander Graf1-0/+8
2014-06-16target-ppc: Enable DABRX SPR and limit it to <=POWER7Alexey Kardashevskiy1-1/+14
2014-06-16target-ppc: Enable PPR and VRSAVE SPRs migrationAlexey Kardashevskiy1-8/+8
2014-06-16target-ppc: Add POWER8's Event Based Branch (EBB) control SPRsAlexey Kardashevskiy1-0/+57
2014-06-16target-ppc: Add POWER8's TM SPRsAlexey Kardashevskiy1-0/+88
2014-06-16target-ppc: Add POWER8's MMCR2/MMCRS SPRsAlexey Kardashevskiy1-0/+22
2014-06-16target-ppc: Enable FSCR facility check for TARAlexey Kardashevskiy1-2/+34
2014-06-16target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy1-0/+10
2014-06-16target-ppc: Add POWER8's TIR SPRAlexey Kardashevskiy1-0/+10
2014-06-16target-ppc: Refactor class init for POWER7/8Alexey Kardashevskiy1-39/+61
2014-06-16target-ppc: Switch POWER7/8 classes to use correct PMU SPRsAlexey Kardashevskiy1-15/+2
2014-06-16target-ppc: Make use of gen_spr_power5p_lpar() for POWER7/8Alexey Kardashevskiy1-5/+1
2014-06-16target-ppc: Make use of gen_spr_book3s_altivec() for POWER7/8Alexey Kardashevskiy1-7/+1
2014-06-16target-ppc: Move POWER7/8 CFAR/DSCR/CTRL/PPR/PCR SPR registration to helpersAlexey Kardashevskiy1-30/+40
2014-06-16target-ppc: Move POWER8 TCE Address control (TAR) to a helperAlexey Kardashevskiy1-5/+9
2014-06-16target-ppc: Move POWER7/8 PIR/PURR/SPURR SPR registration to helpersAlexey Kardashevskiy1-14/+26
2014-06-16target-ppc: Enable PMU SPRs migrationAlexey Kardashevskiy1-52/+52
2014-06-16target-ppc: Remove check_pow_970FXAlexey Kardashevskiy1-9/+1
2014-06-16target-ppc: Introduce and reuse generalized init_proc_book3s_64()Alexey Kardashevskiy1-58/+27
2014-06-16target-ppc: Add HID4 SPR for PPC970Alexey Kardashevskiy1-0/+11
2014-06-16target-ppc: Add PMC7/8 to 970 classAlexey Kardashevskiy1-0/+26
2014-06-16target-ppc: Add PMC5/6, SDAR and MMCRA to 970 familyAlexey Kardashevskiy1-0/+32
2014-06-16target-ppc: Add "POWER" prefix to MMCRA PMU registersAlexey Kardashevskiy1-1/+1
2014-06-16target-ppc: Copy and split gen_spr_7xx() for 970Alexey Kardashevskiy1-1/+105
2014-06-16target-ppc: Make UCTRL a mirror of CTRLAlexey Kardashevskiy1-2/+2
2014-06-16target-ppc: Refactor PPC970Alexey Kardashevskiy1-13/+32
2014-06-16target-ppc: Merge 970FX and 970MP into a single 970 classAlexey Kardashevskiy1-198/+8
2014-06-16target-ppc: Rename 7XX/60x/74XX/e600 PMU SPRsAlexey Kardashevskiy1-49/+49
2014-06-16target-ppc: Support VSX in PPC User ModeTom Musta1-0/+1
2014-06-16target-ppc: Allow little-endian user mode.Doug Kwan1-0/+3
2014-06-16PPC: e500: Fix MMUCSR0 emulationAlex Zuepke1-3/+1
2014-06-16KVM: PPC: Enable compatibility modeAlexey Kardashevskiy1-0/+5
2014-06-16spapr: Limit threads per core according to current compatibility modeAlexey Kardashevskiy1-0/+27