mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
When doing a local migration using a UNIX socket, we removed the UNIX socket file after accepting the connection. The VMM does not own this socket file, which makes this an unsafe operation. Thus, we stop doing that. On-behalf-of: SAP sebastian.eydam@sap.com Signed-off-by: Sebastian Eydam <sebastian.eydam@cyberus-technology.de>