From 354cc98d5529f56ad7a9fcc70294e7d453678a0f Mon Sep 17 00:00:00 2001 From: Bindhiya Kanangot Balakrishnan Date: Mon, 8 Dec 2025 14:38:18 -0600 Subject: [PATCH] [SWDEV-570528] Add NPM support on Guest VM (#2199) Added NPM CLI support on the Guest VM. Signed-off-by: Bindhiya Kanangot Balakrishnan --- projects/amdsmi/amdsmi_cli/amdsmi_parser.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/amdsmi/amdsmi_cli/amdsmi_parser.py b/projects/amdsmi/amdsmi_cli/amdsmi_parser.py index aa8b57c25a..56d6ec2936 100644 --- a/projects/amdsmi/amdsmi_cli/amdsmi_parser.py +++ b/projects/amdsmi/amdsmi_cli/amdsmi_parser.py @@ -1635,10 +1635,6 @@ class AMDSMIParser(argparse.ArgumentParser): def _add_node_parser(self, subparsers: argparse._SubParsersAction, func): - if self.helpers.is_virtual_os(): - # This subparser is only available to Guest and Hypervisor systems - return - # Subparser help text node_help = "Gets power information for the node" node_subcommand_help = f"{self.description}\n\nReturns information for node 0 on the system.\