aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson
2010-02-22Add cpu model configuration support..john cooper
2009-12-24linux-user: fix build with gcc-4.1Aurelien Jarno
2009-12-21PPC: Make DCR uint32_tAlexander Graf
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno
2009-12-21PPC64: Fix timebaseAlexander Graf
2009-12-19linux-user: Fix mmap_lock orderingRiku Voipio
2009-12-11Fix ARM userspace strex implementation.Paul Brook
2009-11-24Add missing break.Paul Brook
2009-11-22ARM atomic ops rewritePaul Brook
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-13Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl
2009-09-13Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl
2009-09-12Fix text relocations in linux-user targetsKirill A. Shutemov
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko
2009-08-03linux-user: handle POWERPC_EXCP_STCXNathan Froyd
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela
2009-07-17Userspace guest address offsettingPaul Brook
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-15Avoid SIGSEGV when dumping cpu state without enabled loggingmalc
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata
2009-07-09Merge commit 'linux-user/linux-user-for-upstream' into tmp-stagingAnthony Liguori
2009-07-09MIPS atomic instructionsPaul Brook
2009-07-09Fix MIPS sys_clonePaul Brook
2009-07-08linux-user: increment MAX_ARG_PAGESArnaud Patard
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg
2009-05-26microblaze: linux-user support.Edgar E. Iglesias
2009-05-16linux-user: ppc signal handlingNathan Froyd
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-04-21MIPS signal handling fixes.pbrook
2009-04-21MIPS: Raise SIGSEGV, not SIGILL when an access faults.pbrook
2009-04-15linux-user: add support for passing contents of argv0aurel32
2009-04-09Enable generic accepts-anything cpu by default for usermode emulation.pbrook
2009-04-07Add --with-pkgversion.pbrook
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-07Use a dedicated function to request exit from execution loopaurel32
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-02-28Flush stdout after printing usage()blueswir1
2009-02-09Fix crash caused by missing command line argumentsaurel32
2009-01-30linux-user: identify running binary in /proc/self/exeaurel32
2009-01-30linux-user: Add generic env variable handlingaurel32
2009-01-20Fix user emulator breakage, based on patch by Riku Voipioblueswir1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14Get rid of user_mode_onlyaurel32
2009-01-05Fix more FSF addressesblueswir1
2008-12-18User-mode GDB stub improvements - handle forkaurel32