summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-2/+3
* linux-user: Change thread_env to CPUStateAndreas Färber2013-07-091-5/+5
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-5/+3
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-15/+23
* cpu: Change cpu_exit() argument to CPUStateAndreas Färber2013-06-281-1/+1
* main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini2013-06-141-3/+3
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-2/+2
* linux-user: Fix layout of usage table to account for option textPeter Maydell2013-03-111-8/+16
* mips-linux-user: Fix n32 and n64 syscallsRichard Henderson2013-03-051-7/+18
* target-mips: Translate breaks and traps into the appropriate signalMeador Inge2013-03-041-1/+75
* qemu-log: default to stderr for logging outputPeter Maydell2013-02-261-11/+5
* cpu: Move running field to CPUStateAndreas Färber2013-02-161-15/+22
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell2013-02-161-1/+1
* qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell2013-02-161-5/+1
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-161-2/+2
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-3/+3
* linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber2013-02-011-1/+1
* 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
OpenPOWER on IntegriCloud