versions: cloud-hypervisor: bump version

Use commit c54452c08a467a3e35d8d72f2a91d424e9718c57 as
version for cloud-hypervisor.
Bring openapi fix cloud-hypervisor/cloud-hypervisor#1760 to
support SGX.

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes
2020-09-28 15:48:52 -05:00
parent 0ebffdf29f
commit ea1cb37b59
7 changed files with 12 additions and 12 deletions

View File

@@ -451,7 +451,7 @@ No authorization required
## VmCountersGet
> map[string]map[string]int32 VmCountersGet(ctx, )
> map[string]map[string]int64 VmCountersGet(ctx, )
Get counters from the VM
@@ -461,7 +461,7 @@ This endpoint does not need any parameter.
### Return type
[**map[string]map[string]int32**](map.md)
[**map[string]map[string]int64**](map.md)
### Authorization

View File

@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Size** | **int32** | |
**Size** | **int64** | |
**Prefault** | **bool** | | [optional] [default to false]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)