aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-14ppc-linux-user: handle EXCP_DEBUGaurel321-14/+13
2008-11-10use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog1-8/+15
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-2/+2
2008-10-08CRIS: linux-user ERP compensation not needed anymore.edgar_igl1-1/+0
2008-10-02Make CPULogItem tables constblueswir11-1/+1
2008-09-15qemu sh4 nptl supportaurel321-1/+1
2008-09-07alpha: only print debug information to the log fileaurel321-1/+0
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-1/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-3/+0
2008-08-30Add correct stack bias if a 64 bit stack is usedblueswir11-0/+9
2008-08-27Fix Sparc64 window handling problems detected by Vince Weaverblueswir11-3/+18
2008-08-20Fix tswap sizemalc1-2/+2
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-1/+3
2008-07-29Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues).balrog1-2/+2
2008-06-27More efficient target register / TC accesses.ths1-13/+13