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
Age
Commit message (
Expand
)
Author
2008-05-23
added tcg_temp_free() and improved the handling of constants
bellard
2008-05-23
Fix build failure with old kernel headers (loop.h is incompatible with
pbrook
2008-05-23
Fix qemu_ld/st for mem_index > 0 on arm host.
balrog
2008-05-23
Define TCG_TARGET_CALL_STACK_OFFSET on arm.
balrog
2008-05-23
compilation fix
bellard
2008-05-23
removed warning
bellard
2008-05-23
TCG profiler clean up
bellard
2008-05-23
profiler clean up
bellard
2008-05-23
Fix build failure for MIPS64 targets on 64-bit hosts.
ths
2008-05-22
Delete dead code.
ths
2008-05-22
Register op helpers
blueswir1
2008-05-22
Switch MIPS branch handling to TCG, and clean out pointless wrapper
ths
2008-05-22
use debug_insn_start to have nicer debug traces
bellard
2008-05-22
added debug_insn_start debug instruction
bellard
2008-05-22
proper helper definition registering (all targets must do that)
bellard
2008-05-22
debug output: write helper names
bellard
2008-05-22
more generic call codegen
bellard
2008-05-22
fixed zero shifts (64 bit case)
bellard
2008-05-22
Fix block-vmdk.c:vmdk_close() use-after-free, by Ed Maste.
ths
2008-05-22
small shift opts
bellard
2008-05-22
optimization of shifts by a constant
bellard
2008-05-22
lahf/sahf cpuid test
bellard
2008-05-22
cmpxchg8b fix - added cmpxchg16b
bellard
2008-05-22
cmpxchg 64 bit fix
bellard
2008-05-22
fxsave/fxrstor 64 bit fix
bellard
2008-05-21
disabled dyngen for x86 target
bellard
2008-05-21
converted conditional jumps, SET and CMOVx to TCG
bellard
2008-05-21
removed unused defines
bellard
2008-05-21
converted env access to TCG
bellard
2008-05-21
convert eflags manipulation insns to TCG
bellard
2008-05-21
convert remaining segment handling to TCG
bellard
2008-05-21
converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR
bellard
2008-05-21
fixed dead global variable update
bellard
2008-05-21
suppressed no longer used ops
bellard
2008-05-21
converted INTO/CMPXCHG8B to TCG
bellard
2008-05-21
converted BCD ops to TCG
bellard
2008-05-21
converted MUL/IMUL to TCG
bellard
2008-05-21
Switch MIPS clo/clz and the condition tests to TCG.
ths
2008-05-21
Switch MIPS movn/movz to TCG.
ths
2008-05-20
Remove currently unnecessary alignment masking
blueswir1
2008-05-20
Fix 8-bit signed load/store and a typo.
balrog
2008-05-20
Implement neg_i32, clean-up.
balrog
2008-05-20
Prevent SEGV in VNC server for old clients (Anthony Liguori).
balrog
2008-05-20
Remove dyngen ARM code, which did't build.
balrog
2008-05-19
ARM host support for TCG targets.
balrog
2008-05-19
Fix Sparc32 compilation broken by r4484
blueswir1
2008-05-19
Better solution for the alignment problem
blueswir1
2008-05-18
Add file left out from previous commit.
ths
2008-05-18
Switch most MIPS logical and arithmetic instructions to TCG.
ths
2008-05-18
Fix local register cache handling.
ths
[next]