Re: [kvm-devel] Linux guests failing on SVM

2007-08-27 Thread Avi Kivity
Anthony Liguori wrote: > Using the KVM git tree on a 32-bit host, I can't boot a kernel with > -kernel. a wrmsr() to EFER is resulting in the guest getting a GP. The > very curious thing is the call is wrmsr_safe() so I don't think it > should be failing. Moreover, if I allow wrmsr to succeed, t

[kvm-devel] Linux guests failing on SVM

2007-08-27 Thread Anthony Liguori
Using the KVM git tree on a 32-bit host, I can't boot a kernel with -kernel. a wrmsr() to EFER is resulting in the guest getting a GP. The very curious thing is the call is wrmsr_safe() so I don't think it should be failing. Moreover, if I allow wrmsr to succeed, the guest just hangs. I know th