On 6/13/22 15:56, Peter Krempa wrote: > Allow setting of the timeout so that users can bypass it when they are > setting runtime-logging. > > Update the docs to mention the caveat and suggest the bypass. > > Peter Krempa (6): > virnetdaemon: Extract autoShutdownTimer operations from > virNetDaemonRun > virNetDaemonAutoShutdown: Allow live update of shutdown timeout > scripts: apibuild: Improve error when API is missing from symbol file > admin: Introduce virAdmConnectSetDaemonTimeout > virt-admin: Introduce 'daemon-timeout' > kbase: debuglogs: Add a note about auto-shutdown of daemons > > docs/kbase/debuglogs.rst | 20 +++++ > docs/manpages/virt-admin.rst | 12 +++ > include/libvirt/libvirt-admin.h | 4 + > scripts/apibuild.py | 2 + > src/admin/admin_protocol.x | 12 ++- > src/admin/admin_server_dispatch.c | 12 +++ > src/admin/libvirt-admin.c | 34 ++++++++ > src/admin/libvirt_admin_public.syms | 5 ++ > src/admin_protocol-structs | 5 ++ > src/locking/lock_daemon.c | 5 +- > src/logging/log_daemon.c | 5 +- > src/remote/remote_daemon.c | 4 +- > src/rpc/virnetdaemon.c | 127 ++++++++++++++++++---------- > src/rpc/virnetdaemon.h | 4 +- > tools/virt-admin.c | 45 ++++++++++ > 15 files changed, 240 insertions(+), 56 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal