arch, vmm: Expose platform uuid via SMBIOS

Parse and set uuid.

Signed-off-by: lizhaoxin1 <Lxiaoyouling@163.com>
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
lizhaoxin1
2022-08-04 11:34:26 +08:00
committed by Sebastien Boeuf
parent 3abc1e1e51
commit bc3a276b43
5 changed files with 95 additions and 13 deletions

1
Cargo.lock generated
View File

@@ -50,6 +50,7 @@ dependencies = [
"log",
"serde",
"thiserror",
"uuid",
"versionize",
"versionize_derive",
"vm-fdt",