http://bugzilla.opensuse.org/show_bug.cgi?id=1183767 http://bugzilla.opensuse.org/show_bug.cgi?id=1183767#c5 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(dcermak@suse.com) --- Comment #5 from James Fehlig <jfehlig@suse.com> --- (In reply to Dan ��erm��k from comment #3)
Yes, this is definitely a regression. I have been using vagrant to spin up libvirt based VMs on that machine for ~2 years now and it just started to fail recently.
Something must have changed on the host to make kvm unavailable. Your capabilities file only has cpus and machines of type tcg. If kvm was available you would see similar lines with e.g. <cpu type='kvm' .../> ... <machine type='kvm' .../> Trying to start a VM with <domain type='kvm' .../> is doomed to fail when kvm is not available on the host. Is the kvm module loaded? Does the user:group qemu is running under (qemu:qemu by default) have access to /dev/kvm? -- You are receiving this mail because: You are on the CC list for the bug.