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
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
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
tcg: Remove TCGV_EQUAL*
Richard Henderson
2017-10-17
target/ppc: Fix carry flag setting for shift algebraic instructions
Sandipan Das
2017-08-31
ppc: use DIV_ROUND_UP
Marc-André Lureau
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
target/ppc: optimize various functions using extract op
Philippe Mathieu-Daudé
2017-05-11
target/ppc: Change tlbie invalid fields for POWER9 support
Suraj Jitindar Singh
2017-05-11
target/ppc: Update tlbie to check privilege level based on GTSE
Suraj Jitindar Singh
2017-05-11
target/ppc: Generate fence operations
Nikunj A Dadhania
2017-05-11
target/ppc: Emulate LL/SC using cmpxchg helpers
Nikunj A Dadhania
2017-03-14
target/ppc: fix cpu_ov setting for 32-bit
Nikunj A Dadhania
2017-03-03
spapr: Small cleanup of PPC MMU enums
Sam Bobroff
2017-03-03
target/ppc: Don't gen an SDR1 on POWER9 and rework register creation
Suraj Jitindar Singh
2017-03-01
target/ppc: add mcrxrx instruction
Nikunj A Dadhania
2017-03-01
target/ppc: add ov32 flag in divide operations
Nikunj A Dadhania
2017-03-01
target/ppc: add ov32 flag for multiply low insns
Nikunj A Dadhania
2017-03-01
target/ppc: use tcg ops for neg instruction
Nikunj A Dadhania
2017-03-01
target/ppc: update overflow flags for add/sub
Nikunj A Dadhania
2017-03-01
target/ppc: update ca32 in arithmetic substract
Nikunj A Dadhania
2017-03-01
target/ppc: update ca32 in arithmetic add
Nikunj A Dadhania
2017-03-01
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
2017-03-01
target/ppc: optimize gen_write_xer()
Nikunj A Dadhania
2017-02-22
target-ppc: add wait instruction
Nikunj A Dadhania
2017-02-22
target-ppc: add slbsync implementation
Nikunj A Dadhania
2017-02-22
target-ppc: add slbieg instruction
Nikunj A Dadhania
2017-02-22
target-ppc: generate exception for copy/paste
Nikunj A Dadhania
2017-02-22
target-ppc: implement store atomic instruction
Balamuruhan S
2017-02-22
target-ppc: implement load atomic instruction
Balamuruhan S
2017-02-02
tcg/POWER9: NOOP the cp_abort instruction
Suraj Jitindar Singh
2017-02-02
target/ppc/debug: Print LPCR register value if register exists
Suraj Jitindar Singh
2017-01-31
target-ppc: implement stop instruction
Nikunj A Dadhania
2017-01-31
target-ppc: implement lxv/lxvx and stxv/stxvx
Nikunj A Dadhania
2017-01-31
target-ppc: implement stxsd and stxssp
Nikunj A Dadhania
2017-01-31
target-ppc: implement lxsd and lxssp instructions
Nikunj A Dadhania
[next]