From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59796 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp2x0-0004F3-0f for qemu-devel@nongnu.org; Mon, 14 Feb 2011 13:15:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp2wy-0007tX-Eq for qemu-devel@nongnu.org; Mon, 14 Feb 2011 13:15:05 -0500 Received: from mail-gw0-f45.google.com ([74.125.83.45]:41172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp2wy-0007tO-BG for qemu-devel@nongnu.org; Mon, 14 Feb 2011 13:15:04 -0500 Received: by gwaa12 with SMTP id a12so2418045gwa.4 for ; Mon, 14 Feb 2011 10:15:03 -0800 (PST) Date: Mon, 14 Feb 2011 12:14:58 -0600 From: "Justin M. Forbes" Subject: Re: [Qemu-devel] [PULL 0.14] linux-user fixes Message-ID: <20110214181458.GA6496@linuxtx.org> References: <20110210095310.GA5151@afflict.kos.to> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110210095310.GA5151@afflict.kos.to> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: qemu-devel@nongnu.org On Thu, Feb 10, 2011 at 11:53:10AM +0200, Riku Voipio wrote: > The following changes since commit 343c1de916b1841cd5fd5f813add9c87590d72e8: > > x86: Fix MCA broadcast parameters for TCG case (2011-02-08 12:37:30 +0100) > > are available in the git repository at: > git://gitorious.org/qemu-maemo/qemu.git linux-user-for-0.14 > > Martin Mohring (1): > linux-user: fix for loopmount ioctl > > Stefan Weil (1): > linux-user: Fix possible realloc memory leak > > linux-user/elfload.c | 8 +++++--- > linux-user/ioctls.h | 2 -- > 2 files changed, 5 insertions(+), 5 deletions(-) > Applied. Thanks, Justin