aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2012-06-24Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl
2012-06-21qemu-log: cleanupBlue Swirl
2012-06-20target-arm: Remove ARM_CPUID_* macrosPeter Maydell
2012-06-07build: move *-user/ objects to nested Makefile.objsPaolo Bonzini
2012-06-04linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber
2012-05-19linux-user: Fix stale tbs after mmapAlexander Graf
2012-05-03linux-user: fix emulation of /proc/self/mapsAlexander Graf
2012-05-03linux-user: Clean up interim solution for exit syscallAndreas Färber
2012-04-15linux-user: Fix exit syscall with QOM CPUAndreas Färber
2012-04-06Userspace ARM BE8 supportPaul Brook
2012-04-06arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet
2012-04-06linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell
2012-04-06linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell
2012-04-06linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell
2012-04-06linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell
2012-04-06linux-user: fix fallocateAlexander Graf
2012-04-06linux-user: Add ioctl for BLKBSZGETAlexander Graf
2012-04-06linux-user: add BLKSSZGET ioctl wrapperAlexander Graf
2012-04-06linux-user: fix BLK ioctl argumentsAlexander Graf
2012-04-06linux-user: add struct old_dev_t compatAlexander Graf
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani
2012-03-15Bad zero comparison for sas_ss_flags on powerpcAlex Barcelo
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14linux-user: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-02-10linux-user: brk() debuggingPaul Brook
2012-02-10linux-user: fail execve() if env/args too bigUlrich Hecht
2012-02-02linux-user: Fix sa_flags byte swaps for mipsAndreas Färber
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32Andreas Färber
2012-02-02linux-user: Implement *listxattr syscallsPeter Maydell
2012-02-02linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell
2012-02-02linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell
2012-02-02linux-user: fix wait* syscall status returnsAlexander Graf
2012-02-02linux-user/strace.c: Correct errno printing for mmap etcPeter Maydell
2012-02-02linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf
2012-02-02linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY
2012-02-02linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任
2012-02-02linux-user: fake /proc/self/auxvAlexander Graf
2012-02-02linux-user: fake /proc/self/statAlexander Graf
2012-02-02linux-user: fake /proc/self/mapsAlexander Graf
2012-02-02linux-user: add open() hijack infrastructureAlexander Graf
2012-02-02linux-user: save auxv lengthAlexander Graf
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil