From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHmq-0004JS-Md for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:28:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxHmj-0000el-BU for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:28:32 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:56822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxHmj-0000eS-4F for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:28:25 -0400 Received: by mail-la0-f42.google.com with SMTP id pn19so650036lab.29 for ; Wed, 18 Jun 2014 08:28:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1403098928-30749-1-git-send-email-pbonzini@redhat.com> References: <1403098928-30749-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Wed, 18 Jun 2014 16:28:03 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/11] Memory API changes for 2014-06-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 18 June 2014 14:41, Paolo Bonzini wrote: > The following changes since commit af44da87e926ff64260b95f4350d338c4fc113ca: > > Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging (2014-06-16 18:26:21 +0100) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git memory > > for you to fetch changes up to 9b7958d31fa8d1fa3f97cadae0c06964aaae5539: > > memory: Don't call memory_region_update_coalesced_range if nothing changed (2014-06-17 17:11:21 +0200) > > I don't think QOMification will make it into 2.1, so I'm sending this out early. > If all the prerequisite get in timely, I will send another pull request. Applied, thanks. -- PMM