summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* target-arm: A64: support for ld/st/cl exclusiveMichael Matz2014-01-081-3/+124
* target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell2014-01-081-10/+15
* target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell2014-01-071-1/+1
* linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson2013-11-301-26/+6
* util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson2013-11-301-1/+1
* osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson2013-11-301-0/+1
* cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-2/+2
* cpu: Move cpu_copy() into linux-userAndreas Färber2013-10-071-0/+31
* linux-user: Check type of microMIPS break instructionKwok Cheung Yeung2013-09-241-21/+35
* linux-user: add support of binfmt_misc 'O' flagLaurent Vivier2013-09-241-1/+31
* mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson2013-09-241-2/+2
* 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
|/
OpenPOWER on IntegriCloud