summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user/syscall: Replace g_malloc0 + memcpy with g_memdupThomas Huth2015-11-061-2/+1
* linux-user: Remove type casts to union typeStefan Weil2015-10-081-4/+4
* linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-083-3/+3
* 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/tilegx: Implement tilegx signal featuresChen Gang2015-10-072-1/+161
* linux-user/syscall_defs.h: Sync the latest si_code from Linux kernelChen Gang2015-10-071-0/+11
* linux-user: assert that target_mprotect cannot failPaolo Bonzini2015-10-011-4/+1
* linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target...Chen Gang2015-10-011-7/+2
* linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table forChen Gang2015-09-281-0/+1
* linux-user: add name_to_handle_at/open_by_handle_atLaurent Vivier2015-09-281-0/+98
* linux-user: Return target error number in do_fork()Timothy E Baldwin2015-09-281-2/+3
* linux-user: fix cmsg conversion in case of multiple headersJonathan Neuschäfer2015-09-282-10/+18
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-285-76/+56
* linux-user: remove unused image_info membersStefan Brüns2015-09-282-5/+0
* 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/+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
OpenPOWER on IntegriCloud