mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Remove balloon options from --memory parameter
The standalone `--balloon` parameter being fully functional at this point, we can get rid of the balloon options from the --memory parameter. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -537,12 +537,6 @@ components:
|
||||
hugepages:
|
||||
type: boolean
|
||||
default: false
|
||||
balloon:
|
||||
type: boolean
|
||||
default: false
|
||||
balloon_size:
|
||||
type: integer
|
||||
format: int64
|
||||
zones:
|
||||
type: array
|
||||
items:
|
||||
@@ -810,8 +804,8 @@ components:
|
||||
description: desired memory ram in bytes
|
||||
type: integer
|
||||
format: int64
|
||||
desired_ram_w_balloon:
|
||||
description: desired ballon size in bytes
|
||||
desired_balloon:
|
||||
description: desired balloon size in bytes
|
||||
type: integer
|
||||
format: int64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user