kvm: Conditionally apply workaround for KVM slot handling bug
[qemu] / linux-user / mmap.c
2009-02-03 edgar_iglPartialy fix mmap at EOF for large pagesize targets...
2009-01-28 malcFix qemu_malloc.
2009-01-23 aliguorilinux-user: add qemu_realloc() implementation to unbrea...
2009-01-05 blueswir1Fix more FSF addresses
2008-12-15 blueswir1Fix mremap, based on patch by Kirill A. Shutemov
2008-12-11 blueswir1Fix compiling without MREMAP_FIXED
2008-12-08 aurel32linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MA...
2008-12-08 aurel32linux-user: mmap: add check if requested memory area...
2008-10-02 blueswir1Include qemu-common.h in order to get prototypes for...
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-02 pbrookMultithreaded locking for mmap().
2008-05-31 pbrookMark host brk() area as reserved.
2008-04-26 balrogTeach mmap to not overwrite reserved pages and fix...
2008-04-24 balrogCope with arch-specific page protection flags in mmap...
2008-03-14 edgar_iglUse TARGET_FMT_lx.
2007-12-12 balrogMark host pages as reserved (Magnus Damm).
2007-11-14 bellardfixed target_mmap() if host page size < TARGET_PAGE_SIZE
2007-11-02 thsFix compiler warnings, by Stefan Weil.
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-09-30 thsFix mmap to handle differing host/target page sizes...
2007-09-27 j_mayermemset string pages to zero to avoid putting random...
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...
2007-06-03 thsAdd __mips__to mmap specialcase.
2006-10-22 pbrookColdFire target.
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-02-04 pbrookMake target_mmap always return -1 on failure.
2005-04-07 bellardia64 host support (David Mosberger)
2004-07-05 bellardDarwin patch (initial patch by Pierre d'Herbemont)
2004-04-26 bellardamd64 port (Jocelyn Mayer)
2004-03-17 bellardinitial x86-64 host support (Gwenole Beauchesne)
2003-06-09 bellardavoid unaligned file offset in anonymous mapping
2003-06-05 bellardalpha fix
2003-05-13 bellardfixed small page handling
2003-05-13 bellardmmap emulation