summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-0/+1
* arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+2
* linux-user: elfload: Provide default for elf_check_archPeter Crosthwaite2015-09-251-24/+4
* linux_user: elfload: Default ELF_MACHINE to ELF_ARCHPeter Crosthwaite2015-09-251-0/+4
* 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: Conditionalize syscalls which are not defined in tilegxChen Gang2015-09-151-1/+49
* linux-user: Support tilegx architecture in linux-userChen Gang2015-09-153-5/+101
* linux-user: tilegx: Add architecture related featuresChen Gang2015-09-156-0/+747
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-143-5/+5
|\
| * exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini2015-09-091-2/+0
| * replace spinlock by QemuMutex.KONRAD Frederic2015-09-091-3/+3
| * linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota2015-09-091-0/+2
* | typofixes - v4Veres Lajos2015-09-112-3/+2
* | linux-user: Fix warnings caused by missing 'static' attributeStefan Weil2015-09-111-4/+4
* | maint: remove unused include for assert.hDaniel P. Berrange2015-09-111-1/+0
* | maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-1/+1
* | target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell2015-09-071-0/+3
|/
* linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2015-08-241-10/+10
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-243-18/+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
* translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite2015-07-091-1/+1
* linux-user, ppc: mftbl can be used by user applicationLaurent Vivier2015-07-071-2/+1
* linux-user: ioctl() command type is intLaurent Vivier2015-06-161-8/+8
* linux-user: fix the breakpoint inheritance in spawned threadsThierry Bultel2015-06-161-2/+2
* linux-user: use __get_user and __put_user in cmsg conversionsPeter Maydell2015-06-161-9/+11
* linux-user: Fix length handling in host_to_target_cmsgPeter Maydell2015-06-161-8/+61
* linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim2015-06-151-1/+2
* linux-user: Allocate thunk size dynamicallyAlexander Graf2015-06-151-0/+3
* linux-user: Add HWCAP for SH4Richard Henderson2015-06-121-0/+29
* linux-user: Default sh4 to sh7785Richard Henderson2015-06-121-0/+2
* target-i386: use memory API to implement SMRAMPaolo Bonzini2015-06-051-4/+0
* translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini2015-06-051-3/+3
* exec: move functions to translate-all.hPaolo Bonzini2015-06-051-0/+1
* s390x: Common access to floating point registersEric Farman2015-05-271-2/+2
* linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_createTimothy Baldwin2015-05-181-1/+1
* linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota2015-04-301-2/+1
* linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng2015-04-271-1/+0
* rcu: do not create thread in pthread_atfork callbackPaolo Bonzini2015-04-011-0/+1
* linux-user: fix broken cpu_copy()Leon Alrae2015-03-231-1/+1
* linux-user: fix emulation of splice syscallAndreas Schwab2015-03-221-4/+18
* 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-162-2/+15
* 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: correct stat structure in MIPS N32Leon Alrae2015-02-131-67/+19
OpenPOWER on IntegriCloud