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-i386
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-i386: tcg: Check right CPUID bits for clflushopt/pcommit
Eduardo Habkost
2015-11-06
1
-8
/
+20
*
target-i386: tcg: Accept clwb instruction
Eduardo Habkost
2015-11-06
1
-1
/
+12
*
target-*: Advance pc after recognizing a breakpoint
Richard Henderson
2015-10-28
1
-0
/
+5
*
target-i386: Don't left shift negative constant
Eduardo Habkost
2015-10-27
1
-1
/
+1
*
target-i386: Check CR4[DE] for processing DR4/DR5
Richard Henderson
2015-10-23
1
-4
/
+6
*
target-i386: Handle I/O breakpoints
Eduardo Habkost
2015-10-23
1
-1
/
+19
*
tcg: Remove gen_intermediate_code_pc
Richard Henderson
2015-10-07
1
-44
/
+5
*
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
2015-10-07
1
-20
/
+6
*
tcg: Add TCG_MAX_INSNS
Richard Henderson
2015-10-07
1
-1
/
+5
*
target-i386: Add cc_op state to insn_start
Richard Henderson
2015-10-07
1
-1
/
+1
*
target-*: Introduce and use cpu_breakpoint_test
Richard Henderson
2015-10-07
1
-10
/
+7
*
target-*: Increment num_insns immediately after tcg_gen_insn_start
Richard Henderson
2015-10-07
1
-2
/
+3
*
target-*: Unconditionally emit tcg_gen_insn_start
Richard Henderson
2015-10-07
1
-3
/
+2
*
tcg: Rename debug_insn_start to insn_start
Richard Henderson
2015-10-07
1
-1
/
+1
*
target-i386: exception handling for seg_helper functions
Pavel Dovgalyuk
2015-09-15
1
-33
/
+9
*
target-i386: exception handling for memory helpers
Pavel Dovgalyuk
2015-09-15
1
-5
/
+0
*
target-i386: exception handling for div instructions
Pavel Dovgalyuk
2015-09-15
1
-8
/
+0
*
target-i386: exception handling for FPU instructions
Pavel Dovgalyuk
2015-09-15
1
-24
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-0
/
+2
|
\
|
*
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
1
-0
/
+2
*
|
tlb: Add "ifetch" argument to cpu_mmu_index()
Benjamin Herrenschmidt
2015-09-11
1
-1
/
+1
*
|
maint: remove unused include for signal.h
Daniel P. Berrange
2015-09-11
1
-1
/
+0
|
/
*
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
disas: Remove uses of CPU env
Peter Crosthwaite
2015-06-22
1
-1
/
+1
*
target-i386: Use correct memory attributes for ioport accesses
Paolo Bonzini
2015-06-05
1
-6
/
+6
*
tcg: Change translator-side labels to a pointer
Richard Henderson
2015-03-13
1
-17
/
+16
*
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
2015-02-13
1
-6
/
+3
*
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
2015-02-13
1
-1
/
+1
*
target-i386: do not memcpy in and out of xmm_regs
Paolo Bonzini
2015-01-14
1
-4
/
+4
*
target-i386: fix movntsd on big-endian hosts
Paolo Bonzini
2015-01-14
1
-1
/
+2
*
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
2015-01-03
1
-1
/
+1
*
translate: check cflags instead of use_icount global
Paolo Bonzini
2015-01-03
1
-20
/
+30
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-12-15
1
-0
/
+14
|
\
|
*
i386: do not cross the pages boundaries in replay mode
Pavel Dovgalyuk
2014-12-15
1
-0
/
+14
*
|
target-i386: fix icount processing for repz instructions
Pavel Dovgalyuk
2014-12-14
1
-2
/
+14
|
/
*
i386: fix breakpoints handling in icount mode
Pavel Dovgalyuk
2014-10-31
1
-1
/
+2
*
trace: [tcg] Include TCG-tracing header on all targets
Lluís Vilanova
2014-08-12
1
-0
/
+3
*
target-i386/translate.c: Remove unused tcg_gen_lshift()
Peter Maydell
2014-06-10
1
-8
/
+0
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-0
/
+1
*
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-05-28
1
-3
/
+2
*
target-i386: Preserve the Z bit for bt/bts/btr/btc
Richard Henderson
2014-05-12
1
-9
/
+31
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
target-i386: Fix ucomis and comis memory access
Richard Henderson
2014-02-28
1
-10
/
+36
*
target-i386: Fix CC_OP_CLR vs PF
Richard Henderson
2014-02-28
1
-1
/
+1
*
target-i386: Fix I/O bitmap checks for in/out
Kevin Wolf
2014-02-19
1
-0
/
+2
*
target-i386: Tidy ljmp
Richard Henderson
2014-01-07
1
-2
/
+1
*
target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v
Richard Henderson
2014-01-07
1
-9
/
+9
*
target-i386: Tidy some size computation
Richard Henderson
2014-01-07
1
-3
/
+3
*
target-i386: Remove gen_op_mov_reg_A0
Richard Henderson
2014-01-07
1
-6
/
+1
*
target-i386: Remove gen_op_mov_TN_reg
Richard Henderson
2014-01-07
1
-64
/
+59
[next]