mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: api: Specify which integers are 64 bit wide
By default, client will assume 32-bits for OpenAPI interger types. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
6af2f57644
commit
b930b3fb41
@@ -222,6 +222,7 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
size:
|
size:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: int64
|
||||||
default: 512 MB
|
default: 512 MB
|
||||||
file:
|
file:
|
||||||
type: string
|
type: string
|
||||||
@@ -302,6 +303,7 @@ components:
|
|||||||
type: integer
|
type: integer
|
||||||
cache_size:
|
cache_size:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: int64
|
||||||
|
|
||||||
PmemConfig:
|
PmemConfig:
|
||||||
required:
|
required:
|
||||||
@@ -313,6 +315,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
size:
|
size:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: int64
|
||||||
iommu:
|
iommu:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Reference in New Issue
Block a user