Feature #25
Updated by walkero 3 days ago
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
Back