summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl2013-01-121-48/+92
|\
| * target-s390: Reorg exception handlingRichard Henderson2013-01-051-48/+92
* | linux-user: fix mips 32-on-64 prealloc caseAlexander Graf2013-01-081-0/+5
|/
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* target-mips: Add ASE DSP resources access checkJia Liu2012-10-311-0/+6
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-191-1/+1
|\
| * linux-user: If loading fails, print error as string, not numberPeter Maydell2012-10-121-1/+1
* | microblaze: Update PC before simulating syscallEdgar E. Iglesias2012-10-191-1/+1
* | target-sparc: Don't compute full flags value so oftenRichard Henderson2012-10-131-0/+5
|/
* Drop cpu_list_id macroPeter Maydell2012-09-211-4/+2
* linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell2012-09-141-13/+0
* linux-user: Clarify "Unable to reserve guest address space" errorPeter Maydell2012-08-271-1/+4
* linux-user: arg_table need not have global scopeJim Meyering2012-08-271-3/+3
* linux-user: ARM: Ignore immediate value for svc in thumb modeAlexander Graf2012-08-141-2/+1
* linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge2012-08-141-29/+6
* unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao2012-08-111-1/+2
* alpha-linux-user: Fix a3 error return with v0 error bypass.Richard Henderson2012-08-041-7/+5
* alpha-linux-user: Fix signal handlingRichard Henderson2012-08-041-0/+3
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-2/+2
* target-or32: Add linux user supportJia Liu2012-07-271-0/+100
* qemu-log: cleanupBlue Swirl2012-06-211-1/+2
* linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber2012-06-041-1/+1
* Userspace ARM BE8 supportPaul Brook2012-04-061-5/+29
* linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf2012-04-061-0/+11
* linux-user: resolve reserved_va vma downwardsPeter Maydell2012-04-061-0/+1
* linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani2012-04-061-5/+0
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-7/+7
* linux-user: Don't overuse CPUStateAndreas Färber2012-03-141-14/+14
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* qom: Add QOM support to user emulatorsAndreas Färber2012-03-131-0/+2
* linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任2012-02-021-0/+7
* fix spelling in linux-user sub directoryDong Xu Wang2011-12-021-2/+2
* 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
OpenPOWER on IntegriCloud