From 59826a0d672013b94be3dc30b75496ef664250a2 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 9 Sep 2024 10:12:15 -0400 Subject: [PATCH] Drop outdated comment Signed-off-by: Alyssa Rosenzweig --- include/libkrun.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libkrun.h b/include/libkrun.h index 41c3a57a..9a933c6e 100644 --- a/include/libkrun.h +++ b/include/libkrun.h @@ -64,7 +64,7 @@ int32_t krun_set_root(uint32_t ctx_id, const char *root_path); /** * Sets the path to the disk image that contains the file-system to be used as root for the microVM. - * The only supported image format is "raw". Only available in libkrun-SEV. + * The only supported image format is "raw". * * Arguments: * "ctx_id" - the configuration context ID. @@ -78,7 +78,7 @@ int32_t krun_set_root_disk(uint32_t ctx_id, const char *disk_path); /** * Sets the path to the disk image that contains the file-system to be used as a data partition for the microVM. - * The only supported image format is "raw". Only available in libkrun-SEV. + * The only supported image format is "raw". * * Arguments: * "ctx_id" - the configuration context ID.