When using custom command line arguments, warn that
this configuration is not fully supported.
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
if (def->namespaceData) {
bhyveDomainCmdlineDefPtr bhyvecmd;
+ VIR_WARN("Booting the guest using command line pass-through feature, "
+ "which could potentially cause inconsistent state and "
+ "upgrade issues");
+
bhyvecmd = def->namespaceData;
for (i = 0; i < bhyvecmd->num_args; i++)
virCommandAddArg(cmd, bhyvecmd->args[i]);