We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dabcd commit 7d8151eCopy full SHA for 7d8151e
1 file changed
src/runtime_src/core/tools/common/SmiDefault.cpp
@@ -56,6 +56,7 @@ create_configure_subcommand()
56
std::map<std::string, std::shared_ptr<xrt_core::smi::option>> configure_suboptions;
57
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"));
58
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"));
60
61
return {"configure", "Device and host configuration", "common", std::move(configure_suboptions)};
62
}
0 commit comments