block: Add flat VMDK extent layout

Defines and implements the layout of a VMDK extent, the region
of storage that is used by the virtual disk. Each line in the
descriptor file's extent section describes one extent.

Signed-off-by: Sumedh Alok Sharma <sumsharma@microsoft.com>
This commit is contained in:
Sumedh Alok Sharma
2026-07-13 09:05:58 +00:00
committed by Wei Liu
parent 7b24354020
commit 0769215d42
4 changed files with 773 additions and 116 deletions

View File

@@ -722,6 +722,7 @@ fn vmm_thread_rules(
#[cfg(target_arch = "x86_64")]
(libc::SYS_open, vec![]),
(libc::SYS_openat, vec![]),
(libc::SYS_openat2, vec![]),
(libc::SYS_pipe2, vec![]),
#[cfg(target_arch = "x86_64")]
(libc::SYS_poll, vec![]),