2008-11-10 |
balrog | x86 CPUID extended family/model (Andre Przywara). |
tree | commitdiff |
2008-11-05 |
aliguori | Add missing files to KVM commit. |
tree | commitdiff |
2008-11-05 |
aliguori | Add KVM support to QEMU |
tree | commitdiff |
2008-11-05 |
aliguori | Split CPUID from op_helper |
tree | commitdiff |
2008-11-05 |
aliguori | Add additional CPU flag definitions |
tree | commitdiff |
2008-10-29 |
aliguori | Fix restore of older snapshots for target-i386 on big... |
tree | commitdiff |
2008-10-28 |
balrog | Fix cpuid ext_features value for Atom N270 (Blue Swirl). |
tree | commitdiff |
2008-10-26 |
blueswir1 | Fix undeclared symbol warnings from sparse |
tree | commitdiff |
2008-10-17 |
aurel32 | i386/SVM: return amount of ASIDs |
tree | commitdiff |
2008-10-14 |
aurel32 | target-i386: Add Core Duo Definition |
tree | commitdiff |
2008-10-04 |
balrog | Fix crc32w decoding, fix a constant width in blendvpd. |
tree | commitdiff |
2008-10-04 |
balrog | x86 "popcnt" affects flags. |
tree | commitdiff |
2008-10-04 |
balrog | Implement SSE4.1, SSE4.2 (x86). |
tree | commitdiff |
2008-10-02 |
malc | Do not use load_seg_vm to load CS in real mode iret... |
tree | commitdiff |
2008-10-02 |
blueswir1 | Resurrect the safe part of r5274 |
tree | commitdiff |
2008-10-01 |
balrog | x86 pextrw destination operand can be r64. |
tree | commitdiff |
2008-09-30 |
balrog | Handle MSR_IA32_PERF_STATUS in rdmsr (Alexander Graf). |
tree | commitdiff |
2008-09-29 |
aliguori | Fix save/restore regression introduced by r5318 |
tree | commitdiff |
2008-09-29 |
pbrook | My core2duo patch introduced a vague statement of ... |
tree | commitdiff |
2008-09-28 |
balrog | Rename -cpu atom to -cpu n270. |
tree | commitdiff |
2008-09-26 |
balrog | Fix definition of EMX bit in cpuid (Jens Axboe). |
tree | commitdiff |
2008-09-25 |
blueswir1 | Revert r5274 which breaks savevm/loadvm |
tree | commitdiff |
2008-09-25 |
balrog | Add Atom (x86) cpu identification. |
tree | commitdiff |
2008-09-25 |
balrog | SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf). |
tree | commitdiff |
2008-09-25 |
balrog | Core 2 Duo specification (Alexander Graf). |
tree | commitdiff |
2008-09-25 |
balrog | Clean up vendor identification (Alexander Graf). |
tree | commitdiff |
2008-09-25 |
balrog | Implement x86 SSSE3 instructions. |
tree | commitdiff |
2008-09-25 |
balrog | Use qemu_free() on env instead of free. |
tree | commitdiff |
2008-09-20 |
blueswir1 | Add signed versions of save/load functions |
tree | commitdiff |
2008-09-09 |
aliguori | Fix up pxe boot (Glauber Costa) |
tree | commitdiff |
2008-09-06 |
blueswir1 | Fix most warnings that would be caused by gcc flag... |
tree | commitdiff |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
tree | commitdiff |
2008-08-18 |
aliguori | i386: Catch all non-present ptes in cpu_get_phys_page_d... |
tree | commitdiff |
2008-07-23 |
aliguori | Fix task register type after reset (Avi Kivity) |
tree | commitdiff |
2008-07-18 |
ths | Small cleanup of gen_intermediate_code(_internal),... |
tree | commitdiff |
2008-07-07 |
bellard | fix cvtsq2s[sd] (Juergen Lock) |
tree | commitdiff |
2008-07-05 |
pbrook | Re-add static qualifier. Fix annother occurance of... |
tree | commitdiff |
2008-07-03 |
ths | Fix constant truncation, spotted by Jindrich Makovicka. |
tree | commitdiff |
2008-07-01 |
pbrook | Move interrupt_request and user_mode_only to common... |
tree | commitdiff |
2008-06-30 |
pbrook | Fix rdtsc instruction counting. |
tree | commitdiff |
2008-06-30 |
pbrook | Move CPU save/load registration to common code. |
tree | commitdiff |
2008-06-29 |
pbrook | Add instruction counter. |
tree | commitdiff |
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 |
next |