From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPxl7-0002Ui-P1 for qemu-devel@nongnu.org; Thu, 03 May 2012 11:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SPxl5-0004WR-DZ for qemu-devel@nongnu.org; Thu, 03 May 2012 11:15:57 -0400 Received: from afflict.kos.to ([92.243.29.197]:42480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SPxl5-0004Vt-63 for qemu-devel@nongnu.org; Thu, 03 May 2012 11:15:55 -0400 From: riku.voipio@linaro.org Date: Thu, 3 May 2012 18:15:50 +0300 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/2] [PULL 1.1] linux-user fixes for 1.1 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 fixes since commit f05ae5379e40f81a6c8526d891693af8bf6e62da= : Bail out if CONFIG_TCG_PASS_AREG0 is defined (2012-05-03 15:48:49 +0400= ) are available in the git repository at: git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream Please pull for 1.1 Alexander Graf (1): linux-user: fix emulation of /proc/self/maps Andreas F=C3=A4rber (1): linux-user: Clean up interim solution for exit syscall linux-user/syscall.c | 46 +++++++++++++++++++++++++++++++++++++++++---= -- 1 file changed, 41 insertions(+), 5 deletions(-) --=20 1.7.9.5