mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
vmm: openapi: String quote the enum members of ConsoleConfig::Mode
This disambiguates from the null keyword. Fixes: #6107 Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
d5b813838c
commit
81bd07fc8b
@ -994,7 +994,7 @@ components:
|
||||
type: string
|
||||
mode:
|
||||
type: string
|
||||
enum: [Off, Pty, Tty, File, Socket, Null]
|
||||
enum: ["Off", "Pty", "Tty", "File", "Socket", "Null"]
|
||||
iommu:
|
||||
type: boolean
|
||||
default: false
|
||||
|
Loading…
Reference in New Issue
Block a user