From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uum5G-0005Kn-FX for qemu-devel@nongnu.org; Thu, 04 Jul 2013 12:08:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uum5E-0000xj-ET for qemu-devel@nongnu.org; Thu, 04 Jul 2013 12:08:38 -0400 Received: from mail-ve0-x231.google.com ([2607:f8b0:400c:c01::231]:63422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uum5E-0000xW-9i for qemu-devel@nongnu.org; Thu, 04 Jul 2013 12:08:36 -0400 Received: by mail-ve0-f177.google.com with SMTP id cz10so1135789veb.36 for ; Thu, 04 Jul 2013 09:08:35 -0700 (PDT) Received: from yakj.usersys.redhat.com (host76-118-dynamic.56-82-r.retail.telecomitalia.it. [82.56.118.76]) by mx.google.com with ESMTPSA id ir5sm1883305veb.6.2013.07.04.09.08.34 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 04 Jul 2013 09:08:35 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51D59DFB.4080802@redhat.com> Date: Thu, 04 Jul 2013 18:08:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1372950842-32422-1-git-send-email-pbonzini@redhat.com> <51D59A46.8060106@redhat.com> In-Reply-To: <51D59A46.8060106@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/66] Memory API changes for 1.6: ownership, I/O ports, RCU preparation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Il 04/07/2013 17:52, Paolo Bonzini ha scritto: >> > Anthony, >> > >> > the following changes since commit 1acd5a373905ddb28957842256a038956941f332: >> > >> > Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging (2013-07-01 09:03:04 -0500) >> > >> > are available in the git repository at: >> > >> > >> > git://github.com/bonzini/qemu.git iommu-for-anthony >> > >> > for you to fetch changes up to 28bb1ad4daef9949fc2c3f66879c2c0f0673df04: >> > >> > exec: change some APIs to take AddressSpaceDispatch (2013-07-04 16:29:06 +0200) >> > >> > This is a pretty large pull request that includes: >> > >> > 1) Jan's refactoring of ioport access, which is now dispatched using >> > the memory core >> > >> > 2) region ownership, where all regions are attached to an Object. This >> > is a prerequisite for memory hot-unplug, among other things. >> > >> > 3) RCU preparatory patches, where all data structures use "copy on update" >> > even though they are still read under the BQL. >> > >> > Everything else is delayed to 1.7---at least as far as I'm concerned: >> > since this subsystem is "community maintained", other people may of course >> > submit more stuff from this point on. > I forgot some Reviewed-bys, so the new commit is > c7086b4a237520d2bbe5146d8b1ace1894c2b2bf. And as Jan found out, it's not just some Reviewed-bys. Paolo