aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell
2013-02-16cpu: Move running field to CPUStateAndreas Färber
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber
2013-01-12Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl
2013-01-08linux-user: fix mips 32-on-64 prealloc caseAlexander Graf
2013-01-05target-s390: Reorg exception handlingRichard Henderson
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-31target-mips: Add ASE DSP resources access checkJia Liu
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson
2012-10-12linux-user: If loading fails, print error as string, not numberPeter Maydell
2012-09-21Drop cpu_list_id macroPeter Maydell
2012-09-14linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell
2012-08-27linux-user: Clarify "Unable to reserve guest address space" errorPeter Maydell
2012-08-27linux-user: arg_table need not have global scopeJim Meyering
2012-08-14linux-user: ARM: Ignore immediate value for svc in thumb modelinux-user.for-upstreamAlexander Graf
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao
2012-08-04alpha-linux-user: Fix a3 error return with v0 error bypass.Richard Henderson
2012-08-04alpha-linux-user: Fix signal handlingRichard Henderson
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-07-27target-or32: Add linux user supportJia Liu
2012-06-21qemu-log: cleanupBlue Swirl
2012-06-04linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber
2012-04-06Userspace ARM BE8 supportPaul Brook
2012-04-06linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber
2012-02-02linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang
2011-10-27ppc64-linux-user: Fix syscall return type.Richard Henderson
2011-10-27sparc-linux-user: Fixup sending SIGSEGVRichard Henderson
2011-10-27sparc-linux-user: Handle SIGILL.Richard Henderson
2011-10-21linux-user: Fix broken "-version" optionPeter Maydell
2011-09-09introduce environment variables for all qemu-user optionsJohannes Schauer
2011-09-09linux-user: Verify MIPS syscall argumentsAn-Cheng Huang
2011-09-09linux-user: Fix MIPS indirect syscall handlingAn-Cheng Huang
2011-09-09linux-user: Exit with an error if we couldn't set up gdbserverPeter Maydell
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert
2011-08-22microblaze-user: Deliver SIGFPE on div by zeroEdgar E. Iglesias