mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-24 00:34:21 +01:00
versions: Upgrade to cloud-hypervisor v16.0
Highlights from the Cloud Hypervisor release v16.0: 1) Improved live migration support; 2) Improved `vhost-user` support; 3) ARM64 ACPI and UEFI support; 4) Bug fixes. Details can be found: https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v16.0 Note: The client code of cloud-hypervisor's OpenAPI is automatically generated by `openapi-generator` [1-2]. As the API changes do not impact usages in Kata, no additional changes in kata's runtime are needed to work with the current version of cloud-hypervisor. [1] https://github.com/OpenAPITools/openapi-generator [2] https://github.com/kata-containers/kata-containers/blob/main/src/runtime/virtcontainers/pkg/cloud-hypervisor/README.md Fixes: #1992 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -519,12 +519,8 @@ components:
|
||||
net:
|
||||
- tap: tap
|
||||
num_queues: 9
|
||||
iommu: false
|
||||
queue_size: 6
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
ip: 192.168.249.1
|
||||
id: id
|
||||
rate_limiter_config:
|
||||
ops:
|
||||
size: 0
|
||||
@@ -535,18 +531,19 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
id: id
|
||||
fd:
|
||||
- 8
|
||||
- 8
|
||||
mask: 255.255.255.0
|
||||
- tap: tap
|
||||
num_queues: 9
|
||||
iommu: false
|
||||
queue_size: 6
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
ip: 192.168.249.1
|
||||
id: id
|
||||
rate_limiter_config:
|
||||
ops:
|
||||
size: 0
|
||||
@@ -557,6 +554,11 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
id: id
|
||||
fd:
|
||||
- 8
|
||||
- 8
|
||||
@@ -813,12 +815,8 @@ components:
|
||||
net:
|
||||
- tap: tap
|
||||
num_queues: 9
|
||||
iommu: false
|
||||
queue_size: 6
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
ip: 192.168.249.1
|
||||
id: id
|
||||
rate_limiter_config:
|
||||
ops:
|
||||
size: 0
|
||||
@@ -829,18 +827,19 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
id: id
|
||||
fd:
|
||||
- 8
|
||||
- 8
|
||||
mask: 255.255.255.0
|
||||
- tap: tap
|
||||
num_queues: 9
|
||||
iommu: false
|
||||
queue_size: 6
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
ip: 192.168.249.1
|
||||
id: id
|
||||
rate_limiter_config:
|
||||
ops:
|
||||
size: 0
|
||||
@@ -851,6 +850,11 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
id: id
|
||||
fd:
|
||||
- 8
|
||||
- 8
|
||||
@@ -1202,12 +1206,8 @@ components:
|
||||
example:
|
||||
tap: tap
|
||||
num_queues: 9
|
||||
iommu: false
|
||||
queue_size: 6
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
ip: 192.168.249.1
|
||||
id: id
|
||||
rate_limiter_config:
|
||||
ops:
|
||||
size: 0
|
||||
@@ -1218,6 +1218,11 @@ components:
|
||||
one_time_burst: 0
|
||||
refill_time: 0
|
||||
mac: mac
|
||||
vhost_mode: client
|
||||
iommu: false
|
||||
vhost_socket: vhost_socket
|
||||
vhost_user: false
|
||||
id: id
|
||||
fd:
|
||||
- 8
|
||||
- 8
|
||||
@@ -1248,6 +1253,9 @@ components:
|
||||
type: boolean
|
||||
vhost_socket:
|
||||
type: string
|
||||
vhost_mode:
|
||||
default: client
|
||||
type: string
|
||||
id:
|
||||
type: string
|
||||
fd:
|
||||
|
||||
Reference in New Issue
Block a user