pikvm/pikvm#312: --exit-on-device-error

This commit is contained in:
Maxim Devaev
2025-07-03 03:49:02 +03:00
parent 0e521ad0c6
commit b089f896da
4 changed files with 11 additions and 0 deletions

View File

@@ -276,6 +276,9 @@ Timeout for lock. Default: 1.
.BR \-\-exit\-on\-parent\-death
Exit the program if the parent process is dead. Required \fBWITH_PDEATHSIG\fR feature. Default: disabled.
.TP
.BR \-\-exit\-on\-device\-error
Exit on any device error instead of polling until success. Default: disabled.
.TP
.BR \-\-exit\-on\-no\-clients \fIsec
Exit the program if there have been no stream or sink clients or any HTTP requests in the last N seconds. Default: 0 (disabled).
.TP