summaryrefslogtreecommitdiffstats
path: root/linux-user/qemu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* user: compile path.c only onceBlue Swirl2009-08-151-2/+0
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-4/+4
* Userspace guest address offsettingPaul Brook2009-07-171-0/+3
* linux-user: increment MAX_ARG_PAGESArnaud Patard2009-07-081-1/+1
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-2/+11
* export mmap_find_vma for shmatRiku Voipio2009-06-161-0/+1
* Avoid implicit truncation compiler warningsPaul Brook2009-05-191-2/+2
* Translate signal values in exit status.pbrook2009-04-161-0/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-0/+5
* linux-user: identify running binary in /proc/self/exeaurel322009-01-301-0/+1
* linux-user: Move abi_* typedefs into qemu-types.haurel322008-12-081-19/+1
* Export x86_stack_size in qemu.hblueswir12008-10-051-0/+3
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-2/+1
* Multithreaded locking fixes.pbrook2008-06-071-1/+13
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* Multithreaded locking for mmap().pbrook2008-06-021-0/+6
* Mark host brk() area as reserved.pbrook2008-05-311-0/+1
* Make signal queues per thread.pbrook2008-05-311-3/+23
* Perform target->host signal mapping for *kill syscalls.pbrook2008-05-301-0/+1
OpenPOWER on IntegriCloud