From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwZbT-0006pm-TM for qemu-devel@nongnu.org; Thu, 25 Aug 2011 09:04:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwZbO-00028S-Qs for qemu-devel@nongnu.org; Thu, 25 Aug 2011 09:04:15 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:34334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwZbO-00028M-Nn for qemu-devel@nongnu.org; Thu, 25 Aug 2011 09:04:10 -0400 Received: by yxt3 with SMTP id 3so1941633yxt.4 for ; Thu, 25 Aug 2011 06:04:10 -0700 (PDT) Message-ID: <4E564847.8000901@codemonkey.ws> Date: Thu, 25 Aug 2011 08:04:07 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4E55FFDB.7040005@redhat.com> In-Reply-To: <4E55FFDB.7040005@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Fix for ppc/escc crash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Blue Swirl , "qemu-devel@nongnu.org" On 08/25/2011 02:55 AM, Avi Kivity wrote: > Anthony/Blue, please pull from: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/urgent > > to receive a fix for a crash caused by the memory API conversion: Pulled. Thanks. Regards, Anthony Liguori > > Avi Kivity (1): > ppc_oldworld, ppc_newworld: fix escc BAR related crash > > hw/ppc_newworld.c | 5 ++++- > hw/ppc_oldworld.c | 6 ++++-- > 2 files changed, 8 insertions(+), 3 deletions(-) >