=?gb18030?b?u9i4tKO6IFtsaWJ2aXJ0XSB4bWwgY29uZmln?==?gb18030?q?_nested?=

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



thanks your mail,now below:

If the KVM supports nested VMX and QEMU starts with the arguments -enable-kvm and
    -cpu ..., + vmx, then the LOCK bit of the guest MSR_IA32_FEATURE_CONTROL and
    Enable VMX out of SMX operation bit will be set.

Well, I should add -enable-kvm parameters of the document which xml position, Exactly speaking, how to amend xml configuration file?


------------------ 原始邮件 ------------------
发件人: "Daniel P. Berrange";<berrange@xxxxxxxxxx>;
发送时间: 2017年1月5日(星期四) 晚上8:53
收件人: "放牛班的春天"<446844717@xxxxxx>;
抄送: "libvirt-users"<libvirt-users@xxxxxxxxxx>;
主题: Re: [libvirt] xml config nested

NB, in future please don't CC all possible mailing lists at once.
Just pick the most appropriate mailing list for your question. I've
dropped libvirt-list & libvirt-announce from the CC, since this is
a question most suited for libvirt-users.

On Thu, Jan 05, 2017 at 11:44:29AM +0800, 放牛班的春天 wrote:
> How to configure libvirt, so qemu-kvm support nested virtualization, virtual machine installed operating system is windows_7_ultimate_sp1_x64_dvd_618537.iso, configure libvirt xml file is as follows:
>
>  <cpu mode='custom' match='exact'>
>     <model fallback='allow'>core2duo</model>
>     <feature policy='require' name='vmx'/>
>   </cpu>
>
>
> or
>
>   <cpu mode='host-model'>
>     <model fallback='allow'/>
>   </cpu>
>
> or
>  <cpu mode='host-passthrough'>
>     <topology sockets='2' cores='2' threads='2'/>
>   </cpu>

Yes, that's the key guest configuration step - exposing the 'vmx' feature
to the guest.

In addition to that though, you need to make sure the kvm-intel kernel
module in your host has the "nested=1" parameter set.

eg in /etc/modprobe.d/kvm.conf you want

 options kvm_intel nested=1

If loaded correctly you should see

# cat /sys/module/kvm_intel/parameters/nested
Y

if it says "N", then nested VMX will be disabled.

Regards,
Daniel
--
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://entangle-photo.org       -o-    http://search.cpan.org/~danberr/ :|
_______________________________________________
libvirt-users mailing list
libvirt-users@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvirt-users

[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux