summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-40/+40
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-1/+1
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-2/+3
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-3/+3
2014-03-10Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell1-0/+4
2014-03-05target-ppc: Add Store Quadword ConditionalTom Musta1-1/+17
2014-03-03linux-user: correct handling of break exception for MIPSPetar Jovanovic1-0/+4
2014-02-20linux-user: AArch64: Fix exclusive store of the zero registerJanne Grunau1-2/+4
2014-01-08target-arm: A64: support for ld/st/cl exclusiveMichael Matz1-3/+124
2014-01-08target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell1-10/+15
2014-01-07target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell1-1/+1
2013-11-30linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson1-26/+6
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson1-1/+1
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson1-0/+1
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-2/+2
2013-10-07cpu: Move cpu_copy() into linux-userAndreas Färber1-0/+31
2013-09-24linux-user: Check type of microMIPS break instructionKwok Cheung Yeung1-21/+35
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier1-1/+31
2013-09-24mips-linux-user: Adjust names in mips_syscall_argsRichard Henderson1-2/+2
2013-09-10linux-user: Add AArch64 supportAlexander Graf1-0/+16
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell1-0/+2
2013-09-10linux-user: Add cpu loop for AArch64Peter Maydell1-0/+82
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-3/+7
2013-07-29linux-user: correct argument number for sys_mremap and sys_splicePetar Jovanovic1-2/+2
2013-07-26linux-user: Avoid redundant ENV_GET_CPU()Andreas Färber1-1/+1
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori1-49/+44
2013-07-23linux-user: Handle compressed ISA encodings when processing MIPS exceptionsKwok Cheung Yeung1-3/+43
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber1-16/+19
2013-07-22linux-user: Avoid conditional cpu_reset()Andreas Färber1-2/+0
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-43/+0
2013-07-19linux-user: declare sys_futex to have 6 argumentsPetar Jovanovic1-1/+1
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-2/+3
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber1-5/+5
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-5/+3
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-15/+23
2013-06-28cpu: Change cpu_exit() argument to CPUStateAndreas Färber1-1/+1
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini1-3/+3
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-2/+2
2013-03-11linux-user: Fix layout of usage table to account for option textPeter Maydell1-8/+16
2013-03-05mips-linux-user: Fix n32 and n64 syscallsRichard Henderson1-7/+18
2013-03-04target-mips: Translate breaks and traps into the appropriate signalMeador Inge1-1/+75
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-11/+5
2013-02-16cpu: Move running field to CPUStateAndreas Färber1-15/+22
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-1/+1
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell1-1/+1
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell1-5/+1
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell1-2/+2
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin1-3/+3