mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: openapi: Add pci_device_id to the required device entries
Also add pci_segment that was missing from vfio-user devices. Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -984,6 +984,9 @@ components:
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
id:
|
||||
type: string
|
||||
serial:
|
||||
@@ -1046,6 +1049,9 @@ components:
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
rate_limiter_config:
|
||||
$ref: "#/components/schemas/RateLimiterConfig"
|
||||
offload_tso:
|
||||
@@ -1107,6 +1113,9 @@ components:
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
id:
|
||||
type: string
|
||||
|
||||
@@ -1127,6 +1136,9 @@ components:
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
virtio_id:
|
||||
type: uint32
|
||||
|
||||
@@ -1149,6 +1161,9 @@ components:
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
id:
|
||||
type: string
|
||||
|
||||
@@ -1196,6 +1211,9 @@ components:
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
id:
|
||||
type: string
|
||||
x_nv_gpudirect_clique:
|
||||
@@ -1226,6 +1244,9 @@ components:
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
id:
|
||||
type: string
|
||||
|
||||
@@ -1249,6 +1270,9 @@ components:
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
id:
|
||||
type: string
|
||||
|
||||
@@ -1429,6 +1453,12 @@ components:
|
||||
properties:
|
||||
socket:
|
||||
type: string
|
||||
pci_segment:
|
||||
type: integer
|
||||
format: int16
|
||||
pci_device_id:
|
||||
type: integer
|
||||
format: uint8
|
||||
|
||||
LandlockConfig:
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user