commit | 6ab0b9feb82a7ac09956e6761fec73cd47789df5 | [log] [tgz] |
---|---|---|
author | Rik van Riel <riel@redhat.com> | Tue Nov 14 16:54:24 2017 -0500 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Tue Dec 05 21:20:24 2017 +0100 |
tree | edb88b568469df2799a64e355d2cfb250c98ad62 | |
parent | f775b13eedee2f7f3c6fdd4e90fb79090ce5d339 [diff] |
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: Rik van Riel <riel@redhat.com> Suggested-by: David Hildenbrand <david@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>