aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-13Fix Arm big-endian host bug.pbrook1-18/+20
2006-02-11Fix Arm msr spsr bug.pbrook1-8/+11
2006-02-10Avoid crash if -redir or -smb used without -net user.pbrook1-1/+3
2006-02-09always compile 'int' tracesbellard1-4/+2
2006-02-09BIOS workarounds for kqemubellard2-2/+30
2006-02-09Record configure commandline.pbrook1-0/+1
2006-02-09Arm Linux EABI syscall support.pbrook4-33/+171
2006-02-08kqemu.h include path fixbellard1-1/+1
2006-02-08added last_io_time field - '-kernel-kqemu' experimental optionbellard1-0/+44
2006-02-08optional support for kernel code virtualizationbellard4-37/+216
2006-02-08added last_io_time fieldbellard2-0/+16
2006-02-08support for builtin profilerbellard2-5/+81
2006-02-08kqemu/qvm86 must now be compiled outside QEMUbellard3-76/+143
2006-02-08Add support for raw AT keyboard scancodes.pbrook3-1/+35
2006-02-07Fix Thumb variable shift condition code bug.pbrook1-0/+4
2006-02-06Fix -nographic on Arm.pbrook1-1/+3
2006-02-06Arm display emulation.pbrook5-1/+657
2006-02-05Allow selection of emulated network card.pbrook13-25/+2983
2006-02-04Avoid buffer overflow when sending slirp packets.pbrook5-20/+68
2006-02-04Fix Arm interrupted ldm bug.pbrook2-1/+19
2006-02-0464-bit host/cross fixes.pbrook1-52/+58
2006-02-04Make target_mmap always return -1 on failure.pbrook2-7/+13
2006-02-04Implement Arm BKPT instruction.pbrook5-5/+39
2006-02-04Correctly initialize Arm CPU for Thumb entry points.pbrook1-1/+3
2006-02-04fxsave/fxrstor fixbellard1-2/+12
2006-02-01tap win32 supportbellard4-3/+705
2006-02-01correct DMA and transfer mode reporting (Jens Axboe)bellard1-7/+54
2006-02-01added --enable-cocoa in help (Pavel Janík)bellard1-0/+1
2006-02-01use uint8_t instead of charbellard2-8/+8
2006-02-01rxcr save/restore (initial patch by Jürgen Pfennigbellard1-3/+10
2006-02-01clearer -net doc (Paul Brook)bellard1-4/+3
2006-02-01win32 socket supportbellard1-112/+209
2006-01-08kqemu and SMP are currently not compatiblebellard1-0/+4
2005-12-19updatebellard2-2/+2
2005-12-19vvfat notebellard1-1/+2
2005-12-19win32 compile fixbellard1-2/+7
2005-12-19workaround for gcc bug on PowerPCbellard1-7/+9
2005-12-18suppressed -enable-audio and simplified -soundhw option handling (malc)bellard4-77/+115
2005-12-18MIPS, ARM and SMP updatesbellard1-19/+60
2005-12-18log typosbellard1-2/+2
2005-12-18qruncom compile fixes (initial patch by Even Rouault)bellard2-11/+32
2005-12-18(Joachim Henke)bellard1-20/+23
2005-12-18better help option support (Bernhard Fischer)bellard1-2/+4
2005-12-18avoid echo on pty devices (David Decotigny) - fixes in the command line helpbellard1-1/+11
2005-12-18updatebellard2-0/+35
2005-12-18Major overhaul of the virtual FAT driver for read/write support (Johannes Sch...bellard1-939/+1997
2005-12-18qcow_make_empty() support (Johannes Schindelin)bellard3-21/+56
2005-12-18use IPPROTO_IP instead of SOL_IPbellard1-1/+1
2005-12-18do not init ne2000 if no network enabledbellard1-1/+2
2005-12-18smc91c111 fixes (Paul Brook)bellard1-5/+27