aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-12updatebellard1-0/+5
2006-04-12USB tablet support (Brad Campbell, Anthony Liguori)bellard6-24/+265
2006-04-1264 bit disassemblybellard1-3/+12
2006-04-12simulate a null modem cablebellard1-2/+3
2006-04-12win32 serial port support (initial patch by kazubellard2-5/+444
2006-04-09DESTDIR makefile support.pbrook2-11/+11
2006-04-09Thumb prefetch abort fix.pbrook1-2/+38
2006-04-09ARM Versatile Platform Baseboard emulation.pbrook13-655/+1830
2006-04-09Allow multiple graphics devices.pbrook11-100/+125
2006-04-08Fix incorrect return type.pbrook1-1/+1
2006-04-08Initialize physical memory space to IO_MEM_UNASSIGNED.pbrook1-6/+9
2006-04-08Fix typo in previous patch.pbrook1-1/+1
2006-04-08Fix breakpoint TLB invalidation.pbrook1-3/+12
2006-04-08Move configure --help output before gcc checks.pbrook1-43/+43
2006-04-08Keyboard savevm fix (malc).pbrook2-15/+39
2006-04-02btx decode fix on x86_64bellard1-1/+1
2006-04-02do not test reserved config bitsbellard1-5/+0
2006-04-02CDROM detection fixbellard1-1/+1
2006-04-02update to latest Bochs bios - added PCI BIOS real mode 'get irq routing optio...bellard2-61/+93
2006-03-31update linksbellard1-2/+2
2006-03-28Use 3-argument open call when creating file.pbrook1-1/+1
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook15-772/+1194
2006-03-25upgrade to latest vgabios version - added Video Parameter Table support - add...bellard3-75/+789
2006-03-19Rename --*able-softmmu --*able-system.pbrook1-2/+2
2006-03-19Configure options to enable/disable all softmmu/user targets.pbrook1-2/+23
2006-03-14Fix FIQ bank switching.pbrook1-2/+2
2006-03-11Add missing break statement.pbrook1-0/+1
2006-03-11Fix FPA condition codes (Ulrich Hecht).pbrook3-25/+11
2006-03-11Set SO_REUSEADDR before calling bind().pbrook1-1/+1
2006-03-11Fix typo in ppc icache flush.pbrook1-1/+1
2006-03-11Fix off by one length calciulation.pbrook1-1/+1
2006-03-11Make sure gui_key_modifier_pressed is cleared correctly.pbrook1-3/+3
2006-03-11Tweak UHCI device settings. Ignore host root hubs.pbrook2-3/+8
2006-03-11Avoid flushing of global TLB entries for differing ASIDs (Thiemo Seufer).pbrook1-2/+3
2006-03-11Clear MIPS_HFLAG_BMASK for ErrorEPC (Thiemo Seufer).pbrook1-0/+1
2006-03-11Sparcf ESP dma fixes (Blue Swirl).pbrook1-5/+46
2006-03-11Rename MIPS_HFLAG(S)_TMASK (Thiemo Seufer).pbrook2-2/+2
2006-03-11e bitfields in mips TLB structures (Thiemo Seufer).pbrook3-41/+35
2006-03-11Improved terminal emulation (Piotr Esden-Tempski).pbrook1-48/+268
2006-03-11Add missing function prototype.pbrook1-0/+2
2006-03-11mipsel configure support (Thiemo Seufer).pbrook3-1/+3
2006-03-11Add missing FORCE_RET()pbrook1-0/+4
2006-03-03x86_64 stack alignment fixes - x86_64 32 bit syscall fixbellard1-4/+14
2006-03-02Add missing return statement.pbrook1-0/+1
2006-03-02suppressed invalid testbellard1-3/+0
2006-02-20Update Arm docs.pbrook1-2/+2
2006-02-20Add Arm926 core support.pbrook10-55/+177
2006-02-19WIn32 compile fix.pbrook1-1/+1
2006-02-19PL110 byteswapping fix.pbrook1-6/+6
2006-02-13Fix Arm big-endian host bug.pbrook1-18/+20