diff mbox series

[v1,7/8] s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2

Message ID 20200922103129.12824-8-david@redhat.com
State New
Headers show
Series s390x/tcg: Implement some z14 facilities | expand

Commit Message

David Hildenbrand Sept. 22, 2020, 10:31 a.m. UTC
We implement all relevant instructions.

Signed-off-by: David Hildenbrand <david@redhat.com>
---
 target/s390x/gen-features.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Richard Henderson Sept. 25, 2020, 10:08 p.m. UTC | #1
On 9/22/20 3:31 AM, David Hildenbrand wrote:
> We implement all relevant instructions.

> 

> Signed-off-by: David Hildenbrand <david@redhat.com>

> ---

>  target/s390x/gen-features.c | 1 +

>  1 file changed, 1 insertion(+)


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~
diff mbox series

Patch

diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
index 8ddeebc544..1736b85ab0 100644
--- a/target/s390x/gen-features.c
+++ b/target/s390x/gen-features.c
@@ -716,6 +716,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_EXT,
 };
 
 /****** END FEATURE DEFS ******/