]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "qemu-img info: show nocow info"
authorKevin Wolf <kwolf@redhat.com>
Fri, 21 Nov 2014 16:43:57 +0000 (17:43 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 24 Nov 2014 12:52:10 +0000 (13:52 +0100)
commit24bf10dac389942b58f0d24e96590c927251b3d6
treec6c477ab383aef474d21ce9d7279fc1673d4322e
parent0e88f478508b566152c6681f4889ed9830a2c0a5
Revert "qemu-img info: show nocow info"

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 therefore be part of ImageInfoSpecific rather than
ImageInfo.

The commit contains more problems, but unlike the API stability issue
they wouldn't justify reverting it.

Conflicts:
block/qapi.c

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qapi.c
qapi/block-core.json