projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1feeb8
)
s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2
author
David Hildenbrand
<david@redhat.com>
Mon, 28 Sep 2020 12:27:16 +0000
(14:27 +0200)
committer
Cornelia Huck
<cohuck@redhat.com>
Fri, 2 Oct 2020 11:52:49 +0000
(13:52 +0200)
We implement all relevant instructions.
Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <
20200928122717
.30586-9-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/gen-features.c
patch
|
blob
|
history
diff --git
a/target/s390x/gen-features.c
b/target/s390x/gen-features.c
index e3fd0c0a2ef34d6abb105605fb749819f8814d19..02ec0a673517b3c24566b5e719ebf167d48a5e2c 100644
(file)
--- a/
target/s390x/gen-features.c
+++ b/
target/s390x/gen-features.c
@@
-718,6
+718,7
@@
static uint16_t qemu_MAX[] = {
S390_FEAT_MSA_EXT_5,
/* features introduced after the z13 */
S390_FEAT_INSTRUCTION_EXEC_PROT,
+ S390_FEAT_MISC_INSTRUCTION_EXT2,
};
/****** END FEATURE DEFS ******/