From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdHeg-00047E-1H for qemu-devel@nongnu.org; Wed, 01 Apr 2015 08:21:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdHea-0006b4-SA for qemu-devel@nongnu.org; Wed, 01 Apr 2015 08:21:57 -0400 Received: from mail-ie0-f172.google.com ([209.85.223.172]:34183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdHea-0006am-OQ for qemu-devel@nongnu.org; Wed, 01 Apr 2015 08:21:52 -0400 Received: by iedfl3 with SMTP id fl3so46043154ied.1 for ; Wed, 01 Apr 2015 05:21:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1427884177-4928-1-git-send-email-pbonzini@redhat.com> References: <1427884177-4928-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Wed, 1 Apr 2015 13:21:31 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/5] Bugfixes for 2.3.0-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 1 April 2015 at 11:29, Paolo Bonzini wrote: > The following changes since commit 033a20359aaf93f4d8aa2be12558901e8e028baa: > > Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2015-03-31 12:12:23 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 4025446f0ac6213335c22ec43f3c3d8362ce7286: > > Revert "exec: Respect as_tranlsate_internal length clamp" (2015-04-01 10:06:38 +0200) > > ---------------------------------------------------------------- > Fix for object_del of in-use memory, pvpanic > regression, PPC regression and bogus error message with > Oxygen theme. > Applied, thanks. -- PMM