index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-06
target/i386: [tcg] Port to generic translation framework
Lluís Vilanova
1
-87
/
+19
2017-09-06
target/i386: [tcg] Port to disas_log
Lluís Vilanova
1
-13
/
+19
2017-09-06
target/i386: [tcg] Port to tb_stop
Lluís Vilanova
1
-12
/
+14
2017-09-06
target/i386: [tcg] Port to translate_insn
Lluís Vilanova
1
-24
/
+42
2017-09-06
target/i386: [tcg] Port to breakpoint_check
Lluís Vilanova
1
-12
/
+34
2017-09-06
target/i386: [tcg] Port to insn_start
Lluís Vilanova
1
-1
/
+8
2017-09-06
target/i386: [tcg] Port to init_disas_context
Lluís Vilanova
1
-19
/
+27
2017-09-06
target/i386: [tcg] Port to DisasContextBase
Lluís Vilanova
1
-71
/
+69
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
1
-2
/
+1
2017-09-06
target/i386: Use generic DISAS_* enumerators
Richard Henderson
1
-13
/
+15
2017-08-08
target/i386: set rip_offset for some SSE4.1 instructions
Joseph Myers
1
-0
/
+1
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
1
-3
/
+2
2017-06-07
i386: fix read/write cr with icount option
Mihail Abakumov
1
-0
/
+12
2017-06-05
target/i386: optimize indirect branches
Emilio G. Cota
1
-6
/
+8
2017-06-05
target/i386: optimize cross-page direct jumps in softmmu
Emilio G. Cota
1
-2
/
+2
2017-06-05
target/i386: introduce gen_jr helper to generate lookup_and_goto_ptr
Emilio G. Cota
1
-1
/
+24
2017-03-24
tcg/i386: Check the size of instruction being translated
Pranith Kumar
1
-0
/
+7
2017-01-13
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
1
-5
/
+5
2017-01-12
target/i386: Fix bad patch application to translate.c
Doug Evans
1
-5
/
+5
2017-01-10
target-i386: Use ctpop helper
Richard Henderson
1
-2
/
+11
2017-01-10
target-i386: Use clz and ctz opcodes
Richard Henderson
1
-17
/
+14
2017-01-10
target-i386: Use new deposit and extract ops
Richard Henderson
1
-22
/
+23
2016-12-22
target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns
Doug Evans
1
-5
/
+24
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
1
-0
/
+8502