summaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24fixed eflags optimisations with string operation (aka linux 2.6.2rc1 fix) - ↵bellard1-3/+17
removed warnings git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@585 c046a42c-6fe2-441c-8c8c-71466251a162
2004-01-19L4 fix for rep nop (should handle all cases)bellard1-0/+5
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@571 c046a42c-6fe2-441c-8c8c-71466251a162
2004-01-18xadd fixbellard1-1/+3
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@550 c046a42c-6fe2-441c-8c8c-71466251a162
2004-01-05use generic GenOpFuncbellard1-5/+0
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@543 c046a42c-6fe2-441c-8c8c-71466251a162
2004-01-04added raw/user/kernel memory accesses for shifts/adc/sbb/cmpxchg/push/pop ↵bellard1-319/+295
(faster emulation) - make 'call Ev' exception safe - in/out dx fix - PE flag is static git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@511 c046a42c-6fe2-441c-8c8c-71466251a162
2004-01-04invd and wbinvd support - fixed code gen logic for invlpg - simpler ↵bellard1-3/+18
exception handling in load_seg() git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@487 c046a42c-6fe2-441c-8c8c-71466251a162
2003-12-02P4 style multiplication eflagsbellard1-3/+7
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@481 c046a42c-6fe2-441c-8c8c-71466251a162
2003-11-23fixed eflags IF/IOPL updatebellard1-3/+15
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@476 c046a42c-6fe2-441c-8c8c-71466251a162
2003-11-19added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ↵bellard1-12/+38
irq inhibit logic : the irqs are inhibited only for one instruction after, even if the next one also inhibit irqs - stop translation after irq inhibition stops to give a chance to irqs (fixes install NT kernel startup) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@467 c046a42c-6fe2-441c-8c8c-71466251a162
2003-11-13fixed pop %sp bugbellard1-5/+15
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@458 c046a42c-6fe2-441c-8c8c-71466251a162
2003-11-13fixed lmsw instructionbellard1-0/+2
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@457 c046a42c-6fe2-441c-8c8c-71466251a162
2003-11-13iret and int fix for vm86 - added undefined instructions for real and vm86 ↵bellard1-88/+142
modes - added verr, verrw, arpl - added port io map git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@454 c046a42c-6fe2-441c-8c8c-71466251a162
2003-10-30soft MMU performance fix (oops)bellard1-1/+1
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@429 c046a42c-6fe2-441c-8c8c-71466251a162
2003-10-27full softmmu supportbellard1-77/+86
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@410 c046a42c-6fe2-441c-8c8c-71466251a162
2003-10-05log activation from gdb - gdb single step support for x86 - stop timer when ↵bellard1-2/+6
cpu is being debugged git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@402 c046a42c-6fe2-441c-8c8c-71466251a162
2003-09-30new directory structurebellard1-0/+4487
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@385 c046a42c-6fe2-441c-8c8c-71466251a162