summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* linux-user: Add AArch64 supportAlexander Graf2013-09-101-0/+16
* linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-101-0/+2
* linux-user: Add cpu loop for AArch64Peter Maydell2013-09-101-0/+82
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-3/+7
* linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic2013-07-291-2/+2
* linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber2013-07-261-1/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-251-49/+44
|\
| * linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung2013-07-231-3/+43
| * linux-user: Avoid conditional cpu_reset()Andreas Färber2013-07-221-2/+0
| * configure: Make NPTL non-optionalPeter Maydell2013-07-221-43/+0
* | gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-231-16/+19
|/
* linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic2013-07-191-1/+1
* 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
OpenPOWER on IntegriCloud