# File lib/virt/kvm/guest.rb, line 10
    def arch= value
      @arch = value == "i386" ? "i686" : value
    end