2008-06-20 |
bellard | added model_id and vendor cpu model options (initial... |
tree | commitdiff |
2008-06-20 |
bellard | cmpxchg fixes |
tree | commitdiff |
2008-06-18 |
bellard | HLT, MWAIT and MONITOR insn fixes (initial patch by... |
tree | commitdiff |
2008-06-09 |
bellard | SVM: Fix segment attribute clobbering (Alexander Graf) |
tree | commitdiff |
2008-06-06 |
bellard | undocumented 0x82 opcode is invalid in 64 bit code |
tree | commitdiff |
2008-06-06 |
bellard | Fix i386 segment descriptor types on reset (Avi Kivity) |
tree | commitdiff |
2008-06-04 |
bellard | save more CPU state |
tree | commitdiff |
2008-06-04 |
bellard | SVM: added tsc_offset |
tree | commitdiff |
2008-06-04 |
bellard | fixed exceptions for cpuid and invlpg |
tree | commitdiff |
2008-06-04 |
bellard | GIF flag handling fix (Alexander Graf) |
tree | commitdiff |
2008-06-04 |
bellard | reworked SVM interrupt handling logic - fixed vmrun... |
tree | commitdiff |
2008-06-04 |
bellard | 32 bit SVM fixes - INVLPG and INVLPGA updates |
tree | commitdiff |
2008-06-04 |
bellard | EFER loading fixes, including SVME bit |
tree | commitdiff |
2008-06-03 |
ths | Spelling fixes, by Stefan Weil. |
tree | commitdiff |
2008-05-30 |
bellard | kqemu API change - allow use of kqemu with 32 bit QEMU... |
tree | commitdiff |
2008-05-30 |
pbrook | Fix typo. |
tree | commitdiff |
2008-05-30 |
pbrook | Move clone() register setup to target specific code... |
tree | commitdiff |
2008-05-29 |
bellard | Push common interrupt variables to cpu-defs.h (Glauber... |
tree | commitdiff |
2008-05-28 |
bellard | moved halted field to CPU_COMMON |
tree | commitdiff |
2008-05-28 |
bellard | force bit 1 in eflags load |
tree | commitdiff |
2008-05-28 |
bellard | SVM rework |
tree | commitdiff |
2008-05-28 |
bellard | consistent naming for i386 TCG helper file |
tree | commitdiff |
2008-05-28 |
bellard | variable dynamic translation buffer size |
tree | commitdiff |
2008-05-25 |
bellard | fixed x86_64 regression |
tree | commitdiff |
2008-05-25 |
bellard | transformed TN into temporaries - add local temporaries... |
tree | commitdiff |
2008-05-25 |
pbrook | Fix off-by-one unwinding error. |
tree | commitdiff |
2008-05-24 |
pbrook | Fix A20 debug dumps. |
tree | commitdiff |
2008-05-24 |
pbrook | Fix ARM conditional branch bug. |
tree | commitdiff |
2008-05-22 |
bellard | use debug_insn_start to have nicer debug traces |
tree | commitdiff |
2008-05-22 |
bellard | proper helper definition registering (all targets must... |
tree | commitdiff |
2008-05-22 |
bellard | optimization of shifts by a constant |
tree | commitdiff |
2008-05-22 |
bellard | lahf/sahf cpuid test |
tree | commitdiff |
2008-05-22 |
bellard | cmpxchg8b fix - added cmpxchg16b |
tree | commitdiff |
2008-05-22 |
bellard | cmpxchg 64 bit fix |
tree | commitdiff |
2008-05-22 |
bellard | fxsave/fxrstor 64 bit fix |
tree | commitdiff |
2008-05-21 |
bellard | converted conditional jumps, SET and CMOVx to TCG |
tree | commitdiff |
2008-05-21 |
bellard | converted env access to TCG |
tree | commitdiff |
2008-05-21 |
bellard | convert eflags manipulation insns to TCG |
tree | commitdiff |
2008-05-21 |
bellard | convert remaining segment handling to TCG |
tree | commitdiff |
2008-05-21 |
bellard | converted LSL/LAR/VERW/VERR to TCG - force 16 bit memor... |
tree | commitdiff |
2008-05-21 |
bellard | suppressed no longer used ops |
tree | commitdiff |
2008-05-21 |
bellard | converted INTO/CMPXCHG8B to TCG |
tree | commitdiff |
2008-05-21 |
bellard | converted BCD ops to TCG |
tree | commitdiff |
2008-05-21 |
bellard | converted MUL/IMUL to TCG |
tree | commitdiff |
2008-05-18 |
bellard | converted string OPs and LOOP insns to TCG |
tree | commitdiff |
2008-05-18 |
bellard | fixed INC/DEC condition codes |
tree | commitdiff |
2008-05-17 |
bellard | converted sign extension ops to TCG |
tree | commitdiff |
2008-05-17 |
bellard | MONITOR insn address generation fix - converted XLAT... |
tree | commitdiff |
2008-05-17 |
bellard | BSR/BSF TCG conversion |
tree | commitdiff |
2008-05-17 |
bellard | converted bit test operations to TCG |
tree | commitdiff |
2008-05-17 |
bellard | moved eflags computation outside op.c |
tree | commitdiff |
2008-05-17 |
bellard | converted adc, sbb, cmpxchg to TCG |
tree | commitdiff |
2008-05-17 |
bellard | converted condition code supprot to TCG - converted... |
tree | commitdiff |
2008-05-15 |
bellard | converted more helpers to TCG - fixed some SVM issues |
tree | commitdiff |
2008-05-13 |
bellard | i386 specific TODO |
tree | commitdiff |
2008-05-12 |
bellard | compilation fix |
tree | commitdiff |
2008-05-12 |
bellard | converted more helpers to TCG |
tree | commitdiff |
2008-05-12 |
bellard | removed unused code |
tree | commitdiff |
2008-05-12 |
bellard | FPU fixes |
tree | commitdiff |
2008-05-12 |
bellard | converted x87 FPU ops to TCG |
tree | commitdiff |
2008-05-12 |
bellard | converted SSE/MMX ops to TCG |
tree | commitdiff |
2008-05-12 |
bellard | use TCG for MMX/SSE memory accesses |
tree | commitdiff |
2008-05-12 |
bellard | char is only for strings |
tree | commitdiff |
2008-05-10 |
bellard | no need to define global registers in cpu-exec.c |
tree | commitdiff |
2008-05-04 |
aurel32 | Correctly save and restore env->a20_mask now that it... |
tree | commitdiff |
2008-05-04 |
aurel32 | remove target ifdefs from vl.c |
tree | commitdiff |
2008-04-28 |
aurel32 | Factorize code in translate.c |
tree | commitdiff |
2008-04-27 |
aurel32 | Use correct types to enable > 2G support, based on... |
tree | commitdiff |
2008-04-22 |
aurel32 | Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved... |
tree | commitdiff |
2008-04-22 |
aurel32 | x86/x86-64 MMU PAE fixes |
tree | commitdiff |
2008-04-13 |
aurel32 | x86: Introduce CPU_INTERRUPT_NMI |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
tree | commitdiff |
2008-04-11 |
aurel32 | Remove unused phys_ram_base definition from target... |
tree | commitdiff |
2008-04-09 |
aurel32 | Check for 3DNow! CPUID at translation time |
tree | commitdiff |
2008-04-08 |
aurel32 | Fix typo in x86 CPU definitions introduced in r4181 |
tree | commitdiff |
2008-04-08 |
aurel32 | Remove hardcoded values in x86 CPU definitions |
tree | commitdiff |
2008-04-08 |
aurel32 | 3DNow! instruction set emulation |
tree | commitdiff |
2008-03-28 |
aurel32 | x86-64: recompute DF after eflags has been modified... |
tree | commitdiff |
2008-03-09 |
blueswir1 | Fix some functions declared () rather than (void)... |
tree | commitdiff |
2008-02-24 |
blueswir1 | More helper types, rearrange generic definitions |
tree | commitdiff |
2008-02-03 |
pbrook | Add TCG variable opaque type. |
tree | commitdiff |
2008-02-03 |
balrog | NMI and INTR events injection should not be handled... |
tree | commitdiff |
2008-02-03 |
balrog | Make SVM env->cr[8] a valid register (patch from TeLeMan). |
tree | commitdiff |
2008-02-01 |
bellard | use the TCG code generator |
tree | commitdiff |
2007-12-24 |
balrog | Correct the max cpuid level for each x86 cpu model... |
tree | commitdiff |
2007-12-24 |
balrog | SVM enabled processor should provide cpuid Fn8000_000A... |
tree | commitdiff |
2007-12-24 |
balrog | Fix cmpxchg8b translation (Bernhard Kauer). |
tree | commitdiff |
2007-12-09 |
balrog | Make SVM IOIO intercept check all needed bits, by Bernh... |
tree | commitdiff |
2007-12-09 |
balrog | Add rdpmc SVM intercept, by Bernhard Kauer. |
tree | commitdiff |
2007-12-09 |
ths | Fix spelling typo, by Dan Kenigsberg. |
tree | commitdiff |
2007-12-09 |
ths | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. |
tree | commitdiff |
2007-11-21 |
bellard | typo fix |
tree | commitdiff |
2007-11-18 |
pbrook | Add statics and missing #includes for prototypes. |
tree | commitdiff |
2007-11-14 |
bellard | x86_64 linux user emulation |
tree | commitdiff |
2007-11-11 |
bellard | consistent types for cpu_x86_fsave and cpu_x86_frstor |
tree | commitdiff |
2007-11-11 |
bellard | removed warning |
tree | commitdiff |
2007-11-10 |
bellard | added cpu_model parameter to cpu_init() |
tree | commitdiff |
2007-11-08 |
bellard | removed obsolete x86 code copy support |
tree | commitdiff |
2007-11-08 |
bellard | removed |
tree | commitdiff |
2007-11-08 |
bellard | added -cpu option for x86 (initial patch by Dan Kenigsberg) |
tree | commitdiff |
next |