mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Wei Liu
parent
7b24354020
commit
0769215d42
@@ -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![]),
|
||||
|
||||
Reference in New Issue
Block a user