I found it not available when i open the qemu in the virt-manager,it warning that

so I check the kvm module,it not found the kvm-intel module,so it may be the bios is not open the virtulization or the cpu not support VT-D

 

 
  
  1. #lsmod | grep kvm 
  2. kvm                   414071  0  

we need check the biso and cpu

grep vmx /proc/cpuinfo

that's not vmx,and the vmx is the  basic of kvm ,so the qemu cann't able to install.

the webside of intel:click me