new timer API - new API to save/restore the virtual machine state
[qemu] / vl.c
2004-03-31 bellardnew timer API - new API to save/restore the virtual...
2004-03-21 bellarddo not depend on thunk.h - more log items
2004-03-16 bellardtun-fd option fix
2004-03-14 bellardadded I/O API - io port API change - added multiple...
2004-03-14 bellardseparated more devices from emulator
2004-02-25 bellardadded precompiled linux boot sector
2004-02-25 bellardmoved DMA and SB16 outside timer (may break SB16)
2004-02-16 bellardexperimental code copy support - added new Linux kernel...
2004-02-06 bellardadded generic physical memory dirty bit support
2004-02-03 bellardcleanup
2004-01-24 bellardincreased physical RAM limit to 2047 MB in soft MMU...
2004-01-18 bellardPowerPC merge (Jocelyn Mayer)
2004-01-18 bellardautomatic floppy boot
2004-01-18 bellardcmos return current date - current irq priority in...
2004-01-05 bellardPowerPC system emulation (Jocelyn Mayer) - PIC poll...
2004-01-04 bellardmake the bios be a ROM memory - glibc hacks for setvbuf...
2004-01-04 bellardmore precise PIT gate emulation
2003-12-02 bellarddisable keyboard interrupts if keyboard clock disabled...
2003-11-16 bellardmore hack for CMOS interruption (enable linux /dev...
2003-11-16 bellardquick and dirty CMOS irq emulation (windows install...
2003-11-13 bellardSoundblaster 16 support (malc)
2003-11-11 bellardmoved IDE driver to ide.c
2003-11-11 bellardhardware level IDE CD-ROM emulation - added second...
2003-11-04 bellarda20 support - keyboard led fix
2003-10-30 bellardendianness and portability fixes
2003-10-27 bellardfixed idt/gdt relocation bug - added support for Redhat...
2003-10-27 bellardqemu with softmmu is now the default executable
2003-10-27 bellarddisabled signal hacks for softmmu version (qemu should...
2003-10-05 bellardlog activation from gdb - gdb single step support for...
2003-10-01 bellardautomatic man page generation - BIOS installation
2003-09-30 bellardtun-fd option support for external tundev config (Rusty...
2003-09-30 bellardbuffer overflow fix - handle case where stdin is closed...
2003-09-30 bellardsimplified invocation - added automatic IDE disk geomet...
2003-09-16 bellardglibc 2.3.x fix
2003-08-21 bellardfaster and more accurate segment handling
2003-08-10 bellardadded VGA emulation - added PS/2 mouse and keyboard...
2003-07-27 bellardrefresh clock dummy emulation (netbsd boot fix)
2003-07-26 bellardkeyboard emulation - accepts to boot with Bochs BIOS...
2003-07-26 bellardgdb stub breakpoints support
2003-07-06 bellardadded user mode Linux Copy On Write disk image support...
2003-07-04 bellardadded IDE WIN_READ_NATIVE_MAX command (2.5.xx fix)...
2003-07-01 bellardallow up to 256 MB of ram
2003-07-01 bellardfixed date storage in CMOS
2003-06-30 bellardadded PIC debug
2003-06-30 bellardadded IDE mult support - reduced irq latency (IDE shoul...
2003-06-30 bellardIDE emulation
2003-06-27 bellardadded gdb support to vl
2003-06-27 bellardmore precise timer emulation - fixed NE2000 probe probl...
2003-06-25 bellardVL license of the day is MIT/BSD
2003-06-25 bellardadded NE2000 emulation
2003-06-24 bellardfor hard core developpers only: a new user mode linux...