summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate_init.c
Commit message (Expand)AuthorAgeFilesLines
* Target-ppc: Remove unnecessary variableShraddha Barke2015-09-111-7/+2
* cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite2015-07-091-1/+1
* target-ppc: Move cpu_exec_init() call to realize functionBharata B Rao2015-07-091-2/+10
* cpu: Add Error argument to cpu_exec_init()Bharata B Rao2015-07-091-1/+1
* PPC: Introduce the Virtual Time Base (VTB) SPR registerCyril Bur2015-03-091-0/+10
* Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-01-101-2/+3
|\
| * target-ppc: Power8 Supports Transactional MemoryTom Musta2015-01-071-2/+3
* | translate: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-12/+12
* | target-ppc: pass DisasContext to SPR generator functionsPaolo Bonzini2014-12-231-126/+121
|/
* target-ppc: Fix breakpoint registers for e300Fabien Chouteau2014-11-201-26/+26
* target-ppc: Fix an invalid free in opcode table handling code.Bharata B Rao2014-11-041-3/+16
* target-ppc: Use macros in opcodes table handling codeBharata B Rao2014-11-041-10/+14
* target-ppc : Add new processor type 440x5wDFPUPierre Mallard2014-11-041-0/+38
* target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64Pierre Mallard2014-11-041-3/+6
* target-ppc: Implement IVOR[59] By Default for Book ETom Musta2014-11-041-1/+1
* target-ppc: Fix kvmppc_set_compat to use negotiated cpu-versionAlexey Kardashevskiy2014-11-041-1/+1
* qdev: Drop legacy_name from qdev propertiesGonglei2014-10-151-1/+0
* qdev: Add description field in PropertyInfo structGonglei2014-10-151-0/+1
* target-ppc: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-0/+1
* target-ppc: Use cpu_exec_enter qom hookRichard Henderson2014-09-251-0/+9
* target-ppc: Fix number of threads per core limitAlexey Kardashevskiy2014-07-151-13/+5
* target-ppc: Remove POWER7+ and POWER8E familiesAlexey Kardashevskiy2014-07-081-71/+2
* target-ppc: Add pvr_match() callbackAlexey Kardashevskiy2014-07-081-14/+35
* target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson2014-07-081-0/+4
* target-ppc: enable virtio endian ambivalent supportGreg Kurz2014-06-291-0/+15
* target-ppc: Add support for POWER8 pvr 0x4D0000Alexey Kardashevskiy2014-06-271-4/+16
* PPC: Add support for Apple gdb in gdbstubAlexander Graf2014-06-271-0/+8
* target-ppc: Enable DABRX SPR and limit it to <=POWER7Alexey Kardashevskiy2014-06-161-1/+14
* target-ppc: Enable PPR and VRSAVE SPRs migrationAlexey Kardashevskiy2014-06-161-8/+8
* target-ppc: Add POWER8's Event Based Branch (EBB) control SPRsAlexey Kardashevskiy2014-06-161-0/+57
* target-ppc: Add POWER8's TM SPRsAlexey Kardashevskiy2014-06-161-0/+88
* target-ppc: Add POWER8's MMCR2/MMCRS SPRsAlexey Kardashevskiy2014-06-161-0/+22
* target-ppc: Enable FSCR facility check for TARAlexey Kardashevskiy2014-06-161-2/+34
* target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy2014-06-161-0/+10
* target-ppc: Add POWER8's TIR SPRAlexey Kardashevskiy2014-06-161-0/+10
* target-ppc: Refactor class init for POWER7/8Alexey Kardashevskiy2014-06-161-39/+61
* target-ppc: Switch POWER7/8 classes to use correct PMU SPRsAlexey Kardashevskiy2014-06-161-15/+2
* target-ppc: Make use of gen_spr_power5p_lpar() for POWER7/8Alexey Kardashevskiy2014-06-161-5/+1
* target-ppc: Make use of gen_spr_book3s_altivec() for POWER7/8Alexey Kardashevskiy2014-06-161-7/+1
* target-ppc: Move POWER7/8 CFAR/DSCR/CTRL/PPR/PCR SPR registration to helpersAlexey Kardashevskiy2014-06-161-30/+40
* target-ppc: Move POWER8 TCE Address control (TAR) to a helperAlexey Kardashevskiy2014-06-161-5/+9
* target-ppc: Move POWER7/8 PIR/PURR/SPURR SPR registration to helpersAlexey Kardashevskiy2014-06-161-14/+26
* target-ppc: Enable PMU SPRs migrationAlexey Kardashevskiy2014-06-161-52/+52
* target-ppc: Remove check_pow_970FXAlexey Kardashevskiy2014-06-161-9/+1
* target-ppc: Introduce and reuse generalized init_proc_book3s_64()Alexey Kardashevskiy2014-06-161-58/+27
* target-ppc: Add HID4 SPR for PPC970Alexey Kardashevskiy2014-06-161-0/+11
* target-ppc: Add PMC7/8 to 970 classAlexey Kardashevskiy2014-06-161-0/+26
* target-ppc: Add PMC5/6, SDAR and MMCRA to 970 familyAlexey Kardashevskiy2014-06-161-0/+32
* target-ppc: Add "POWER" prefix to MMCRA PMU registersAlexey Kardashevskiy2014-06-161-1/+1
* target-ppc: Copy and split gen_spr_7xx() for 970Alexey Kardashevskiy2014-06-161-1/+105
OpenPOWER on IntegriCloud