summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* ppc64-linux-user: Fix syscall return type.Richard Henderson2011-10-271-10/+3
* sparc-linux-user: Fixup sending SIGSEGVRichard Henderson2011-10-271-2/+2
* sparc-linux-user: Handle SIGILL.Richard Henderson2011-10-271-0/+9
* linux-user: Fix broken "-version" optionPeter Maydell2011-10-211-11/+8
* introduce environment variables for all qemu-user optionsJohannes Schauer2011-09-091-207/+348
* linux-user: Verify MIPS syscall argumentsAn-Cheng Huang2011-09-091-5/+17
* linux-user: Fix MIPS indirect syscall handlingAn-Cheng Huang2011-09-091-1/+1
* linux-user: Exit with an error if we couldn't set up gdbserverPeter Maydell2011-09-091-1/+5
* linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert2011-09-091-1/+88
* microblaze-user: Deliver SIGFPE on div by zeroEdgar E. Iglesias2011-08-221-0/+7
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-1/+2
* user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell2011-07-301-5/+6
* mips: null pointer deref should segfaultWesley W. Terpstra2011-07-121-0/+2
* mips: missing syscall returns wrong errnoWesley W. Terpstra2011-07-121-1/+1
* mips: sigaltstack argsWesley W. Terpstra2011-07-121-1/+1
* linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-111-0/+27
* user: Fix -d debug logging for usermode emulationEdgar E. Iglesias2011-06-281-1/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-06-271-13/+24
|\
| * linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell2011-06-211-13/+24
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-2/+1
|/
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-17/+26
* target-alpha: Tidy exception constants.Richard Henderson2011-05-311-30/+14
* target-alpha: Rationalize internal processor registers.Richard Henderson2011-05-311-3/+3
* Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-05-231-0/+83
|\
| * s390x: s390x-linux-user supportUlrich Hecht2011-05-201-0/+83
* | Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-221-20/+2
|/
* Fix spelling in comments (intruction -> instruction)Stefan Weil2011-05-081-1/+1
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-121-1/+88
* microblaze: Correct ec mask in debug printEdgar E. Iglesias2011-04-111-1/+1
* linux-user: Add support for -version optionPeter Maydell2011-02-091-4/+13
* ARM: fix ldrexd/strexdPeter Maydell2010-12-071-1/+1
* linux-user: fix memory leaks with NPTL emulationNathan Froyd2010-12-031-2/+2
* Add new user mode option -ignore-environmentStefan Weil2010-10-051-0/+6
* microblaze: User-mode emulation of hw-excp signalsEdgar E. Iglesias2010-09-091-0/+31
* linux-user: display cpu list.Laurent Vivier2010-07-221-0/+2
* rename CONFIG_QEMU_PREFIXPaolo Bonzini2010-06-101-1/+1
* linux-user: honor low bit of entry PC for MIPSNathan Froyd2010-06-091-1/+4
* Pre-allocate guest address spacePaul Brook2010-05-291-0/+63
* alpha-linux-user: Fill in SI_CODE for SIGSEGV.Richard Henderson2010-05-281-1/+2
* tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson2010-05-211-1/+8
* alpha-linux-user: Fix sigprocmask.Richard Henderson2010-05-211-2/+9
* alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.Richard Henderson2010-05-211-2/+2
* linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp2010-05-181-1/+2
* target-alpha: Fix load-locked/store-conditional.Richard Henderson2010-04-271-0/+55
* target-alpha: Implement rs/rc properly.Richard Henderson2010-04-271-1/+6
* linux-user: Fix Sparc64 syscall returns.Richard Henderson2010-04-251-2/+3
* linux-user: switch default ppc64 CPU to 970fx from 970Aurelien Jarno2010-04-081-1/+1
* Compile qemu-timer only onceBlue Swirl2010-03-291-1/+1
* linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson2010-03-271-6/+17
OpenPOWER on IntegriCloud