summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao2012-08-111-1/+2
* sparc: fix expression with uninitialized initial valueBlue Swirl2012-08-091-5/+3
* alpha-linux-user: Fix the getpriority syscallRichard Henderson2012-08-041-5/+15
* alpha-linux-user: Properly handle the non-rt sigprocmask syscall.Richard Henderson2012-08-042-3/+2
* alpha-linux-user: Fix a3 error return with v0 error bypass.Richard Henderson2012-08-041-7/+5
* linux-user: Translate pipe2 flags; add to straceRichard Henderson2012-08-042-1/+5
* linux-user: Allocate the right amount of space for non-fixed file mapsRichard Henderson2012-08-041-11/+19
* linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATHRichard Henderson2012-08-042-2/+25
* linux-user: Sync fcntl.h bits with the kernelRichard Henderson2012-08-041-102/+92
* alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properlyRichard Henderson2012-08-041-10/+51
* alpha-linux-user: Fix signal handlingRichard Henderson2012-08-042-1/+43
* Support 'help' as a synonym for '?' in command line optionsPeter Maydell2012-08-021-2/+2
* Replace 'struct siginfo' with 'siginfo_t'.Richard W.M. Jones2012-08-011-4/+4
* target-or32: Add linux user supportJia Liu2012-07-275-4/+408
* target-or32: Add linux syscall, signal and termbitsJia Liu2012-07-274-0/+850
* Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl2012-06-241-4/+1
|\
| * target-arm: Remove ARM_CPUID_* macrosPeter Maydell2012-06-201-4/+1
* | qemu-log: cleanupBlue Swirl2012-06-212-9/+6
|/
* build: move *-user/ objects to nested Makefile.objsPaolo Bonzini2012-06-072-0/+9
* linux-user: Use cpu_reset() after cpu_init() / cpu_copy()Andreas Färber2012-06-042-2/+2
* linux-user: Fix stale tbs after mmapAlexander Graf2012-05-191-1/+5
* linux-user: fix emulation of /proc/self/mapsAlexander Graf2012-05-031-1/+41
* linux-user: Clean up interim solution for exit syscallAndreas Färber2012-05-031-4/+0
* linux-user: Fix exit syscall with QOM CPUAndreas Färber2012-04-151-0/+4
* Userspace ARM BE8 supportPaul Brook2012-04-063-5/+31
* arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet2012-04-061-4/+27
* linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell2012-04-061-1/+1
* linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell2012-04-061-0/+24
* linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell2012-04-061-14/+15
* linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf2012-04-061-0/+11
* linux-user: resolve reserved_va vma downwardsPeter Maydell2012-04-063-11/+26
* linux-user: fix fallocateAlexander Graf2012-04-061-0/+5
* linux-user: Add ioctl for BLKBSZGETAlexander Graf2012-04-061-0/+1
* linux-user: add BLKSSZGET ioctl wrapperAlexander Graf2012-04-061-0/+1
* linux-user: fix BLK ioctl argumentsAlexander Graf2012-04-061-3/+5
* linux-user: add struct old_dev_t compatAlexander Graf2012-04-061-2/+2
* linux-user: implement device mapper ioctlsAlexander Graf2012-04-064-0/+312
* linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani2012-04-061-5/+0
* linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani2012-04-061-4/+15
* Bad zero comparison for sas_ss_flags on powerpcAlex Barcelo2012-03-151-1/+1
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-145-44/+44
* linux-user: Don't overuse CPUStateAndreas Färber2012-03-144-124/+131
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-142-2/+2
* qom: Add QOM support to user emulatorsAndreas Färber2012-03-131-0/+2
* Spelling fixes in comments (it's -> its)Stefan Weil2012-03-081-1/+1
* linux-user: brk() debuggingPaul Brook2012-02-101-7/+9
* linux-user: fail execve() if env/args too bigUlrich Hecht2012-02-101-0/+9
* linux-user: Fix sa_flags byte swaps for mipsAndreas Färber2012-02-021-0/+8
* linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber2012-02-021-0/+3
* linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32Andreas Färber2012-02-021-0/+3
OpenPOWER on IntegriCloud