aboutsummaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)Author
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell
2013-07-22configure: Make NPTL non-optionalPeter Maydell
2013-07-22linux-user: Enable NPTL for m68kPeter Maydell
2013-07-22linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-02-06linux-user: Restore cast to target type in get_user()Peter Maydell
2013-01-12linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost
2012-10-12linux-user: Fix siginfo handlingRichard Henderson
2012-09-21linux-user: Use memcpy in get_user/put_user.Richard Henderson
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