summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud