Skip to content

Commit 7d8151e

Browse files
ManojTakasiManojTakasi
and
ManojTakasi
authored
Added daemon suboption as default configure subcommand (#8968)
Signed-off-by: ManojTakasi <mtakasi@amd.com> Co-authored-by: ManojTakasi <mtakasi@amd.com>
1 parent 39dabcd commit 7d8151e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime_src/core/tools/common/SmiDefault.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ create_configure_subcommand()
5656
std::map<std::string, std::shared_ptr<xrt_core::smi::option>> configure_suboptions;
5757
configure_suboptions.emplace("device", std::make_shared<xrt_core::smi::option>("device", "d", "The Bus:Device.Function (e.g., 0000:d8:00.0) device of interest", "common", "", "string"));
5858
configure_suboptions.emplace("help", std::make_shared<xrt_core::smi::option>("help", "h", "Help to use this sub-command", "common", "", "none"));
59+
configure_suboptions.emplace("daemon", std::make_shared<xrt_core::smi::option>("daemon", "", "Update the device daemon configuration", "hidden", "", "none"));
5960

6061
return {"configure", "Device and host configuration", "common", std::move(configure_suboptions)};
6162
}

0 commit comments

Comments
 (0)