Skip to content
Commit 6ab0b9fe authored by Rik van Riel's avatar Rik van Riel Committed by Radim Krčmář
Browse files

x86,kvm: remove KVM emulator get_fpu / put_fpu



Now that get_fpu and put_fpu do nothing, because the scheduler will
automatically load and restore the guest FPU context for us while we
are in this code (deep inside the vcpu_run main loop), we can get rid
of the get_fpu and put_fpu hooks.

Signed-off-by: default avatarRik van Riel <riel@redhat.com>
Suggested-by: default avatarDavid Hildenbrand <david@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent f775b13e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment