OSDN Git Service

kvm: Add emulation for movups/movupd
authorStefan Fritsch <sf@sfritsch.de>
Sun, 1 Apr 2018 15:54:44 +0000 (17:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 4 Apr 2018 15:52:46 +0000 (17:52 +0200)
commit29916968c48691c94be466a0b47cc9adcea9cb8d
treeccdc3ee4c81c1f50fead73ca95f30d20179754ef
parentadd5ff7a216ee545a214013f26d1ef2f44a9c9f8
kvm: Add emulation for movups/movupd

This is very similar to the aligned versions movaps/movapd.

We have seen the corresponding emulation failures with openbsd as guest
and with Windows 10 with intel HD graphics pass through.

Signed-off-by: Christian Ehrhardt <christian_ehrhardt@genua.de>
Signed-off-by: Stefan Fritsch <sf@sfritsch.de>
Reviewed-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c