summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng2016-06-071-0/+1
|/
* linux-user: Support for restarting system calls for Microblaze targetsTimothy E Baldwin2016-05-271-1/+6
* linux-user: Set r14 on exit from microblaze syscallPeter Maydell2016-05-271-0/+7
* linux-user: Support for restarting system calls for tilegx targetsPeter Maydell2016-05-271-8/+13
* linux-user: Support for restarting system calls for CRIS targetsTimothy E Baldwin2016-05-271-1/+5
* linux-user: Support for restarting system calls for S390 targetsTimothy E Baldwin2016-05-271-3/+9
* linux-user: Support for restarting system calls for M68K targetsTimothy E Baldwin2016-05-271-9/+15
* linux-user: Support for restarting system calls for OpenRISC targetsTimothy E Baldwin2016-05-271-8/+14
* linux-user: Support for restarting system calls for UniCore32 targetsTimothy E Baldwin2016-05-271-1/+6
* linux-user: Support for restarting system calls for Alpha targetsTimothy E Baldwin2016-05-271-2/+5
* linux-user: Support for restarting system calls for SH4 targetsTimothy E Baldwin2016-05-271-1/+5
* linux-user: Support for restarting system calls for SPARC targetsTimothy E Baldwin2016-05-271-0/+3
* linux-user: Support for restarting system calls for PPC targetsTimothy E Baldwin2016-05-271-0/+4
* linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin2016-05-271-0/+4
* linux-user: Support for restarting system calls for ARM targetsTimothy E Baldwin2016-05-271-18/+30
* linux-user: Support for restarting system calls for x86 targetsTimothy E Baldwin2016-05-271-18/+29
* cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost2016-05-241-3/+0Star
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* log: do not use CONFIG_USER_ONLYPaolo Bonzini2016-05-191-0/+1
* linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()Peter Maydell2016-04-041-0/+6
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+3
* linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini2016-03-041-7/+43
* linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite2016-03-041-1/+2
* target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini2016-03-041-3/+7
* linux-user: arm: pass env to get_user_code_*Paolo Bonzini2016-03-041-11/+9Star
* linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell2016-02-261-1/+2
* target-arm: Add write_type argument to cpsr_write()Peter Maydell2016-02-261-3/+3
* linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier2016-02-231-1/+1
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* linux-user: Clean up includesPeter Maydell2016-01-291-6/+1Star
* linux-user: avoid "naked" qemu_logPaolo Bonzini2015-12-171-40/+31Star
* user: introduce "-d page"Paolo Bonzini2015-12-171-2/+2
* qemu-log: introduce qemu_log_separatePaolo Bonzini2015-12-171-2/+2
* linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-081-1/+1
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-2/+2
* target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGVRichard Henderson2015-10-071-18/+23
* target-tilegx: Decode ill pseudo-instructionsChen Gang2015-10-071-0/+14
* linux-user: Treat --foo options the same as -fooMeador Inge2015-09-281-0/+4
* linux-user: use EXIT_SUCCESS and EXIT_FAILURERiku Voipio2015-09-281-36/+36
* linux-user: Add proper error messages for bad optionsMeador Inge2015-09-281-3/+7
* linux-user: Add -helpMeador Inge2015-09-281-0/+2
* linux-user: Exit 0 when -h is usedMeador Inge2015-09-281-10/+10
* target-ppc: Fix SRR0 when taking unaligned exceptionsAnton Blanchard2015-09-201-1/+1
* target-tilegx: Handle atomic instructionsRichard Henderson2015-09-151-0/+166
* target-tilegx: Generate SEGV properlyRichard Henderson2015-09-151-0/+3
* linux-user: Support tilegx architecture in linux-userChen Gang2015-09-151-0/+69
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-3/+3
|\
| * replace spinlock by QemuMutex.KONRAD Frederic2015-09-091-3/+3
* | linux-user: Fix warnings caused by missing 'static' attributeStefan Weil2015-09-111-4/+4
* | target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell2015-09-071-0/+3
|/