index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
vm86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2016-01-29
linux-user: Clean up includes
Peter Maydell
1
-6
/
+1
2015-01-20
linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &c
Peter Maydell
1
-26
/
+31
2014-03-13
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
1
-9
/
+18
2011-10-27
linux-user: fix abi_(u)long, target_ulong mismatch
Matthias Braun
1
-2
/
+2
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-3
/
+1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-1
/
+1
2009-01-15
Clean up debugging code #ifdefs (Eduardo Habkost)
aliguori
1
-22
/
+17
2009-01-05
Fix more FSF addresses
blueswir1
1
-1
/
+2
2008-12-13
Remove unnecessary trailing newlines
blueswir1
1
-1
/
+0
2007-11-11
64 bit compilation fixes
bellard
1
-17
/
+20
2007-11-11
fixed error codes
bellard
1
-2
/
+2
2007-11-11
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
1
-2
/
+5
2007-10-14
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
1
-1
/
+1
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-6
/
+6
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-16
/
+16
2006-03-25
Avoid accessing guest memory directly in usermode emulation.
pbrook
1
-19
/
+24
2003-06-21
force IOPL=3
bellard
1
-20
/
+22
2003-06-09
big endian/unaligned fix
bellard
1
-4
/
+4
2003-05-16
fixed 32 bit popf/iret emulation in vm86 mode
bellard
1
-1
/
+1
2003-05-14
removed invalid eip update
bellard
1
-1
/
+0
2003-05-14
removed trace - merged 2.4.20 vm86 patches
bellard
1
-63
/
+113
2003-05-10
fixed from 2.4.20 kernel
bellard
1
-0
/
+10
2003-05-10
sigtrap support
bellard
1
-1
/
+10
2003-05-10
vm86 emulation closer to Linux kernel code - added correct IRQ emulation for ...
bellard
1
-0
/
+407