mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 21:55:20 +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:
parent
9c257a7e8c
commit
f7b3581645
@ -497,6 +497,9 @@ components:
|
||||
balloon:
|
||||
type: boolean
|
||||
default: false
|
||||
balloon_size:
|
||||
type: integer
|
||||
format: uint64
|
||||
zones:
|
||||
type: array
|
||||
items:
|
||||
|
Loading…
Reference in New Issue
Block a user