Age | Commit message (Expand) | Author |
2007-06-30 | ARM PL031 RTC emulation. | pbrook |
2007-06-30 | PL110 versatile register hack fix (Adam Lackorzynski). | pbrook |
2007-06-30 | Allow changing log filename. | pbrook |
2007-06-29 | Sanitize exit codes of help queries, this time for real. | ths |
2007-06-28 | Fix Lance on 32-bit hosts | blueswir1 |
2007-06-28 | Limit the use of qemu_chr_open_tty to __linux__ and __sun__, by Andreas | ths |
2007-06-28 | Simplify round/ceil/floor implementation, spotted by Fabrice Bellard. | ths |
2007-06-28 | Fix segfault when printing the help text, spotted by Stefan Weil. | ths |
2007-06-28 | Update Sparc32 and Sparc64 OpenBIOS image to SVN revision 157. Changes: | blueswir1 |
2007-06-27 | Fix computation for ceil, floor and round instructions. | ths |
2007-06-27 | Fix environ termination, by Andreas Schwab. | ths |
2007-06-26 | Implement recip1/recip2/rsqrt1/rsqrt2. | ths |
2007-06-26 | Fix writes to pages containing watchpoints for the RAM not at 0x0 cases. | balrog |
2007-06-26 | DR6 single step exception status bit, by Juergen Keil. | ths |
2007-06-25 | Rename variables and rearrange code to please gcc -Wshadow checks | blueswir1 |
2007-06-25 | Drop unused parameters | blueswir1 |
2007-06-25 | MIPS64 improvements, based on a patch by Aurelien Jarno. | ths |
2007-06-25 | Handle endianness of double floats, by Magnus Damm. | ths |
2007-06-25 | Insufficient input validation in NE2000 card, written by Tavis Ormandy, | ths |
2007-06-25 | Enable serial (tty) support on Solaris host, by Marion Hakanson. | ths |
2007-06-25 | Update Changelog. | ths |
2007-06-25 | Implement ^W in readline.c, by Michal Hanselmann. | ths |
2007-06-25 | Add a 7 segments + led display, by Herve Poussineau. | ths |
2007-06-24 | Make touchscreen calibration values better match the HW. Invert WM8750 GPIO. | balrog |
2007-06-24 | Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. | balrog |
2007-06-23 | Fix division by zero handling, by Joris van Rantwijk. | ths |
2007-06-23 | Handle MIPS64 SEGBITS value correctly. | ths |
2007-06-23 | Kfreebsd config, by Aurelien Jarno. | ths |
2007-06-23 | Spelling fixes, by Aurelien Jarno. | ths |
2007-06-23 | Return success for -M '?' query option. | ths |
2007-06-22 | Allow emulation of 32bit targets in the MIPS64 capable qemu version. | ths |
2007-06-22 | Fix write to K0 bits in Config0, by Aurelien Jarno. | ths |
2007-06-22 | Ignore PR flag in FPSCR when performing fmov, by Magnus Damm. | ths |
2007-06-22 | Document FPSCR usage, by Magnus Damm. | ths |
2007-06-22 | Use DREG() instead of XREG() wherever possible, by Magnus Damm. | ths |
2007-06-22 | Emulate more fpu opcodes, by Magnus Damm. | ths |
2007-06-22 | Use correct data structures for stat syscalls, by Magnus Damm. | ths |
2007-06-22 | Setup stack properly, fixes wrong argc value problem, by Magnus Damm. | ths |
2007-06-22 | Set FD bit in SR to emulate kernel behaviour, by Magnus Damm. | ths |
2007-06-22 | Add missing cpu_halted function, by Magnus Damm. | ths |
2007-06-22 | Use HAS_ARG instead of numeric value (patch by Balazs Attila-Mihaly). | balrog |
2007-06-22 | Add USB HID keyboard. | balrog |
2007-06-21 | Revert workaround for -nographic segfault. | ths |
2007-06-21 | Fix segfault in -nographic mode, by Stefen Weil. | ths |
2007-06-21 | Hack to keep wine happy, by Alexander Graf. | ths |
2007-06-21 | Implement set_robust_list, by Alexander Graf. | ths |
2007-06-21 | Implement tgkill, by Alexander Graf. | ths |
2007-06-21 | Add alternate grab key, by Michael Mohr. | ths |
2007-06-21 | Unpause the emulation after shutdown request on SDL close, so that it can tak... | balrog |
2007-06-18 | Add parallel memory mapped interface, by Herve Poussineau. | ths |