diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-11 02:50:05 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-11 02:50:05 -0500 |
| commit | 73cf7e111ed69d8e1b59a3ae41b14bc77215e9ee (patch) | |
| tree | 02cd3308d328bce9cf97bf2c1c9d5e932103ebfe /include/linux/kvm_host.h | |
| parent | 328257099077e8affd438c179d8a938948de2e7f (diff) | |
| parent | 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (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.h | 5 |
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); |
| 716 | void kvm_vcpu_mark_page_dirty(struct kvm_vcpu *vcpu, gfn_t gfn); | 716 | void kvm_vcpu_mark_page_dirty(struct kvm_vcpu *vcpu, gfn_t gfn); |
| 717 | 717 | ||
| 718 | void kvm_sigset_activate(struct kvm_vcpu *vcpu); | ||
| 719 | void kvm_sigset_deactivate(struct kvm_vcpu *vcpu); | ||
| 720 | |||
| 718 | void kvm_vcpu_block(struct kvm_vcpu *vcpu); | 721 | void kvm_vcpu_block(struct kvm_vcpu *vcpu); |
| 719 | void kvm_arch_vcpu_blocking(struct kvm_vcpu *vcpu); | 722 | void kvm_arch_vcpu_blocking(struct kvm_vcpu *vcpu); |
| 720 | void kvm_arch_vcpu_unblocking(struct kvm_vcpu *vcpu); | 723 | void kvm_arch_vcpu_unblocking(struct kvm_vcpu *vcpu); |
