[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v3 27/27] docs: fix Parallels Image "dirty bitmap" section
From: |
Stefan Hajnoczi |
Subject: |
[PULL v3 27/27] docs: fix Parallels Image "dirty bitmap" section |
Date: |
Fri, 5 Feb 2021 16:44:59 +0000 |
From: "Denis V. Lunev" <den@openvz.org>
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 <den@openvz.org>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-id: 20210128171313.2210947-1-den@openvz.org
CC: Stefan Hajnoczi <stefanha@redhat.com>
CC: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
[Replace the original commit message "docs: fix mistake in dirty bitmap
feature description" as suggested by Eric Blake.
--Stefan]
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
docs/interop/parallels.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/interop/parallels.txt b/docs/interop/parallels.txt
index e9271eba5d..f15bf35bd1 100644
--- a/docs/interop/parallels.txt
+++ b/docs/interop/parallels.txt
@@ -208,7 +208,7 @@ of its data area are:
28 - 31: l1_size
The number of entries in the L1 table of the bitmap.
- variable: l1 (64 * l1_size bytes)
+ variable: l1_table (8 * l1_size bytes)
L1 offset table (in bytes)
A dirty bitmap is stored using a one-level structure for the mapping to host
--
2.29.2
- [PULL v3 16/27] multi-process: Initialize message handler in remote device, (continued)
- [PULL v3 16/27] multi-process: Initialize message handler in remote device, Stefan Hajnoczi, 2021/02/05
- [PULL v3 18/27] multi-process: setup memory manager for remote device, Stefan Hajnoczi, 2021/02/05
- [PULL v3 19/27] multi-process: introduce proxy object, Stefan Hajnoczi, 2021/02/05
- [PULL v3 20/27] multi-process: add proxy communication functions, Stefan Hajnoczi, 2021/02/05
- [PULL v3 21/27] multi-process: Forward PCI config space acceses to the remote process, Stefan Hajnoczi, 2021/02/05
- [PULL v3 22/27] multi-process: PCI BAR read/write handling for proxy & remote endpoints, Stefan Hajnoczi, 2021/02/05
- [PULL v3 23/27] multi-process: Synchronize remote memory, Stefan Hajnoczi, 2021/02/05
- [PULL v3 24/27] multi-process: create IOHUB object to handle irq, Stefan Hajnoczi, 2021/02/05
- [PULL v3 25/27] multi-process: Retrieve PCI info from remote process, Stefan Hajnoczi, 2021/02/05
- [PULL v3 26/27] multi-process: perform device reset in the remote process, Stefan Hajnoczi, 2021/02/05
- [PULL v3 27/27] docs: fix Parallels Image "dirty bitmap" section,
Stefan Hajnoczi <=
- Re: [PULL v3 00/27] Block patches, Peter Maydell, 2021/02/05