[PATCH v5 14/17] target-s390x: Initialize S390 CPU model name in CPUState

From: Michael Mueller
Date: Mon Apr 13 2015 - 09:58:13 EST


The cpu model name now gets initialized during CPU instance
initialization.

Signed-off-by: Michael Mueller <mimu@xxxxxxxxxxxxxxxxxx>
---
target-s390x/cpu.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/target-s390x/cpu.c b/target-s390x/cpu.c
index 65dee3e..771acbd 100644
--- a/target-s390x/cpu.c
+++ b/target-s390x/cpu.c
@@ -207,6 +207,7 @@ static void s390_cpu_initfn(Object *obj)
struct tm tm;
#endif

+ cs->model_name = strdup_cpu_name(S390_CPU_GET_CLASS(cs));
cs->env_ptr = env;
cpu_exec_init(env);
#if !defined(CONFIG_USER_ONLY)
--
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/