summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-23PowerPC mergebellard1-2/+4
2004-05-22default ram size define (Pavel Janik)bellard1-3/+6
2004-05-20BSD fixbellard1-2/+13
2004-05-18PCI supportbellard1-1/+22
2004-05-17-user-net is optional - EAGAIN fixbellard1-1/+3
2004-05-13custom option parsing to have same behavior on all OSesbellard1-97/+176
2004-05-12-tun-fd option fix (Renzo Davoli)bellard1-0/+1
2004-05-12allow '-nics 0'bellard1-1/+1
2004-05-12faster I/Os - default 16 bit I/O fixbellard1-10/+6
2004-05-12bsd port (Markus Niemisto)bellard1-8/+48
2004-05-12primitive ioport debug - /dev/rtc fast timer support (needed for better simul...bellard1-6/+85
2004-04-28isa memory remapping support (aka PPC PREP VGA support)bellard1-1/+3
2004-04-26added temporary option -enable-audiobellard1-3/+11
2004-04-26init dummy net if tun/tap network errorbellard1-2/+3
2004-04-25x86-64 port (Jocelyn Mayer)bellard1-0/+13
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