Consider the features and capabilities of Kernel-based Virtual Machine (kvm).
Which two statements are correct?
A.
kvmis considered both a type-1 and type-2 hypervisor because it turns the Linux kernel into a bare-metal hypervisor but the OS running on the virtualization host is a full OS.
B.
kvmis an open source hypervisor, which provides full virtualization with hardware-assisted virtualization. It does not support paravidualized devices.
C.
There are twokvmmodules: akvmmodule that provides the core virtualization infrastructure and akvm_hwmodule that ensbles x86 hardware virtualization extensions (Intel VT or AMD-V).
D.
Thekvmhypervisor in Oracle Linux is managed withlibvirtAPI and tools built forlibvirt, such asvirt-managerandvirsh.
E.
kvm provides a software package called Linux Integration Services (LIS) that provides integration between the OS running in thekvmvirtual machine and the physical host.
????
A & D
A D
B KVM is belong to Redhat not open source
C there is no kvm_hwmodule. Hardware virtualization extenstion is belong to the hardware platform
E LIS is for hyperV