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

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

Signed-off-by: Julio Montes <julio.montes@intel.com>
2020-09-26 14:05:51 +01:00
..
src vmm: openapi: fix integers format 2020-09-26 14:05:51 +01:00
Cargo.toml acpi: Add hotplug numa node 2020-09-22 13:11:39 +02:00