14
14
[hypervisor.clh]
15
15
path = "@CLHSNPPATH@"
16
16
igvm = "@IGVMPATH@"
17
- #kernel = "@KERNELPATH_CLH@"
18
- #image = "@IMAGEPATH@"
19
- #initrd = "@INITRDSEVPATH@"
20
17
21
18
# rootfs filesystem type:
22
19
# - ext4 (default)
@@ -33,7 +30,7 @@ rootfs_type=@DEFROOTFSTYPE@
33
30
#
34
31
# Known limitations:
35
32
# * Does not work by design:
36
- # - CPU Hotplug
33
+ # - CPU Hotplug
37
34
# - Memory Hotplug
38
35
# - NVDIMM devices
39
36
#
@@ -43,7 +40,8 @@ rootfs_type=@DEFROOTFSTYPE@
43
40
# Default false
44
41
confidential_guest = true
45
42
46
- # enable SEV SNP VMs. This is not currently used by CLH
43
+ # enable SEV SNP VMs.
44
+ # This is not currently used by CLH
47
45
sev_snp_guest = @DEFSNPGUEST@
48
46
49
47
# SNP guest policy
@@ -222,9 +220,9 @@ block_device_driver = "virtio-blk"
222
220
# and we strongly advise users to refer the Cloud Hypervisor official
223
221
# documentation for a better understanding of its internals:
224
222
# https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/io_throttling.md
225
- #
223
+ #
226
224
# Bandwidth rate limiter options
227
- #
225
+ #
228
226
# net_rate_limiter_bw_max_rate controls network I/O bandwidth (size in bits/sec
229
227
# for SB/VM).
230
228
# The same value is used for inbound and outbound bandwidth.
@@ -258,9 +256,9 @@ block_device_driver = "virtio-blk"
258
256
# and we strongly advise users to refer the Cloud Hypervisor official
259
257
# documentation for a better understanding of its internals:
260
258
# https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/io_throttling.md
261
- #
259
+ #
262
260
# Bandwidth rate limiter options
263
- #
261
+ #
264
262
# disk_rate_limiter_bw_max_rate controls disk I/O bandwidth (size in bits/sec
265
263
# for SB/VM).
266
264
# The same value is used for inbound and outbound bandwidth.
0 commit comments