From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyvzP-0001fv-BJ for qemu-devel@nongnu.org; Mon, 15 Jul 2013 23:31:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyvzM-0004Y7-Qe for qemu-devel@nongnu.org; Mon, 15 Jul 2013 23:31:47 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:59697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyvzM-0004Xl-Ll for qemu-devel@nongnu.org; Mon, 15 Jul 2013 23:31:44 -0400 Received: by mail-wi0-f169.google.com with SMTP id c10so3639420wiw.2 for ; Mon, 15 Jul 2013 20:31:43 -0700 (PDT) Date: Tue, 16 Jul 2013 11:31:34 +0800 From: Stefan Hajnoczi Message-ID: <20130716033134.GA10106@stefanha-thinkpad.redhat.com> References: <1372862071-28225-1-git-send-email-pbonzini@redhat.com> <1372862071-28225-13-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372862071-28225-13-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH 12/17] qemu-img: add a "map" subcommand List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, pl@kamp.de, qemu-devel@nongnu.org, stefanha@redhat.com On Wed, Jul 03, 2013 at 04:34:26PM +0200, Paolo Bonzini wrote: > + if ((ret & BDRV_BLOCK_DATA) && > + !(ret & BDRV_BLOCK_OFFSET_VALID)) { > + error_report("File contains external or compressed clusters."); What does "external clusters" mean? Did you mean encrypted?