mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
vmm: openapi: Update the fd
field of the NetConfig
definition
Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
6664e5a6e7
commit
ff54909d2c
@ -398,7 +398,7 @@ components:
|
||||
pci_bdf:
|
||||
type: integer
|
||||
format: int32
|
||||
|
||||
|
||||
VmCounters:
|
||||
type: object
|
||||
additionalProperties:
|
||||
@ -665,8 +665,10 @@ components:
|
||||
id:
|
||||
type: string
|
||||
fd:
|
||||
type: integer
|
||||
format: int32
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
format: int32
|
||||
|
||||
RngConfig:
|
||||
required:
|
||||
|
Loading…
x
Reference in New Issue
Block a user