Re: [PATCH] kvm: Add emulation for movups/movupd

2021-01-15 Thread Stefan Fritsch
Am 13.01.21 um 00:47 schrieb Jim Mattson: On Wed, Apr 4, 2018 at 10:44 PM Paolo Bonzini wrote: On 04/04/2018 19:35, Stefan Fritsch wrote: On Wednesday, 4 April 2018 19:24:20 CEST Paolo Bonzini wrote: On 04/04/2018 19:10, Konrad Rzeszutek Wilk wrote: Should there be a corresponding test

Re: [PATCH] kvm: Add emulation for movups/movupd

2018-04-04 Thread Stefan Fritsch
On Wednesday, 4 April 2018 19:24:20 CEST Paolo Bonzini wrote: > On 04/04/2018 19:10, Konrad Rzeszutek Wilk wrote: > > Should there be a corresponding test-case? > > Good point! Stefan, could you write one? Is there infrastructure for such tests? If yes, can you give me a pointer to it? Cheers,

[PATCH] kvm: Add emulation for movups/movupd

2018-04-01 Thread Stefan Fritsch
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 Signed-off-by: Stefan Fritsch --- arch/x86/kvm/emulate.c | 8