summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber1-1/+1
2013-01-12Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl1-48/+92
2013-01-08linux-user: fix mips 32-on-64 prealloc caseAlexander Graf1-0/+5
2013-01-05target-s390: Reorg exception handlingRichard Henderson1-48/+92
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-3/+3
2012-10-31target-mips: Add ASE DSP resources access checkJia Liu1-0/+6
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno1-1/+1
2012-10-19microblaze: Update PC before simulating syscallEdgar E. Iglesias1-1/+1
2012-10-13target-sparc: Don't compute full flags value so oftenRichard Henderson1-0/+5
2012-10-12linux-user: If loading fails, print error as string, not numberPeter Maydell1-1/+1
2012-09-21Drop cpu_list_id macroPeter Maydell1-4/+2
2012-09-14linux-user: Remove #if 0'd cpu_get_real_ticks() definitionPeter Maydell1-13/+0
2012-08-27linux-user: Clarify "Unable to reserve guest address space" errorPeter Maydell1-1/+4
2012-08-27linux-user: arg_table need not have global scopeJim Meyering1-3/+3
2012-08-14linux-user: ARM: Ignore immediate value for svc in thumb modeAlexander Graf1-2/+1
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge1-29/+6