On Thu, May 2, 2019 at 03:11 AM, wrote: > > Hi Laszlo, As you suggested in the in-line mail I have found a machine which supports EPT technology in our lab environment. And to maintain a homogeneous KVM Host environment used qemu-kvm packages which comes with the default repo.The thing is that by default qemu-kvm is not supporting q35 machine type .This is the reason earlier we went for Cent OS packages so that qemu-kvm can support  q35 chipset for Guest VM. Can you suggest me on the same , if i wanted to perform with RHEL 7.6 how can i proceed.  [root@ACP-CP-RH7-PA01 ~]# cat /proc/cpuinfo | grep ept fpu_exc *ept* ion : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority *ept* vpid xsaveopt dtherm ida arat pln pts spec_ctrl intel_stibp flush_l1d [root@ACP-CP-RH7-PA01 ~]# rpm -qa | grep qemu-kvm  *qemu-kvm* -1.5.3-160.el7_6.1.x86_64 *qemu-kvm* -common-1.5.3-160.el7_6.1.x86_64 [root@ACP-CP-RH7-PA01 ~]# /usr/libexec/qemu-kvm --machine help Supported machines are: none               empty machine pc                 RHEL 7.0.0 PC (i440FX + PIIX, 1996) (alias of pc-i440fx-rhel7.0.0) pc-i440fx-rhel7.0.0 RHEL 7.0.0 PC (i440FX + PIIX, 1996) (default) rhel6.6.0           RHEL 6.6.0 PC rhel6.5.0           RHEL 6.5.0 PC rhel6.4.0           RHEL 6.4.0 PC rhel6.3.0           RHEL 6.3.0 PC rhel6.2.0           RHEL 6.2.0 PC rhel6.1.0           RHEL 6.1.0 PC   rhel6.0.0           RHEL 6.0.0 PC Thanks in Advance.