mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
doc: replace UUID with vmname to identify a vm
Since the PR #6787 has landed, we need to remove the uuid parameter "-U" of "acrn-dm" and replace UUID with vm name to identify a VM in document. Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
@@ -54,7 +54,7 @@ options:
|
||||
acrn-dm [-hAWYv] [-B bootargs] [-E elf_image_path]
|
||||
[-G GVT_args] [-i ioc_mediator_parameters] [-k kernel_image_path]
|
||||
[-l lpc] [-m mem] [-r ramdisk_image_path]
|
||||
[-s pci] [-U uuid] [--vsbl vsbl_file_name] [--ovmf ovmf_file_path]
|
||||
[-s pci] [--vsbl vsbl_file_name] [--ovmf ovmf_file_path]
|
||||
[--part_info part_info_name] [--enable_trusty] [--intr_monitor param_setting]
|
||||
[--acpidev_pt HID] [--mmiodev_pt MMIO_regions]
|
||||
[--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]
|
||||
@@ -72,7 +72,6 @@ options:
|
||||
-m: memory size in MB
|
||||
-r: ramdisk image path
|
||||
-s: <slot,driver,configinfo> PCI slot config
|
||||
-U: uuid
|
||||
-v: version
|
||||
-W: force virtio to use single-vector MSI
|
||||
-Y: disable MPtable generation
|
||||
|
@@ -793,7 +793,7 @@ Extract-and-Expand Key Derivation Function), `RFC5869
|
||||
|
||||
The parameters of HKDF derivation in the hypervisor are:
|
||||
|
||||
#. VMInfo= vm-uuid (from the hypervisor configuration file)
|
||||
#. VMInfo= vm name (from the hypervisor configuration file)
|
||||
#. theHash=SHA-256
|
||||
#. OutSeedLen = 64 in bytes
|
||||
#. Guest Dev and User SEED (dvSEED/uvSEED)
|
||||
|
Reference in New Issue
Block a user