summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-22fixed options definitionbellard1-2/+2
2004-04-21initial user mode network supportbellard1-73/+237
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-2/+23
2004-04-06win32: do not use all cpu timebellard1-1/+5
2004-04-04qemu fast fixbellard1-28/+26
2004-04-04win32 port (Kazu)bellard1-7/+17
2004-04-04tun-fd fixbellard1-1/+3
2004-04-02added -macaddr optionbellard1-11/+42
2004-04-02rdtsc fixbellard1-1/+1
2004-03-31win32 port (initial patch by kazu)bellard1-41/+144
2004-03-31new timer API - new API to save/restore the virtual machine statebellard1-168/+894
2004-03-21do not depend on thunk.h - more log itemsbellard1-4/+16
2004-03-16tun-fd option fixbellard1-0/+2
2004-03-14added I/O API - io port API change - added multiple network interface support...bellard1-261/+274
2004-03-14separated more devices from emulatorbellard1-2397/+26
2004-02-25added precompiled linux boot sectorbellard1-4/+11
2004-02-25moved DMA and SB16 outside timer (may break SB16)bellard1-5/+5
2004-02-16experimental code copy support - added new Linux kernel loaderbellard1-231/+121
2004-02-06added generic physical memory dirty bit supportbellard1-16/+17
2004-02-03cleanupbellard1-29/+2
2004-01-24increased physical RAM limit to 2047 MB in soft MMU modebellard1-1/+5
2004-01-18PowerPC merge (Jocelyn Mayer)bellard1-1/+1
2004-01-18automatic floppy bootbellard1-2/+6
2004-01-18cmos return current date - current irq priority in PIC (L4 Pistachio support)...bellard1-68/+125
2004-01-05PowerPC system emulation (Jocelyn Mayer) - PIC poll mode (Jocelyn Mayer) - us...bellard1-59/+382
2004-01-04make the bios be a ROM memory - glibc hacks for setvbuf and signals - correct...bellard1-2/+15
2004-01-04more precise PIT gate emulationbellard1-5/+38
2003-12-02disable keyboard interrupts if keyboard clock disabled (may not be fully corr...bellard1-2/+17
2003-11-16more hack for CMOS interruption (enable linux /dev/rtc not to hang) - auto bo...bellard1-1/+5
2003-11-16quick and dirty CMOS irq emulation (windows install uses it) - emm386 keyboar...bellard1-12/+118
2003-11-13Soundblaster 16 support (malc)bellard1-1/+11
2003-11-11moved IDE driver to ide.cbellard1-1369/+2
2003-11-11hardware level IDE CD-ROM emulation - added second IDE interface for up to 4 ...bellard1-71/+744
2003-11-04a20 support - keyboard led fixbellard1-6/+6
2003-10-30endianness and portability fixesbellard1-34/+56
2003-10-27fixed idt/gdt relocation bug - added support for Redhat kernelsbellard1-2/+5
2003-10-27qemu with softmmu is now the default executablebellard1-2/+14
2003-10-27disabled signal hacks for softmmu version (qemu should be much more portable ...bellard1-29/+33
2003-10-05log activation from gdb - gdb single step support for x86 - stop timer when c...bellard1-22/+75
2003-10-01automatic man page generation - BIOS installationbellard1-6/+6
2003-09-30tun-fd option support for external tundev config (Rusty Russell)bellard1-1/+7
2003-09-30buffer overflow fix - handle case where stdin is closed (Rusty Russell)bellard1-3/+7
2003-09-30simplified invocation - added automatic IDE disk geometry guessing to reuse o...bellard1-43/+113
2003-09-16glibc 2.3.x fixbellard1-2/+6
2003-08-21faster and more accurate segment handlingbellard1-12/+12
2003-08-10added VGA emulation - added PS/2 mouse and keyboard emulation - use SDL for V...bellard1-120/+409
2003-07-27refresh clock dummy emulation (netbsd boot fix)bellard1-1/+4
2003-07-26keyboard emulation - accepts to boot with Bochs BIOS and LGPL'ed VGA BIOSbellard1-92/+605
2003-07-26gdb stub breakpoints supportbellard1-2/+4
2003-07-06added user mode Linux Copy On Write disk image support - added -snapshot supp...bellard1-16/+43