summaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton1-4/+2
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic1-0/+1
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier1-1/+1
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil1-2/+2
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil1-1/+1
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell1-0/+1
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell1-1/+3
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-10/+0
2013-07-22linux-user: Enable NPTL for m68kPeter Maydell1-0/+1
2013-07-22linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell1-2/+7
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber1-1/+1
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-0/+1
2013-02-06linux-user: Restore cast to target type in get_user()Peter Maydell1-2/+2
2013-01-12linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson1-30/+33
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-3/+3
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost1-1/+1
2012-10-12linux-user: Fix siginfo handlingRichard Henderson1-0/+3
2012-09-21linux-user: Use memcpy in get_user/put_user.Richard Henderson1-32/+15
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge1-6/+0
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge1-0/+13
2012-04-06Userspace ARM BE8 supportPaul Brook1-0/+1
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell1-0/+1
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-7/+7
2012-02-02linux-user: save auxv lengthAlexander Graf1-0/+1
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio1-1/+1
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert1-0/+6
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell1-1/+2
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-1/+1
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-1/+4
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger1-0/+7
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach1-1/+0
2010-12-03linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell1-4/+2
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd1-2/+0
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson1-1/+6
2010-06-16Usermode exec-stack fixPaul Brook1-0/+1
2010-04-25linux-user: Remove ELFLOAD32.Richard Henderson1-5/+0
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson1-1/+1
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson1-2/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-1/+1
2009-08-15user: compile path.c only onceBlue Swirl1-2/+0
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-4/+4
2009-07-17Userspace guest address offsettingPaul Brook1-0/+3
2009-07-08linux-user: increment MAX_ARG_PAGESArnaud Patard1-1/+1
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg1-2/+11
2009-06-16export mmap_find_vma for shmatRiku Voipio1-0/+1
2009-05-19Avoid implicit truncation compiler warningsPaul Brook1-2/+2