index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
vm86.c
Age
Commit message (
Expand
)
Author
Files
Lines
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