]> git.proxmox.com Git - qemu.git/commit
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio...
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Apr 2012 11:45:25 +0000 (11:45 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Apr 2012 11:45:25 +0000 (11:45 +0000)
commitadcd61f7fcd5a24e65b2ec087bfae2356805993b
treea74ea7fff914a0237e5190d5c97866bef1b3d21b
parent6375e09e79964fa6eac3e8426d25c8b759185482
parentd8fd2954996255ba6ad610917e7849832d0120b7
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu

* 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu:
  Userspace ARM BE8 support
  elf.h: Update EF_ARM_ constants to newer ABI versions
  arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.
  linux-user/arm/syscall_nr.h: Add syscall number for ppoll
  linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME
  linux-user/syscall.c: Fix indentation in prctl handling
  linux-user: reserve 4GB of vmem for 32-on-64
  linux-user: resolve reserved_va vma downwards
  linux-user: take RESERVED_VA into account for g2h_valid()
  linux-user: fix fallocate
  linux-user: Add ioctl for BLKBSZGET
  linux-user: add BLKSSZGET ioctl wrapper
  linux-user: fix BLK ioctl arguments
  linux-user: add struct old_dev_t compat
  linux-user: implement device mapper ioctls
  linux-user: target_argv is placed on ts->bprm->argv and can't be freed()
  linux-user: improve fake /proc/self/stat making `ps` not segfault.