commit | 8e37f681d58bbe166c20559e77fd55b1cb8e6e4b | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Feb 23 15:40:55 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Apr 20 15:57:28 2012 +0200 |
tree | 5c98c646b56e21ac9f04b26a6248ee93331d313b | |
parent | b0b6862e5e1a1394e0ab3d5da94ba8b0da8664e2 [diff] |
qcow2: Ignore reserved bits in L1/L2 entries This changes the still existing places that assume that the only flags are QCOW_OFLAG_COPIED and QCOW_OFLAG_COMPRESSED to properly mask out reserved bits. It does not convert bdrv_check yet. Signed-off-by: Kevin Wolf <kwolf@redhat.com>