[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL v2 0/5] linux-user patches for 2.2
From: |
riku . voipio |
Subject: |
[Qemu-devel] [PULL v2 0/5] linux-user patches for 2.2 |
Date: |
Mon, 6 Oct 2014 22:11:18 +0300 |
From: Riku Voipio <address@hidden>
The following changes since commit 2472b6c07bb50179019589af1c22f43935ab7f5c:
gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
(2014-10-06 14:25:43 +0100)
are available in the git repository at:
git://git.linaro.org/people/riku.voipio/qemu.git
tags/pull-linux-user-20141006-2
for you to fetch changes up to 1a1c4db9b298956e89caf53b09b6a7a960d55d66:
translate-all.c: memory walker initial address miscalculation (2014-10-06
21:53:35 +0300)
----------------------------------------------------------------
linux-user pull for 2.2
Clearest linux-user patches sent to the list since august,
Apart from Mikhails patch, the rest are quite trivial.
v2: check for CONFIG_TIMERFD only after it has been defined
----------------------------------------------------------------
Alexander Graf (2):
linux-user: Convert blkpg to use a special subop handler
linux-user: Simplify timerid checks on g_posix_timers range
Mikhail Ilyin (1):
translate-all.c: memory walker initial address miscalculation
Peter Maydell (1):
linux-user: Enable epoll_pwait syscall for ARM
Riku Voipio (1):
linux-user: don't include timerfd if not needed
include/exec/cpu-all.h | 4 ++--
linux-user/arm/syscall_nr.h | 2 +-
linux-user/elfload.c | 18 +++++++++---------
linux-user/ioctls.h | 3 ++-
linux-user/syscall.c | 87
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------
linux-user/syscall_types.h | 2 +-
translate-all.c | 33 ++++++++++++++++-----------------
7 files changed, 104 insertions(+), 45 deletions(-)
--
2.0.1
- [Qemu-devel] [PULL v2 0/5] linux-user patches for 2.2,
riku . voipio <=
- [Qemu-devel] [PULL v2 2/5] linux-user: Convert blkpg to use a special subop handler, riku . voipio, 2014/10/06
- [Qemu-devel] [PULL v2 3/5] linux-user: Simplify timerid checks on g_posix_timers range, riku . voipio, 2014/10/06
- [Qemu-devel] [PULL v2 5/5] translate-all.c: memory walker initial address miscalculation, riku . voipio, 2014/10/06
- [Qemu-devel] [PULL v2 1/5] linux-user: Enable epoll_pwait syscall for ARM, riku . voipio, 2014/10/06
- [Qemu-devel] [PULL v2 4/5] linux-user: don't include timerfd if not needed, riku . voipio, 2014/10/06
- Re: [Qemu-devel] [PULL v2 0/5] linux-user patches for 2.2, Peter Maydell, 2014/10/07