cloud-hypervisor/vmm
Julio Montes 668c563dac vmm: openapi: fix integers format
According to openAPI specification [1], the format for `integer` types
can be only `int32` or `int64`, unsigned and 8-bits integers are not
supported.
This patch replaces `uint64` with `int64`, `uint32` with `int32` and
`uint8` with `int32`.

[1]: https://swagger.io/specification/#data-types

Signed-off-by: Julio Montes <julio.montes@intel.com>
2020-09-29 12:55:40 -07:00
..
src vmm: openapi: fix integers format 2020-09-29 12:55:40 -07:00
Cargo.toml acpi: Add hotplug numa node 2020-09-22 13:11:39 +02:00