summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini2019-11-291-7/+43
* linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite2019-11-291-1/+2
* target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini2019-11-291-3/+7
* linux-user: arm: pass env to get_user_code_*Paolo Bonzini2019-11-291-11/+9
* linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell2019-11-291-1/+2
* target-arm: Add write_type argument to cpsr_write()Peter Maydell2019-11-291-3/+3
* linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier2019-11-291-1/+1
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-291-0/+1
* linux-user: Clean up includesPeter Maydell2019-11-291-6/+1
* linux-user: avoid "naked" qemu_logPaolo Bonzini2019-11-291-40/+31
* user: introduce "-d page"Paolo Bonzini2019-11-291-2/+2
* qemu-log: introduce qemu_log_separatePaolo Bonzini2019-11-291-2/+2
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-6/+69
* 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
|/
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-12/+0
* linux-user: Fix MIPS N64 trap and break instruction bugAndrew Bennett2015-07-151-2/+2
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-14/+14
* gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite2015-07-091-1/+1
* linux-user, ppc: mftbl can be used by user applicationLaurent Vivier2015-07-071-2/+1
* linux-user: fix the breakpoint inheritance in spawned threadsThierry Bultel2015-06-161-2/+2
* linux-user: Default sh4 to sh7785Richard Henderson2015-06-121-0/+2
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-4/+0
* linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng2015-04-271-1/+0
* linux-user: fix broken cpu_copy()Leon Alrae2015-03-231-1/+1
* linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...Chen Gang S2015-03-221-2/+0
* linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUsMikhail Ilyin2015-03-161-1/+1
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-5/+5
* Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell2015-03-031-8/+1
* linux-user: Check for cpu_init() errorsEduardo Habkost2015-02-251-1/+8
* linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S2015-02-101-32/+32
* linux-user/main.c: Mark end_exclusive() as possibly unusedPeter Maydell2015-01-271-1/+1
* linux-user/main.c: Call cpu_exec_start/end on all target archsPeter Maydell2015-01-271-0/+18
* linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell2015-01-201-1/+1
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-4/+0
OpenPOWER on IntegriCloud