summaryrefslogtreecommitdiff
path: root/target-ppc/translate_init.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-06taget-ppc: Fix read access to IBAT registers higher than IBAT3Julio Guerra1-1/+1
2015-10-23ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt1-0/+1
2015-10-23ppc: Add mmu_model defines for arch 2.03 and 2.07Benjamin Herrenschmidt1-2/+2
2015-09-11Target-ppc: Remove unnecessary variableShraddha Barke1-7/+2
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09target-ppc: Move cpu_exec_init() call to realize functionBharata B Rao1-2/+10
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-03-09PPC: Introduce the Virtual Time Base (VTB) SPR registerCyril Bur1-0/+10
2015-01-10Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-2/+3
2015-01-07target-ppc: Power8 Supports Transactional MemoryTom Musta1-2/+3
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini1-12/+12
2014-12-23target-ppc: pass DisasContext to SPR generator functionsPaolo Bonzini1-126/+121
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