From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48382 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PetAr-0002ME-0E for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:47:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PetAq-0007ya-0O for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:47:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PetAp-0007yS-Ps for qemu-devel@nongnu.org; Mon, 17 Jan 2011 12:47:23 -0500 Message-ID: <4D3480FC.4030707@redhat.com> Date: Mon, 17 Jan 2011 18:48:44 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qed: Refuse to create images on block devices References: <1295045073-17529-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1295045073-17529-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org Am 14.01.2011 23:44, schrieb Stefan Hajnoczi: > QED relies on the underlying filesystem to extend the file and maintain > its size. Check that images are not created on a block device. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin