COMMITS
/ linux-user/vm86.c September 8, 2021
P
linux-user: Split linux-user internals out of qemu.h
Peter Maydell committed
February 4, 2020
J
linux-user: Use `qemu_log' for non-strace logging
Josh Kunz committed
March 23, 2019
R
target/i386: Use env_cpu, env_archcpu
Richard Henderson committed
December 13, 2018
P
avoid TABs in files that only contain a few
Paolo Bonzini committed
January 26, 2016
P
linux-user: Clean up includes
Peter Maydell committed
January 20, 2015
P
linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c
Peter Maydell committed
August 26, 2013
A
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber committed
August 12, 2011
M
linux-user: fix abi_(u)long, target_ulong mismatch
Matthias Braun committed
July 16, 2009
B
Update to a hopefully more future proof FSF address
Blue Swirl committed
January 15, 2009
A
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori committed
A
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori committed
January 5, 2009
B
Fix more FSF addresses
blueswir1 committed
December 13, 2008
B
Remove unnecessary trailing newlines
blueswir1 committed
November 11, 2007
B
64 bit compilation fixes
bellard committed
B
fixed error codes
bellard committed
B
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard committed
October 14, 2007
B
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1 committed
September 17, 2007
September 16, 2007
T
March 25, 2006
P
Avoid accessing guest memory directly in usermode emulation.
pbrook committed
June 21, 2003
B
force IOPL=3
bellard committed
June 9, 2003
B
big endian/unaligned fix
bellard committed
May 16, 2003
B
fixed 32 bit popf/iret emulation in vm86 mode
bellard committed
May 14, 2003
B
removed invalid eip update
bellard committed
B
removed trace - merged 2.4.20 vm86 patches
bellard committed
May 10, 2003
B
fixed from 2.4.20 kernel
bellard committed
B
sigtrap support
bellard committed