]> git.proxmox.com Git - qemu.git/history - linux-user/vm86.c
smc91c111: Fix receive starvation
[qemu.git] / linux-user / vm86.c
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-10-27 Matthias Braunlinux-user: fix abi_(u)long, target_ulong mismatch
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-05 blueswir1Fix more FSF addresses
2008-12-13 blueswir1Remove unnecessary trailing newlines
2007-11-11 bellard64 bit compilation fixes
2007-11-11 bellardfixed error codes
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2003-06-21 bellardforce IOPL=3
2003-06-09 bellardbig endian/unaligned fix
2003-05-16 bellardfixed 32 bit popf/iret emulation in vm86 mode
2003-05-14 bellardremoved invalid eip update
2003-05-14 bellardremoved trace - merged 2.4.20 vm86 patches
2003-05-10 bellardfixed from 2.4.20 kernel
2003-05-10 bellardsigtrap support
2003-05-10 bellardvm86 emulation closer to Linux kernel code - added...