summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-24Correct the max cpuid level for each x86 cpu model (Dan Kenigsberg).balrog1-1/+8
2007-12-24Avoid the use of $ in format strings because it's system-specific - fixes dri...balrog1-2/+6
2007-12-24Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).balrog1-1/+6
2007-12-24SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer).balrog2-1/+7
2007-12-24Fix cmpxchg8b translation (Bernhard Kauer).balrog1-1/+1
2007-12-24Fix number_of_entries for filename of length [13] (Tristan Gingold).balrog1-2/+4
2007-12-19 All registers are set to 0 on reset (Robert Reif)blueswir11-5/+3
2007-12-19 Fix count calculation when counter limit set to 0 (Robert Reif)blueswir11-2/+7
2007-12-18Correct errno return for setsockopt(), by Thayne Harbaugh.ths1-1/+1
2007-12-18Correct errno return for getsockopt(), by Thayne Harbaugh.ths1-2/+3
2007-12-18Code formatting.ths1-1/+1
2007-12-18m68k missing get_sp_from_cpustate(), by Thayne Harbaugh.ths1-0/+5
2007-12-17Handle history additions properly, by Andreas Schwab.ths1-2/+2
2007-12-17 Fix setting counter limit to 0 (Robert Reif)blueswir11-7/+8
2007-12-17 Only create as many per CPU timers as there are CPUs. (Robert Reif)blueswir13-5/+8
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths10-3/+12
2007-12-17Fix compilation with Cygwin, by Herve Poussineau.ths2-21/+21
2007-12-17MIPS TODO: mention unimplemented system controllers.ths1-0/+2
2007-12-17Update MIPS TODO. The mipsnet failure is caused by a kernel bug.ths1-6/+0
2007-12-17Update MIPS specific documentation.ths1-5/+7
2007-12-17Add closing table tag.ths1-0/+1
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths6-8/+12
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths6-19/+26
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths14-177/+177
2007-12-16Redundant timer rearm optimisation by Anders Melchiorsen.balrog1-1/+11
2007-12-16QEMU_STRACE documentation bit by Thayne Harbaugh.balrog2-1/+17
2007-12-16Add missing ffs() declaration for Win32 hosts, by Stefan Weil.balrog1-0/+2
2007-12-16Work around a crash when timer signal occurs before main loop, original patch...balrog2-7/+7
2007-12-16Mainstone keypad support, by Armin Kuster.balrog2-2/+45
2007-12-16Initial PXA27x keypad support, by Armin Kuster.balrog4-1/+360
2007-12-16Support alternative formats for MAC addresses, by Balazs Attila-Mihaly.balrog1-11/+26
2007-12-16Fix char* signedness, by Andre Przywara.ths5-23/+24
2007-12-16Fix wrong signedness, by Andre Przywara.ths12-53/+56
2007-12-15Split block-raw.c into block-raw-posix.c and block-raw-win32.c, byths4-523/+558
2007-12-12Mark host pages as reserved (Magnus Damm).balrog3-1/+23
2007-12-12Adds interrupt support to the sh specific timer code (Magnus Damm).balrog3-18/+33
2007-12-12sh_serial: enable tx after reset (Magnus Damm).balrog2-2/+2
2007-12-11Add missing break just before execve, by Takashi Yoshii.balrog2-1/+2
2007-12-11Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori).balrog1-0/+7
2007-12-11IDE should send irq after WIN_DIAGNOSE (Tristan Gingold).balrog1-0/+1
2007-12-11Update documention with '-drive' usage (Laurent Vivier).balrog1-0/+70
2007-12-11 Partial fix to Sparc32 Linux host global register mangling problemblueswir13-23/+55
2007-12-11 Fix code generation buffer overflow reported by TeLeManblueswir14-7/+20
2007-12-11Update OpenBIOS images to SVN revision 181. Changes:blueswir13-1/+1
2007-12-10 Name the magic constants, wrap long linesblueswir11-103/+221
2007-12-10 Add SPARCstation 20 machine type (Robert Reif)blueswir13-1/+57
2007-12-10 Add ASIs (Robert Reif)blueswir11-1/+8
2007-12-10Various linux-user structures and definitions fixes for PowerPC targets.j_mayer4-33/+45
2007-12-10Cleanup: remove useless TARGET_GPR_BITS definition.j_mayer1-3/+0
2007-12-10Fix PowerPC 74xx definitions.j_mayer2-49/+228