summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-27linux-user: Support for restarting system calls for Microblaze targetsTimothy E Baldwin1-1/+6
2016-05-27linux-user: Set r14 on exit from microblaze syscallPeter Maydell1-0/+7
2016-05-27linux-user: Support for restarting system calls for tilegx targetsPeter Maydell1-8/+13
2016-05-27linux-user: Support for restarting system calls for CRIS targetsTimothy E Baldwin1-1/+5
2016-05-27linux-user: Support for restarting system calls for S390 targetsTimothy E Baldwin1-3/+9
2016-05-27linux-user: Support for restarting system calls for M68K targetsTimothy E Baldwin1-9/+15
2016-05-27linux-user: Support for restarting system calls for OpenRISC targetsTimothy E Baldwin1-8/+14
2016-05-27linux-user: Support for restarting system calls for UniCore32 targetsTimothy E Baldwin1-1/+6
2016-05-27linux-user: Support for restarting system calls for Alpha targetsTimothy E Baldwin1-2/+5
2016-05-27linux-user: Support for restarting system calls for SH4 targetsTimothy E Baldwin1-1/+5
2016-05-27linux-user: Support for restarting system calls for SPARC targetsTimothy E Baldwin1-0/+3
2016-05-27linux-user: Support for restarting system calls for PPC targetsTimothy E Baldwin1-0/+4
2016-05-27linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin1-0/+4
2016-05-27linux-user: Support for restarting system calls for ARM targetsTimothy E Baldwin1-18/+30
2016-05-27linux-user: Support for restarting system calls for x86 targetsTimothy E Baldwin1-18/+29
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost1-3/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini1-0/+1
2016-04-04linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()Peter Maydell1-0/+6
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+3
2016-03-04linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini1-7/+43
2016-03-04linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite1-1/+2
2016-03-04target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini1-3/+7
2016-03-04linux-user: arm: pass env to get_user_code_*Paolo Bonzini1-11/+9
2016-02-26linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell1-1/+2
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell1-3/+3
2016-02-23linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier1-1/+1
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29linux-user: Clean up includesPeter Maydell1-6/+1
2015-12-17linux-user: avoid "naked" qemu_logPaolo Bonzini1-40/+31
2015-12-17user: introduce "-d page"Paolo Bonzini1-2/+2
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini1-2/+2
2015-10-08linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington1-2/+2
2015-10-07target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGVRichard Henderson1-18/+23
2015-10-07target-tilegx: Decode ill pseudo-instructionsChen Gang1-0/+14
2015-09-28linux-user: Treat --foo options the same as -fooMeador Inge1-0/+4
2015-09-28linux-user: use EXIT_SUCCESS and EXIT_FAILURERiku Voipio1-36/+36
2015-09-28linux-user: Add proper error messages for bad optionsMeador Inge1-3/+7
2015-09-28linux-user: Add -helpMeador Inge1-0/+2
2015-09-28linux-user: Exit 0 when -h is usedMeador Inge1-10/+10
2015-09-20target-ppc: Fix SRR0 when taking unaligned exceptionsAnton Blanchard1-1/+1
2015-09-15target-tilegx: Handle atomic instructionsRichard Henderson1-0/+166
2015-09-15target-tilegx: Generate SEGV properlyRichard Henderson1-0/+3
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang1-0/+69
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+3
2015-09-11linux-user: Fix warnings caused by missing 'static' attributeStefan Weil1-4/+4
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic1-3/+3
2015-09-07target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell1-0/+3
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier1-12/+0