summaryrefslogtreecommitdiffstats
path: root/test/sev-es.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sev-es.c')
-rw-r--r--test/sev-es.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sev-es.c b/test/sev-es.c
index 2b75d6d..77abbb1 100644
--- a/test/sev-es.c
+++ b/test/sev-es.c
@@ -446,7 +446,7 @@ collect(struct kvm *kvm)
memset(&regs, 0, sizeof(regs));
ret = ioctl(kvm->vcpufd, KVM_GET_REGS, &regs);
if (ret < 0) err(1, "KVM_GET_REGS");
- errx(1, "KVM_EXTI_MMIO: Victim %s at 0x%08llx: rip=0x%08llx\n",
+ errx(1, "KVM_EXIT_MMIO: Victim %s at 0x%08llx: rip=0x%08llx\n",
kvm->run->mmio.is_write ? "write" : "read",
kvm->run->mmio.phys_addr, regs.rip);
} else if (kvm->run->exit_reason != KVM_EXIT_HLT) {