aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-11 02:50:05 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-11 02:50:05 -0500
commit73cf7e111ed69d8e1b59a3ae41b14bc77215e9ee (patch)
tree02cd3308d328bce9cf97bf2c1c9d5e932103ebfe /include/linux/kvm_host.h
parent328257099077e8affd438c179d8a938948de2e7f (diff)
parent50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff)
Merge 4.15-rc3 into driver-core-next
We want the fixes and changes in here for testing. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 2e754b7c282c..6bdd4b9f6611 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -232,7 +232,7 @@ struct kvm_vcpu {
232 struct mutex mutex; 232 struct mutex mutex;
233 struct kvm_run *run; 233 struct kvm_run *run;
234 234
235 int guest_fpu_loaded, guest_xcr0_loaded; 235 int guest_xcr0_loaded;
236 struct swait_queue_head wq; 236 struct swait_queue_head wq;
237 struct pid __rcu *pid; 237 struct pid __rcu *pid;
238 int sigset_active; 238 int sigset_active;
@@ -715,6 +715,9 @@ int kvm_vcpu_write_guest(struct kvm_vcpu *vcpu, gpa_t gpa, const void *data,
715 unsigned long len); 715 unsigned long len);
716void kvm_vcpu_mark_page_dirty(struct kvm_vcpu *vcpu, gfn_t gfn); 716void kvm_vcpu_mark_page_dirty(struct kvm_vcpu *vcpu, gfn_t gfn);
717 717
718void kvm_sigset_activate(struct kvm_vcpu *vcpu);
719void kvm_sigset_deactivate(struct kvm_vcpu *vcpu);
720
718void kvm_vcpu_block(struct kvm_vcpu *vcpu); 721void kvm_vcpu_block(struct kvm_vcpu *vcpu);
719void kvm_arch_vcpu_blocking(struct kvm_vcpu *vcpu); 722void kvm_arch_vcpu_blocking(struct kvm_vcpu *vcpu);
720void kvm_arch_vcpu_unblocking(struct kvm_vcpu *vcpu); 723void kvm_arch_vcpu_unblocking(struct kvm_vcpu *vcpu);