Sign in
qemu
/
qemu
/
be4b67bc7d99da26b7878f7f45370f50a3bd4af5
/
linux-user
/
vm86.c
5899d6d
linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c
by Peter Maydell
· 10 years ago
0429a97
cpu: Move opaque field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
cbb21ee
linux-user: fix abi_(u)long, target_ulong mismatch
by Matthias Braun
· 13 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 15 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
d12d51d
Clean up debugging code #ifdefs (Eduardo Habkost)
by aliguori
· 16 years ago
530e761
Fix more FSF addresses
by blueswir1
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
1455bf4
64 bit compilation fixes
by bellard
· 17 years ago
6c30b07
fixed error codes
by bellard
· 17 years ago
579a97f
Linux user memory access API change (initial patch by Thayne Harbaugh)
by bellard
· 17 years ago
992f48a
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
by blueswir1
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
53a5960
Avoid accessing guest memory directly in usermode emulation.
by pbrook
· 19 years ago
c05bab7
force IOPL=3
by bellard
· 22 years ago
84fa15d
big endian/unaligned fix
by bellard
· 22 years ago
418a97a
fixed 32 bit popf/iret emulation in vm86 mode
by bellard
· 22 years ago
3ebcc70
removed invalid eip update
by bellard
· 22 years ago
b333af0
removed trace - merged 2.4.20 vm86 patches
by bellard
· 22 years ago
226c913
fixed from 2.4.20 kernel
by bellard
· 22 years ago
447db21
sigtrap support
by bellard
· 22 years ago
46ddf55
vm86 emulation closer to Linux kernel code - added correct IRQ emulation for dosemu
by bellard
· 22 years ago