summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
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
2008-05-29Implement ARM magic kernel page and TLS register.pbrook
2008-05-28variable dynamic translation buffer sizebellard
2008-05-27CRIS: Use $eda to instead of debug1 (removed) for fault addr.edgar_igl
2008-05-122.6 kernels make int 5 a trap gatebellard
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2008-04-07Implement ARM floating point exception emulationaurel32
2008-03-26Revert accidental commit.pbrook
2008-03-26Remove fixed length commandline buffers.pbrook
2008-03-25m68k mmap2 fixes.pbrook
2008-03-05 Convert Sparc64 trap state ops to TCGblueswir1
2008-02-28First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl
2008-02-12Make MIPS MT implementation more cache friendly.ths
2008-01-08Fix section switching buglet, by Edgar E. Iglesias.ths
2008-01-06copyright updatebellard
2007-12-16QEMU_STRACE documentation bit by Thayne Harbaugh.balrog
2007-12-02SH4: Signal handling for the user space emulator, by Magnus Damm.ths
2007-11-20SH4 Fix missing 6th arg of syscall, by "takasi-y".ths
2007-11-17Always make all PowerPC exception definitions visible.j_mayer
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard
2007-11-15force correct ppc64 cpubellard
2007-11-15x86_64 fixesbellard
2007-11-14x86_64 linux user emulationbellard
2007-11-14i386 TLS supportbellard
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer
2007-11-11sparc64_[get|set]_context are not meaningful in abi32 modebellard
2007-11-11printf format fixesbellard
2007-11-11-strace optionbellard
2007-11-10added cpu_model parameter to cpu_init()bellard
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths
2007-11-08removed obsolete x86 code copy supportbellard
2007-11-08removed unused codebellard
2007-11-08added -cpu option for x86 - fixed glibc hack in case the global variables are...bellard
2007-11-03Fix incorrect PowerPC instruction fetch exception dump.j_mayer
2007-11-01Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer