Hi Jonathan,
On Tue, May 15, 2012 at 05:04:38PM -0500, Jonathan Nieder wrote:
> Toni Mueller wrote:
> > [21052.623069] kvm: disabled by bios
>
> I assume that's the cause.
hrmpf, didn't see that one. Sorry. :(
Will try with changed BIOS settings tomorrow.
> What make and model is this machi
Hi Toni,
Toni Mueller wrote:
> [21052.623069] kvm: disabled by bios
I assume that's the cause.
| #define MSR_VM_CR 0xc0010114
[...]
| #define SVM_VM_CR_SVM_DISABLE 4
[...]
| static int is_disabled(void)
| {
| u64 vm_cr;
|
| rdmsrl(MSR_VM_CR, vm_cr);
| if (vm_cr & (1 << SVM_V
2 matches
Mail list logo