summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2008-09-09Fix up pxe boot (Glauber Costa)aliguori
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-18i386: Catch all non-present ptes in cpu_get_phys_page_debug (Jan Kiszka)aliguori
2008-07-23Fix task register type after reset (Avi Kivity)aliguori
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-07-07fix cvtsq2s[sd] (Juergen Lock)bellard
2008-07-05Re-add static qualifier. Fix annother occurance of "const static".pbrook
2008-07-03Fix constant truncation, spotted by Jindrich Makovicka.ths
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Fix rdtsc instruction counting.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-06-20added model_id and vendor cpu model options (initial patch by Dan Kenigsberg)...bellard
2008-06-20cmpxchg fixesbellard
2008-06-18HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf)bellard
2008-06-09SVM: Fix segment attribute clobbering (Alexander Graf)bellard
2008-06-06undocumented 0x82 opcode is invalid in 64 bit codebellard
2008-06-06Fix i386 segment descriptor types on reset (Avi Kivity)bellard
2008-06-04save more CPU statebellard
2008-06-04SVM: added tsc_offsetbellard
2008-06-04fixed exceptions for cpuid and invlpgbellard
2008-06-04GIF flag handling fix (Alexander Graf)bellard
2008-06-04reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke...bellard
2008-06-0432 bit SVM fixes - INVLPG and INVLPGA updatesbellard
2008-06-04EFER loading fixes, including SVME bitbellard
2008-06-03Spelling fixes, by Stefan Weil.ths
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-28force bit 1 in eflags loadbellard
2008-05-28SVM reworkbellard
2008-05-28consistent naming for i386 TCG helper filebellard
2008-05-28variable dynamic translation buffer sizebellard
2008-05-25fixed x86_64 regressionbellard
2008-05-25transformed TN into temporaries - add local temporaries usage when needed - o...bellard
2008-05-25Fix off-by-one unwinding error.pbrook
2008-05-24Fix A20 debug dumps.pbrook
2008-05-24Fix ARM conditional branch bug.pbrook
2008-05-22use debug_insn_start to have nicer debug tracesbellard
2008-05-22proper helper definition registering (all targets must do that)bellard
2008-05-22optimization of shifts by a constantbellard
2008-05-22lahf/sahf cpuid testbellard
2008-05-22cmpxchg8b fix - added cmpxchg16bbellard
2008-05-22cmpxchg 64 bit fixbellard
2008-05-22fxsave/fxrstor 64 bit fixbellard
2008-05-21converted conditional jumps, SET and CMOVx to TCGbellard
2008-05-21converted env access to TCGbellard