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