aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
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
2008-12-10Introduce and use cache-utils.[ch]malc
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori
2008-11-14ppc-linux-user: handle EXCP_DEBUGaurel32
2008-11-10use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-08CRIS: linux-user ERP compensation not needed anymore.edgar_igl
2008-10-02Make CPULogItem tables constblueswir1
2008-09-15qemu sh4 nptl supportaurel32
2008-09-07alpha: only print debug information to the log fileaurel32
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-30Add correct stack bias if a 64 bit stack is usedblueswir1
2008-08-27Fix Sparc64 window handling problems detected by Vince Weaverblueswir1
2008-08-20Fix tswap sizemalc
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1
2008-07-29Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues).balrog
2008-06-27More efficient target register / TC accesses.ths
2008-06-15Fix Sparc32plus & Sparc64 debug outputblueswir1
2008-06-09Use qemu_mallocz to allocate new thread state. Remove redundant memset.pbrook
2008-06-07Multithreaded locking fixes.pbrook
2008-06-07Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir1
2008-05-31Make signal queues per thread.pbrook