summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-21Drop cpu_list_id macroPeter Maydell1-4/+2
2012-09-14linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell1-13/+0
2012-08-27linux-user: Clarify "Unable to reserve guest address space" errorPeter Maydell1-1/+4
2012-08-27linux-user: arg_table need not have global scopeJim Meyering1-3/+3
2012-08-14linux-user: ARM: Ignore immediate value for svc in thumb modeAlexander Graf1-2/+1
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge1-29/+6
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao1-1/+2
2012-08-04alpha-linux-user: Fix a3 error return with v0 error bypass.Richard Henderson1-7/+5
2012-08-04alpha-linux-user: Fix signal handlingRichard Henderson1-0/+3
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell1-2/+2
2012-07-27target-or32: Add linux user supportJia Liu1-0/+100
2012-06-21qemu-log: cleanupBlue Swirl1-1/+2
2012-06-04linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber1-1/+1
2012-04-06Userspace ARM BE8 supportPaul Brook1-5/+29
2012-04-06linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf1-0/+11
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell1-0/+1
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani1-5/+0
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-7/+7
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber1-14/+14
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber1-0/+2
2012-02-02linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任1-0/+7
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang1-2/+2
2011-10-27ppc64-linux-user: Fix syscall return type.Richard Henderson1-10/+3
2011-10-27sparc-linux-user: Fixup sending SIGSEGVRichard Henderson1-2/+2
2011-10-27sparc-linux-user: Handle SIGILL.Richard Henderson1-0/+9
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