summaryrefslogtreecommitdiffstats
path: root/linux-user/vm86.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &cPeter Maydell2015-01-201-26/+31
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-9/+18
* linux-user: fix abi_(u)long, target_ulong mismatchMatthias Braun2011-10-271-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-1/+1
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-22/+17
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* 64 bit compilation fixesbellard2007-11-111-17/+20
* fixed error codesbellard2007-11-111-2/+2
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-2/+5
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-16/+16
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-19/+24
* force IOPL=3bellard2003-06-211-20/+22
* big endian/unaligned fixbellard2003-06-091-4/+4
* fixed 32 bit popf/iret emulation in vm86 modebellard2003-05-161-1/+1
* removed invalid eip updatebellard2003-05-141-1/+0
* removed trace - merged 2.4.20 vm86 patchesbellard2003-05-141-63/+113
* fixed from 2.4.20 kernelbellard2003-05-101-0/+10
* sigtrap supportbellard2003-05-101-1/+10
* vm86 emulation closer to Linux kernel code - added correct IRQ emulation for ...bellard2003-05-101-0/+407
OpenPOWER on IntegriCloud