mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-23 13:05:45 +00:00
vmm/api: Fix vm.info response definition
Update cloud-hypervisor.yaml with latest code. Fixes: #841 Signed-off-by: liubin <liubin0329@gmail.com>
This commit is contained in:
parent
8f3720089f
commit
d6e6901957
@ -161,7 +161,7 @@ components:
|
||||
$ref: '#/components/schemas/VmConfig'
|
||||
state:
|
||||
type: string
|
||||
enum: [Created, Booted, Shutdown]
|
||||
enum: [Created, Running, Shutdown, Paused]
|
||||
description: Virtual Machine information
|
||||
|
||||
VmConfig:
|
||||
@ -385,7 +385,7 @@ components:
|
||||
type: string
|
||||
mode:
|
||||
type: string
|
||||
enum: [Off, Tty, File, None]
|
||||
enum: [Off, Tty, File, Null]
|
||||
iommu:
|
||||
type: boolean
|
||||
default: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user