From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T63xY-0008JZ-DT for qemu-devel@nongnu.org; Mon, 27 Aug 2012 14:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T63xX-0004D3-EK for qemu-devel@nongnu.org; Mon, 27 Aug 2012 14:22:48 -0400 Received: from afflict.kos.to ([92.243.29.197]:33817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T63xX-0004Ck-6y for qemu-devel@nongnu.org; Mon, 27 Aug 2012 14:22:47 -0400 Received: from kos.to (a91-156-57-9.elisa-laajakaista.fi [91.156.57.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 330AF264CC for ; Mon, 27 Aug 2012 20:22:45 +0200 (CEST) From: riku.voipio@linaro.org Date: Mon, 27 Aug 2012 21:22:40 +0300 Message-Id: Subject: [Qemu-devel] [PULL] [FOR 1.2] [PATCH 0/3] linux-user fixes for 1.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio Hi, The following changes since commit d03c98d80ffb7c561d9e6874580f52fe7ecc8c6c: tcg/ia64: fix and optimize ld/st slow path (2012-08-26 21:10:37 +0200) 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 097b8cb840a31ec526cc58778bd8cbab0d2beaaa: linux-user: Clarify "Unable to reserve guest address space" error (2012-08-27 10:18:01 +0300) Dmitry V. Levin (1): linux-user: fix emulation of getdents Jim Meyering (1): linux-user: arg_table need not have global scope Peter Maydell (1): linux-user: Clarify "Unable to reserve guest address space" error linux-user/main.c | 11 +++++++---- linux-user/syscall.c | 11 +++++------ linux-user/syscall_defs.h | 8 ++++---- 3 files changed, 16 insertions(+), 14 deletions(-) -- 1.7.9.5