mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
board_inspector:refine board_inspector.py
Completed the five log level information in help output list. Tracked-On: #7654 Signed-off-by: Ziheng Li <ziheng.li@intel.com>
This commit is contained in:
parent
491a5517cb
commit
7c17700dfb
@ -216,7 +216,7 @@ if __name__ == "__main__":
|
||||
parser.add_argument("board_name", help="the name of the board that runs the ACRN hypervisor")
|
||||
parser.add_argument("--out", help="the name of board info file")
|
||||
parser.add_argument("--basic", action="store_true", default=False, help="do not extract advanced information such as ACPI namespace")
|
||||
parser.add_argument("--loglevel", default="info", help="choose log level, e.g. info, warning or error")
|
||||
parser.add_argument("--loglevel", default="info", help="choose log level, e.g. debug, info, warning, error or critical")
|
||||
parser.add_argument("--check-device-status", action="store_true", default=False, help="filter out devices whose _STA object evaluates to 0")
|
||||
parser.add_argument("--add-llc-cat", default=None, action=AddLLCCATAction,
|
||||
metavar="<capacity_mask_length:int>,<clos_number:int>,<has_CDP:bool>", help="manually set the Cache Allocation Technology capability of the last level cache")
|
||||
|
Loading…
Reference in New Issue
Block a user