summaryrefslogtreecommitdiffstats
path: root/linux-user/qemu.h
Commit message (Expand)AuthorAgeFilesLines
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-281-7/+0
* linux-user: remove unused image_info membersStefan Brüns2015-09-281-2/+0
* exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini2015-09-091-2/+0
* linux-user: fix gcc-4.9 compiler error on __{get,put]}_userRiku Voipio2014-06-171-6/+6
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* linux-user: Don't allow guest to block SIGSEGVPeter Maydell2014-03-171-0/+1
* signal: added a wrapper for sigprocmask functionAlex Barcelo2014-03-171-0/+1
* linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton2014-01-101-4/+2
* linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-291-0/+1
* linux-user: add support of binfmt_misc 'O' flagLaurent Vivier2013-09-241-1/+1
* *-user: Improve documentation for lock_user functionStefan Weil2013-09-201-2/+2
* *-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil2013-09-201-1/+1
* linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-101-0/+1
* linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell2013-09-101-1/+3
* configure: Make NPTL non-optionalPeter Maydell2013-07-221-10/+0
* linux-user: Enable NPTL for m68kPeter Maydell2013-07-221-0/+1
* linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell2013-07-221-2/+7
* linux-user: Change thread_env to CPUStateAndreas Färber2013-07-091-1/+1
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-0/+1
* linux-user: Restore cast to target type in get_user()Peter Maydell2013-02-061-2/+2
* linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson2013-01-121-30/+33
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
* user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost2012-12-061-1/+1
* linux-user: Fix siginfo handlingRichard Henderson2012-10-121-0/+3
* linux-user: Use memcpy in get_user/put_user.Richard Henderson2012-09-211-32/+15
* linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge2012-08-141-6/+0
* linux-user: Factor out guest space probing into a functionMeador Inge2012-08-141-0/+13
* Userspace ARM BE8 supportPaul Brook2012-04-061-0/+1
* linux-user: resolve reserved_va vma downwardsPeter Maydell2012-04-061-0/+1
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-7/+7
* linux-user: save auxv lengthAlexander Graf2012-02-021-0/+1
* linux-user: stack_base is now mandatory on all targetsRiku Voipio2012-02-021-1/+1
* linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert2011-09-091-0/+6
* linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell2011-06-211-1/+2
* Fix typos in comments (neccessary -> necessary)Stefan Weil2011-05-081-1/+1
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-121-1/+4
* linux-user/elfload: add FDPIC supportMike Frysinger2011-02-091-0/+7
* Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2011-01-071-1/+0
* linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell2010-12-031-4/+2
* linux-user: fix memory leaks with NPTL emulationNathan Froyd2010-12-031-2/+0
* Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* linux-user: Reduce lseek+reads while loading elf files.Richard Henderson2010-07-291-1/+6
* Usermode exec-stack fixPaul Brook2010-06-161-0/+1
* linux-user: Remove ELFLOAD32.Richard Henderson2010-04-251-5/+0
* linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson2010-03-271-1/+1
* linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson2010-03-121-2/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-1/+1
OpenPOWER on IntegriCloud