mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
vmm: openapi: Update OpenAPI for CpuConfig struct
This struct has changed in order to support differentiating between boot and max vCPUs. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
b6801e355e
commit
c8b3041e62
@ -207,7 +207,14 @@ components:
|
||||
|
||||
CpuConfig:
|
||||
required:
|
||||
- cpu_count
|
||||
- boot_vcpus
|
||||
type: object
|
||||
properties:
|
||||
cpu_count:
|
||||
minimum: 1
|
||||
default: 1
|
||||
type: integer
|
||||
- max_vcpus
|
||||
type: object
|
||||
properties:
|
||||
cpu_count:
|
||||
|
Loading…
x
Reference in New Issue
Block a user