On Mon, Jul 05 2021, David Hildenbrand <da...@redhat.com> wrote: > The element size is located in m5, not in m4. As there is no m4, qemu > currently crashes with an assertion, trying to lookup that field. > > Reproduced and tested via GO, which ends up using VMSL once the > Vector enhancements facility is around for verifying certificates with > elliptic curves. > > Reported-by: Jonathan Albrecht <jonathan.albre...@linux.vnet.ibm.com> > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/449 > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/translate_vx.c.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied.