Comment 1 for bug 1195361

Revision history for this message
David Peraza (dperaza) wrote :

libvirt does not differentiate between qemu and kvm when calling connection.getType(), which is the value returned in hypervisor-show, I think it is just parsing qemu out of the connection string libvirt.open("qemu:///system")

Would it be simpler to just return libvirt_type as the hypervisor_type in hypervisor-show? I wonder if this has repercussions for images out there using qemu to mean kvm in hypervisor_type filter.