From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtKSX-0005S6-OU for qemu-devel@nongnu.org; Thu, 01 Oct 2009 08:08:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtKSS-0005QD-FL for qemu-devel@nongnu.org; Thu, 01 Oct 2009 08:08:32 -0400 Received: from [199.232.76.173] (port=58562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtKSS-0005Q5-76 for qemu-devel@nongnu.org; Thu, 01 Oct 2009 08:08:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50941) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtKSR-0005VV-Ag for qemu-devel@nongnu.org; Thu, 01 Oct 2009 08:08:27 -0400 Message-ID: <4AC49B77.1020004@redhat.com> Date: Thu, 01 Oct 2009 14:07:19 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-img needs "-O host_device" describing References: <20090930212736.GA17077@ash.smop.co.uk> <4AC47CEE.1000405@redhat.com> <20091001104842.GA18687@ash.smop.co.uk> In-Reply-To: <20091001104842.GA18687@ash.smop.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: adrian@smop.co.uk Cc: qemu-devel@nongnu.org Am 01.10.2009 12:48, schrieb Adrian Bridgett: > I do wonder if -O raw should warn when > run against output devices which aren't regular files though. I'd consider an error message pointing to host_device helpful (error meaning that qemu-img aborts, not just a warning). So if you like to add the check, go ahead. Kevin