From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoVYd-0004Ie-BD for qemu-devel@nongnu.org; Tue, 20 Oct 2015 07:58:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoVYY-0006Ge-HV for qemu-devel@nongnu.org; Tue, 20 Oct 2015 07:58:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoVYY-0006GS-CB for qemu-devel@nongnu.org; Tue, 20 Oct 2015 07:58:18 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 06944C0AF799 for ; Tue, 20 Oct 2015 11:58:18 +0000 (UTC) From: Juan Quintela In-Reply-To: <87zizdvm9m.fsf@neno.neno> (Juan Quintela's message of "Tue, 20 Oct 2015 12:59:17 +0200") References: <1443459153-10965-1-git-send-email-dgilbert@redhat.com> <1443459153-10965-11-git-send-email-dgilbert@redhat.com> <87zizdvm9m.fsf@neno.neno> Date: Tue, 20 Oct 2015 13:58:16 +0200 Message-ID: <87fv15u4yv.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v8 10/54] migration/ram.c: Use RAMBlock rather than MemoryRegion Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: QEMU Developer Juan Quintela wrote: Post proper list Remove cc'd > "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: Juan Quintela This was a leftover of when I tried to convert migration to use Memory regions, yes, it didn't went too well