cloud-hypervisor/vmm
Julio Montes 270631922d vmm: openapi: remove omitempty json tag
Due to a known limitation in OpenAPITools/openapi-generator tool,
it's impossible to send go zero types, like false and 0 to
cloud-hypervisor because `omitempty` is added if a field is not
required.
Set cache_size, dax, num_queues and queue_size as required to remove
`omitempty` from the json tag.

fixes #1961

Signed-off-by: Julio Montes <julio.montes@intel.com>
2020-11-10 19:09:17 +01:00
..
src vmm: openapi: remove omitempty json tag 2020-11-10 19:09:17 +01:00
Cargo.toml build(deps): bump url from 2.1.1 to 2.2.0 2020-11-06 09:06:10 +00:00