versions: Udpate Cloud Hypervisor to 55479a64d237

Let's update cloud-hypervisor to a version that exposes the TDx support
via the OpenAPI's auto-generated code.

Fixes: #3663

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2022-02-14 17:20:27 +01:00
parent 1873fd2641
commit 90fd625d0c
15 changed files with 751 additions and 172 deletions

View File

@@ -15,7 +15,6 @@ Name | Type | Description | Notes
**VhostSocket** | Pointer to **string** | | [optional]
**VhostMode** | Pointer to **string** | | [optional] [default to "Client"]
**Id** | Pointer to **string** | | [optional]
**Fds** | Pointer to **[]int32** | | [optional]
**PciSegment** | Pointer to **int32** | | [optional]
**RateLimiterConfig** | Pointer to [**RateLimiterConfig**](RateLimiterConfig.md) | | [optional]
@@ -313,31 +312,6 @@ SetId sets Id field to given value.
HasId returns a boolean if a field has been set.
### GetFds
`func (o *NetConfig) GetFds() []int32`
GetFds returns the Fds field if non-nil, zero value otherwise.
### GetFdsOk
`func (o *NetConfig) GetFdsOk() (*[]int32, bool)`
GetFdsOk returns a tuple with the Fds field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetFds
`func (o *NetConfig) SetFds(v []int32)`
SetFds sets Fds field to given value.
### HasFds
`func (o *NetConfig) HasFds() bool`
HasFds returns a boolean if a field has been set.
### GetPciSegment
`func (o *NetConfig) GetPciSegment() int32`