New comment by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/issues/32561#issuecomment-907258857 Comment: Can reproduce. Work around for now is, to enable debug logging for libvirt. Put e.g. the following lines into /etc/libvirt/libvirt.conf ``` log_filters="3:qemu 1:libvirt 4:object 4:json 3:event 3:util" log_outputs="3:syslog:libvirtd 1:file:/dev/null" ``` ```