mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
openapi: Update the PciBdf type
42b5d4a2f7
has changed how the PciBdf
field of a DeviceNode is represented (from an int32 to its own struct).
To avoid marshelling / demarshelling issues for the projects relying on
the openapi auto generated code, let's propagate the change, updating
the yaml file accordingly.
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
df86d4c50f
commit
dd77070f16
@ -440,8 +440,7 @@ components:
|
||||
items:
|
||||
type: string
|
||||
pci_bdf:
|
||||
type: integer
|
||||
format: int32
|
||||
type: string
|
||||
|
||||
VmCounters:
|
||||
type: object
|
||||
|
Loading…
Reference in New Issue
Block a user