commit | 2608d7a12fd4badfe2eac534150f0715a7fd3ff3 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Jan 21 15:31:45 2010 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:36:03 2010 -0300 |
tree | 98cccb92487d023e9519f323c91c090a43367510 | |
parent | ab344828ebe729e52949d64046adaa196f6b9dbe [diff] |
KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active This allows accessing the guest fpu from the instruction emulator, as well as being symmetric with kvm_put_guest_fpu(). Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>