]> git.proxmox.com Git - qemu.git/commit
target-alpha: Initialize env->cpu_model_str
authorRichard Henderson <rth@twiddle.net>
Fri, 21 Sep 2012 12:15:36 +0000 (14:15 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:11 +0000 (01:42 -0500)
commitdf6502fac572b22c2332acc828d2503239e4cda7
treeff99beec1f30b97df38fde5444dbdcfe081a5183
parentfef28a4336858cf25bb61f14b2283f2093541bf5
target-alpha: Initialize env->cpu_model_str

Save the cpu_model_str so that we have a non-null value when
creating a new cpu during clone.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-alpha/translate.c