From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjTqT-0006UN-9F for qemu-devel@nongnu.org; Mon, 03 Jun 2013 08:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjTqN-0002X9-V1 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 08:26:41 -0400 Message-ID: <51AC8B6D.7090202@redhat.com> Date: Mon, 03 Jun 2013 14:26:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 0/3] Memory: Trivial fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.crosthwaite@xilinx.com Cc: qemu-trivial@nongnu.org, edgar.iglesias@gmail.com, qemu-devel@nongnu.org Il 03/06/2013 07:31, peter.crosthwaite@xilinx.com ha scritto: > From: Peter Crosthwaite > > Some trivial fixes to memory API. > > > Peter Crosthwaite (3): > memory: Fix comment typo > memory: as_update_topology_pass: Improve comments > memory: render_memory_region: factor out fr constant setters > > memory.c | 19 ++++++++----------- > 1 file changed, 8 insertions(+), 11 deletions(-) > Thanks, applying to my iommu branch.