projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2d7c3
)
target/s390x: Fix typo
author
Stefan Weil
<sw@weilnetz.de>
Sat, 28 Jan 2017 08:34:54 +0000
(09:34 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 28 Feb 2017 06:03:38 +0000
(09:03 +0300)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/s390x/cpu_models.c
patch
|
blob
|
history
diff --git
a/target/s390x/cpu_models.c
b/target/s390x/cpu_models.c
index 5b66d3325d55fed03b10c72885aa02b2f472e389..2a894eec65b31af2dc26fef32db0d52fe37c05d9 100644
(file)
--- a/
target/s390x/cpu_models.c
+++ b/
target/s390x/cpu_models.c
@@
-671,7
+671,7
@@
static S390CPUModel *get_max_cpu_model(Error **errp)
if (kvm_enabled()) {
kvm_s390_get_host_cpu_model(&max_model, errp);
} else {
- /* TCG e
n
ulates a z900 */
+ /* TCG e
m
ulates a z900 */
max_model.def = &s390_cpu_defs[0];
bitmap_copy(max_model.features, max_model.def->default_feat,
S390_FEAT_MAX);