aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-24linux-user: fix build with gcc-4.1Aurelien Jarno1-0/+2
2009-12-21PPC: Make DCR uint32_tAlexander Graf1-2/+2
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno1-2/+2
2009-12-21PPC64: Fix timebaseAlexander Graf1-2/+2
2009-12-19linux-user: Fix mmap_lock orderingRiku Voipio1-2/+2
2009-12-11Fix ARM userspace strex implementation.Paul Brook1-0/+1
2009-11-24Add missing break.Paul Brook1-0/+1
2009-11-22ARM atomic ops rewritePaul Brook1-0/+80
2009-11-22target-mips: rename CP0_LLAddr into lladdrAurelien Jarno1-2/+2
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-0/+4
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-12/+12
2009-10-01Get rid of _t suffixmalc1-12/+12
2009-09-13Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl1-21/+0
2009-09-13Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl1-0/+21
2009-09-12Fix text relocations in linux-user targetsKirill A. Shutemov1-26/+0
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-3/+3
2009-08-04Sparc64: replace tsptr with helper routineIgor Kovalenko1-1/+1
2009-08-03linux-user: handle POWERPC_EXCP_STCXNathan Froyd1-0/+68
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela1-3/+3
2009-07-17Userspace guest address offsettingPaul Brook1-0/+45
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-07-15Avoid SIGSEGV when dumping cpu state without enabled loggingmalc1-1/+2
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata1-33/+0
2009-07-09Merge commit 'linux-user/linux-user-for-upstream' into tmp-stagingAnthony Liguori1-3/+5
2009-07-09MIPS atomic instructionsPaul Brook1-0/+60
2009-07-09Fix MIPS sys_clonePaul Brook1-1/+1
2009-07-08linux-user: increment MAX_ARG_PAGESArnaud Patard1-3/+5
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg1-7/+35
2009-05-26microblaze: linux-user support.Edgar E. Iglesias1-0/+96
2009-05-16linux-user: ppc signal handlingNathan Froyd1-0/+5
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-6/+6
2009-04-21MIPS signal handling fixes.pbrook1-0/+5
2009-04-21MIPS: Raise SIGSEGV, not SIGILL when an access faults.pbrook1-0/+7
2009-04-15linux-user: add support for passing contents of argv0aurel321-1/+37
2009-04-09Enable generic accepts-anything cpu by default for usermode emulation.pbrook1-1/+1
2009-04-07Add --with-pkgversion.pbrook1-1/+1
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+5
2009-03-07Use a dedicated function to request exit from execution loopaurel321-1/+1
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-0/+20
2009-02-28Flush stdout after printing usage()blueswir11-2/+2
2009-02-09Fix crash caused by missing command line argumentsaurel321-1/+7
2009-01-30linux-user: identify running binary in /proc/self/exeaurel321-0/+3
2009-01-30linux-user: Add generic env variable handlingaurel321-16/+34
2009-01-20Fix user emulator breakage, based on patch by Riku Voipioblueswir11-13/+15
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-19/+15
2009-01-14Get rid of user_mode_onlyaurel321-1/+0
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-12-18User-mode GDB stub improvements - handle forkaurel321-0/+4
2008-12-10Introduce and use cache-utils.[ch]malc1-1/+4
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori1-2/+2