aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-30new directory structure - changed naming of qemu and vlbellard
2003-09-30sparc emulation target (thanx to Thomas M. Ogrisegg)bellard
2003-09-30new directory structurebellard
2003-09-28portable Linux testbellard
2003-09-17Redhat 9 fixesbellard
2003-09-17updatev0.4.4bellard
2003-09-17finished simplifying string operations - correct TF flag handling for string ...bellard
2003-09-17added JUMP_TB2 for a third basic block exit jump pointbellard
2003-09-17finished simplifying string operationsbellard
2003-09-17added two more jump pointsbellard
2003-09-17removed x86 hacksbellard
2003-09-17added linux < 2.4.21 vm86 bug workaround - added extensive TF flag testbellard
2003-09-16depth 32 fixbellard
2003-09-16glibc 2.3.x fixbellard
2003-08-21faster and more accurate segment handlingbellard
2003-08-20pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard
2003-08-20no error code if hardware interruptbellard
2003-08-11avoid problems if make clean was not made before updatingbellard
2003-08-11gcc 3.x is mandatory now on PowerPCbellard
2003-08-11workaround for gcc 3.3 bug or overoptimisation if a label is not usedbellard
2003-08-11fixed invalid Linux asm/unistd.h header for PowerPC and gcc 3.3bellard
2003-08-11pass function name to JMUP_TB()bellard
2003-08-1164 bit fixes (Falk Hueffner)bellard
2003-08-11mode X double scan fix (malc)bellard
2003-08-10updatedbellard
2003-08-10fixed invalid ESP usage (Jon Nall)bellard
2003-08-10fixed invalid code genbellard
2003-08-10removed warningsbellard
2003-08-10PowerPC fix (Jon Nall)bellard
2003-08-10updatedbellard
2003-08-10m68k host port (Richard Zidlicky)bellard
2003-08-10added VGA emulation - added PS/2 mouse and keyboard emulation - use SDL for V...bellard
2003-08-10soft mmu supportbellard
2003-08-10soft mmu support - Memory I/O API - synthetize string instructionsbellard
2003-08-10soft mmu support - moved unrelated code to help2-i386.c - synthetize string i...bellard
2003-08-10build all targets at the same timebellard
2003-08-10use bswap.hbellard
2003-08-10build all targets at the same time - SDL probe supportbellard
2003-08-10soft mmu supportbellard
2003-08-09SDL support for VGA, keyboard and mousebellard
2003-08-08Software MMU support (used for memory mapped devices such as VGA)bellard
2003-08-08Full VGA support, including old CGA modes, VGA planar and mode Xbellard
2003-08-05fixed graphical VGA 16 color mode - fixed 9 pixel wide text modebellard
2003-08-04Hardware level VGA emulation (only text mode is tested)bellard
2003-07-29correct CPL support (should fix flat real mode support)bellard
2003-07-29first part of single stepping supportbellard
2003-07-27refresh clock dummy emulation (netbsd boot fix)bellard
2003-07-27more generic ljmp and lcall - fixed REPNZ usage for non compare string ops (F...bellard
2003-07-26fixed ss segment load - added ICEBP instructionbellard
2003-07-26keyboard emulation - accepts to boot with Bochs BIOS and LGPL'ed VGA BIOSbellard