summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user: Use the 5KEf processor for 64-bit emulationMaciej W. Rozycki2014-12-161-1/+1
* target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler2014-12-111-1/+1
* linux-user: Fix fault address truncation AArch64Riku Voipio2014-11-031-3/+1
* linux-user: Let user specify random seedMagnus Reftel2014-11-031-0/+19
* exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell2014-09-121-2/+1
* linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao2014-08-221-1/+0
* target-ppc: Change default cpu for ppc64le-linux-userRichard Henderson2014-07-081-4/+4
* Add support for the arm breakpoint syscallHunter Laux2014-06-241-0/+4
* tcg-ppc: Merge cache-utils into the backendRichard Henderson2014-06-231-3/+0
* qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson2014-06-231-1/+0
* target-ppc: Store Quadword Conditional Drops Size BitTom Musta2014-06-161-1/+1
* target-ppc: Allow little-endian user mode.Doug Kwan2014-06-161-1/+7
* target-i386: fix segment flags for SMM and VM86 modePaolo Bonzini2014-05-211-1/+1
OpenPOWER on IntegriCloud