summary refs log tree commit diff stats
path: root/target/i386/sev.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/sev.h')
-rw-r--r--target/i386/sev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/i386/sev.h b/target/i386/sev.h
index e7499c95b1..9e10d09539 100644
--- a/target/i386/sev.h
+++ b/target/i386/sev.h
@@ -57,6 +57,4 @@ int sev_inject_launch_secret(const char *hdr, const char *secret,
 int sev_es_save_reset_vector(void *flash_ptr, uint64_t flash_size);
 void sev_es_set_reset_vector(CPUState *cpu);
 
-int sev_kvm_init(ConfidentialGuestSupport *cgs, Error **errp);
-
 #endif