Skip to content

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed
 

‎src/runtime/config/configuration-clh-snp.toml.in

+7-9
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
[hypervisor.clh]
1515
path = "@CLHSNPPATH@"
1616
igvm = "@IGVMPATH@"
17-
#kernel = "@KERNELPATH_CLH@"
18-
#image = "@IMAGEPATH@"
19-
#initrd = "@INITRDSEVPATH@"
2017

2118
# rootfs filesystem type:
2219
# - ext4 (default)
@@ -33,7 +30,7 @@ rootfs_type=@DEFROOTFSTYPE@
3330
#
3431
# Known limitations:
3532
# * Does not work by design:
36-
# - CPU Hotplug
33+
# - CPU Hotplug
3734
# - Memory Hotplug
3835
# - NVDIMM devices
3936
#
@@ -43,7 +40,8 @@ rootfs_type=@DEFROOTFSTYPE@
4340
# Default false
4441
confidential_guest = true
4542

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
4745
sev_snp_guest = @DEFSNPGUEST@
4846

4947
# SNP guest policy
@@ -222,9 +220,9 @@ block_device_driver = "virtio-blk"
222220
# and we strongly advise users to refer the Cloud Hypervisor official
223221
# documentation for a better understanding of its internals:
224222
# https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/io_throttling.md
225-
#
223+
#
226224
# Bandwidth rate limiter options
227-
#
225+
#
228226
# net_rate_limiter_bw_max_rate controls network I/O bandwidth (size in bits/sec
229227
# for SB/VM).
230228
# The same value is used for inbound and outbound bandwidth.
@@ -258,9 +256,9 @@ block_device_driver = "virtio-blk"
258256
# and we strongly advise users to refer the Cloud Hypervisor official
259257
# documentation for a better understanding of its internals:
260258
# https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/io_throttling.md
261-
#
259+
#
262260
# Bandwidth rate limiter options
263-
#
261+
#
264262
# disk_rate_limiter_bw_max_rate controls disk I/O bandwidth (size in bits/sec
265263
# for SB/VM).
266264
# The same value is used for inbound and outbound bandwidth.

‎src/runtime/config/configuration-clh.toml.in

+6-5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
path = "@CLHPATH@"
1616
kernel = "@KERNELPATH_CLH@"
1717
image = "@IMAGEPATH@"
18+
#initrd = "@INITRDPATH@"
1819

1920
# rootfs filesystem type:
2021
# - ext4 (default)
@@ -31,7 +32,7 @@ rootfs_type=@DEFROOTFSTYPE@
3132
#
3233
# Known limitations:
3334
# * Does not work by design:
34-
# - CPU Hotplug
35+
# - CPU Hotplug
3536
# - Memory Hotplug
3637
# - NVDIMM devices
3738
#
@@ -211,9 +212,9 @@ block_device_driver = "virtio-blk"
211212
# and we strongly advise users to refer the Cloud Hypervisor official
212213
# documentation for a better understanding of its internals:
213214
# https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/io_throttling.md
214-
#
215+
#
215216
# Bandwidth rate limiter options
216-
#
217+
#
217218
# net_rate_limiter_bw_max_rate controls network I/O bandwidth (size in bits/sec
218219
# for SB/VM).
219220
# The same value is used for inbound and outbound bandwidth.
@@ -247,9 +248,9 @@ block_device_driver = "virtio-blk"
247248
# and we strongly advise users to refer the Cloud Hypervisor official
248249
# documentation for a better understanding of its internals:
249250
# https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/io_throttling.md
250-
#
251+
#
251252
# Bandwidth rate limiter options
252-
#
253+
#
253254
# disk_rate_limiter_bw_max_rate controls disk I/O bandwidth (size in bits/sec
254255
# for SB/VM).
255256
# The same value is used for inbound and outbound bandwidth.

0 commit comments

Comments
 (0)
Please sign in to comment.