Age | Commit message (Expand) | Author | Files | Lines |
2007-12-24 | Fix number_of_entries for filename of length [13] (Tristan Gingold). | balrog | 1 | -2/+4 |
2007-12-19 | All registers are set to 0 on reset (Robert Reif) | blueswir1 | 1 | -5/+3 |
2007-12-19 | Fix count calculation when counter limit set to 0 (Robert Reif) | blueswir1 | 1 | -2/+7 |
2007-12-18 | Correct errno return for setsockopt(), by Thayne Harbaugh. | ths | 1 | -1/+1 |
2007-12-18 | Correct errno return for getsockopt(), by Thayne Harbaugh. | ths | 1 | -2/+3 |
2007-12-18 | Code formatting. | ths | 1 | -1/+1 |
2007-12-18 | m68k missing get_sp_from_cpustate(), by Thayne Harbaugh. | ths | 1 | -0/+5 |
2007-12-17 | Handle history additions properly, by Andreas Schwab. | ths | 1 | -2/+2 |
2007-12-17 | Fix setting counter limit to 0 (Robert Reif) | blueswir1 | 1 | -7/+8 |
2007-12-17 | Only create as many per CPU timers as there are CPUs. (Robert Reif) | blueswir1 | 3 | -5/+8 |
2007-12-17 | Use WIN32_LEAN_AND_MEAN, by Stefan Weil. | ths | 10 | -3/+12 |
2007-12-17 | Fix compilation with Cygwin, by Herve Poussineau. | ths | 2 | -21/+21 |
2007-12-17 | MIPS TODO: mention unimplemented system controllers. | ths | 1 | -0/+2 |
2007-12-17 | Update MIPS TODO. The mipsnet failure is caused by a kernel bug. | ths | 1 | -6/+0 |
2007-12-17 | Update MIPS specific documentation. | ths | 1 | -5/+7 |
2007-12-17 | Add closing table tag. | ths | 1 | -0/+1 |
2007-12-17 | Fix miscellaneous minor things, by Andre Przywara. | ths | 6 | -8/+12 |
2007-12-17 | Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. | ths | 6 | -19/+26 |
2007-12-16 | qemu_put signedness fixes, by Andre Przywara. | ths | 14 | -177/+177 |
2007-12-16 | Redundant timer rearm optimisation by Anders Melchiorsen. | balrog | 1 | -1/+11 |
2007-12-16 | QEMU_STRACE documentation bit by Thayne Harbaugh. | balrog | 2 | -1/+17 |
2007-12-16 | Add missing ffs() declaration for Win32 hosts, by Stefan Weil. | balrog | 1 | -0/+2 |
2007-12-16 | Work around a crash when timer signal occurs before main loop, original patch... | balrog | 2 | -7/+7 |
2007-12-16 | Mainstone keypad support, by Armin Kuster. | balrog | 2 | -2/+45 |
2007-12-16 | Initial PXA27x keypad support, by Armin Kuster. | balrog | 4 | -1/+360 |
2007-12-16 | Support alternative formats for MAC addresses, by Balazs Attila-Mihaly. | balrog | 1 | -11/+26 |
2007-12-16 | Fix char* signedness, by Andre Przywara. | ths | 5 | -23/+24 |
2007-12-16 | Fix wrong signedness, by Andre Przywara. | ths | 12 | -53/+56 |
2007-12-15 | Split block-raw.c into block-raw-posix.c and block-raw-win32.c, by | ths | 4 | -523/+558 |
2007-12-12 | Mark host pages as reserved (Magnus Damm). | balrog | 3 | -1/+23 |
2007-12-12 | Adds interrupt support to the sh specific timer code (Magnus Damm). | balrog | 3 | -18/+33 |
2007-12-12 | sh_serial: enable tx after reset (Magnus Damm). | balrog | 2 | -2/+2 |
2007-12-11 | Add missing break just before execve, by Takashi Yoshii. | balrog | 2 | -1/+2 |
2007-12-11 | Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori). | balrog | 1 | -0/+7 |
2007-12-11 | IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). | balrog | 1 | -0/+1 |
2007-12-11 | Update documention with '-drive' usage (Laurent Vivier). | balrog | 1 | -0/+70 |
2007-12-11 | Partial fix to Sparc32 Linux host global register mangling problem | blueswir1 | 3 | -23/+55 |
2007-12-11 | Fix code generation buffer overflow reported by TeLeMan | blueswir1 | 4 | -7/+20 |
2007-12-11 | Update OpenBIOS images to SVN revision 181. Changes: | blueswir1 | 3 | -1/+1 |
2007-12-10 | Name the magic constants, wrap long lines | blueswir1 | 1 | -103/+221 |
2007-12-10 | Add SPARCstation 20 machine type (Robert Reif) | blueswir1 | 3 | -1/+57 |
2007-12-10 | Add ASIs (Robert Reif) | blueswir1 | 1 | -1/+8 |
2007-12-10 | Various linux-user structures and definitions fixes for PowerPC targets. | j_mayer | 4 | -33/+45 |
2007-12-10 | Cleanup: remove useless TARGET_GPR_BITS definition. | j_mayer | 1 | -3/+0 |
2007-12-10 | Fix PowerPC 74xx definitions. | j_mayer | 2 | -49/+228 |
2007-12-10 | SCSI cleanup, by Laurent Vivier. | ths | 5 | -67/+95 |
2007-12-10 | Fix OMAP1 MPUI/O keyboard interrupt masking. | balrog | 3 | -5/+5 |
2007-12-10 | Fix incompatible declaration in previous commit. | balrog | 1 | -2/+2 |
2007-12-10 | Desambiguate pflash_register(). | balrog | 6 | -29/+38 |
2007-12-09 | Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub... | balrog | 2 | -7/+63 |