[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 4/4] spapr: Suppress underscores i
From: |
Andreas Färber |
Subject: |
Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 4/4] spapr: Suppress underscores in device tree CPU node |
Date: |
Thu, 29 Aug 2013 07:33:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
Am 29.08.2013 06:39, schrieb Alexey Kardashevskiy:
> On 08/16/2013 08:35 AM, Andreas Färber wrote:
>> PAPR requires that PowerPC,<name> shall not contain underscores, so skip
>> any underscores in the type name.
>
> Again, as this is for sPAPR only and spapr-supported CPUs have fw_name, why
> to bother with "_" at all? Where can it possibly come from?
Example given on 2/4. In the end it depends on how strict we want to be
and how we construct the node name.
Andeas
> Sorry if I am asking something really stupid, it is just that the solution
> for the pretty trivial problem looks bigger that I'd expect :)
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
- [Qemu-devel] [PATCH v2 1/4] target-ppc: Fill in OpenFirmware names for some PowerPCCPU families, (continued)