index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
vm86.c
Age
Commit message (
Expand
)
Author
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