qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 12/17] qemu-img: add a "map" subcommand


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 12/17] qemu-img: add a "map" subcommand
Date: Tue, 16 Jul 2013 08:26:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

Il 16/07/2013 05:31, Stefan Hajnoczi ha scritto:
> 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?

It means clusters that come from a separate file, as in vmdk extents.
But yes, these are encrypted too.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]