Greetings!
#uname -a
Linux h3 3.10.0-7-pve #1 SMP Thu Jan 22 11:20:00 CET 2015 x86_64 GNU/Linux
#modinfo kvm_intel|grep -i nested
parm: nested:bool
#cat /sys/module/kvm_intel/parameters/nested
Y
In config file of virtual machine I set "args: -enable-nesting" option.
But when I tried to start I've got "kvm: -enable-nesting: invalid option"...
Whats wrong, maybe I need special pve-qemu-kvm?
#uname -a
Linux h3 3.10.0-7-pve #1 SMP Thu Jan 22 11:20:00 CET 2015 x86_64 GNU/Linux
#modinfo kvm_intel|grep -i nested
parm: nested:bool
#cat /sys/module/kvm_intel/parameters/nested
Y
In config file of virtual machine I set "args: -enable-nesting" option.
But when I tried to start I've got "kvm: -enable-nesting: invalid option"...
Whats wrong, maybe I need special pve-qemu-kvm?