index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate.c
Age
Commit message (
Expand
)
Author
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
2018-01-20
target/ppc: msgsnd and msgclr instructions need hypervisor privilege
Cédric Le Goater
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-12-15
target/ppc: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-25
target/ppc: Convert to disas_set_info hook
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
[next]