[libvirt] Sign up for wiki?

2015-11-29 Thread Scott Bronson
Hi, I'd like to update http://wiki.libvirt.org/page/Networking#Forwarding_Incoming_Connections The python script is now a broken link, and there's a better one at https://github.com/saschpe/libvirt-hook-qemu Username of 'bronson' is easiest for me to remember. Thanks! - Scott --

[libvirt] [PATCH] virlogd: fix crash if log file exists and it's larger the maxlen

2015-11-29 Thread Pavel Hrdina
If for some reason there is an existing log file, that is larger then max length of log file, we need to rollover that file immediately. Trying to figure out how much data we could write will resolve in overflow of unsigned variable 'towrite' and this leads to segfault. Signed-off-by: Pavel