mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
spec/parallels: fix a mistake
We have only one flag for now - Empty Image flag. The patch fixes unused bits specification and marks bit 1 as usused. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by: Denis V. Lunev <den@openvz.org> CC: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
3913d3707e
commit
4e90ccc28e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ Bytes:
|
||||||
Bit 0: Empty Image bit. If set, the image should be
|
Bit 0: Empty Image bit. If set, the image should be
|
||||||
considered clear.
|
considered clear.
|
||||||
|
|
||||||
Bits 2-31: Unused.
|
Bits 1-31: Unused.
|
||||||
|
|
||||||
56 - 63: ext_off
|
56 - 63: ext_off
|
||||||
Format Extension offset, an offset, in sectors, from the start of
|
Format Extension offset, an offset, in sectors, from the start of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue