mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-31 21:14:25 +01:00
The 'apiSocket' member in the CloudHypervisorState struct needs to be kept across different executions of kata-runtime with persist HypervisorState, so that kata-runtime can talk with the same running cloud-hypervisor through HTTP/REST API calls. Fixes: #2506 Signed-off-by: Bo Chen <chen.bo@intel.com>