Re: [Qemu-devel] [PATCH for-2.2] Revert "qemu-img info: show nocow info"

2014-11-24 Thread Stefan Hajnoczi
On Fri, Nov 21, 2014 at 06:05:30PM +0100, Kevin Wolf wrote: > This reverts commit 000c4dfff4d7686e2fba3066a477a1290ed60622. > > The main reason for reverting this commit before the 2.2 release is that > it adds a QAPI interface that we don't want to keep: The 'nocow' flag > doesn't generally make

Re: [Qemu-devel] [PATCH for-2.2] Revert "qemu-img info: show nocow info"

2014-11-21 Thread Eric Blake
On 11/21/2014 10:05 AM, Kevin Wolf wrote: > This reverts commit 000c4dfff4d7686e2fba3066a477a1290ed60622. > > The main reason for reverting this commit before the 2.2 release is that > it adds a QAPI interface that we don't want to keep: The 'nocow' flag > doesn't generally make sense for block no

[Qemu-devel] [PATCH for-2.2] Revert "qemu-img info: show nocow info"

2014-11-21 Thread Kevin Wolf
This reverts commit 000c4dfff4d7686e2fba3066a477a1290ed60622. The main reason for reverting this commit before the 2.2 release is that it adds a QAPI interface that we don't want to keep: The 'nocow' flag doesn't generally make sense for block nodes, but only for the raw-posix driver. It should th