From 14ea52c42f1a9553ca5802b5a63dc04f27ae1866 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Fri, 30 Oct 2020 15:04:44 +0100 Subject: [PATCH] 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 --- devicemodel/core/main.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/devicemodel/core/main.c b/devicemodel/core/main.c index eeda68870..ce050cd35 100644 --- a/devicemodel/core/main.c +++ b/devicemodel/core/main.c @@ -145,8 +145,8 @@ usage(int code) " %*s [--part_info part_info_name] [--enable_trusty] [--intr_monitor param_setting]\n" " %*s [--acpidev_pt HID] [--mmiodev_pt MMIO_Regions]\n" " %*s [--vtpm2 sock_path] [--virtio_poll interval] [--mac_seed seed_string]\n" - " %*s [--vmcfg sub_options] [--dump vm_idx] [--debugexit] \n" - " %*s [--logger-setting param_setting] [--pm_notify_channel]\n" + " %*s [--cpu_affinity pCPUs] [--lapic_pt] [--rtvm] [--windows]\n" + " %*s [--debugexit] [--logger-setting param_setting] [--pm_notify_channel]\n" " %*s [--psram]\n" " %*s [--pm_by_vuart vuart_node] \n" " -A: create ACPI tables\n" @@ -165,10 +165,6 @@ usage(int code) " -W: force virtio to use single-vector MSI\n" " -Y: disable MPtable generation\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" " --psram: Enable pSRAM passthrough\n" " --ovmf: ovmf file path\n"