
16 Mar
2020
16 Mar
'20
10:40 a.m.
On 13. 3. 2020 18:48, Daniel Henrique Barboza wrote:
POWER hosts does not implement CPU virtualization extensions like x86 or s390x. Instead, all bare-metal POWER hosts are considered to be virtualization ready.
For POWER, the validation is done by checking if the virtualization module kvm_hv is loaded in the host. If not, we should warn the user about it.
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> --- tools/virt-host-validate-common.c | 27 +++++++++++++++++++++++++++ tools/virt-host-validate-common.h | 2 ++ tools/virt-host-validate-qemu.c | 15 +++++++++++++++ 3 files changed, 44 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal