Re: [kvm-devel] [PATCH] SVM: set NM intercept when enabling CR0.TS in the guest

2008-01-29 Thread Avi Kivity
Joerg Roedel wrote: > Explicitly enable the NM intercept in svm_set_cr0 if we enable TS in the guest > copy of CR0 for lazy FPU switching. This fixes guest SMP with Linux under SVM. > Without that patch Linux deadlocks or panics right after trying to boot the > other CPUs. > Applied, thanks. -

[kvm-devel] [PATCH] SVM: set NM intercept when enabling CR0.TS in the guest

2008-01-29 Thread Joerg Roedel
Explicitly enable the NM intercept in svm_set_cr0 if we enable TS in the guest copy of CR0 for lazy FPU switching. This fixes guest SMP with Linux under SVM. Without that patch Linux deadlocks or panics right after trying to boot the other CPUs. Signed-off-by: Joerg Roedel <[EMAIL PROTECTED]> Sign