From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fE8ke-0002uv-1d for qemu-devel@nongnu.org; Thu, 03 May 2018 03:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fE8kd-0005dX-AO for qemu-devel@nongnu.org; Thu, 03 May 2018 03:34:04 -0400 Date: Thu, 3 May 2018 15:33:44 +0800 From: Fam Zheng Message-ID: <20180503073344.GK15438@lemon.usersys.redhat.com> References: <20180427162312.18583-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180427162312.18583-1-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] block/file-posix: allow -drive cache.direct=off live migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Kevin Wolf , "Dr. David Alan Gilbert" , Eric Blake , qemu-block@nongnu.org, Markus Armbruster , Max Reitz , Sergio Lopez On Fri, 04/27 17:23, Stefan Hajnoczi wrote: > v2: > * Add comment on !__linux__ situation [Fam] > * Add file-posix.c x-check-cache-dropped=on|off option [DaveG, Kevin] Reviewed-by: Fam Zheng