# File lib/facter/util/virtual.rb, line 64
64:   def self.kvm_type
65:     # TODO Tell the difference between kvm and qemu
66:     # Can't work out a way to do this at the moment that doesn't
67:     # require a special binary
68:     "kvm"
69:   end