block: Introduce bs->zero_beyond_eof
commit0d51b4debee6fb322751a57097a1d675c7a7c38d
authorAsias He <asias@redhat.com>
Thu, 22 Aug 2013 07:24:14 +0000 (22 15:24 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 12:10:21 +0000 (22 14:10 +0200)
treeb72339a0fbb9c363436a9e625e01250204e3dc15
parent8ad1898cf1f5314731123afce057e5cf74fd2f01
block: Introduce bs->zero_beyond_eof

In 4146b46c42e0989cb5842e04d88ab6ccb1713a48 (block: Produce zeros when
protocols reading beyond end of file), we break qemu-iotests ./check
-qcow2 022. This happens because qcow2 temporarily sets ->growable = 1
for vmstate accesses (which are stored beyond the end of regular image
data).

We introduce the bs->zero_beyond_eof to allow qcow2_load_vmstate() to
disable ->zero_beyond_eof temporarily in addition to enable ->growable.

[Since the broken patch "block: Produce zeros when protocols reading
beyond end of file" has not been merged yet, I have applied this fix
*first* and will then apply the next patch to keep the tree bisectable.
-- Stefan]

Suggested-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block.c
block/qcow2.c
include/block/block_int.h