aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-25updatev0.4.0bellard
2003-06-25gcc3 compile fixesbellard
2003-06-25VL license of the day is MIT/BSDbellard
2003-06-25added invlpg emulationbellard
2003-06-25compile fixesbellard
2003-06-25untested RH9 fixesbellard
2003-06-25fixed VM86 support in Virtual Linux - fixed compilation issues with gcc 2.96 ...bellard
2003-06-25more precise cpu_interrupt()bellard
2003-06-25suppressed ring 0 hacksbellard
2003-06-25arm fixesbellard
2003-06-25more compiler testsbellard
2003-06-25fixed compilation for gcc 2.96 - added QEMU system emulatorbellard
2003-06-25fixed compilation for gcc 2.96bellard
2003-06-25faster task switchbellard
2003-06-25added NE2000 emulationbellard
2003-06-24added link script for vlbellard
2003-06-24for hard core developpers only: a new user mode linux project :-)bellard
2003-06-24updatedbellard
2003-06-24declare user mode only simulation for QEMUbellard
2003-06-24iret and popl (%esp) testsbellard
2003-06-24use inline functionbellard
2003-06-24MMU supportbellard
2003-06-24more ring 0 operationsbellard
2003-06-24hardware interrupt support - support forfull ring 0 exception simulationbellard
2003-06-24correct restoring of CC_OP in case of exceptionbellard
2003-06-24more ring 0 instructions - full x86 MMU emulation based on mmap() syscall - f...bellard
2003-06-21force IOPL=3bellard
2003-06-21fixed case where SS != USER_DS (fixes dosemu DPMI emulation)bellard
2003-06-21new segment accessbellard
2003-06-21ring 0 opsbellard
2003-06-21cpu_abort()bellard
2003-06-21ring 0 data structuresbellard
2003-06-21added cpu_abort()bellard
2003-06-15updatebellard
2003-06-15fixed include macro pbbellard
2003-06-15fixed op_label computation on ppcbellard
2003-06-15consistent hello namingbellard
2003-06-15arm emulation supportv0.3.0bellard
2003-06-15added missing link scriptsbellard
2003-06-15ARM emulation supportbellard
2003-06-15factorized cpu definesbellard
2003-06-15extracted generic codebellard
2003-06-15factorized more definitions - suppressed broken sound ioctlsbellard
2003-06-15automatic ioctl number conversion - minimum ARM fork() supportbellard
2003-06-15fixed serious ioctl parameter conversion issue - exported type size and align...bellard
2003-06-15main cpu loop is target independentbellard
2003-06-15fixed float to int overflow bug - added ARM host correct roundings for float ...bellard
2003-06-15moved dyngen generic code to dyngen-exec.hbellard
2003-06-15moved cache flush to dyngen headerbellard
2003-06-15output gen_op_xxx() in a separate filebellard