mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
openapi: update schemas for ConsoleConfig and SerialConfig
On-behalf-of: Philipp Schuster@sap.com Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
0e67f27546
commit
cecd16a84f
@@ -638,7 +638,7 @@ components:
|
||||
items:
|
||||
$ref: "#/components/schemas/PmemConfig"
|
||||
serial:
|
||||
$ref: "#/components/schemas/ConsoleConfig"
|
||||
$ref: "#/components/schemas/SerialConfig"
|
||||
console:
|
||||
$ref: "#/components/schemas/ConsoleConfig"
|
||||
debug_console:
|
||||
@@ -1197,6 +1197,26 @@ components:
|
||||
iommu:
|
||||
type: boolean
|
||||
default: false
|
||||
id:
|
||||
type: string
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
|
||||
SerialConfig:
|
||||
required:
|
||||
- mode
|
||||
type: object
|
||||
properties:
|
||||
file:
|
||||
type: string
|
||||
socket:
|
||||
type: string
|
||||
mode:
|
||||
$ref: "#/components/schemas/ConsoleMode"
|
||||
|
||||
DebugConsoleConfig:
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user