[libvirt-users] hidden state='on' not working

Cole Robinson crobinso at redhat.com
Tue Oct 8 17:03:14 UTC 2019


On 10/8/19 12:33 PM, Michael Lipp wrote:
> Hi,
> 
> I have set
> 
>      <kvm>
>        <hidden state='on'/>
>      </kvm>
> 

That adds -cpu ...,kvm=off

> in my configuration file. But looking at the command line, I see
> 
> -cpu ...,hypervisor=on,...
> 

If you want hypervisor=off, want to add this to your <cpu> block

   <feature policy='disable' name='hypervisor'/>

- Cole




More information about the libvirt-users mailing list