index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc: Use proper logging function for possible guest errors
Thomas Huth
2018-06-12
1
-25
/
+12
*
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-06-02
1
-2
/
+2
*
target/ppc: Honor CPU_DUMP_FPU
Richard Henderson
2018-05-18
1
-7
/
+13
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-05-14
1
-1
/
+1
|
\
|
*
rename included C files to foo.inc.c, remove osdep.h
Paolo Bonzini
2018-05-11
1
-1
/
+1
*
|
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-09
1
-3
/
+2
|
/
*
target/ppc: add basic support for PTCR on POWER9
Cédric Le Goater
2018-05-04
1
-0
/
+3
*
target/ppc: Get rid of POWERPC_MMU_VER() macros
David Gibson
2018-04-27
1
-6
/
+6
*
target/ppc: Fix reserved bit mask of dstst instruction
BALATON Zoltan
2018-04-27
1
-1
/
+1
*
target/ppc: Initialize lazy_tlb_flush correctly
David Gibson
2018-04-10
1
-4
/
+3
*
target/ppc: fix tlbsync to check privilege level depending on GTSE
Cédric Le Goater
2018-03-18
1
-2
/
+7
*
target/ppc: convert to TranslatorOps
Emilio G. Cota
2018-02-16
1
-162
/
+167
*
target/ppc: convert to DisasContextBase
Emilio G. Cota
2018-02-16
1
-62
/
+67
*
target/ppc: add support for hypervisor doorbells on book3s CPUs
Cédric Le Goater
2018-01-20
1
-2
/
+23
*
target-ppc: optimize cmp translation
pbonzini@redhat.com
2018-01-20
1
-17
/
+12
*
target/ppc: msgsnd and msgclr instructions need hypervisor privilege
Cédric Le Goater
2018-01-20
1
-2
/
+2
*
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-12-29
1
-1
/
+1
*
target/ppc: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2017-12-14
1
-15
/
+8
*
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-27
1
-4
/
+1
|
\
|
*
disas: Remove unused flags arguments
Richard Henderson
2017-10-25
1
-1
/
+1
|
*
target/ppc: Convert to disas_set_info hook
Richard Henderson
2017-10-25
1
-4
/
+1
*
|
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
1
-4
/
+0
*
|
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
|
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
1
-3
/
+3
*
|
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
1
-6
/
+0
*
|
tcg: Remove TCGV_EQUAL*
Richard Henderson
2017-10-24
1
-2
/
+2
|
/
*
target/ppc: Fix carry flag setting for shift algebraic instructions
Sandipan Das
2017-10-17
1
-0
/
+12
*
ppc: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
1
-1
/
+1
*
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
1
-3
/
+2
*
target/ppc: optimize various functions using extract op
Philippe Mathieu-Daudé
2017-07-19
1
-14
/
+7
*
target/ppc: Change tlbie invalid fields for POWER9 support
Suraj Jitindar Singh
2017-05-11
1
-0
/
+2
*
target/ppc: Update tlbie to check privilege level based on GTSE
Suraj Jitindar Singh
2017-05-11
1
-1
/
+8
*
target/ppc: Generate fence operations
Nikunj A Dadhania
2017-05-11
1
-0
/
+8
*
target/ppc: Emulate LL/SC using cmpxchg helpers
Nikunj A Dadhania
2017-05-11
1
-6
/
+23
*
target/ppc: fix cpu_ov setting for 32-bit
Nikunj A Dadhania
2017-03-14
1
-1
/
+1
*
spapr: Small cleanup of PPC MMU enums
Sam Bobroff
2017-03-03
1
-8
/
+6
*
target/ppc: Don't gen an SDR1 on POWER9 and rework register creation
Suraj Jitindar Singh
2017-03-03
1
-2
/
+5
*
target/ppc: add mcrxrx instruction
Nikunj A Dadhania
2017-03-01
1
-0
/
+23
*
target/ppc: add ov32 flag in divide operations
Nikunj A Dadhania
2017-03-01
1
-2
/
+8
*
target/ppc: add ov32 flag for multiply low insns
Nikunj A Dadhania
2017-03-01
1
-0
/
+6
*
target/ppc: use tcg ops for neg instruction
Nikunj A Dadhania
2017-03-01
1
-1
/
+4
*
target/ppc: update overflow flags for add/sub
Nikunj A Dadhania
2017-03-01
1
-2
/
+9
*
target/ppc: update ca32 in arithmetic substract
Nikunj A Dadhania
2017-03-01
1
-1
/
+10
*
target/ppc: update ca32 in arithmetic add
Nikunj A Dadhania
2017-03-01
1
-0
/
+21
*
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
2017-03-01
1
-3
/
+18
*
target/ppc: optimize gen_write_xer()
Nikunj A Dadhania
2017-03-01
1
-6
/
+3
*
target-ppc: add wait instruction
Nikunj A Dadhania
2017-02-22
1
-0
/
+1
*
target-ppc: add slbsync implementation
Nikunj A Dadhania
2017-02-22
1
-0
/
+12
*
target-ppc: add slbieg instruction
Nikunj A Dadhania
2017-02-22
1
-0
/
+14
*
target-ppc: generate exception for copy/paste
Nikunj A Dadhania
2017-02-22
1
-0
/
+15
[next]