Re: [PATCH v13 04/12] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command

From: Paolo Bonzini
Date: Tue Apr 20 2021 - 05:18:36 EST


On 20/04/21 10:38, Paolo Bonzini wrote:
On 15/04/21 17:54, Ashish Kalra wrote:
+    }
+
+    sev->handle = start->handle;
+    sev->fd = argp->sev_fd;

These two lines are spurious, I'll delete them.

And this is wrong as well. My apologies.

Paolo