[RFC PATCH v1 24/28] KVM: SVM: add SEV_LAUNCH_FINISH command

Paolo Bonzini pbonzini at redhat.com
Thu Oct 13 11:16:33 UTC 2016



On 23/08/2016 01:28, Brijesh Singh wrote:
> +
> +	/* Iterate through each vcpus and set SEV KVM_SEV_FEATURE bit in
> +	 * KVM_CPUID_FEATURE to indicate that SEV is enabled on this vcpu
> +	 */
> +	kvm_for_each_vcpu(i, vcpu, kvm)
> +		svm_cpuid_update(vcpu);
> +

Do you need another call to sev_init_vmcb here?

Paolo


More information about the devel mailing list