Re: [Qemu-devel] [PATCH v3 0/2] target-ppc: Tidy sPAPR device tree CPU nodes

2013-10-17 Thread Alexander Graf
On 15.10.2013, at 18:33, Andreas Färber wrote: > Hello Alexey and Alex, > > This series cleans up the fdt CPU nodes for -M pseries as attempted by Prerna. > > v3 uses DeviceClass::fw_name for name storage exclusively, with > "PowerPC,UNKNOWN" > as fallback. Thanks, applied all to ppc-next.

[Qemu-devel] [PATCH v3 0/2] target-ppc: Tidy sPAPR device tree CPU nodes

2013-10-15 Thread Andreas Färber
Hello Alexey and Alex, This series cleans up the fdt CPU nodes for -M pseries as attempted by Prerna. v3 uses DeviceClass::fw_name for name storage exclusively, with "PowerPC,UNKNOWN" as fallback. Regards, Andreas v2 -> v3: * Drop any type-based model name mangling and default to PowerPC,UNKNO