mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 19:32:20 +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:
parent
6af2f57644
commit
b930b3fb41
@ -222,6 +222,7 @@ components:
|
||||
properties:
|
||||
size:
|
||||
type: integer
|
||||
format: int64
|
||||
default: 512 MB
|
||||
file:
|
||||
type: string
|
||||
@ -302,6 +303,7 @@ components:
|
||||
type: integer
|
||||
cache_size:
|
||||
type: integer
|
||||
format: int64
|
||||
|
||||
PmemConfig:
|
||||
required:
|
||||
@ -313,6 +315,7 @@ components:
|
||||
type: string
|
||||
size:
|
||||
type: integer
|
||||
format: int64
|
||||
iommu:
|
||||
type: boolean
|
||||
default: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user