Age | Commit message (Expand) | Author | Files | Lines |
2007-07-11 | More alignment checks | blueswir1 | 2 | -4/+102 |
2007-07-11 | Fix PPCEMB for 32bit hosts. | ths | 2 | -6/+6 |
2007-07-11 | Silence compiler warnings. | ths | 1 | -2/+2 |
2007-07-11 | Update TODO list. | ths | 1 | -2/+0 |
2007-07-11 | Documentation update for MIPS. | ths | 2 | -19/+87 |
2007-07-08 | Fix retry and done ops, trap handling | blueswir1 | 2 | -11/+20 |
2007-07-08 | Save state in Sparc64 return op | blueswir1 | 1 | -0/+1 |
2007-07-08 | Fix Sparc64 stat system call | blueswir1 | 2 | -1/+59 |
2007-07-07 | Report normalised CWP values to userland and GDB, not internal representation | blueswir1 | 4 | -9/+25 |
2007-07-07 | Use unsigned 32-bit load for ld/lduw | blueswir1 | 2 | -1/+14 |
2007-07-07 | Fix wrong number of clean/saveable windows, match Linux startup register values | blueswir1 | 2 | -2/+5 |
2007-07-07 | Deliver page faults to program | blueswir1 | 1 | -1/+14 |
2007-07-07 | Page align brk result like real Linux | blueswir1 | 1 | -1/+1 |
2007-07-07 | Fix Sparc64 page size | blueswir1 | 1 | -1/+1 |
2007-07-05 | Fix 64 bit ELF file symbol lookup | blueswir1 | 1 | -1/+24 |
2007-07-04 | Fix Sparc64 movr | blueswir1 | 1 | -2/+2 |
2007-07-03 | Fix loadvm | blueswir1 | 2 | -10/+10 |
2007-07-02 | Retry interrupted open() calls (proposed by Yigael Felishman). | balrog | 1 | -18/+24 |
2007-07-02 | Remove unaligned accesses in ia64_apply_fixes(). | balrog | 2 | -7/+8 |
2007-07-02 | E100 savevm/loadvm support, patch by Jason Wessel. | balrog | 1 | -4/+98 |
2007-07-02 | Fix qemu_can_send_packet(), makes DHCP with multiple nics work - patch by Jas... | balrog | 1 | -3/+3 |
2007-07-02 | gdb stub support and loadvm should work together, patch by Jason Wessel | balrog | 1 | -1/+2 |
2007-07-01 | Fix bogus fopen mode. | pbrook | 1 | -1/+1 |
2007-06-30 | ARM PL031 RTC emulation. | pbrook | 6 | -2/+230 |
2007-06-30 | PL110 versatile register hack fix (Adam Lackorzynski). | pbrook | 1 | -0/+4 |
2007-06-30 | Allow changing log filename. | pbrook | 2 | -1/+19 |
2007-06-29 | Sanitize exit codes of help queries, this time for real. | ths | 1 | -8/+8 |
2007-06-28 | Fix Lance on 32-bit hosts | blueswir1 | 1 | -6/+29 |
2007-06-28 | Limit the use of qemu_chr_open_tty to __linux__ and __sun__, by Andreas | ths | 1 | -1/+3 |
2007-06-28 | Simplify round/ceil/floor implementation, spotted by Fabrice Bellard. | ths | 1 | -30/+12 |
2007-06-28 | Fix segfault when printing the help text, spotted by Stefan Weil. | ths | 1 | -4/+4 |
2007-06-28 | Update Sparc32 and Sparc64 OpenBIOS image to SVN revision 157. Changes: | blueswir1 | 3 | -2/+1 |
2007-06-27 | Fix computation for ceil, floor and round instructions. | ths | 1 | -6/+24 |
2007-06-27 | Fix environ termination, by Andreas Schwab. | ths | 1 | -1/+1 |
2007-06-26 | Implement recip1/recip2/rsqrt1/rsqrt2. | ths | 2 | -93/+143 |
2007-06-26 | Fix writes to pages containing watchpoints for the RAM not at 0x0 cases. | balrog | 2 | -7/+7 |
2007-06-26 | DR6 single step exception status bit, by Juergen Keil. | ths | 4 | -1/+13 |
2007-06-25 | Rename variables and rearrange code to please gcc -Wshadow checks | blueswir1 | 3 | -29/+32 |
2007-06-25 | Drop unused parameters | blueswir1 | 1 | -12/+15 |
2007-06-25 | MIPS64 improvements, based on a patch by Aurelien Jarno. | ths | 2 | -5/+5 |
2007-06-25 | Handle endianness of double floats, by Magnus Damm. | ths | 2 | -7/+19 |
2007-06-25 | Insufficient input validation in NE2000 card, written by Tavis Ormandy, | ths | 1 | -2/+5 |
2007-06-25 | Enable serial (tty) support on Solaris host, by Marion Hakanson. | ths | 1 | -14/+15 |
2007-06-25 | Update Changelog. | ths | 1 | -0/+3 |
2007-06-25 | Implement ^W in readline.c, by Michal Hanselmann. | ths | 1 | -0/+43 |
2007-06-25 | Add a 7 segments + led display, by Herve Poussineau. | ths | 4 | -0/+310 |
2007-06-24 | Make touchscreen calibration values better match the HW. Invert WM8750 GPIO. | balrog | 2 | -8/+9 |
2007-06-24 | Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. | balrog | 3 | -4/+20 |
2007-06-23 | Fix division by zero handling, by Joris van Rantwijk. | ths | 1 | -2/+6 |
2007-06-23 | Handle MIPS64 SEGBITS value correctly. | ths | 5 | -16/+32 |