Due to the recently introduces checks for SVM activation, the SVM instructions currently throw a #UD exception if they are not activated. The activation happens through a write to the EFER which does not support the SVM bit yet. This patch adds the SVME bit to the EFER MSR write. It makes KVM work for me again. Alex