From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM5ym-0004M6-7Z for qemu-devel@nongnu.org; Tue, 08 Jun 2010 17:06:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM5v9-00024R-9v for qemu-devel@nongnu.org; Tue, 08 Jun 2010 17:01:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6230) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OM5v9-0001vA-3C for qemu-devel@nongnu.org; Tue, 08 Jun 2010 17:01:15 -0400 Date: Tue, 8 Jun 2010 14:00:10 -0700 From: Chris Wright Message-ID: <20100608210010.GQ28492@x200.localdomain> References: <20100608191447.4451.47795.stgit@localhost.localdomain> <20100608191520.4451.1193.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100608191520.4451.1193.stgit@localhost.localdomain> Subject: [Qemu-devel] Re: [RFC PATCH 1/6] qemu_ram_alloc: Remove duplicate code List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: chrisw@redhat.com, quintela@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org * Alex Williamson (alex.williamson@redhat.com) wrote: > No reason not to call qemu_ram_map() once we have the allocation > and remove duplicate code. > > Signed-off-by: Alex Williamson good cleanup regardless Acked-by: Chris Wright