mirror of https://gitee.com/openkylin/libvirt.git
tools: Fix typo firemare -> firmware
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
1b2e06b1bf
commit
001a101a2e
|
@ -515,7 +515,7 @@ int virHostValidateSecureGuests(const char *hvname,
|
|||
} else {
|
||||
virHostMsgFail(level,
|
||||
"AMD Secure Encrypted Virtualization appears to be "
|
||||
"disabled in firemare.");
|
||||
"disabled in firmware.");
|
||||
return VIR_HOST_VALIDATE_FAILURE(level);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue