diff options
| author | Anthony Liguori | 2012-09-25 23:06:16 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2012-09-25 23:06:16 +0200 |
| commit | 97fe81d3e8613be13754ff096c16b73010fd60ad (patch) | |
| tree | ba81dd99c4b379c58b3aa362bef351a319075281 /target-alpha | |
| parent | Merge remote-tracking branch 'bonzini/scsi-next' into staging (diff) | |
| parent | target-alpha: Initialize env->cpu_model_str (diff) | |
| download | qemu-97fe81d3e8613be13754ff096c16b73010fd60ad.tar.gz qemu-97fe81d3e8613be13754ff096c16b73010fd60ad.tar.xz qemu-97fe81d3e8613be13754ff096c16b73010fd60ad.zip | |
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
* afaerber/qom-cpu:
target-alpha: Initialize env->cpu_model_str
target-i386: Drop unused setscalar() macro
target-i386: Kill cpudef config section support
target-i386: x86_cpudef_setup() coding style change
Eliminate cpus-x86_64.conf file
target-i386: Move CPU models from cpus-x86_64.conf to C
target-i386: Add missing CPUID_* constants
Drop cpu_list_id macro
target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump
MAINTAINERS: Add entry for QOM CPU
Diffstat (limited to 'target-alpha')
| -rw-r--r-- | target-alpha/translate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-alpha/translate.c b/target-alpha/translate.c index 4a9011a2b6..3f9aee12d4 100644 --- a/target-alpha/translate.c +++ b/target-alpha/translate.c @@ -3543,6 +3543,7 @@ CPUAlphaState * cpu_alpha_init (const char *cpu_model) } env->implver = implver; env->amask = amask; + env->cpu_model_str = cpu_model; qemu_init_vcpu(env); return env; |
