index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate.c
Age
Commit message (
Expand
)
Author
2019-03-12
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
2019-03-12
target/ppc: introduce single fpr_offset() function
Mark Cave-Ayland
2019-03-12
target/ppc: Implement large decrementer support for TCG
Suraj Jitindar Singh
2019-02-26
target/ppc: Add POWER9 exception model
Benjamin Herrenschmidt
2019-02-26
target/ppc: Fix support for "STOP light" states on POWER9
Benjamin Herrenschmidt
2019-02-26
target/ppc: Fix nip on power management instructions
Benjamin Herrenschmidt
2019-02-18
target/ppc: convert VMX logical instructions to use vector operations
Mark Cave-Ayland
2019-02-17
ppc: fix crash during branch stepping
Roman Kapl
2019-02-17
target/ppc: Fix msync to do what hardware does
BALATON Zoltan
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
2019-01-09
target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
Mark Cave-Ayland
2019-01-09
target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...
Mark Cave-Ayland
2019-01-09
target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
Mark Cave-Ayland
2018-12-21
target/ppc: tcg: Implement addex instruction
Suraj Jitindar Singh
2018-11-08
This patch fixes processing of rfi instructions in icount mode.
Maria Klimushenkova
2018-11-08
target/ppc: fix mtmsr instruction for icount
Pavel Dovgalyuk
2018-11-08
target/ppc: add external PID support
Roman Kapl
2018-10-18
target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128
Richard Henderson
2018-08-21
ppc: add DBCR based debugging
Roman Kapl
2018-07-03
target/ppc: Relax reserved bitmask of indexed store instructions
BALATON Zoltan
2018-07-03
target/ppc: set is_jmp on ppc_tr_breakpoint_check
Emilio G. Cota
2018-07-03
target/ppc: Implement the rest of gen_st_atomic
Richard Henderson
2018-07-03
target/ppc: Implement the rest of gen_ld_atomic
Richard Henderson
2018-07-03
target/ppc: Use atomic min/max helpers
Richard Henderson
2018-07-03
target/ppc: Use MO_ALIGN for EXIWX and ECOWX
Richard Henderson
2018-07-03
target/ppc: Split out gen_st_atomic
Richard Henderson
2018-07-03
target/ppc: Split out gen_ld_atomic
Richard Henderson
2018-07-03
target/ppc: Split out gen_load_locked
Richard Henderson
2018-07-03
target/ppc: Tidy gen_conditional_store
Richard Henderson
2018-07-03
target/ppc: Remove POWERPC_EXCP_STCX
Richard Henderson
2018-07-03
target/ppc: Use atomic cmpxchg for STQCX
Richard Henderson
2018-07-03
target/ppc: Use atomic store for STQ
Richard Henderson
2018-07-03
target/ppc: Use atomic load for LQ and LQARX
Richard Henderson
2018-06-21
target/ppc: Add missing opcode for icbt on PPC440
BALATON Zoltan
2018-06-12
target/ppc: extend eieio for POWER9
Cédric Le Goater
2018-06-12
target/ppc: Use proper logging function for possible guest errors
Thomas Huth
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-05-18
target/ppc: Honor CPU_DUMP_FPU
Richard Henderson
2018-05-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-05-11
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-04
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
2018-04-27
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
2018-04-27
target/ppc: Fix reserved bit mask of dstst instruction
BALATON Zoltan
2018-04-10
target/ppc: Initialize lazy_tlb_flush correctly
David Gibson
2018-03-18
target/ppc: fix tlbsync to check privilege level depending on GTSE
Cédric Le Goater
2018-02-16
target/ppc: convert to TranslatorOps
Emilio G. Cota
2018-02-16
target/ppc: convert to DisasContextBase
Emilio G. Cota
2018-01-20
target/ppc: add support for hypervisor doorbells on book3s CPUs
Cédric Le Goater
2018-01-20
target-ppc: optimize cmp translation
pbonzini@redhat.com
[next]