From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Kardashevskiy Date: Wed, 01 Feb 2012 04:13:16 +0000 Subject: Re: [PATCH V4 2/7] kvm tools: Generate SPAPR PPC64 guest device tree Message-Id: <4F28BBDC.3060901@ozlabs.ru> List-Id: References: <1327991682-18503-1-git-send-email-matt@ozlabs.org> <1327991682-18503-3-git-send-email-matt@ozlabs.org> <20120201033932.GE955@truffala.fritz.box> In-Reply-To: <20120201033932.GE955@truffala.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Gibson Cc: Matt Evans , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, penberg@kernel.org, asias.hejun@gmail.com, levinsasha928@gmail.com, gorcunov@gmail.com On 01/02/12 14:39, David Gibson wrote: > On Tue, Jan 31, 2012 at 05:34:37PM +1100, Matt Evans wrote: >> The generated DT is the bare minimum structure required for SPAPR (on which >> subsequent patches for VIO, XICS, PCI etc. will build); root node, cpus, memory. >> >> The DT contains CPU-specific configuration; a very simple 'cpu info' mechanism >> is added to recognise/differentiate DT entries for POWER7 and PPC970 host CPUs. >> Future support of more CPUs is possible. >> >> libfdt is included from scripts/dtc/libfdt. >> >> Signed-off-by: Matt Evans > > For the bits derived from my code: > > Signed-off-by: David Gibson > For the bits derived from my code: Signed-off-by: Alexey Kardashevskiy -- Alexey From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Kardashevskiy Subject: Re: [PATCH V4 2/7] kvm tools: Generate SPAPR PPC64 guest device tree Date: Wed, 01 Feb 2012 15:13:16 +1100 Message-ID: <4F28BBDC.3060901@ozlabs.ru> References: <1327991682-18503-1-git-send-email-matt@ozlabs.org> <1327991682-18503-3-git-send-email-matt@ozlabs.org> <20120201033932.GE955@truffala.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: Matt Evans , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, penberg@kernel.org, asias.hejun@gmail.com, levinsasha928@gmail.com, gorcunov@gmail.com To: David Gibson Return-path: In-Reply-To: <20120201033932.GE955@truffala.fritz.box> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 01/02/12 14:39, David Gibson wrote: > On Tue, Jan 31, 2012 at 05:34:37PM +1100, Matt Evans wrote: >> The generated DT is the bare minimum structure required for SPAPR (on which >> subsequent patches for VIO, XICS, PCI etc. will build); root node, cpus, memory. >> >> The DT contains CPU-specific configuration; a very simple 'cpu info' mechanism >> is added to recognise/differentiate DT entries for POWER7 and PPC970 host CPUs. >> Future support of more CPUs is possible. >> >> libfdt is included from scripts/dtc/libfdt. >> >> Signed-off-by: Matt Evans > > For the bits derived from my code: > > Signed-off-by: David Gibson > For the bits derived from my code: Signed-off-by: Alexey Kardashevskiy -- Alexey