aboutsummaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)Author
2014-01-08target-arm: A64: support for ld/st/cl exclusiveMichael Matz
2014-01-08target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell
2014-01-07target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell
2013-11-30linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-10-07cpu: Move cpu_copy() into linux-userAndreas Färber
2013-09-24linux-user: Check type of microMIPS break instructionKwok Cheung Yeung
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier
2013-09-24mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson
2013-09-10linux-user: Add AArch64 supportAlexander Graf
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell
2013-09-10linux-user: Add cpu loop for AArch64Peter Maydell
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-29linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic
2013-07-26linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori
2013-07-23linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber
2013-07-22linux-user: Avoid conditional cpu_reset()Andreas Färber
2013-07-22configure: Make NPTL non-optionalPeter Maydell
2013-07-19linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2013-03-11linux-user: Fix layout of usage table to account for option textPeter Maydell
2013-03-05mips-linux-user: Fix n32 and n64 syscallsRichard Henderson
2013-03-04target-mips: Translate breaks and traps into the appropriate signalMeador Inge
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell
2013-02-16cpu: Move running field to CPUStateAndreas Färber
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber
2013-01-12Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl
2013-01-08linux-user: fix mips 32-on-64 prealloc caseAlexander Graf
2013-01-05target-s390: Reorg exception handlingRichard Henderson
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-31target-mips: Add ASE DSP resources access checkJia Liu
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson
2012-10-12linux-user: If loading fails, print error as string, not numberPeter Maydell