summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21linux-user: Fix broken "-version" optionPeter Maydell1-11/+8
2011-09-09introduce environment variables for all qemu-user optionsJohannes Schauer1-207/+348
2011-09-09linux-user: Verify MIPS syscall argumentsAn-Cheng Huang1-5/+17
2011-09-09linux-user: Fix MIPS indirect syscall handlingAn-Cheng Huang1-1/+1
2011-09-09linux-user: Exit with an error if we couldn't set up gdbserverPeter Maydell1-1/+5
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert1-1/+88
2011-08-22microblaze-user: Deliver SIGFPE on div by zeroEdgar E. Iglesias1-0/+7
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+2
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell1-5/+6
2011-07-12mips: null pointer deref should segfaultWesley W. Terpstra1-0/+2
2011-07-12mips: missing syscall returns wrong errnoWesley W. Terpstra1-1/+1
2011-07-12mips: sigaltstack argsWesley W. Terpstra1-1/+1
2011-07-11linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell1-0/+27
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias1-1/+1
2011-06-27Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori1-13/+24
2011-06-26Remove exec-all.h include directivesBlue Swirl1-2/+1
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell1-13/+24
2011-06-15Command line support for altering the log file locationMatthew Fernandez1-17/+26
2011-05-31target-alpha: Tidy exception constants.Richard Henderson1-30/+14
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson1-3/+3
2011-05-23Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno1-0/+83
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl1-20/+2
2011-05-20s390x: s390x-linux-user supportUlrich Hecht1-0/+83
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil1-1/+1
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao1-1/+88
2011-04-11microblaze: Correct ec mask in debug printEdgar E. Iglesias1-1/+1
2011-02-09linux-user: Add support for -version optionPeter Maydell1-4/+13
2010-12-07ARM: fix ldrexd/strexdPeter Maydell1-1/+1
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd1-2/+2
2010-10-05Add new user mode option -ignore-environmentStefan Weil1-0/+6
2010-09-09microblaze: User-mode emulation of hw-excp signalsEdgar E. Iglesias1-0/+31
2010-07-22linux-user: display cpu list.Laurent Vivier1-0/+2
2010-06-10rename CONFIG_QEMU_PREFIXPaolo Bonzini1-1/+1
2010-06-09linux-user: honor low bit of entry PC for MIPSNathan Froyd1-1/+4
2010-05-29Pre-allocate guest address spacePaul Brook1-0/+63
2010-05-28alpha-linux-user: Fill in SI_CODE for SIGSEGV.Richard Henderson1-1/+2
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-1/+8
2010-05-21alpha-linux-user: Fix sigprocmask.Richard Henderson1-2/+9
2010-05-21alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.Richard Henderson1-2/+2
2010-05-18linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp1-1/+2
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson1-0/+55
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson1-1/+6
2010-04-25linux-user: Fix Sparc64 syscall returns.Richard Henderson1-2/+3
2010-04-08linux-user: switch default ppc64 CPU to 970fx from 970Aurelien Jarno1-1/+1
2010-03-29Compile qemu-timer only onceBlue Swirl1-1/+1
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson1-6/+17
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson1-7/+4
2010-02-28alpha-linux-user: Implement signals.Richard Henderson1-25/+112
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson1-3/+1