aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-04-02win32 cross compile fixbellard4-40/+67
2004-03-31win32 port (initial patch by kazu)bellard1-0/+431
2004-03-31win32 port (initial patch by kazu)bellard33-756/+1153
2004-03-31updatebellard1-1/+5
2004-03-31new timer API - new API to save/restore the virtual machine statebellard5-191/+1104
2004-03-31use new timer APIbellard6-80/+330
2004-03-31more precise RTC emulation (periodic timers + time updates)bellard1-34/+264
2004-03-31added cpu_get_fp80() and cpu_set_fp80()bellard2-2/+62
2004-03-31moved gdbstub to qemu - new asynchronous gdbstubbellard3-239/+291
2004-03-26install fix (Rusty Russel)bellard1-0/+2
2004-03-26added qemu-mkcow man pagebellard2-1/+106
2004-03-26gcc 2.95.4 compile fix (Petter Reinholdtsen)bellard1-6/+6
2004-03-26fixed ljmp and iret to TSSbellard4-12/+10
2004-03-24task switch fixesbellard1-13/+18
2004-03-23fixed IDE probebellard1-1/+1
2004-03-23removed most of global context uses - removed unneeded abort() which cause pr...bellard1-150/+138
2004-03-21protected lret x86 'bug' emulationbellard1-1/+1
2004-03-21updatebellard1-0/+1
2004-03-21more log itemsbellard6-73/+68
2004-03-21do not depend on thunk.h - more log itemsbellard11-132/+211
2004-03-21use new directory layoutbellard1-3/+7
2004-03-20fixed protected lret imm insn (one more OS/2 fix)bellard1-0/+2
2004-03-20write to both IDE drives - return 0 for not present drivesbellard1-14/+43
2004-03-19updated floppy driver: formatting code, disk geometry auto detect (Jocelyn Ma...bellard3-545/+944
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard17-1319/+3619
2004-03-17updatebellard1-5/+5
2004-03-17device independent VGA screen dumpbellard3-23/+116
2004-03-16tun-fd option fixbellard1-0/+2
2004-03-14updatebellard1-1/+9
2004-03-14added qemu_mallocz()bellard1-0/+1
2004-03-14io port API changebellard7-158/+193
2004-03-14added I/O API - io port API change - added multiple network interface support...bellard2-286/+349
2004-03-14io port API change - removed dumb console redraw (not useful)bellard1-53/+24
2004-03-14io port API changebellard2-22/+22
2004-03-14added qemu_mallocz()bellard1-0/+10
2004-03-14removable device support - io port API changebellard2-153/+151
2004-03-14remoable device supportbellard1-16/+173
2004-03-14added a command line monitorbellard2-2/+572
2004-03-14separated more devices from emulatorbellard10-2405/+2787
2004-03-13m68k compile fixbellard2-7/+6
2004-03-042.6 kernel compile fixbellard2-0/+10
2004-02-26added cow.hbellard4-20/+30
2004-02-25added precompiled linux boot sectorbellard6-14/+40
2004-02-25more FPU context save testsbellard1-21/+19
2004-02-25native FPU support in code copy modebellard1-1/+3
2004-02-25use physical memory access functions for DMAbellard2-41/+34
2004-02-25moved DMA and SB16 outside timer (may break SB16)bellard1-5/+5
2004-02-25native FPU support in code copy modebellard1-0/+2
2004-02-25DMA API changebellard2-33/+23
2004-02-25new physical memory access API (used by DMA accesses)bellard2-5/+16