diff options
author | David Hildenbrand | 2020-09-28 14:27:16 +0200 |
---|---|---|
committer | Cornelia Huck | 2020-10-02 13:52:49 +0200 |
commit | e0f28bb210e4d07fba739ff6433f0d72835d88a5 (patch) | |
tree | 9dae8751e96aec81144132f002283fcc99e4e2a4 /target/s390x/gen-features.c | |
parent | s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC) (diff) | |
download | qemu-e0f28bb210e4d07fba739ff6433f0d72835d88a5.tar.gz qemu-e0f28bb210e4d07fba739ff6433f0d72835d88a5.tar.xz qemu-e0f28bb210e4d07fba739ff6433f0d72835d88a5.zip |
s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2
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>
Diffstat (limited to 'target/s390x/gen-features.c')
-rw-r--r-- | target/s390x/gen-features.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c index e3fd0c0a2e..02ec0a6735 100644 --- 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 ******/ |