Friday, February 28, 2014

KVM VM with root user - avoid connection reset error



While creating a VM with root user logged in :

 /etc/libvirt/qemu.conf  must have following values  set  : 
user = "root"
group = "root"
clear_emulator_capabilities = 0

Otherwise , you will get connection reset error while launching the guest.