mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
cloud-hypervisor.yaml: MemoryConfig: Add balloon_size
"struct MemoryConfig" has balloon_size but not in MemoryConfig of cloud-hypervisor.yaml. This commit adds it. Signed-off-by: Hui Zhu <teawater@antfin.com>
This commit is contained in:
@@ -497,6 +497,9 @@ components:
|
||||
balloon:
|
||||
type: boolean
|
||||
default: false
|
||||
balloon_size:
|
||||
type: integer
|
||||
format: uint64
|
||||
zones:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user