mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
b1feeb8760
commit
e0f28bb210
1 changed files with 1 additions and 0 deletions
|
@ -718,6 +718,7 @@ static uint16_t qemu_MAX[] = {
|
||||||
S390_FEAT_MSA_EXT_5,
|
S390_FEAT_MSA_EXT_5,
|
||||||
/* features introduced after the z13 */
|
/* features introduced after the z13 */
|
||||||
S390_FEAT_INSTRUCTION_EXEC_PROT,
|
S390_FEAT_INSTRUCTION_EXEC_PROT,
|
||||||
|
S390_FEAT_MISC_INSTRUCTION_EXT2,
|
||||||
};
|
};
|
||||||
|
|
||||||
/****** END FEATURE DEFS ******/
|
/****** END FEATURE DEFS ******/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue