]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitca57b28d2848aa56165cdaa5e0b322302d41746e
treeccdc3ee4c81c1f50fead73ca95f30d20179754ef
parent707c84a31fa10bde5db64af5ea6ce2d008c47715
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