summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-2/+2
* target-ppc: don't invalidate msr MSR_HVB bit in cpu_post_loadMark Cave-Ayland2015-04-171-2/+2
* target-ppc: Remove POWER5+ v0.0 that never existedAlexey Kardashevskiy2015-03-252-5/+2
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-64/+59
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-121-1/+1
|\
| * kvm: add machine state to kvm_arch_initMarcel Apfelbaum2015-03-111-1/+1
* | cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
|/
* target-ppc: Fix warnings from SparseStefan Weil2015-03-091-2/+3
* target-ppc: Add versions to server CPU descriptionsAlexey Kardashevskiy2015-03-092-7/+9
* PPC: Introduce the Virtual Time Base (VTB) SPR registerCyril Bur2015-03-092-0/+11
* target-ppc: force update of msr bits in cpu_post_loadMark Cave-Ayland2015-03-091-1/+7
* target-ppc: move sdr1 value change detection logic to helper_store_sdr1()Mark Cave-Ayland2015-03-092-21/+21
* display cpu id dump stateTristan Gingold2015-03-091-2/+3
* target-ppc: Use right page size with hash table lookupAneesh Kumar K.V2015-03-093-11/+30
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-6/+3
* tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson2015-02-121-1/+1
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-2/+0
* kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka2015-01-121-0/+6
* Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-01-107-110/+323
|\
| * target-ppc: Mark SR() and gen_sync_exception() as !CONFIG_USER_ONLYPeter Maydell2015-01-071-0/+5
| * target-ppc: Introduce Privileged TM NoopsTom Musta2015-01-071-0/+38
| * target-ppc: Introduce tcheckTom Musta2015-01-071-0/+17
| * target-ppc: Introduce TM NoopsTom Musta2015-01-071-0/+38
| * target-ppc: Introduce tbeginTom Musta2015-01-073-0/+36
| * target-ppc: Introduce TEXASRU Bit FieldsTom Musta2015-01-071-0/+20
| * target-ppc: Power8 Supports Transactional MemoryTom Musta2015-01-071-2/+3
| * target-ppc: Introduce tm_enabled Bit to CPU StateTom Musta2015-01-071-0/+8
| * target-ppc: Introduce Feature Flag for Transactional MemoryTom Musta2015-01-071-0/+2
| * target-ppc: Introduce Instruction Type for Transactional MemoryTom Musta2015-01-071-1/+3
| * target-ppc: explicitly save page table headers in big endianCédric Le Goater2015-01-071-3/+17
| * target-ppc: Eliminate set_fprf Argument From helper_compute_fprfTom Musta2015-01-073-38/+28
| * target-ppc: Eliminate set_fprf Argument From gen_compute_fprfTom Musta2015-01-071-15/+23
| * target-ppc: Fully Migrate to gen_set_cr1_from_fpscrTom Musta2015-01-071-22/+33
| * target-ppc: mffs. Should Set CR1 from FPSCR BitsTom Musta2015-01-071-1/+3
| * target-ppc: Fix Floating Point Move Instructions That Set CR1Tom Musta2015-01-071-20/+30
| * target-ppc: VXSQRT Should Not Be Set for NaNsTom Musta2015-01-071-12/+17
| * target-ppc: Load/Store Vector Element Storage AlignmentTom Musta2015-01-071-8/+14
* | gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* | translate: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-12/+12
* | target-ppc: pass DisasContext to SPR generator functionsPaolo Bonzini2014-12-233-137/+133
|/
* qemu-log: add log category for MMU infoAntony Pavlov2014-12-163-29/+33
* target-ppc: Altivec's mtvscr Decodes Wrong RegisterTom Musta2014-11-201-1/+1
* target-ppc: Fix breakpoint registers for e300Fabien Chouteau2014-11-201-26/+26
* target-ppc: Fix Altivec Round OpcodesTom Musta2014-11-041-6/+6
* target-ppc: Fix vcmpbfp. Unordered CaseTom Musta2014-11-041-1/+1
* target-ppc: Fix Altivec ShiftsTom Musta2014-11-041-11/+2
* target-ppc: simplify AES emulationAurelien Jarno2014-11-041-2/+2
* ppc: do not look at the MMU index to detect PR/HV modePaolo Bonzini2014-11-041-88/+77
* target-ppc: kvm: Fix memory overflow issue about strncat()Chen Gang2014-11-041-4/+4
* target-ppc: Fix an invalid free in opcode table handling code.Bharata B Rao2014-11-041-3/+16
OpenPOWER on IntegriCloud