I'm using kvm+qemu
on Ubuntu 14.04 Server.
I need to enable VNC for remote hosts, so I edited /etc/libvirt/qemu.conf
and uncommented vnc_listen = "0.0.0.0"
there.
My problem, is that I don't know how to reload this configuration file without restarting all the hosts. Already tried:
service libvirt-bin reload
reload libvirt-bin
and killall -HUP libvirtd
without success. Is there a way to reload this configuration file? Or do I need to restart all the guests?