summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova2016-07-181-0/+1
* trace: [linux-user] Commandline arguments to control tracingLluís Vilanova2016-07-181-0/+19
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-291-16/+16
|\
| * target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-16/+16
* | target-mips: Implement FCR31's R/W bitmask and related functionalitiesAleksandar Markovic2016-06-241-0/+14
|/
* ppc: Rework generation of priv and inval interruptsBenjamin Herrenschmidt2016-06-231-0/+1
* log: Fix qemu_set_log_filename() error handlingMarkus Armbruster2016-06-201-1/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell2016-06-081-8/+1Star
|\
| * linux-user: In fork_end(), remove correct CPUs from CPU listPeter Maydell2016-06-081-1/+1
| * linux-user: Remove real-time signal queuingTimothy E Baldwin2016-06-071-7/+0Star
* | 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