mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-25 10:04:20 +01:00
Use CLH branch stable/v0.5.x, and also re-generate the openAPI client code with the new 'cloud-hypervisor.yaml'. Fixes: #2488 Signed-off-by: Bo Chen <chen.bo@intel.com>
707 B
707 B
DiskConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Path | string | ||
| Readonly | bool | [optional] [default to false] | |
| Iommu | bool | [optional] [default to false] | |
| NumQueues | int32 | [optional] [default to 1] | |
| QueueSize | int32 | [optional] [default to 128] | |
| VhostUser | bool | [optional] [default to false] | |
| VhostSocket | string | [optional] | |
| Wce | bool | [optional] [default to true] |