From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbniF-00083R-Kh for qemu-devel@nongnu.org; Tue, 15 Sep 2015 06:43:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbniC-0008L9-5Z for qemu-devel@nongnu.org; Tue, 15 Sep 2015 06:43:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbniC-0008L1-1S for qemu-devel@nongnu.org; Tue, 15 Sep 2015 06:43:44 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id B99F3FA9CE for ; Tue, 15 Sep 2015 10:43:43 +0000 (UTC) Date: Tue, 15 Sep 2015 16:13:30 +0530 From: Amit Shah Message-ID: <20150915104330.GE10281@grmbl.mre> References: <1439463094-5394-1-git-send-email-dgilbert@redhat.com> <1439463094-5394-2-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439463094-5394-2-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/5] migration/ram.c: Use RAMBlock rather than MemoryRegion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, quintela@redhat.com On (Thu) 13 Aug 2015 [11:51:30], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > RAM migration mainly works on RAMBlocks but in a few places > uses data from MemoryRegions to access the same information that's > already held in RAMBlocks; clean it up just to avoid the > MemoryRegion use. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit