From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQPHn-0000vT-K6 for qemu-devel@nongnu.org; Tue, 05 Jun 2018 23:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQPHm-0005lo-QZ for qemu-devel@nongnu.org; Tue, 05 Jun 2018 23:38:59 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:42194 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fQPHm-0005la-Lc for qemu-devel@nongnu.org; Tue, 05 Jun 2018 23:38:58 -0400 Date: Wed, 6 Jun 2018 11:38:53 +0800 From: Peter Xu Message-ID: <20180606033853.GC2606@xz-mi> References: <20180605162545.80778-1-dgilbert@redhat.com> <20180605162545.80778-2-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180605162545.80778-2-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/2] migration: Fixes for non-migratable RAMBlocks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, clg@kaod.org On Tue, Jun 05, 2018 at 05:25:44PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > There are still a few cases where migration code is using the macros > and functions that do all RAMBlocks rather than just the migratable > blocks; fix those up. > > Signed-off-by: Dr. David Alan Gilbert Indeed... Reviewed-by: Peter Xu Thanks, -- Peter Xu