cloud-hypervisor/vmm
Jose Carlos Venegas Munoz ab16af2941 openapi: make context ID vsock int64
context ID on vsock man defines a 32-bits value, openapi default integer
is a signed 32-bits value.

This could lead to miss one bit during castings for typed client
implmentations. Lets increase the range of valid values by requesting an
int64.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2019-11-26 08:38:59 +01:00
..
src openapi: make context ID vsock int64 2019-11-26 08:38:59 +01:00
Cargo.toml vmm: http: Convert to micro_http HttpServer 2019-11-10 14:51:55 +01:00