Skip to content

Commit

Permalink
specs/qcow2: fix bitmap granularity qemu-specific note
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20170628120530.31251-2-vsementsov@virtuozzo.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
  • Loading branch information
Vladimir Sementsov-Ogievskiy authored and XanClic committed Jul 11, 2017
1 parent 5ce6bfe commit b5d1f15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/interop/qcow2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,7 @@ Structure of a bitmap directory entry:
17: granularity_bits
Granularity bits. Valid values: 0 - 63.

Note: Qemu currently doesn't support granularity_bits
greater than 31.
Note: Qemu currently supports only values 9 - 31.

Granularity is calculated as
granularity = 1 << granularity_bits
Expand Down

0 comments on commit b5d1f15

Please sign in to comment.