Age | Commit message (Expand) | Author | Files | Lines |
2007-12-25 | Enforce context table alignment | blueswir1 | 1 | -1/+1 |
2007-12-25 | Avoid host FPE for overflowing division on MIPS, by Richard Sandiford. | ths | 1 | -3/+10 |
2007-12-25 | Improved PABITS handling, and config register fixes. | ths | 4 | -56/+106 |
2007-12-25 | One more bit of alpha support. | ths | 2 | -2/+4 |
2007-12-24 | Update debug code to match new accumulator register layout. | ths | 1 | -4/+4 |
2007-12-24 | scsi-generic implemnentation, missing in last commit. | ths | 1 | -0/+653 |
2007-12-24 | Real SCSI device passthrough (v4), by Laurent Vivier. | ths | 8 | -7/+57 |
2007-12-24 | Implement SD CMD8 and R7 from the newer SD Physical Spec Version 2.00. | balrog | 1 | -5/+38 |
2007-12-24 | Fix CCRes value for 20Kc. | ths | 1 | -1/+1 |
2007-12-24 | Add "cache" parameter to "-drive" (Laurent Vivier). | balrog | 12 | -32/+102 |
2007-12-24 | Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg). | balrog | 1 | -1/+8 |
2007-12-24 | Avoid the use of $ in format strings because it's system-specific - fixes dri... | balrog | 1 | -2/+6 |
2007-12-24 | Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh). | balrog | 1 | -1/+6 |
2007-12-24 | SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). | balrog | 2 | -1/+7 |
2007-12-24 | Fix cmpxchg8b translation (Bernhard Kauer). | balrog | 1 | -1/+1 |
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 |