Skip to content

Commit

Permalink
Drop outdated comment
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Rosenzweig <[email protected]>
  • Loading branch information
alyssarosenzweig authored and slp committed Sep 11, 2024
1 parent aea930a commit 59826a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/libkrun.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 59826a0

Please sign in to comment.