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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue