From 0a23cb0a512c3984aa0d68f4ec4a5c0c0d55a430 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 1 Sep 2022 23:53:36 +0200 Subject: sev-es: Fixed OOM symptom, prime & probe working (but not directly around vmrun yet) --- test/sev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sev.c') diff --git a/test/sev.c b/test/sev.c index 768b4f6..e6da94c 100755 --- a/test/sev.c +++ b/test/sev.c @@ -357,7 +357,7 @@ sev_kvm_init(struct kvm *kvm, size_t ramsize, void *code_start, void *code_stop) if (ret != GSTATE_RUNNING) errx(1, "Bad guest state: %s", sev_gstate_str(fwerr)); - /* Create virtual cpu */ + /* Create virtual cpu core */ kvm->vcpufd = ioctl(kvm->vmfd, KVM_CREATE_VCPU, 0); if (kvm->vcpufd < 0) err(1, "KVM_CREATE_VCPU"); -- cgit v1.2.3-71-gd317