]> Git Repo - qemu.git/commit
docs: fix Parallels Image "dirty bitmap" section
authorDenis V. Lunev <[email protected]>
Thu, 28 Jan 2021 17:13:13 +0000 (20:13 +0300)
committerStefan Hajnoczi <[email protected]>
Wed, 10 Feb 2021 09:23:28 +0000 (09:23 +0000)
commiteb847c42296497978942f738cd41dc29a35a49b2
tree1e943519b46b79e4c77bf58c636c290d0b921d5a
parentb6cc02d98fc6df49786608e5916f3de883a9461c
docs: fix Parallels Image "dirty bitmap" section

Original specification says that l1 table size if 64 * l1_size, which
is obviously wrong. The size of the l1 entry is 64 _bits_, not bytes.
Thus 64 is to be replaces with 8 as specification says about bytes.

There is also minor tweak, field name is renamed from l1 to l1_table,
which matches with the later text.

Signed-off-by: Denis V. Lunev <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-id: 20210128171313.2210947[email protected]
CC: Stefan Hajnoczi <[email protected]>
CC: Vladimir Sementsov-Ogievskiy <[email protected]>
[Replace the original commit message "docs: fix mistake in dirty bitmap
feature description" as suggested by Eric Blake.
--Stefan]

Signed-off-by: Stefan Hajnoczi <[email protected]>
docs/interop/parallels.txt
This page took 0.025814 seconds and 4 git commands to generate.