mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 22:42:53 +00:00
dm: update acrn-dm built-in list and description of args
Update and light clean-up of the buit-in list of arguments from 'acrn-dm' * Added options in the top part (list with no explanation) * Remove a couple of arguments that are no longer valid ('vmcfg' and 'dump') Tracked-On: #5445 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
49a773ab54
commit
14ea52c42f
@ -145,8 +145,8 @@ usage(int code)
|
|||||||
" %*s [--part_info part_info_name] [--enable_trusty] [--intr_monitor param_setting]\n"
|
" %*s [--part_info part_info_name] [--enable_trusty] [--intr_monitor param_setting]\n"
|
||||||
" %*s [--acpidev_pt HID] [--mmiodev_pt MMIO_Regions]\n"
|
" %*s [--acpidev_pt HID] [--mmiodev_pt MMIO_Regions]\n"
|
||||||
" %*s [--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]\n"
|
" %*s [--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]\n"
|
||||||
" %*s [--vmcfg sub_options] [--dump vm_idx] [--debugexit] \n"
|
" %*s [--cpu_affinity pCPUs] [--lapic_pt] [--rtvm] [--windows]\n"
|
||||||
" %*s [--logger-setting param_setting] [--pm_notify_channel]\n"
|
" %*s [--debugexit] [--logger-setting param_setting] [--pm_notify_channel]\n"
|
||||||
" %*s [--psram]\n"
|
" %*s [--psram]\n"
|
||||||
" %*s [--pm_by_vuart vuart_node] <vm>\n"
|
" %*s [--pm_by_vuart vuart_node] <vm>\n"
|
||||||
" -A: create ACPI tables\n"
|
" -A: create ACPI tables\n"
|
||||||
@ -165,10 +165,6 @@ usage(int code)
|
|||||||
" -W: force virtio to use single-vector MSI\n"
|
" -W: force virtio to use single-vector MSI\n"
|
||||||
" -Y: disable MPtable generation\n"
|
" -Y: disable MPtable generation\n"
|
||||||
" --mac_seed: set a platform unique string as a seed for generate mac address\n"
|
" --mac_seed: set a platform unique string as a seed for generate mac address\n"
|
||||||
#ifdef CONFIG_VM_CFG
|
|
||||||
" --vmcfg: build-in VM configurations\n"
|
|
||||||
" --dump: show build-in VM configurations\n"
|
|
||||||
#endif
|
|
||||||
" --vsbl: vsbl file path\n"
|
" --vsbl: vsbl file path\n"
|
||||||
" --psram: Enable pSRAM passthrough\n"
|
" --psram: Enable pSRAM passthrough\n"
|
||||||
" --ovmf: ovmf file path\n"
|
" --ovmf: ovmf file path\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user