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