mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-24 05:25:22 +00:00
270631922d
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>