summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson2010-03-121-7/+4Star
* alpha-linux-user: Implement signals.Richard Henderson2010-02-281-25/+112
* target-alpha: Reduce internal processor registers for user-mode.Richard Henderson2010-02-231-3/+1Star
* Add cpu model configuration support..john cooper2010-02-221-2/+6
* linux-user: fix build with gcc-4.1Aurelien Jarno2009-12-241-0/+2
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-2/+2
* PPC64: Fix alternate timebaseAurelien Jarno2009-12-211-2/+2
* PPC64: Fix timebaseAlexander Graf2009-12-211-2/+2
* linux-user: Fix mmap_lock orderingRiku Voipio2009-12-191-2/+2
* Fix ARM userspace strex implementation.Paul Brook2009-12-111-0/+1
* Add missing break.Paul Brook2009-11-241-0/+1
* ARM atomic ops rewritePaul Brook2009-11-221-0/+80
* target-mips: rename CP0_LLAddr into lladdrAurelien Jarno2009-11-221-2/+2
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-0/+4
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-12/+12
* Get rid of _t suffixmalc2009-10-011-12/+12
* Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl2009-09-131-21/+0Star
* Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl2009-09-131-0/+21
* Fix text relocations in linux-user targetsKirill A. Shutemov2009-09-121-26/+0Star
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-3/+3
* Sparc64: replace tsptr with helper routineIgor Kovalenko2009-08-041-1/+1
* linux-user: handle POWERPC_EXCP_STCXNathan Froyd2009-08-031-0/+68
* rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-3/+3
* Userspace guest address offsettingPaul Brook2009-07-171-0/+45
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1Star
* Avoid SIGSEGV when dumping cpu state without enabled loggingmalc2009-07-151-1/+2
* consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata2009-07-091-33/+0Star
* Merge commit 'linux-user/linux-user-for-upstream' into tmp-stagingAnthony Liguori2009-07-091-3/+5
|\
| * linux-user: increment MAX_ARG_PAGESArnaud Patard2009-07-081-3/+5
* | MIPS atomic instructionsPaul Brook2009-07-091-0/+60
* | Fix MIPS sys_clonePaul Brook2009-07-091-1/+1
|/
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-7/+35
* microblaze: linux-user support.Edgar E. Iglesias2009-05-261-0/+96
* linux-user: ppc signal handlingNathan Froyd2009-05-151-0/+5
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-6/+6
* MIPS signal handling fixes.pbrook2009-04-211-0/+5
* MIPS: Raise SIGSEGV, not SIGILL when an access faults.pbrook2009-04-211-0/+7
* linux-user: add support for passing contents of argv0aurel322009-04-151-1/+37
* Enable generic accepts-anything cpu by default for usermode emulation.pbrook2009-04-091-1/+1
* Add --with-pkgversion.pbrook2009-04-081-1/+1
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+5
* Use a dedicated function to request exit from execution loopaurel322009-03-071-1/+1
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-0/+20
* Flush stdout after printing usage()blueswir12009-02-281-2/+2
* Fix crash caused by missing command line argumentsaurel322009-02-091-1/+7
* linux-user: identify running binary in /proc/self/exeaurel322009-01-301-0/+3
* linux-user: Add generic env variable handlingaurel322009-01-301-16/+34
* Fix user emulator breakage, based on patch by Riku Voipioblueswir12009-01-201-13/+15
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-19/+15Star
* Get rid of user_mode_onlyaurel322009-01-141-1/+0Star