From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOoJp-0008NR-Ll for qemu-devel@nongnu.org; Thu, 18 Oct 2012 07:31:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOoJi-0005VL-KL for qemu-devel@nongnu.org; Thu, 18 Oct 2012 07:31:17 -0400 Received: from afflict.kos.to ([92.243.29.197]:57386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOoJi-0005V0-DF for qemu-devel@nongnu.org; Thu, 18 Oct 2012 07:31:10 -0400 From: riku.voipio@linaro.org Date: Thu, 18 Oct 2012 14:30:56 +0300 Message-Id: Subject: [Qemu-devel] [PULL] [PATCH 00/11] Pending linux-user patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio The following changes since commit b4ae3cfa57b8c1bdbbd7b7d420971e9171203ade: ssi: Add slave autoconnect helper (2012-10-10 11:13:32 +1000) are available in the git repository at: git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream for you to fetch changes up to ae017a5b95962f68ece21065376cd3266998fd02: linux-user: register align p{read, write}64 (2012-10-12 14:42:52 +0300) Alexander Graf (4): linux-user: fix statfs linux-user: fix multi-threaded /proc/self/maps linux-user: ppc: mark as long long aligned linux-user: register align p{read, write}64 Peter Maydell (3): linux-user: If loading fails, print error as string, not number configure: Remove unnecessary host_guest_base code tcg: Remove TCG_TARGET_HAS_GUEST_BASE define Richard Henderson (4): linux-user: Perform more checks on iovec lists linux-user: Implement gethostname alpha-linux-user: Fix sigaltstack structure definition linux-user: Fix siginfo handling configure | 31 +----- linux-user/alpha/target_signal.h | 7 +- linux-user/linuxload.c | 8 +- linux-user/main.c | 2 +- linux-user/qemu.h | 3 + linux-user/signal.c | 59 +++++++---- linux-user/syscall.c | 200 ++++++++++++++++++++++++++------------ tcg/arm/tcg-target.h | 2 - tcg/hppa/tcg-target.h | 2 - tcg/i386/tcg-target.h | 2 - tcg/ia64/tcg-target.h | 3 - tcg/mips/tcg-target.h | 3 - tcg/ppc/tcg-target.h | 2 - tcg/ppc64/tcg-target.h | 1 - tcg/s390/tcg-target.h | 2 - tcg/sparc/tcg-target.h | 2 - tcg/tcg.c | 4 - tcg/tci/tcg-target.h | 3 - 18 files changed, 190 insertions(+), 146 deletions(-) -- 1.7.9.5