summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-285-76/+56Star
* linux-user: remove unused image_info membersStefan Brüns2015-09-282-5/+0Star
* 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
* 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/+4Star
* 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/+0Star
| * 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/+2Star
* | 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/+0Star
* | 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/+0Star
* 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/+1Star
* 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/+0Star
* 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/+1Star
* linux-user, bsd-user: Remove two calls to cpu_exec_init_allFam Zheng2015-04-271-1/+0Star
* 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