qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andreas Färber
Subject: [Qemu-devel] [PATCH v3 0/2] target-ppc: Tidy sPAPR device tree CPU nodes
Date: Tue, 15 Oct 2013 18:33:35 +0200

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,UNKNOWN (Alex).

preview -> v2:
* Set fw_name at family level rather than model level, saving macro extensions.
* Appended patch stripping underscores (Prerna).

v1 / Prerna's v3 -> preview:
* Instead of overwriting cpu_model with parent's type name for -cpu host,
  set fw_name for some models and read type / parent's types otherwise.
* Don't pass cpu_model to functions, determine name per CPU iterated.
* Avoid walking alias list by taking fw_name or model part of type name.

Cc: Prerna Saxena <address@hidden>
Cc: Alexander Graf <address@hidden>
Cc: Alexey Kardashevskiy <address@hidden>
Cc: Benjamin Herrenschmidt <address@hidden>
Cc: Thomas Huth <address@hidden>
Cc: Anthony Liguori <address@hidden>
Cc: address@hidden

Andreas Färber (2):
  target-ppc: Fill in OpenFirmware names for some PowerPCCPU families
  spapr: Use DeviceClass::fw_name for device tree CPU node

 hw/ppc/spapr.c              | 26 ++++++--------------------
 include/hw/ppc/spapr.h      |  1 -
 target-ppc/translate_init.c |  5 +++++
 3 files changed, 11 insertions(+), 21 deletions(-)

-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]