Hi, I have set <kvm> <hidden state='on'/> </kvm> in my configuration file. But looking at the command line, I see -cpu ...,hypervisor=on,... Should the setting result in hypervisor=off (or -hypervisor) - Michael
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
Indeed, that does it. Thanks! - Michael Am 08.10.19 um 19:03 schrieb Cole Robinson:> 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
Maybe Matching Threads
- hidden state='on' not working
- Re: libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
- Re: Unable to use more than 4 serial devices at once.
- Re: libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
- Standalone KVM boot from USB ?