mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: openapi: use the right default values
This patch fixes couple of typos for the default values from the openapi yaml file. Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -567,7 +567,7 @@ components:
|
||||
default: false
|
||||
hotplug_method:
|
||||
type: string
|
||||
default: "acpi"
|
||||
default: "Acpi"
|
||||
shared:
|
||||
type: boolean
|
||||
default: false
|
||||
@@ -714,7 +714,7 @@ components:
|
||||
type: string
|
||||
vhost_mode:
|
||||
type: string
|
||||
default: "client"
|
||||
default: "Client"
|
||||
id:
|
||||
type: string
|
||||
fd:
|
||||
|
||||
Reference in New Issue
Block a user