From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPsQK-0005df-V9 for qemu-devel@nongnu.org; Mon, 14 Nov 2011 04:01:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPsQJ-0002pu-SX for qemu-devel@nongnu.org; Mon, 14 Nov 2011 04:01:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPsQJ-0002pq-Kq for qemu-devel@nongnu.org; Mon, 14 Nov 2011 04:01:51 -0500 Message-ID: <4EC0D9B0.7070505@redhat.com> Date: Mon, 14 Nov 2011 10:04:48 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1321113420-3252-1-git-send-email-aliguori@us.ibm.com> <1321113420-3252-7-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1321113420-3252-7-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/7] qcow2: relax migration blocker List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Lucas Meneghel Rodrigues , Stefan Hajnoczi , Juan Quintela , qemu-devel@nongnu.org, Avi Kivity Am 12.11.2011 16:57, schrieb Anthony Liguori: > Only block migration if we're using encrypted files. > > Signed-off-by: Anthony Liguori Come on, it would have been easy enough to do it properly in patch 6 and keep the key, so that encryption just works. :-) Kevin