Actions
Feature #25
closedInvestigate and implement a way for the pid to be set
Start date:
09/25/2025
Due date:
% Done:
100%
Estimated time:
Description
The pid is failing because on Windows, Linux (AppImage) and MacOS the pid file cannot be written. This is useful because a name is set on PID. This could be used to kill the emulation from Kyvos.
I need to find a way to make this work. Maybe if the path can be set to use the kyvos folder in HOME
The -pidfile
takes a full path. So, it would be necessary to try with defining like that.
https://www.qemu.org/docs/master/tools/qemu-storage-daemon.html#cmdoption-qemu-storage-daemon-pidfile
Actions