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