Age | Commit message (Expand) | Author | Files | Lines |
2020-02-19 | linux-user: Use `qemu_log' for non-strace logging | Josh Kunz | 1 | -1/+2 |
2019-06-10 | target/i386: Use env_cpu, env_archcpu | Richard Henderson | 1 | -9/+9 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -1/+1 |
2016-01-29 | linux-user: Clean up includes | Peter Maydell | 1 | -6/+1 |
2015-01-20 | linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c | Peter Maydell | 1 | -26/+31 |
2014-03-13 | cpu: Move opaque field from CPU_COMMON to CPUState | Andreas Färber | 1 | -9/+18 |
2011-10-27 | linux-user: fix abi_(u)long, target_ulong mismatch | Matthias Braun | 1 | -2/+2 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -3/+1 |
2009-01-15 | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 1 | -1/+1 |
2009-01-15 | Clean up debugging code #ifdefs (Eduardo Habkost) | aliguori | 1 | -22/+17 |
2009-01-05 | Fix more FSF addresses | blueswir1 | 1 | -1/+2 |
2008-12-13 | Remove unnecessary trailing newlines | blueswir1 | 1 | -1/+0 |
2007-11-11 | 64 bit compilation fixes | bellard | 1 | -17/+20 |
2007-11-11 | fixed error codes | bellard | 1 | -2/+2 |
2007-11-11 | Linux user memory access API change (initial patch by Thayne Harbaugh) | bellard | 1 | -2/+5 |
2007-10-14 | Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) | blueswir1 | 1 | -1/+1 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -6/+6 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -16/+16 |
2006-03-25 | Avoid accessing guest memory directly in usermode emulation. | pbrook | 1 | -19/+24 |
2003-06-21 | force IOPL=3 | bellard | 1 | -20/+22 |
2003-06-09 | big endian/unaligned fix | bellard | 1 | -4/+4 |
2003-05-16 | fixed 32 bit popf/iret emulation in vm86 mode | bellard | 1 | -1/+1 |
2003-05-14 | removed invalid eip update | bellard | 1 | -1/+0 |
2003-05-14 | removed trace - merged 2.4.20 vm86 patches | bellard | 1 | -63/+113 |
2003-05-10 | fixed from 2.4.20 kernel | bellard | 1 | -0/+10 |
2003-05-10 | sigtrap support | bellard | 1 | -1/+10 |
2003-05-10 | vm86 emulation closer to Linux kernel code - added correct IRQ emulation for ... | bellard | 1 | -0/+407 |