[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/6] linux-user patches for 2.4 softfreeze
From: |
riku . voipio |
Subject: |
[Qemu-devel] [PULL 0/6] linux-user patches for 2.4 softfreeze |
Date: |
Mon, 15 Jun 2015 15:20:44 +0300 |
From: Riku Voipio <address@hidden>
The following changes since commit 0a2df857a7038c75379cc575de5d4be4c0ac629e:
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into
staging (2015-06-12 15:39:05 +0100)
are available in the git repository at:
git://git.linaro.org/people/riku.voipio/qemu.git tags/pull-linux-user-20150615
for you to fetch changes up to d2897da1f1e97d684f80ff62d473c31b79bc643a:
linux-user: fix the breakpoint inheritance in spawned threads (2015-06-15
11:36:59 +0300)
----------------------------------------------------------------
linux-user patches for 2.4 softfreeze
----------------------------------------------------------------
Alexander Graf (1):
linux-user: Allocate thunk size dynamically
Laurent Vivier (1):
linux-user: ioctl() command type is int
Peter Maydell (2):
linux-user: Fix length handling in host_to_target_cmsg
linux-user: use __get_user and __put_user in cmsg conversions
Thierry Bultel (1):
linux-user: fix the breakpoint inheritance in spawned threads
Yongbok Kim (1):
linux-user: Use abi_ulong for TARGET_ELF_PAGESTART
include/exec/user/thunk.h | 4 +-
linux-user/elfload.c | 3 +-
linux-user/main.c | 4 +-
linux-user/syscall.c | 110 +++++++++++++++++++++++++++++++++++-----------
thunk.c | 16 +++++--
5 files changed, 103 insertions(+), 34 deletions(-)
--
2.1.4
- [Qemu-devel] [PULL 0/6] linux-user patches for 2.4 softfreeze,
riku . voipio <=
- [Qemu-devel] [PULL 2/6] linux-user: Use abi_ulong for TARGET_ELF_PAGESTART, riku . voipio, 2015/06/15
- [Qemu-devel] [PULL 5/6] linux-user: use __get_user and __put_user in cmsg conversions, riku . voipio, 2015/06/15
- [Qemu-devel] [PULL 6/6] linux-user: fix the breakpoint inheritance in spawned threads, riku . voipio, 2015/06/15
- [Qemu-devel] [PULL 1/6] linux-user: Allocate thunk size dynamically, riku . voipio, 2015/06/15
- [Qemu-devel] [PULL 3/6] linux-user: ioctl() command type is int, riku . voipio, 2015/06/15
- [Qemu-devel] [PULL 4/6] linux-user: Fix length handling in host_to_target_cmsg, riku . voipio, 2015/06/15
- Re: [Qemu-devel] [PULL 0/6] linux-user patches for 2.4 softfreeze, Peter Maydell, 2015/06/15