summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* Implement ARM magic kernel page and TLS register.pbrook2008-05-291-8/+78
* variable dynamic translation buffer sizebellard2008-05-281-0/+1
* CRIS: Use $eda to instead of debug1 (removed) for fault addr.edgar_igl2008-05-271-1/+1
* 2.6 kernels make int 5 a trap gatebellard2008-05-121-1/+1
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* Implement ARM floating point exception emulationaurel322008-04-071-2/+51
* Revert accidental commit.pbrook2008-03-261-2/+2
* Remove fixed length commandline buffers.pbrook2008-03-261-2/+2
* m68k mmap2 fixes.pbrook2008-03-251-1/+1
* Convert Sparc64 trap state ops to TCGblueswir12008-03-051-1/+1
* First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl2008-02-281-0/+3
* Make MIPS MT implementation more cache friendly.ths2008-02-121-11/+11
* Fix section switching buglet, by Edgar E. Iglesias.ths2008-01-081-1/+2
* copyright updatebellard2008-01-061-5/+6
* QEMU_STRACE documentation bit by Thayne Harbaugh.balrog2007-12-161-1/+6
* SH4: Signal handling for the user space emulator, by Magnus Damm.ths2007-12-021-0/+12
* SH4 Fix missing 6th arg of syscall, by "takasi-y".ths2007-11-201-1/+1
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-6/+0
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-11/+19
* force correct ppc64 cpubellard2007-11-151-0/+4
* x86_64 fixesbellard2007-11-151-11/+14
* x86_64 linux user emulationbellard2007-11-141-8/+65
* i386 TLS supportbellard2007-11-141-9/+12
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-2/+0
* sparc64_[get|set]_context are not meaningful in abi32 modebellard2007-11-111-0/+2
* printf format fixesbellard2007-11-111-8/+8
* -strace optionbellard2007-11-111-3/+6
* added cpu_model parameter to cpu_init()bellard2007-11-101-58/+27
* Clean out the N32 macros from target-mips, and introduce MIPS ABI specificths2007-11-081-1/+1
* removed obsolete x86 code copy supportbellard2007-11-081-8/+0
* removed unused codebellard2007-11-081-5/+0
* added -cpu option for x86 - fixed glibc hack in case the global variables are...bellard2007-11-081-6/+31
* Fix incorrect PowerPC instruction fetch exception dump.j_mayer2007-11-031-1/+1
* Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths2007-11-011-0/+4
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-7/+1
* PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.j_mayer2007-10-271-1/+0
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-7/+6
* Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user targetj_mayer2007-10-181-7/+11
* SuperSparc MXCC support (Robert Reif)blueswir12007-10-141-1/+1
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-13/+16
* Unify '-cpu ?' option.j_mayer2007-10-121-8/+3
* Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir12007-10-091-0/+1
* CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths2007-10-081-0/+75
* Fix host and target longs confusions (continued).j_mayer2007-10-071-8/+11
* Implement sparc64_[gs]et_contextblueswir12007-10-051-0/+8
* We must reset the PowerPC CPU _after_ registering it, as hardware resetj_mayer2007-10-041-1/+1
* Fix missing case in the new PowerPC exception model.j_mayer2007-09-301-0/+3
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-301-0/+4
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-301-18/+4
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-179/+279
OpenPOWER on IntegriCloud