vmm: Add a vDPA device parameter

Introduce a new --vdpa parameter associated with a VdpaConfig for the
future creation of a Vdpa device.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2022-03-11 10:57:42 +01:00
parent be7c389120
commit 72169686fe
4 changed files with 185 additions and 0 deletions
+1
View File
@@ -1887,6 +1887,7 @@ mod unit_tests {
},
devices: None,
user_devices: None,
vdpa: None,
vsock: None,
iommu: false,
#[cfg(target_arch = "x86_64")]