summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Implement ARM floating point exception emulationaurel321-2/+51
2008-03-26Revert accidental commit.pbrook1-2/+2
2008-03-26Remove fixed length commandline buffers.pbrook1-2/+2
2008-03-25m68k mmap2 fixes.pbrook1-1/+1
2008-03-05 Convert Sparc64 trap state ops to TCGblueswir11-1/+1
2008-02-28First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl1-0/+3
2008-02-12Make MIPS MT implementation more cache friendly.ths1-11/+11
2008-01-08Fix section switching buglet, by Edgar E. Iglesias.ths1-1/+2
2008-01-06copyright updatebellard1-5/+6
2007-12-16QEMU_STRACE documentation bit by Thayne Harbaugh.balrog1-1/+6
2007-12-02SH4: Signal handling for the user space emulator, by Magnus Damm.ths1-0/+12
2007-11-20SH4 Fix missing 6th arg of syscall, by "takasi-y".ths1-1/+1
2007-11-17Always make all PowerPC exception definitions visible.j_mayer1-6/+0
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-11/+19
2007-11-15force correct ppc64 cpubellard1-0/+4
2007-11-15x86_64 fixesbellard1-11/+14
2007-11-14x86_64 linux user emulationbellard1-8/+65
2007-11-14i386 TLS supportbellard1-9/+12
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-2/+0
2007-11-11sparc64_[get|set]_context are not meaningful in abi32 modebellard1-0/+2
2007-11-11printf format fixesbellard1-8/+8
2007-11-11-strace optionbellard1-3/+6
2007-11-10added cpu_model parameter to cpu_init()bellard1-58/+27
2007-11-08Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths1-1/+1
2007-11-08removed obsolete x86 code copy supportbellard1-8/+0
2007-11-08removed unused codebellard1-5/+0
2007-11-08added -cpu option for x86 - fixed glibc hack in case the global variables are...bellard1-6/+31
2007-11-03Fix incorrect PowerPC instruction fetch exception dump.j_mayer1-1/+1
2007-11-01Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths1-0/+4
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer1-7/+1
2007-10-27PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.j_mayer1-1/+0
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-7/+6
2007-10-18Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user targetj_mayer1-7/+11
2007-10-14 SuperSparc MXCC support (Robert Reif)blueswir11-1/+1
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-13/+16
2007-10-12Unify '-cpu ?' option.j_mayer1-8/+3
2007-10-09 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir11-0/+1
2007-10-08CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths1-0/+75
2007-10-07Fix host and target longs confusions (continued).j_mayer1-8/+11
2007-10-05 Implement sparc64_[gs]et_contextblueswir11-0/+8
2007-10-04We must reset the PowerPC CPU _after_ registering it, as hardware resetj_mayer1-1/+1
2007-09-30Fix missing case in the new PowerPC exception model.j_mayer1-0/+3
2007-09-30Code provision for n32/n64 mips userland emulation. Not functional yet.ths1-0/+4
2007-09-30Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer1-18/+4
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer1-179/+279
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer1-3/+14
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-22/+22
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-55/+55
2007-09-06Partial support for 34K multithreading, not functional yet.ths1-11/+13
2007-07-07 Deliver page faults to programblueswir11-1/+14