diff options
author | BenoƮt Canet <benoit.canet@irqsave.net> | 2014-03-03 19:11:34 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-03-13 14:23:27 +0100 |
commit | b5042a36229b4fa5eeb66bbcde78f704975aec00 (patch) | |
tree | 9b63ed8cc27e1624968e9715a35a73fb6fc2cfd3 /include/qom/object.h | |
parent | 98d39e34fe95f8609be3ccbd1b67926631d2c7c0 (diff) | |
download | qemu-b5042a36229b4fa5eeb66bbcde78f704975aec00.zip |
block: Rewrite the snapshot authorization mechanism for block filters.
This patch keep the recursive way of doing things but simplify it by giving
two responsabilities to all block filters implementors.
They will need to do two things:
-Set the is_filter field of their block driver to true.
-Implement the bdrv_recurse_is_first_non_filter method of their block driver like
it is done on the Quorum block driver. (block/quorum.c)
[Paolo Bonzini <pbonzini@redhat.com> pointed out that this patch changes
the semantics of blkverify, which now recurses down both bs->file and
s->test_file.
-- Stefan]
Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Benoit Canet <benoit@irqsave.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/qom/object.h')
0 files changed, 0 insertions, 0 deletions