aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2016-05-27linux-user: Support for restarting system calls for S390 targetsTimothy E Baldwin3-5/+12
2016-05-27linux-user: Support for restarting system calls for M68K targetsTimothy E Baldwin3-21/+24
2016-05-27linux-user: Support for restarting system calls for OpenRISC targetsTimothy E Baldwin2-8/+15
2016-05-27linux-user: Support for restarting system calls for UniCore32 targetsTimothy E Baldwin1-1/+6
2016-05-27linux-user: Support for restarting system calls for Alpha targetsTimothy E Baldwin3-4/+8
2016-05-27linux-user: Support for restarting system calls for SH4 targetsTimothy E Baldwin3-11/+12
2016-05-27linux-user: Support for restarting system calls for SPARC targetsTimothy E Baldwin4-1/+6
2016-05-27linux-user: Support for restarting system calls for PPC targetsTimothy E Baldwin2-0/+5
2016-05-27linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin3-0/+6
2016-05-27linux-user: Support for restarting system calls for ARM targetsTimothy E Baldwin3-23/+36
2016-05-27linux-user: Support for restarting system calls for x86 targetsTimothy E Baldwin3-28/+36
2016-05-27linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specificTimothy E Baldwin4-10/+9
2016-05-27linux-user: Define TARGET_ERESTART* errno valuesTimothy E Baldwin1-0/+8
2016-05-27linux-user: Reindent signal handlingTimothy E Baldwin1-752/+791
2016-05-27linux-user: Consistently return host errnos from do_openat()Peter Maydell1-4/+10
2016-05-27linux-user: Check array bounds in errno conversionTimothy E Baldwin1-2/+6
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost1-3/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2-0/+2
2016-05-19log: do not use CONFIG_USER_ONLYPaolo Bonzini1-0/+1
2016-04-04linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()Peter Maydell1-0/+6
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa4-1/+7
2016-03-10osdep: add wrappers for socket functionsDaniel P. Berrange1-1/+0
2016-03-04linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini1-7/+43
2016-03-04linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite1-1/+2
2016-03-04target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini1-3/+7
2016-03-04linux-user: arm: pass env to get_user_code_*Paolo Bonzini1-11/+9
2016-03-04linux-user: arm: fix coding style for some linux-user signal functionsPaolo Bonzini1-54/+56
2016-02-26linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell2-2/+3
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell3-6/+6
2016-02-24linux-user: add getrandom() syscallLaurent Vivier1-0/+13
2016-02-23linux-user: correct timerfd_create syscall numbersRiku Voipio6-6/+6
2016-02-23linux-user: remove unavailable syscalls from aarch64Riku Voipio2-61/+0
2016-02-23linux-user: sync syscall numbers with kernelRiku Voipio13-17/+200
2016-02-23linux-user: Don't assert if guest tries shmdt(0)Peter Maydell1-5/+7
2016-02-23linux-user: set ppc64/ppc64le default CPU to POWER8Laurent Vivier1-1/+1
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova19-1/+67
2016-02-23linux-user: fix realloc size of target_fd_trans.Laurent Vivier1-2/+2
2016-02-23all: Clean up includesPeter Maydell2-6/+0
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29linux-user: Clean up includesPeter Maydell20-74/+20
2016-01-11Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' int...Peter Maydell5-51/+310
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang1-1/+1
2016-01-11linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.John Paul Adrian Glaubitz2-2/+8
2016-01-11linux-user: Update m68k syscall definitions to match Linux 4.4.John Paul Adrian Glaubitz1-0/+27
2016-01-11linux-user/syscall.c: Use SOL_SOCKET instead of level for setsockopt()Chen Gang1-1/+2
2016-01-11Add missing syscall nrs. according to more recent Linux kernelsJohan Ouwerkerk3-0/+37
2016-01-11linux-user: enable sigaltstack for all architecturesMichael Tokarev1-6/+0
2016-01-10unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev1-1/+5
2016-01-08linux-user: enable sigaltstack for all architecturesMichael Tokarev1-6/+0
2016-01-08unicore32: convert get_sp_from_cpustate from macro to inlineMichael Tokarev1-1/+5