Age | Commit message (Expand) | Author | Files | Lines |
2008-07-23 | Less hardcoding of TARGET_USER_ONLY. | ths | 6 | -390/+287 |
2008-07-23 | Save 3MB ioport table memory (Samuel Thibault) | aliguori | 1 | -26/+39 |
2008-07-23 | Fix task register type after reset (Avi Kivity) | aliguori | 1 | -1/+1 |
2008-07-23 | Fix SDL problems with BGR displays (Avi Kivity) | aliguori | 1 | -1/+1 |
2008-07-23 | Fix -daemonize option | aliguori | 1 | -6/+1 |
2008-07-22 | Add T1 and T2 CPUs, add a Sun4v machine | blueswir1 | 6 | -13/+98 |
2008-07-22 | Fix a bad comparison, spotted by Paul Brook. | balrog | 2 | -1/+5 |
2008-07-21 | A bunch of minor code improvements in the MIPS target. | ths | 2 | -21/+10 |
2008-07-21 | Handle on-chip DMA controllers in one place, convert OMAP DMA to use it. | balrog | 7 | -164/+896 |
2008-07-21 | Omap DPLL & APLL locking logic. | balrog | 3 | -17/+121 |
2008-07-21 | Use MMU globals for some MMU traps | blueswir1 | 2 | -4/+19 |
2008-07-21 | Fix reset vector | blueswir1 | 1 | -1/+1 |
2008-07-21 | Fix logging output for MIPS HI, LO registers, by Stefan Weil. | ths | 1 | -1/+2 |
2008-07-20 | Fix compiler warning, by Stefan Weil. | ths | 1 | -1/+1 |
2008-07-20 | Add missing const, by Stefan Weil. | ths | 1 | -1/+1 |
2008-07-20 | Simplify conditional FP moves. | ths | 1 | -10/+5 |
2008-07-20 | Print default and available CPU features separately | blueswir1 | 1 | -4/+7 |
2008-07-20 | Make UA200x features selectable, add MMU types | blueswir1 | 4 | -23/+48 |
2008-07-20 | Fix debug message address formats | blueswir1 | 1 | -8/+15 |
2008-07-20 | Fix wrong function names in debug messages (Stefan Weil) | blueswir1 | 1 | -2/+2 |
2008-07-19 | Remove unused variable | blueswir1 | 1 | -2/+0 |
2008-07-19 | Improve the audio driver check | malc | 1 | -1/+1 |
2008-07-19 | Reject invalid audio drivers | malc | 1 | -0/+10 |
2008-07-19 | Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity). | balrog | 1 | -1/+1 |
2008-07-19 | Revert "fix power management timer overflow handling" (Avi Kivity). | balrog | 1 | -1/+0 |
2008-07-19 | Force screen resize if no buffer set (Avi Kivity). | balrog | 1 | -1/+2 |
2008-07-19 | Implement nucleus quad ldda | blueswir1 | 3 | -20/+70 |
2008-07-19 | Pretend to be the active console while a screendump takes place (Avi Kivity). | balrog | 1 | -1/+6 |
2008-07-19 | ARMv6: fix SIMD add/sub carry flags (Vincent Palatin). | balrog | 1 | -4/+4 |
2008-07-19 | ARM: fix CPS masks (Vincent Palatin). | balrog | 1 | -2/+2 |
2008-07-19 | Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues). | balrog | 3 | -18/+21 |
2008-07-19 | Update TLB miss addresses | blueswir1 | 1 | -0/+2 |
2008-07-19 | Add Virtual Distributed Ethernet native support, by Luca Bigliardi. | ths | 5 | -1/+147 |
2008-07-19 | linux-user: Fix target_statfs[64] on 64-bit hosts | balrog | 1 | -1/+2 |
2008-07-19 | Special Mask Mode for i8259 PIC (Sebastian Reichelt). | balrog | 1 | -0/+2 |
2008-07-18 | Allow qemu-nbd --version to show the application name dynamically, by | ths | 1 | -2/+2 |
2008-07-18 | Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka. | ths | 6 | -16/+11 |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 11 | -72/+59 |
2008-07-18 | ide: enable single word DMA, by Stefano Stabellini. | ths | 1 | -0/+10 |
2008-07-18 | Do not call fcntl(, O_NONBLOCK) pointlessly, by Ian Jackson. | ths | 1 | -1/+0 |
2008-07-18 | Do not disturb old fd flags (eg O_APPEND) when setting nonblock, by | ths | 1 | -1/+3 |
2008-07-18 | wrhpr hstick_cmpr is a store, not a load | blueswir1 | 1 | -3/+2 |
2008-07-18 | OMAP2 EAC module. | balrog | 3 | -4/+556 |
2008-07-17 | Remove the NIC from vlan on usb destroy. | balrog | 3 | -1/+16 |
2008-07-17 | Add CDC-Ethernet usb NIC (original patch from Thomas Sailer). | balrog | 5 | -2/+1495 |
2008-07-17 | Fix saving and loading of trap state | blueswir1 | 2 | -12/+12 |
2008-07-17 | Support for address masking | blueswir1 | 3 | -33/+58 |
2008-07-16 | Fix MMU registers, add more E-cache ASIs | blueswir1 | 1 | -10/+64 |
2008-07-16 | Fix MMU miss traps | blueswir1 | 2 | -4/+4 |
2008-07-16 | Disable OMAP2 combined-io-entries hack now that more regions are allowed. | balrog | 1 | -1/+1 |