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