diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-01-07 09:05:10 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-01-08 13:04:36 -0500 |
commit | 2860c4b1678646c99f5f1d77d026cd12ffd8a3a9 (patch) | |
tree | b601cc2cb882019c710eca8f90acb52f91144417 /virt | |
parent | 6662ba347b29b6df0756ffedb167fa4d89bab06f (diff) |
KVM: move architecture-dependent requests to arch/
Since the numbers now overlap, it makes sense to enumerate
them in asm/kvm_host.h rather than linux/kvm_host.h. Functions
that refer to architecture-specific requests are also moved
to arch/.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt')
-rw-r--r-- | virt/kvm/kvm_main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index be3cef12706c..314c7774652e 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c | |||
@@ -206,16 +206,6 @@ void kvm_reload_remote_mmus(struct kvm *kvm) | |||
206 | kvm_make_all_cpus_request(kvm, KVM_REQ_MMU_RELOAD); | 206 | kvm_make_all_cpus_request(kvm, KVM_REQ_MMU_RELOAD); |
207 | } | 207 | } |
208 | 208 | ||
209 | void kvm_make_mclock_inprogress_request(struct kvm *kvm) | ||
210 | { | ||
211 | kvm_make_all_cpus_request(kvm, KVM_REQ_MCLOCK_INPROGRESS); | ||
212 | } | ||
213 | |||
214 | void kvm_make_scan_ioapic_request(struct kvm *kvm) | ||
215 | { | ||
216 | kvm_make_all_cpus_request(kvm, KVM_REQ_SCAN_IOAPIC); | ||
217 | } | ||
218 | |||
219 | int kvm_vcpu_init(struct kvm_vcpu *vcpu, struct kvm *kvm, unsigned id) | 209 | int kvm_vcpu_init(struct kvm_vcpu *vcpu, struct kvm *kvm, unsigned id) |
220 | { | 210 | { |
221 | struct page *page; | 211 | struct page *page; |