aboutsummaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)Author
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge
2012-04-06Userspace ARM BE8 supportPaul Brook
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-02-02linux-user: save auxv lengthAlexander Graf
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach
2010-12-03linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson
2010-06-16Usermode exec-stack fixPaul Brook
2010-04-25linux-user: Remove ELFLOAD32.Richard Henderson
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-15user: compile path.c only onceBlue Swirl
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-17Userspace guest address offsettingPaul Brook
2009-07-08linux-user: increment MAX_ARG_PAGESArnaud Patard
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg
2009-06-16export mmap_find_vma for shmatRiku Voipio
2009-05-19Avoid implicit truncation compiler warningsPaul Brook
2009-04-16Translate signal values in exit status.pbrook
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-01-30linux-user: identify running binary in /proc/self/exeaurel32
2008-12-08linux-user: Move abi_* typedefs into qemu-types.haurel32
2008-10-05Export x86_stack_size in qemu.hblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-06-07Multithreaded locking fixes.pbrook
2008-06-03Spelling fixes, by Stefan Weil.ths
2008-06-02Multithreaded locking for mmap().pbrook
2008-05-31Mark host brk() area as reserved.pbrook
2008-05-31Make signal queues per thread.pbrook
2008-05-30Perform target->host signal mapping for *kill syscalls.pbrook
2008-05-06Update ARM rt_frame layout.pbrook
2007-12-24Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).balrog
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard
2007-11-14always define TARGET_ABI32 if 32 bit userbellard
2007-11-14suppressed page_unprotect_range() - fixed access_ok()bellard
2007-11-11use correct typesbellard
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard