summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-25new physical memory access API (used by DMA accesses) - code copy FP fixesbellard1-9/+19
2004-02-25native FPU support in code copy modebellard1-1/+17
2004-02-25CR0.MP/EM/TS supportbellard3-1/+32
2004-02-25native FPU support (disabled)bellard1-277/+47
2004-02-25CR0.MP/EM/TS support - native fpu support in code copy modebellard1-0/+73
2004-02-25fpu fixbellard1-5/+5
2004-02-22shm support, more setsockopt and getsockopt calls, fds fix (initial patch by ...bellard2-52/+206
2004-02-22shm tests - disabled clone testbellard1-2/+29
2004-02-22small test optimisationsbellard1-2/+2
2004-02-22zero offset optimisationbellard1-2/+4
2004-02-22use kernel like macros for user access (will be useful someday to have a bett...bellard4-112/+142
2004-02-22O_DIRECT compile fixbellard1-0/+2
2004-02-22faster big endian accesses on i386 - big endian ldsw_raw fixbellard1-4/+78
2004-02-21fixed blr/bctr casesbellard1-1/+0
2004-02-21adding direct block chaining support - simplified branch code genbellard2-300/+203
2004-02-21lwarx fix (Jocelyn Mayer)bellard1-2/+2
2004-02-21Fix check for lswi (Jocelyn Mayer)bellard1-3/+3
2004-02-21update nip when processing exceptions (Jocelyn Mayer)bellard1-1/+1
2004-02-16use osdep.hbellard1-0/+2
2004-02-16updatebellard1-1/+6
2004-02-16added OS dependent functions (temporary as most functions are generic in fact)bellard2-0/+485
2004-02-16experimental code copy supportbellard6-21/+1603
2004-02-16fixed lea exceptionbellard1-2/+4
2004-02-16experimental code copy support - fixed A20 emulationbellard1-1/+28