summaryrefslogtreecommitdiffstats
path: root/linux-user/qemu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update ARM rt_frame layout.pbrook2008-05-061-0/+1
* Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).balrog2007-12-241-1/+6
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-18/+29
* always define TARGET_ABI32 if 32 bit userbellard2007-11-141-0/+4
* suppressed page_unprotect_range() - fixed access_ok()bellard2007-11-141-2/+5
* use correct typesbellard2007-11-111-3/+3
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-47/+74
* Fix some compiler warnings.ths2007-11-031-0/+6
* EFAULT - update __get_user() __put_user(), by Thayne Harbaugh.ths2007-11-021-13/+13
* EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths2007-11-021-1/+2
* Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths2007-11-011-0/+8
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-43/+53
* Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir12007-10-091-0/+5
* Fix host and target longs confusions (continued).j_mayer2007-10-071-13/+13
OpenPOWER on IntegriCloud