On 17/01/20 20:30, Sean Christopherson wrote: > Remove an unused struct x86_emulate_ctxt * param from low level helpers > used to access guest FPU state. The unused param was left behind by > commit 6ab0b9feb82a ("x86,kvm: remove KVM emulator get_fpu / put_fpu"). > > No functional change intended. Makes sense since the new implementation of emulator_get/put_fpu can be considered generic, and therefore it's okay not to tie it to ctxt->ops. Queued, thanks. Paolo