File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ int32_t krun_set_root(uint32_t ctx_id, const char *root_path);
66
66
* DEPRECATED. Use krun_add_disk instead.
67
67
*
68
68
* Sets the path to the disk image that contains the file-system to be used as root for the microVM.
69
- * The only supported image format is "raw".
69
+ * The supported image formats are: "raw" and "qcow2 ".
70
70
*
71
71
* Arguments:
72
72
* "ctx_id" - the configuration context ID.
@@ -82,7 +82,7 @@ int32_t krun_set_root_disk(uint32_t ctx_id, const char *disk_path);
82
82
* DEPRECATED. Use krun_add_disk instead.
83
83
*
84
84
* Sets the path to the disk image that contains the file-system to be used as
85
- * a data partition for the microVM. The only supported image format is "raw".
85
+ * a data partition for the microVM. The supported image formats are: "raw" and "qcow2 ".
86
86
*
87
87
* Arguments:
88
88
* "ctx_id" - the configuration context ID.
@@ -95,7 +95,8 @@ int32_t krun_set_root_disk(uint32_t ctx_id, const char *disk_path);
95
95
int32_t krun_set_data_disk (uint32_t ctx_id , const char * disk_path );
96
96
97
97
/**
98
- * Adds a disk image to be used as a general partition for the microVM.
98
+ * Adds a disk image to be used as a general partition for the microVM. The supported image
99
+ * formats are: "raw" and "qcow2".
99
100
*
100
101
* This API is mutually exclusive with the deprecated krun_set_root_disk and
101
102
* krun_set_data_disk methods and must not be used together.
You can’t perform that action at this time.
0 commit comments