summaryrefslogtreecommitdiffstats
path: root/target-i386/translate.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed eflags IF/IOPL updatebellard2003-11-231-3/+15
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@476 c046a42c-6fe2-441c-8c8c-71466251a162
* added fcmovxx support (fixes segfaults in some recent linux tools) - fixed ↵bellard2003-11-191-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
* fixed pop %sp bugbellard2003-11-131-5/+15
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@458 c046a42c-6fe2-441c-8c8c-71466251a162
* fixed lmsw instructionbellard2003-11-131-0/+2
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@457 c046a42c-6fe2-441c-8c8c-71466251a162
* iret and int fix for vm86 - added undefined instructions for real and vm86 ↵bellard2003-11-131-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
* soft MMU performance fix (oops)bellard2003-10-301-1/+1
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@429 c046a42c-6fe2-441c-8c8c-71466251a162
* full softmmu supportbellard2003-10-271-77/+86
| | | | git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@410 c046a42c-6fe2-441c-8c8c-71466251a162
* log activation from gdb - gdb single step support for x86 - stop timer when ↵bellard2003-10-051-2/+6
| | | | | | cpu is being debugged git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@402 c046a42c-6fe2-441c-8c8c-71466251a162
* new directory structurebellard2003-09-301-0/+4487
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@385 c046a42c-6fe2-441c-8c8c-71466251a162
OpenPOWER on IntegriCloud