x86emul: AVX512{F,BW} down conversion moves are memory writes
authorJan Beulich <jbeulich@suse.com>
Wed, 5 Aug 2020 08:28:01 +0000 (10:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 5 Aug 2020 08:28:01 +0000 (10:28 +0200)
commit067e7b76fd38a2f6ba3898c15a09878498a73226
treec86329477eb8178dd37571cf95a05e186dd827bc
parent3cb82fe3ff4262ddd4fa594c425cbd8f3f14dc76
x86emul: AVX512{F,BW} down conversion moves are memory writes

For this to be properly reported, the case labels need to move to a
different switch() block.

Fixes: 30e0bdf79828 ("x86emul: support AVX512{F,BW} down conversion moves")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c