From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRn0N-0004pe-Nw for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRn0L-0005LX-Ob for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:15 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:53280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRn0L-0005Ko-Fs for qemu-devel@nongnu.org; Tue, 08 May 2012 12:11:13 -0400 Received: by mail-ob0-f173.google.com with SMTP id wd20so12021059obb.4 for ; Tue, 08 May 2012 09:11:12 -0700 (PDT) Message-ID: <4FA9459E.8090308@codemonkey.ws> Date: Tue, 08 May 2012 11:11:10 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [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: riku.voipio@linaro.org Cc: qemu-devel@nongnu.org On 05/03/2012 10:15 AM, riku.voipio@linaro.org wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > Please pull for 1.1 > > Alexander Graf (1): > linux-user: fix emulation of /proc/self/maps > > Andreas Färber (1): > linux-user: Clean up interim solution for exit syscall > > linux-user/syscall.c | 46 +++++++++++++++++++++++++++++++++++++++++----- > 1 file changed, 41 insertions(+), 5 deletions(-) >