# File lib/vagrant-libvirt/provider.rb, line 26
      def driver
        return @driver if @driver

        @driver = Driver.new(@machine)
      end