Re: [PATCH 3/3] qemu_passt: Remove passt socket file on exit

2023-02-22 Thread Laine Stump
On 2/21/23 2:19 PM, Stefano Brivio wrote: Just like it can't remove its own PID files, passt can't unlink its own socket upon exit (unless the initialisation fails), because it has no access to the filesystem at runtime. Remove the socket file in qemuPasstKill(). Fixes: a56f0168d576 ("qemu: hoo

[PATCH 3/3] qemu_passt: Remove passt socket file on exit

2023-02-21 Thread Stefano Brivio
Just like it can't remove its own PID files, passt can't unlink its own socket upon exit (unless the initialisation fails), because it has no access to the filesystem at runtime. Remove the socket file in qemuPasstKill(). Fixes: a56f0168d576 ("qemu: hook up passt config to qemu domains") Signed-o