Re: [PATCH v3 09/11] target/s390x: add S390_FEAT_VECTOR_ENH2 to cpu max

2022-03-21 Thread David Hildenbrand
On 08.03.22 02:53, Richard Henderson wrote: > From: David Miller QEMU is in soft freeze now. We'll have to perform that change for the new 7.1 machine only, so we have to fixup the qemu model for the 7.0 machine. Subject should be "... to qemu CPU model" > > Signed-off-by: David Miller > Mess

[PATCH v3 09/11] target/s390x: add S390_FEAT_VECTOR_ENH2 to cpu max

2022-03-07 Thread Richard Henderson
From: David Miller Signed-off-by: David Miller Message-Id: <20220307020327.3003-7-dmiller...@gmail.com> Reviewed-by: Richard Henderson Signed-off-by: Richard Henderson --- target/s390x/gen-features.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/s390x/gen-features.c b/target/s3