From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v5 06/19] libfdt: Import libfdt source Date: Thu, 12 Jun 2014 12:44:30 +0200 Message-ID: <5399848E.3000908@redhat.com> References: <1402495294-30737-1-git-send-email-drjones@redhat.com> <1402495294-30737-7-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: christoffer.dall@linaro.org To: Andrew Jones , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:30738 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754411AbaFLKog (ORCPT ); Thu, 12 Jun 2014 06:44:36 -0400 In-Reply-To: <1402495294-30737-7-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 11/06/2014 16:01, Andrew Jones ha scritto: > This adds the applicable libfdt source files (unmodified) and a > README to explain where the source came from. The README says > > The code in this directory is originally imported from the libfdt > directory of git://git.jdl.com/software/dtc.git - version 1.4.0. > > Signed-off-by: Andrew Jones > Acked-by: Christoffer Dall Would it make sense to use a submodule instead? Paolo