Age | Commit message (Expand) | Author | Files | Lines |
2006-12-22 | SCSI emulation improvements, by Chuck Brazie. | ths | 1 | -14/+12 |
2006-12-22 | Fix CDROM change, by Anthony Liguori. | ths | 1 | -0/+12 |
2006-12-21 | Don't cast lvalues, fixes compiler warning. | ths | 1 | -2/+4 |
2006-12-21 | Avoid "unused variable" compiler warning. | ths | 1 | -1/+2 |
2006-12-21 | Remove unused variable. | ths | 1 | -1/+0 |
2006-12-21 | Scrap SIGN_EXTEND32. | ths | 1 | -4/+8 |
2006-12-21 | Preliminiary MIPS64 support, disabled by default due to performance impact. | ths | 1 | -6/+8 |
2006-12-10 | Fix PCI config space overflow, by Herbert Xu. | ths | 1 | -8/+16 |
2006-12-10 | Fix sector size overflow, by Herbert Xu. | ths | 1 | -1/+1 |
2006-12-07 | Spelling fixes, thanks to Stefan Weil. | ths | 3 | -3/+3 |
2006-12-07 | MIPS RTC emulation. | ths | 1 | -0/+4 |
2006-12-07 | Move date/time init to the RTC implementation. | ths | 2 | -22/+25 |
2006-12-06 | Move the MIPS CPU timer in a seperate file, by Alec Voropay. | ths | 2 | -85/+98 |
2006-12-06 | Halt/reboot support for Linux, by Daniel Jacobowitz. This is a band-aid | ths | 1 | -33/+100 |
2006-11-19 | Add casts for 64-bit hosts. | pbrook | 1 | -2/+2 |
2006-11-14 | ARM timer counts down, not up. | pbrook | 1 | -5/+5 |
2006-10-29 | Mips IDE support. (Aurelien Jarno) | pbrook | 1 | -0/+9 |
2006-10-22 | ColdFire target. | pbrook | 1 | -2/+3 |
2006-10-18 | Fix typo in pixel conversion templates. | pbrook | 1 | -1/+1 |
2006-10-08 | APIC init fix + APIC get_irq fix (Juergen Keil) | bellard | 1 | -4/+3 |
2006-10-02 | SMI enable bit support | bellard | 1 | -13/+2 |
2006-10-01 | ARM GIC bug. | pbrook | 1 | -1/+1 |
2006-09-28 | PCI IRC routing fix. | pbrook | 1 | -3/+4 |
2006-09-25 | VBE 4 bit bank selection fix (Volker Rupper) | bellard | 1 | -1/+5 |
2006-09-24 | implement i440 instead of i450 ISA memory mappings to be compatible with Bochs | bellard | 1 | -54/+41 |
2006-09-24 | moved PCI init to BIOS - added ISA memory mapping registers and SMM support | bellard | 1 | -225/+123 |
2006-09-24 | moved MP table init to BIOS | bellard | 1 | -163/+15 |
2006-09-24 | moved ACPI table init to BIOS | bellard | 2 | -837/+0 |
2006-09-24 | moved ACPI table init to BIOS - preliminary SMM support | bellard | 1 | -379/+113 |
2006-09-24 | Implement sun4u PCI IRQ routing. | pbrook | 7 | -37/+142 |
2006-09-24 | PCI shared IRQ fix (original patch by andrzej zaborowski). | pbrook | 7 | -72/+88 |
2006-09-23 | Add ARM RealView Emulation Baseboard. | pbrook | 6 | -204/+944 |
2006-09-21 | VBE: 8 bit DACs + support for VBE BIOS IDs (Volker Ruppert) | bellard | 2 | -4/+16 |
2006-09-20 | sun4m halt support (Blue Swirl) | bellard | 1 | -3/+0 |
2006-09-18 | Merge common ISA access routines. | pbrook | 4 | -149/+107 |
2006-09-17 | SPARC SCSI fixes. | pbrook | 1 | -8/+31 |
2006-09-10 | dummy cs4231 audio driver for sun4m (Blue Swirl) | bellard | 2 | -0/+187 |
2006-09-09 | allow host serial port usage (Blue Swirl) | bellard | 1 | -22/+88 |
2006-09-09 | fix serial irq logic (Blue Swirl) | bellard | 1 | -26/+65 |
2006-09-09 | added mouse protocol (Igor Kovalenko) | bellard | 1 | -15/+54 |
2006-09-09 | more correct display functions | bellard | 1 | -12/+56 |
2006-09-03 | better PCNET endianness support | bellard | 2 | -153/+112 |
2006-09-03 | endianness fixes | bellard | 1 | -96/+157 |
2006-09-03 | Separate the DMA controllers - Convert ESP to new DMA methods (Blue Swirl) | bellard | 4 | -159/+303 |
2006-09-03 | initial sparc32 lance and pcnet merge | bellard | 2 | -588/+327 |
2006-08-29 | SCSI TCQ support. | pbrook | 6 | -446/+916 |
2006-08-26 | 16 bit divider | bellard | 1 | -6/+9 |
2006-08-19 | delete block device | bellard | 1 | -1/+8 |
2006-08-19 | no need for bdrv_close() | bellard | 1 | -1/+0 |
2006-08-19 | better support of removable media | bellard | 1 | -51/+69 |