Re: kvm amd nested

2016-05-20 Thread Paras pradhan
On the vm: The problem is: kvm module is loaded but not kvm_amd. When I do: modprobe kvm_amd I get modprobe: ERROR: could not insert 'kvm_amd': Invalid argument On the server: Looks like something is missing even though it says nested on "1". On Thu, May 19, 2016 at 10:49 AM, Linux-Fan wro

Re: kvm amd nested

2016-05-19 Thread Linux-Fan
[Wed, 18 May 2016 16:59:02 -0500] Paras pradhan wrote: > On a Jessie host I can see nested kvm is set > > --- > > cat /sys/module/kvm_amd/parameters/nested > > 1 > > -- > > On the virtual machines I can see 'svm' but not > seeing /sys/module/kvm_amd . When I t

kvm amd nested

2016-05-18 Thread Paras pradhan
On a Jessie host I can see nested kvm is set --- cat /sys/module/kvm_amd/parameters/nested 1 -- On the virtual machines I can see 'svm' but not seeing /sys/module/kvm_amd . When I try to create a VM, I get Warning : KVM is not available. KVM kernel modules ar