blob: 4feceaa03fb1dcdb387c6297f66d43406e485b44 [file] [log] [blame]
Thomas Gleixner20c8ccb2019-06-04 10:11:32 +02001// SPDX-License-Identifier: GPL-2.0-only
Avi Kivity6aa8b732006-12-10 02:21:36 -08002/*
3 * Kernel-based Virtual Machine driver for Linux
4 *
5 * This module enables machines with Intel VT-x extensions to run virtual
6 * machines without emulation or binary translation.
7 *
8 * Copyright (C) 2006 Qumranet, Inc.
Nicolas Kaiser9611c182010-10-06 14:23:22 +02009 * Copyright 2010 Red Hat, Inc. and/or its affiliates.
Avi Kivity6aa8b732006-12-10 02:21:36 -080010 *
11 * Authors:
12 * Avi Kivity <avi@qumranet.com>
13 * Yaniv Kamay <yaniv@qumranet.com>
Avi Kivity6aa8b732006-12-10 02:21:36 -080014 */
15
Andre Przywaraaf669ac2015-03-26 14:39:29 +000016#include <kvm/iodev.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080017
Avi Kivityedf88412007-12-16 11:02:48 +020018#include <linux/kvm_host.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080019#include <linux/kvm.h>
20#include <linux/module.h>
21#include <linux/errno.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080022#include <linux/percpu.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080023#include <linux/mm.h>
24#include <linux/miscdevice.h>
25#include <linux/vmalloc.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080026#include <linux/reboot.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080027#include <linux/debugfs.h>
28#include <linux/highmem.h>
29#include <linux/file.h>
Rafael J. Wysockifb3600c2011-03-23 22:16:23 +010030#include <linux/syscore_ops.h>
Avi Kivity774c47f2007-02-12 00:54:47 -080031#include <linux/cpu.h>
Ingo Molnar174cd4b2017-02-02 19:15:33 +010032#include <linux/sched/signal.h>
Ingo Molnar6e84f312017-02-08 18:51:29 +010033#include <linux/sched/mm.h>
Ingo Molnar03441a32017-02-08 18:51:35 +010034#include <linux/sched/stat.h>
Avi Kivityd9e368d2007-06-07 19:18:30 +030035#include <linux/cpumask.h>
36#include <linux/smp.h>
Avi Kivityd6d28162007-06-28 08:38:16 -040037#include <linux/anon_inodes.h>
Avi Kivity04d2cc72007-09-10 18:10:54 +030038#include <linux/profile.h>
Anthony Liguori7aa81cc2007-09-17 14:57:50 -050039#include <linux/kvm_para.h>
Izik Eidus6fc138d2007-10-09 19:20:39 +020040#include <linux/pagemap.h>
Anthony Liguori8d4e1282007-10-18 09:59:34 -050041#include <linux/mman.h>
Anthony Liguori35149e22008-04-02 14:46:56 -050042#include <linux/swap.h>
Sheng Yange56d5322009-03-12 21:45:39 +080043#include <linux/bitops.h>
Marcelo Tosatti547de292009-05-07 17:55:13 -030044#include <linux/spinlock.h>
Arnd Bergmann6ff58942009-10-22 14:19:27 +020045#include <linux/compat.h>
Marcelo Tosattibc6678a2009-12-23 14:35:21 -020046#include <linux/srcu.h>
Joerg Roedel8f0b1ab2010-01-28 12:37:56 +010047#include <linux/hugetlb.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090048#include <linux/slab.h>
Sasha Levin743eeb02011-07-27 16:00:48 +030049#include <linux/sort.h>
50#include <linux/bsearch.h>
Paolo Bonzinic011d232019-05-17 14:08:53 +020051#include <linux/io.h>
Wanpeng Li2eb06c32019-05-17 16:49:49 +080052#include <linux/lockdep.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080053
Avi Kivitye4956062007-06-28 14:15:57 -040054#include <asm/processor.h>
David Matlack2ea75be2014-09-19 16:03:25 -070055#include <asm/ioctl.h>
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080056#include <linux/uaccess.h>
Izik Eidus3e021bf2007-11-19 11:16:57 +020057#include <asm/pgtable.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080058
Laurent Vivier5f94c172008-05-30 16:05:54 +020059#include "coalesced_mmio.h"
Gleb Natapovaf585b92010-10-14 11:22:46 +020060#include "async_pf.h"
Paolo Bonzini3c3c29f2014-09-24 13:02:46 +020061#include "vfio.h"
Laurent Vivier5f94c172008-05-30 16:05:54 +020062
Marcelo Tosatti229456f2009-06-17 09:22:14 -030063#define CREATE_TRACE_POINTS
64#include <trace/events/kvm.h>
65
Janosch Frank536a6f82016-05-18 13:26:23 +020066/* Worst case buffer size needed for holding an integer. */
67#define ITOA_MAX_LEN 12
68
Avi Kivity6aa8b732006-12-10 02:21:36 -080069MODULE_AUTHOR("Qumranet");
70MODULE_LICENSE("GPL");
71
David Hildenbrand920552b2015-09-18 12:34:53 +020072/* Architectures should define their poll value according to the halt latency */
Suraj Jitindar Singhec76d812016-10-14 11:53:19 +110073unsigned int halt_poll_ns = KVM_HALT_POLL_NS_DEFAULT;
Roman Storozhenko039c5d12017-06-27 12:51:18 +030074module_param(halt_poll_ns, uint, 0644);
Suraj Jitindar Singhec76d812016-10-14 11:53:19 +110075EXPORT_SYMBOL_GPL(halt_poll_ns);
Paolo Bonzinif7819512015-02-04 18:20:58 +010076
Wanpeng Liaca6ff22015-09-03 22:07:38 +080077/* Default doubles per-vcpu halt_poll_ns. */
Suraj Jitindar Singhec76d812016-10-14 11:53:19 +110078unsigned int halt_poll_ns_grow = 2;
Roman Storozhenko039c5d12017-06-27 12:51:18 +030079module_param(halt_poll_ns_grow, uint, 0644);
Suraj Jitindar Singhec76d812016-10-14 11:53:19 +110080EXPORT_SYMBOL_GPL(halt_poll_ns_grow);
Wanpeng Liaca6ff22015-09-03 22:07:38 +080081
Nir Weiner49113d32019-01-27 12:17:15 +020082/* The start value to grow halt_poll_ns from */
83unsigned int halt_poll_ns_grow_start = 10000; /* 10us */
84module_param(halt_poll_ns_grow_start, uint, 0644);
85EXPORT_SYMBOL_GPL(halt_poll_ns_grow_start);
86
Wanpeng Liaca6ff22015-09-03 22:07:38 +080087/* Default resets per-vcpu halt_poll_ns . */
Suraj Jitindar Singhec76d812016-10-14 11:53:19 +110088unsigned int halt_poll_ns_shrink;
Roman Storozhenko039c5d12017-06-27 12:51:18 +030089module_param(halt_poll_ns_shrink, uint, 0644);
Suraj Jitindar Singhec76d812016-10-14 11:53:19 +110090EXPORT_SYMBOL_GPL(halt_poll_ns_shrink);
Wanpeng Liaca6ff22015-09-03 22:07:38 +080091
Marcelo Tosattifa40a822009-06-04 15:08:24 -030092/*
93 * Ordering of locks:
94 *
Xiubo Lib7d409d2015-02-26 14:58:24 +080095 * kvm->lock --> kvm->slots_lock --> kvm->irq_lock
Marcelo Tosattifa40a822009-06-04 15:08:24 -030096 */
97
Junaid Shahid0d9ce162019-01-03 17:14:28 -080098DEFINE_MUTEX(kvm_lock);
Paolo Bonzini4a937f92013-09-10 12:58:35 +020099static DEFINE_RAW_SPINLOCK(kvm_count_lock);
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +0800100LIST_HEAD(vm_list);
Avi Kivity133de902007-02-12 00:54:44 -0800101
Rusty Russell7f59f492008-12-07 21:25:45 +1030102static cpumask_var_t cpus_hardware_enabled;
Xiubo Lif4fee932015-02-26 14:58:21 +0800103static int kvm_usage_count;
Alexander Graf10474ae2009-09-15 11:37:46 +0200104static atomic_t hardware_enable_failed;
Avi Kivity1b6c0162007-05-24 13:03:52 +0300105
Rusty Russellc16f8622007-07-30 21:12:19 +1000106struct kmem_cache *kvm_vcpu_cache;
107EXPORT_SYMBOL_GPL(kvm_vcpu_cache);
Avi Kivity1165f5f2007-04-19 17:27:43 +0300108
Avi Kivity15ad7142007-07-11 18:17:21 +0300109static __read_mostly struct preempt_ops kvm_preempt_ops;
110
Hollis Blanchard76f7c872008-04-15 16:05:42 -0500111struct dentry *kvm_debugfs_dir;
Paul Mackerrase23a8082015-03-28 14:21:01 +1100112EXPORT_SYMBOL_GPL(kvm_debugfs_dir);
Avi Kivity6aa8b732006-12-10 02:21:36 -0800113
Janosch Frank536a6f82016-05-18 13:26:23 +0200114static int kvm_debugfs_num_entries;
115static const struct file_operations *stat_fops_per_vm[];
116
Avi Kivitybccf2152007-02-21 18:04:26 +0200117static long kvm_vcpu_ioctl(struct file *file, unsigned int ioctl,
118 unsigned long arg);
Christian Borntraegerde8e5d72015-02-03 09:35:15 +0100119#ifdef CONFIG_KVM_COMPAT
Alexander Graf1dda6062011-06-08 02:45:37 +0200120static long kvm_vcpu_compat_ioctl(struct file *file, unsigned int ioctl,
121 unsigned long arg);
Marc Zyngier7ddfd3e2018-06-17 10:16:21 +0100122#define KVM_COMPAT(c) .compat_ioctl = (c)
123#else
124static long kvm_no_compat_ioctl(struct file *file, unsigned int ioctl,
125 unsigned long arg) { return -EINVAL; }
126#define KVM_COMPAT(c) .compat_ioctl = kvm_no_compat_ioctl
Alexander Graf1dda6062011-06-08 02:45:37 +0200127#endif
Alexander Graf10474ae2009-09-15 11:37:46 +0200128static int hardware_enable_all(void);
129static void hardware_disable_all(void);
Avi Kivitybccf2152007-02-21 18:04:26 +0200130
Marcelo Tosattie93f8a02009-12-23 14:35:24 -0200131static void kvm_io_bus_destroy(struct kvm_io_bus *bus);
Stephen Hemminger79408762013-12-29 12:12:29 -0800132
Paolo Bonzinibc009e42015-05-26 12:43:41 +0200133static void mark_page_dirty_in_slot(struct kvm_memory_slot *memslot, gfn_t gfn);
Marcelo Tosattie93f8a02009-12-23 14:35:24 -0200134
Andi Kleen52480132014-02-08 08:51:57 +0100135__visible bool kvm_rebooting;
Avi Kivityb7c41452010-12-02 17:52:50 +0200136EXPORT_SYMBOL_GPL(kvm_rebooting);
Avi Kivity4ecac3f2008-05-13 13:23:38 +0300137
Marcelo Tosatti54dee992009-06-11 12:07:44 -0300138static bool largepages_enabled = true;
139
Claudio Imbrenda286de8f2017-07-12 17:56:44 +0200140#define KVM_EVENT_CREATE_VM 0
141#define KVM_EVENT_DESTROY_VM 1
142static void kvm_uevent_notify_change(unsigned int type, struct kvm *kvm);
143static unsigned long long kvm_createvm_count;
144static unsigned long long kvm_active_vms;
145
Michal Hocko93065ac2018-08-21 21:52:33 -0700146__weak int kvm_arch_mmu_notifier_invalidate_range(struct kvm *kvm,
147 unsigned long start, unsigned long end, bool blockable)
Radim Krčmářb1394e72017-11-30 19:05:45 +0100148{
Michal Hocko93065ac2018-08-21 21:52:33 -0700149 return 0;
Radim Krčmářb1394e72017-11-30 19:05:45 +0100150}
151
Dan Williamsba049e92016-01-15 16:56:11 -0800152bool kvm_is_reserved_pfn(kvm_pfn_t pfn)
Ben-Ami Yassourcbff90a2008-07-28 19:26:24 +0300153{
Andrea Arcangeli11feeb42013-07-25 03:04:38 +0200154 if (pfn_valid(pfn))
Ard Biesheuvelbf4bea82014-11-10 08:33:56 +0000155 return PageReserved(pfn_to_page(pfn));
Ben-Ami Yassourcbff90a2008-07-28 19:26:24 +0300156
157 return true;
158}
159
Avi Kivity6aa8b732006-12-10 02:21:36 -0800160/*
161 * Switches to specified vcpu, until a matching vcpu_put()
162 */
Christoffer Dallec7660c2017-12-04 21:35:23 +0100163void vcpu_load(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -0800164{
Christoffer Dallec7660c2017-12-04 21:35:23 +0100165 int cpu = get_cpu();
Avi Kivity15ad7142007-07-11 18:17:21 +0300166 preempt_notifier_register(&vcpu->preempt_notifier);
Carsten Otte313a3dc2007-10-11 19:16:52 +0200167 kvm_arch_vcpu_load(vcpu, cpu);
Avi Kivity15ad7142007-07-11 18:17:21 +0300168 put_cpu();
Avi Kivitybccf2152007-02-21 18:04:26 +0200169}
Jim Mattson2f1fe812016-07-08 15:36:06 -0700170EXPORT_SYMBOL_GPL(vcpu_load);
Avi Kivitybccf2152007-02-21 18:04:26 +0200171
Carsten Otte313a3dc2007-10-11 19:16:52 +0200172void vcpu_put(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -0800173{
Avi Kivity15ad7142007-07-11 18:17:21 +0300174 preempt_disable();
Carsten Otte313a3dc2007-10-11 19:16:52 +0200175 kvm_arch_vcpu_put(vcpu);
Avi Kivity15ad7142007-07-11 18:17:21 +0300176 preempt_notifier_unregister(&vcpu->preempt_notifier);
177 preempt_enable();
Avi Kivity6aa8b732006-12-10 02:21:36 -0800178}
Jim Mattson2f1fe812016-07-08 15:36:06 -0700179EXPORT_SYMBOL_GPL(vcpu_put);
Avi Kivity6aa8b732006-12-10 02:21:36 -0800180
Paolo Bonzini7a97cec2017-04-27 14:33:43 +0200181/* TODO: merge with kvm_arch_vcpu_should_kick */
182static bool kvm_request_needs_ipi(struct kvm_vcpu *vcpu, unsigned req)
183{
184 int mode = kvm_vcpu_exiting_guest_mode(vcpu);
185
186 /*
187 * We need to wait for the VCPU to reenable interrupts and get out of
188 * READING_SHADOW_PAGE_TABLES mode.
189 */
190 if (req & KVM_REQUEST_WAIT)
191 return mode != OUTSIDE_GUEST_MODE;
192
193 /*
194 * Need to kick a running VCPU, but otherwise there is nothing to do.
195 */
196 return mode == IN_GUEST_MODE;
197}
198
Avi Kivityd9e368d2007-06-07 19:18:30 +0300199static void ack_flush(void *_completed)
200{
Avi Kivityd9e368d2007-06-07 19:18:30 +0300201}
202
Paolo Bonzinib49defe2017-06-30 13:25:45 +0200203static inline bool kvm_kick_many_cpus(const struct cpumask *cpus, bool wait)
204{
205 if (unlikely(!cpus))
206 cpus = cpu_online_mask;
207
208 if (cpumask_empty(cpus))
209 return false;
210
211 smp_call_function_many(cpus, ack_flush, NULL, wait);
212 return true;
213}
214
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200215bool kvm_make_vcpus_request_mask(struct kvm *kvm, unsigned int req,
216 unsigned long *vcpu_bitmap, cpumask_var_t tmp)
Avi Kivityd9e368d2007-06-07 19:18:30 +0300217{
Avi Kivity597a5f52008-07-20 14:24:22 +0300218 int i, cpu, me;
Avi Kivityd9e368d2007-06-07 19:18:30 +0300219 struct kvm_vcpu *vcpu;
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200220 bool called;
Rusty Russell6ef7a1b2008-12-08 20:28:04 +1030221
Xiao Guangrong3cba4132011-01-12 15:41:22 +0800222 me = get_cpu();
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200223
Gleb Natapov988a2ca2009-06-09 15:56:29 +0300224 kvm_for_each_vcpu(i, vcpu, kvm) {
Vitaly Kuznetsova8122972018-08-22 12:18:29 +0200225 if (vcpu_bitmap && !test_bit(i, vcpu_bitmap))
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200226 continue;
227
Xiao Guangrong3cba4132011-01-12 15:41:22 +0800228 kvm_make_request(req, vcpu);
Avi Kivityd9e368d2007-06-07 19:18:30 +0300229 cpu = vcpu->cpu;
Xiao Guangrong6b7e2d02011-01-12 15:40:31 +0800230
Radim Krčmář178f02f2017-04-26 22:32:26 +0200231 if (!(req & KVM_REQUEST_NO_WAKEUP) && kvm_vcpu_wake_up(vcpu))
232 continue;
Radim Krčmář6c6e8362017-04-26 22:32:23 +0200233
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200234 if (tmp != NULL && cpu != -1 && cpu != me &&
Paolo Bonzini7a97cec2017-04-27 14:33:43 +0200235 kvm_request_needs_ipi(vcpu, req))
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200236 __cpumask_set_cpu(cpu, tmp);
Avi Kivityd9e368d2007-06-07 19:18:30 +0300237 }
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200238
239 called = kvm_kick_many_cpus(tmp, !!(req & KVM_REQUEST_WAIT));
Xiao Guangrong3cba4132011-01-12 15:41:22 +0800240 put_cpu();
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200241
242 return called;
243}
244
245bool kvm_make_all_cpus_request(struct kvm *kvm, unsigned int req)
246{
247 cpumask_var_t cpus;
248 bool called;
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200249
250 zalloc_cpumask_var(&cpus, GFP_ATOMIC);
251
Vitaly Kuznetsova8122972018-08-22 12:18:29 +0200252 called = kvm_make_vcpus_request_mask(kvm, req, NULL, cpus);
Vitaly Kuznetsov7053df42018-05-16 17:21:28 +0200253
Rusty Russell6ef7a1b2008-12-08 20:28:04 +1030254 free_cpumask_var(cpus);
Rusty Russell49846892008-12-08 20:26:24 +1030255 return called;
256}
257
Mario Smarducha6d51012015-01-15 15:58:52 -0800258#ifndef CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
Rusty Russell49846892008-12-08 20:26:24 +1030259void kvm_flush_remote_tlbs(struct kvm *kvm)
260{
Lan Tianyu4ae3cb32016-03-13 11:10:28 +0800261 /*
262 * Read tlbs_dirty before setting KVM_REQ_TLB_FLUSH in
263 * kvm_make_all_cpus_request.
264 */
265 long dirty_count = smp_load_acquire(&kvm->tlbs_dirty);
Xiao Guangronga086f6a2014-04-17 17:06:12 +0800266
Lan Tianyu4ae3cb32016-03-13 11:10:28 +0800267 /*
268 * We want to publish modifications to the page tables before reading
269 * mode. Pairs with a memory barrier in arch-specific code.
270 * - x86: smp_mb__after_srcu_read_unlock in vcpu_enter_guest
271 * and smp_mb in walk_shadow_page_lockless_begin/end.
272 * - powerpc: smp_mb in kvmppc_prepare_to_enter.
273 *
274 * There is already an smp_mb__after_atomic() before
275 * kvm_make_all_cpus_request() reads vcpu->mode. We reuse that
276 * barrier here.
277 */
Tianyu Lanb08660e2018-07-19 08:40:17 +0000278 if (!kvm_arch_flush_remote_tlb(kvm)
279 || kvm_make_all_cpus_request(kvm, KVM_REQ_TLB_FLUSH))
Rusty Russell49846892008-12-08 20:26:24 +1030280 ++kvm->stat.remote_tlb_flush;
Xiao Guangronga086f6a2014-04-17 17:06:12 +0800281 cmpxchg(&kvm->tlbs_dirty, dirty_count, 0);
Avi Kivityd9e368d2007-06-07 19:18:30 +0300282}
Aneesh Kumar K.V2ba9f0d2013-10-07 22:17:59 +0530283EXPORT_SYMBOL_GPL(kvm_flush_remote_tlbs);
Mario Smarducha6d51012015-01-15 15:58:52 -0800284#endif
Avi Kivityd9e368d2007-06-07 19:18:30 +0300285
Marcelo Tosatti2e53d632008-02-20 14:47:24 -0500286void kvm_reload_remote_mmus(struct kvm *kvm)
287{
Tang Chen445b8232014-09-24 15:57:55 +0800288 kvm_make_all_cpus_request(kvm, KVM_REQ_MMU_RELOAD);
Marcelo Tosatti2e53d632008-02-20 14:47:24 -0500289}
290
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000291int kvm_vcpu_init(struct kvm_vcpu *vcpu, struct kvm *kvm, unsigned id)
292{
293 struct page *page;
294 int r;
295
296 mutex_init(&vcpu->mutex);
297 vcpu->cpu = -1;
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000298 vcpu->kvm = kvm;
299 vcpu->vcpu_id = id;
Rik van Riel34bb10b2011-02-01 09:52:41 -0500300 vcpu->pid = NULL;
Marcelo Tosatti85773702016-02-19 09:46:39 +0100301 init_swait_queue_head(&vcpu->wq);
Gleb Natapovaf585b92010-10-14 11:22:46 +0200302 kvm_async_pf_vcpu_init(vcpu);
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000303
Feng Wubf9f6ac2015-09-18 22:29:55 +0800304 vcpu->pre_pcpu = -1;
305 INIT_LIST_HEAD(&vcpu->blocked_vcpu_list);
306
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000307 page = alloc_page(GFP_KERNEL | __GFP_ZERO);
308 if (!page) {
309 r = -ENOMEM;
310 goto fail;
311 }
312 vcpu->run = page_address(page);
313
Raghavendra K T4c088492012-07-18 19:07:46 +0530314 kvm_vcpu_set_in_spin_loop(vcpu, false);
315 kvm_vcpu_set_dy_eligible(vcpu, false);
Raghavendra K T3a08a8f2013-03-04 23:32:07 +0530316 vcpu->preempted = false;
Wanpeng Lid73eb572019-07-18 19:39:06 +0800317 vcpu->ready = false;
Raghavendra K T4c088492012-07-18 19:07:46 +0530318
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +0800319 r = kvm_arch_vcpu_init(vcpu);
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000320 if (r < 0)
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +0800321 goto fail_free_run;
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000322 return 0;
323
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000324fail_free_run:
325 free_page((unsigned long)vcpu->run);
326fail:
Rusty Russell76fafa52007-10-08 10:50:48 +1000327 return r;
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000328}
329EXPORT_SYMBOL_GPL(kvm_vcpu_init);
330
331void kvm_vcpu_uninit(struct kvm_vcpu *vcpu)
332{
Christian Borntraeger0e4524a2017-07-06 14:44:28 +0200333 /*
334 * no need for rcu_read_lock as VCPU_RUN is the only place that
335 * will change the vcpu->pid pointer and on uninit all file
336 * descriptors are already gone.
337 */
338 put_pid(rcu_dereference_protected(vcpu->pid, 1));
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +0800339 kvm_arch_vcpu_uninit(vcpu);
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000340 free_page((unsigned long)vcpu->run);
341}
342EXPORT_SYMBOL_GPL(kvm_vcpu_uninit);
343
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200344#if defined(CONFIG_MMU_NOTIFIER) && defined(KVM_ARCH_WANT_MMU_NOTIFIER)
345static inline struct kvm *mmu_notifier_to_kvm(struct mmu_notifier *mn)
346{
347 return container_of(mn, struct kvm, mmu_notifier);
348}
349
Izik Eidus3da0dd42009-09-23 21:47:18 +0300350static void kvm_mmu_notifier_change_pte(struct mmu_notifier *mn,
351 struct mm_struct *mm,
352 unsigned long address,
353 pte_t pte)
354{
355 struct kvm *kvm = mmu_notifier_to_kvm(mn);
Marcelo Tosattibc6678a2009-12-23 14:35:21 -0200356 int idx;
Izik Eidus3da0dd42009-09-23 21:47:18 +0300357
Marcelo Tosattibc6678a2009-12-23 14:35:21 -0200358 idx = srcu_read_lock(&kvm->srcu);
Izik Eidus3da0dd42009-09-23 21:47:18 +0300359 spin_lock(&kvm->mmu_lock);
360 kvm->mmu_notifier_seq++;
Lan Tianyu0cf853c2018-12-06 21:21:11 +0800361
362 if (kvm_set_spte_hva(kvm, address, pte))
363 kvm_flush_remote_tlbs(kvm);
364
Izik Eidus3da0dd42009-09-23 21:47:18 +0300365 spin_unlock(&kvm->mmu_lock);
Marcelo Tosattibc6678a2009-12-23 14:35:21 -0200366 srcu_read_unlock(&kvm->srcu, idx);
Izik Eidus3da0dd42009-09-23 21:47:18 +0300367}
368
Michal Hocko93065ac2018-08-21 21:52:33 -0700369static int kvm_mmu_notifier_invalidate_range_start(struct mmu_notifier *mn,
Jérôme Glisse5d6527a2018-12-28 00:38:05 -0800370 const struct mmu_notifier_range *range)
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200371{
372 struct kvm *kvm = mmu_notifier_to_kvm(mn);
Marcelo Tosattibc6678a2009-12-23 14:35:21 -0200373 int need_tlb_flush = 0, idx;
Michal Hocko93065ac2018-08-21 21:52:33 -0700374 int ret;
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200375
Marcelo Tosattibc6678a2009-12-23 14:35:21 -0200376 idx = srcu_read_lock(&kvm->srcu);
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200377 spin_lock(&kvm->mmu_lock);
378 /*
379 * The count increase must become visible at unlock time as no
380 * spte can be established without taking the mmu_lock and
381 * count is also read inside the mmu_lock critical section.
382 */
383 kvm->mmu_notifier_count++;
Jérôme Glisse5d6527a2018-12-28 00:38:05 -0800384 need_tlb_flush = kvm_unmap_hva_range(kvm, range->start, range->end);
Xiao Guangronga4ee1ca2010-11-23 11:13:00 +0800385 need_tlb_flush |= kvm->tlbs_dirty;
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200386 /* we've to flush the tlb before the pages can be freed */
387 if (need_tlb_flush)
388 kvm_flush_remote_tlbs(kvm);
Takuya Yoshikawa565f3be2012-02-10 15:28:31 +0900389
390 spin_unlock(&kvm->mmu_lock);
Radim Krčmářb1394e72017-11-30 19:05:45 +0100391
Jérôme Glisse5d6527a2018-12-28 00:38:05 -0800392 ret = kvm_arch_mmu_notifier_invalidate_range(kvm, range->start,
Jérôme Glissedfcd6662019-05-13 17:20:38 -0700393 range->end,
394 mmu_notifier_range_blockable(range));
Radim Krčmářb1394e72017-11-30 19:05:45 +0100395
Takuya Yoshikawa565f3be2012-02-10 15:28:31 +0900396 srcu_read_unlock(&kvm->srcu, idx);
Michal Hocko93065ac2018-08-21 21:52:33 -0700397
398 return ret;
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200399}
400
401static void kvm_mmu_notifier_invalidate_range_end(struct mmu_notifier *mn,
Jérôme Glisse5d6527a2018-12-28 00:38:05 -0800402 const struct mmu_notifier_range *range)
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200403{
404 struct kvm *kvm = mmu_notifier_to_kvm(mn);
405
406 spin_lock(&kvm->mmu_lock);
407 /*
408 * This sequence increase will notify the kvm page fault that
409 * the page that is going to be mapped in the spte could have
410 * been freed.
411 */
412 kvm->mmu_notifier_seq++;
Paul Mackerrasa355aa52011-12-12 12:37:21 +0000413 smp_wmb();
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200414 /*
415 * The above sequence increase must be visible before the
Paul Mackerrasa355aa52011-12-12 12:37:21 +0000416 * below count decrease, which is ensured by the smp_wmb above
417 * in conjunction with the smp_rmb in mmu_notifier_retry().
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200418 */
419 kvm->mmu_notifier_count--;
420 spin_unlock(&kvm->mmu_lock);
421
422 BUG_ON(kvm->mmu_notifier_count < 0);
423}
424
425static int kvm_mmu_notifier_clear_flush_young(struct mmu_notifier *mn,
426 struct mm_struct *mm,
Andres Lagar-Cavilla57128462014-09-22 14:54:42 -0700427 unsigned long start,
428 unsigned long end)
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200429{
430 struct kvm *kvm = mmu_notifier_to_kvm(mn);
Marcelo Tosattibc6678a2009-12-23 14:35:21 -0200431 int young, idx;
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200432
Marcelo Tosattibc6678a2009-12-23 14:35:21 -0200433 idx = srcu_read_lock(&kvm->srcu);
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200434 spin_lock(&kvm->mmu_lock);
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200435
Andres Lagar-Cavilla57128462014-09-22 14:54:42 -0700436 young = kvm_age_hva(kvm, start, end);
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200437 if (young)
438 kvm_flush_remote_tlbs(kvm);
439
Takuya Yoshikawa565f3be2012-02-10 15:28:31 +0900440 spin_unlock(&kvm->mmu_lock);
441 srcu_read_unlock(&kvm->srcu, idx);
442
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200443 return young;
444}
445
Vladimir Davydov1d7715c2015-09-09 15:35:41 -0700446static int kvm_mmu_notifier_clear_young(struct mmu_notifier *mn,
447 struct mm_struct *mm,
448 unsigned long start,
449 unsigned long end)
450{
451 struct kvm *kvm = mmu_notifier_to_kvm(mn);
452 int young, idx;
453
454 idx = srcu_read_lock(&kvm->srcu);
455 spin_lock(&kvm->mmu_lock);
456 /*
457 * Even though we do not flush TLB, this will still adversely
458 * affect performance on pre-Haswell Intel EPT, where there is
459 * no EPT Access Bit to clear so that we have to tear down EPT
460 * tables instead. If we find this unacceptable, we can always
461 * add a parameter to kvm_age_hva so that it effectively doesn't
462 * do anything on clear_young.
463 *
464 * Also note that currently we never issue secondary TLB flushes
465 * from clear_young, leaving this job up to the regular system
466 * cadence. If we find this inaccurate, we might come up with a
467 * more sophisticated heuristic later.
468 */
469 young = kvm_age_hva(kvm, start, end);
470 spin_unlock(&kvm->mmu_lock);
471 srcu_read_unlock(&kvm->srcu, idx);
472
473 return young;
474}
475
Andrea Arcangeli8ee53822011-01-13 15:47:10 -0800476static int kvm_mmu_notifier_test_young(struct mmu_notifier *mn,
477 struct mm_struct *mm,
478 unsigned long address)
479{
480 struct kvm *kvm = mmu_notifier_to_kvm(mn);
481 int young, idx;
482
483 idx = srcu_read_lock(&kvm->srcu);
484 spin_lock(&kvm->mmu_lock);
485 young = kvm_test_age_hva(kvm, address);
486 spin_unlock(&kvm->mmu_lock);
487 srcu_read_unlock(&kvm->srcu, idx);
488
489 return young;
490}
491
Marcelo Tosatti85db06e2008-12-10 21:23:26 +0100492static void kvm_mmu_notifier_release(struct mmu_notifier *mn,
493 struct mm_struct *mm)
494{
495 struct kvm *kvm = mmu_notifier_to_kvm(mn);
Lai Jiangshaneda2bed2010-04-20 14:29:29 +0800496 int idx;
497
498 idx = srcu_read_lock(&kvm->srcu);
Marcelo Tosatti2df72e92012-08-24 15:54:57 -0300499 kvm_arch_flush_shadow_all(kvm);
Lai Jiangshaneda2bed2010-04-20 14:29:29 +0800500 srcu_read_unlock(&kvm->srcu, idx);
Marcelo Tosatti85db06e2008-12-10 21:23:26 +0100501}
502
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200503static const struct mmu_notifier_ops kvm_mmu_notifier_ops = {
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200504 .invalidate_range_start = kvm_mmu_notifier_invalidate_range_start,
505 .invalidate_range_end = kvm_mmu_notifier_invalidate_range_end,
506 .clear_flush_young = kvm_mmu_notifier_clear_flush_young,
Vladimir Davydov1d7715c2015-09-09 15:35:41 -0700507 .clear_young = kvm_mmu_notifier_clear_young,
Andrea Arcangeli8ee53822011-01-13 15:47:10 -0800508 .test_young = kvm_mmu_notifier_test_young,
Izik Eidus3da0dd42009-09-23 21:47:18 +0300509 .change_pte = kvm_mmu_notifier_change_pte,
Marcelo Tosatti85db06e2008-12-10 21:23:26 +0100510 .release = kvm_mmu_notifier_release,
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200511};
Avi Kivity4c07b0a2009-12-20 14:54:04 +0200512
513static int kvm_init_mmu_notifier(struct kvm *kvm)
514{
515 kvm->mmu_notifier.ops = &kvm_mmu_notifier_ops;
516 return mmu_notifier_register(&kvm->mmu_notifier, current->mm);
517}
518
519#else /* !(CONFIG_MMU_NOTIFIER && KVM_ARCH_WANT_MMU_NOTIFIER) */
520
521static int kvm_init_mmu_notifier(struct kvm *kvm)
522{
523 return 0;
524}
525
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200526#endif /* CONFIG_MMU_NOTIFIER && KVM_ARCH_WANT_MMU_NOTIFIER */
527
Paolo Bonzinia47d2b02015-05-17 11:41:37 +0200528static struct kvm_memslots *kvm_alloc_memslots(void)
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +0800529{
530 int i;
Paolo Bonzinia47d2b02015-05-17 11:41:37 +0200531 struct kvm_memslots *slots;
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +0800532
Ben Gardonb12ce362019-02-11 11:02:49 -0800533 slots = kvzalloc(sizeof(struct kvm_memslots), GFP_KERNEL_ACCOUNT);
Paolo Bonzinia47d2b02015-05-17 11:41:37 +0200534 if (!slots)
535 return NULL;
536
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +0800537 for (i = 0; i < KVM_MEM_SLOTS_NUM; i++)
Xiao Guangrongf85e2cb2011-11-24 17:41:54 +0800538 slots->id_to_index[i] = slots->memslots[i].id = i;
Paolo Bonzinia47d2b02015-05-17 11:41:37 +0200539
540 return slots;
541}
542
543static void kvm_destroy_dirty_bitmap(struct kvm_memory_slot *memslot)
544{
545 if (!memslot->dirty_bitmap)
546 return;
547
548 kvfree(memslot->dirty_bitmap);
549 memslot->dirty_bitmap = NULL;
550}
551
552/*
553 * Free any memory in @free but not in @dont.
554 */
555static void kvm_free_memslot(struct kvm *kvm, struct kvm_memory_slot *free,
556 struct kvm_memory_slot *dont)
557{
558 if (!dont || free->dirty_bitmap != dont->dirty_bitmap)
559 kvm_destroy_dirty_bitmap(free);
560
561 kvm_arch_free_memslot(kvm, free, dont);
562
563 free->npages = 0;
564}
565
566static void kvm_free_memslots(struct kvm *kvm, struct kvm_memslots *slots)
567{
568 struct kvm_memory_slot *memslot;
569
570 if (!slots)
571 return;
572
573 kvm_for_each_memslot(memslot, slots)
574 kvm_free_memslot(kvm, memslot, NULL);
575
576 kvfree(slots);
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +0800577}
578
Janosch Frank536a6f82016-05-18 13:26:23 +0200579static void kvm_destroy_vm_debugfs(struct kvm *kvm)
580{
581 int i;
582
583 if (!kvm->debugfs_dentry)
584 return;
585
586 debugfs_remove_recursive(kvm->debugfs_dentry);
587
Luiz Capitulino9d5a1dc2016-09-07 14:47:21 -0400588 if (kvm->debugfs_stat_data) {
589 for (i = 0; i < kvm_debugfs_num_entries; i++)
590 kfree(kvm->debugfs_stat_data[i]);
591 kfree(kvm->debugfs_stat_data);
592 }
Janosch Frank536a6f82016-05-18 13:26:23 +0200593}
594
595static int kvm_create_vm_debugfs(struct kvm *kvm, int fd)
596{
597 char dir_name[ITOA_MAX_LEN * 2];
598 struct kvm_stat_data *stat_data;
599 struct kvm_stats_debugfs_item *p;
600
601 if (!debugfs_initialized())
602 return 0;
603
604 snprintf(dir_name, sizeof(dir_name), "%d-%d", task_pid_nr(current), fd);
Greg Kroah-Hartman929f45e2018-05-29 18:22:04 +0200605 kvm->debugfs_dentry = debugfs_create_dir(dir_name, kvm_debugfs_dir);
Janosch Frank536a6f82016-05-18 13:26:23 +0200606
607 kvm->debugfs_stat_data = kcalloc(kvm_debugfs_num_entries,
608 sizeof(*kvm->debugfs_stat_data),
Ben Gardonb12ce362019-02-11 11:02:49 -0800609 GFP_KERNEL_ACCOUNT);
Janosch Frank536a6f82016-05-18 13:26:23 +0200610 if (!kvm->debugfs_stat_data)
611 return -ENOMEM;
612
613 for (p = debugfs_entries; p->name; p++) {
Ben Gardonb12ce362019-02-11 11:02:49 -0800614 stat_data = kzalloc(sizeof(*stat_data), GFP_KERNEL_ACCOUNT);
Janosch Frank536a6f82016-05-18 13:26:23 +0200615 if (!stat_data)
616 return -ENOMEM;
617
618 stat_data->kvm = kvm;
619 stat_data->offset = p->offset;
620 kvm->debugfs_stat_data[p - debugfs_entries] = stat_data;
Greg Kroah-Hartman929f45e2018-05-29 18:22:04 +0200621 debugfs_create_file(p->name, 0644, kvm->debugfs_dentry,
622 stat_data, stat_fops_per_vm[p->kind]);
Janosch Frank536a6f82016-05-18 13:26:23 +0200623 }
624 return 0;
625}
626
Carsten Ottee08b9632012-01-04 10:25:20 +0100627static struct kvm *kvm_create_vm(unsigned long type)
Avi Kivity6aa8b732006-12-10 02:21:36 -0800628{
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100629 int r, i;
630 struct kvm *kvm = kvm_arch_alloc_vm();
Avi Kivity6aa8b732006-12-10 02:21:36 -0800631
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100632 if (!kvm)
633 return ERR_PTR(-ENOMEM);
634
Paolo Bonzinie9ad4ec2016-03-21 10:15:25 +0100635 spin_lock_init(&kvm->mmu_lock);
Vegard Nossumf1f10072017-02-27 14:30:07 -0800636 mmgrab(current->mm);
Paolo Bonzinie9ad4ec2016-03-21 10:15:25 +0100637 kvm->mm = current->mm;
638 kvm_eventfd_init(kvm);
639 mutex_init(&kvm->lock);
640 mutex_init(&kvm->irq_lock);
641 mutex_init(&kvm->slots_lock);
Elena Reshetovae3736c32017-02-20 13:06:21 +0200642 refcount_set(&kvm->users_count, 1);
Paolo Bonzinie9ad4ec2016-03-21 10:15:25 +0100643 INIT_LIST_HEAD(&kvm->devices);
644
Carsten Ottee08b9632012-01-04 10:25:20 +0100645 r = kvm_arch_init_vm(kvm, type);
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100646 if (r)
Christian Borntraeger719d93c2014-01-16 13:44:20 +0100647 goto out_err_no_disable;
Alexander Graf10474ae2009-09-15 11:37:46 +0200648
649 r = hardware_enable_all();
650 if (r)
Christian Borntraeger719d93c2014-01-16 13:44:20 +0100651 goto out_err_no_disable;
Alexander Graf10474ae2009-09-15 11:37:46 +0200652
Paolo Bonzinic77dcac2014-08-06 14:24:45 +0200653#ifdef CONFIG_HAVE_KVM_IRQFD
Gleb Natapov136bdfe2009-08-24 11:54:23 +0300654 INIT_HLIST_HEAD(&kvm->irq_ack_notifier_list);
Avi Kivity75858a82009-01-04 17:10:50 +0200655#endif
Avi Kivity6aa8b732006-12-10 02:21:36 -0800656
Alex Williamson1e702d92012-12-10 10:33:32 -0700657 BUILD_BUG_ON(KVM_MEM_SLOTS_NUM > SHRT_MAX);
658
Marcelo Tosatti46a26bf2009-12-23 14:35:16 -0200659 r = -ENOMEM;
Paolo Bonzinif481b062015-05-17 17:30:37 +0200660 for (i = 0; i < KVM_ADDRESS_SPACE_NUM; i++) {
Paolo Bonzini4bd518f2017-02-03 20:44:51 -0800661 struct kvm_memslots *slots = kvm_alloc_memslots();
662 if (!slots)
Paolo Bonzinif481b062015-05-17 17:30:37 +0200663 goto out_err_no_srcu;
Sean Christopherson0e329582019-02-05 13:01:17 -0800664 /* Generations must be different for each address space. */
Sean Christopherson164bf7e2019-02-05 13:01:18 -0800665 slots->generation = i;
Paolo Bonzini4bd518f2017-02-03 20:44:51 -0800666 rcu_assign_pointer(kvm->memslots[i], slots);
Paolo Bonzinif481b062015-05-17 17:30:37 +0200667 }
Paolo Bonzini00f034a2014-08-20 14:29:21 +0200668
Marcelo Tosattibc6678a2009-12-23 14:35:21 -0200669 if (init_srcu_struct(&kvm->srcu))
Christian Borntraeger719d93c2014-01-16 13:44:20 +0100670 goto out_err_no_srcu;
671 if (init_srcu_struct(&kvm->irq_srcu))
672 goto out_err_no_irq_srcu;
Marcelo Tosattie93f8a02009-12-23 14:35:24 -0200673 for (i = 0; i < KVM_NR_BUSES; i++) {
Christian Borntraeger4a12f952017-07-07 10:51:38 +0200674 rcu_assign_pointer(kvm->buses[i],
Ben Gardonb12ce362019-02-11 11:02:49 -0800675 kzalloc(sizeof(struct kvm_io_bus), GFP_KERNEL_ACCOUNT));
Jan Kiszka57e7fbe2010-11-09 12:42:12 +0100676 if (!kvm->buses[i])
Marcelo Tosattie93f8a02009-12-23 14:35:24 -0200677 goto out_err;
Marcelo Tosattie93f8a02009-12-23 14:35:24 -0200678 }
Mike Waychison74b5c5b2011-06-03 13:04:53 -0700679
Mike Waychison74b5c5b2011-06-03 13:04:53 -0700680 r = kvm_init_mmu_notifier(kvm);
681 if (r)
682 goto out_err;
683
Junaid Shahid0d9ce162019-01-03 17:14:28 -0800684 mutex_lock(&kvm_lock);
Rusty Russell5e58cfe2007-07-23 17:08:21 +1000685 list_add(&kvm->vm_list, &vm_list);
Junaid Shahid0d9ce162019-01-03 17:14:28 -0800686 mutex_unlock(&kvm_lock);
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100687
Peter Zijlstra2ecd9d22015-07-03 18:53:58 +0200688 preempt_notifier_inc();
689
Avi Kivityf17abe92007-02-21 19:28:04 +0200690 return kvm;
Alexander Graf10474ae2009-09-15 11:37:46 +0200691
692out_err:
Christian Borntraeger719d93c2014-01-16 13:44:20 +0100693 cleanup_srcu_struct(&kvm->irq_srcu);
694out_err_no_irq_srcu:
Jan Kiszka57e7fbe2010-11-09 12:42:12 +0100695 cleanup_srcu_struct(&kvm->srcu);
Christian Borntraeger719d93c2014-01-16 13:44:20 +0100696out_err_no_srcu:
Alexander Graf10474ae2009-09-15 11:37:46 +0200697 hardware_disable_all();
Christian Borntraeger719d93c2014-01-16 13:44:20 +0100698out_err_no_disable:
Christian Borntraeger021086e2017-09-13 14:17:22 +0200699 refcount_set(&kvm->users_count, 0);
Marcelo Tosattie93f8a02009-12-23 14:35:24 -0200700 for (i = 0; i < KVM_NR_BUSES; i++)
Paolo Bonzini3898da92017-08-02 17:55:54 +0200701 kfree(kvm_get_bus(kvm, i));
Paolo Bonzinif481b062015-05-17 17:30:37 +0200702 for (i = 0; i < KVM_ADDRESS_SPACE_NUM; i++)
Paolo Bonzini3898da92017-08-02 17:55:54 +0200703 kvm_free_memslots(kvm, __kvm_memslots(kvm, i));
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100704 kvm_arch_free_vm(kvm);
Paolo Bonzinie9ad4ec2016-03-21 10:15:25 +0100705 mmdrop(current->mm);
Alexander Graf10474ae2009-09-15 11:37:46 +0200706 return ERR_PTR(r);
Avi Kivityf17abe92007-02-21 19:28:04 +0200707}
708
Scott Wood07f0a7b2013-04-25 14:11:23 +0000709static void kvm_destroy_devices(struct kvm *kvm)
710{
Geliang Tange6e3b5a2016-01-01 19:47:12 +0800711 struct kvm_device *dev, *tmp;
Scott Wood07f0a7b2013-04-25 14:11:23 +0000712
Christoffer Dalla28ebea2016-08-09 19:13:01 +0200713 /*
714 * We do not need to take the kvm->lock here, because nobody else
715 * has a reference to the struct kvm at this point and therefore
716 * cannot access the devices list anyhow.
717 */
Geliang Tange6e3b5a2016-01-01 19:47:12 +0800718 list_for_each_entry_safe(dev, tmp, &kvm->devices, vm_node) {
719 list_del(&dev->vm_node);
Scott Wood07f0a7b2013-04-25 14:11:23 +0000720 dev->ops->destroy(dev);
721 }
722}
723
Avi Kivityf17abe92007-02-21 19:28:04 +0200724static void kvm_destroy_vm(struct kvm *kvm)
725{
Marcelo Tosattie93f8a02009-12-23 14:35:24 -0200726 int i;
Avi Kivity6d4e4c42007-11-21 16:41:05 +0200727 struct mm_struct *mm = kvm->mm;
728
Claudio Imbrenda286de8f2017-07-12 17:56:44 +0200729 kvm_uevent_notify_change(KVM_EVENT_DESTROY_VM, kvm);
Janosch Frank536a6f82016-05-18 13:26:23 +0200730 kvm_destroy_vm_debugfs(kvm);
Sheng Yangad8ba2c2009-01-06 10:03:02 +0800731 kvm_arch_sync_events(kvm);
Junaid Shahid0d9ce162019-01-03 17:14:28 -0800732 mutex_lock(&kvm_lock);
Avi Kivity133de902007-02-12 00:54:44 -0800733 list_del(&kvm->vm_list);
Junaid Shahid0d9ce162019-01-03 17:14:28 -0800734 mutex_unlock(&kvm_lock);
Avi Kivity399ec802008-11-19 13:58:46 +0200735 kvm_free_irq_routing(kvm);
Peter Xudf630b82017-03-15 16:01:17 +0800736 for (i = 0; i < KVM_NR_BUSES; i++) {
Paolo Bonzini3898da92017-08-02 17:55:54 +0200737 struct kvm_io_bus *bus = kvm_get_bus(kvm, i);
Christian Borntraeger4a12f952017-07-07 10:51:38 +0200738
Christian Borntraeger4a12f952017-07-07 10:51:38 +0200739 if (bus)
740 kvm_io_bus_destroy(bus);
Peter Xudf630b82017-03-15 16:01:17 +0800741 kvm->buses[i] = NULL;
742 }
Avi Kivity980da6c2009-12-20 15:13:43 +0200743 kvm_coalesced_mmio_free(kvm);
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200744#if defined(CONFIG_MMU_NOTIFIER) && defined(KVM_ARCH_WANT_MMU_NOTIFIER)
745 mmu_notifier_unregister(&kvm->mmu_notifier, kvm->mm);
Gleb Natapovf00be0c2009-03-19 12:20:36 +0200746#else
Marcelo Tosatti2df72e92012-08-24 15:54:57 -0300747 kvm_arch_flush_shadow_all(kvm);
Andrea Arcangelie930bff2008-07-25 16:24:52 +0200748#endif
Zhang Xiantaod19a9cd2007-11-18 18:43:45 +0800749 kvm_arch_destroy_vm(kvm);
Scott Wood07f0a7b2013-04-25 14:11:23 +0000750 kvm_destroy_devices(kvm);
Paolo Bonzinif481b062015-05-17 17:30:37 +0200751 for (i = 0; i < KVM_ADDRESS_SPACE_NUM; i++)
Paolo Bonzini3898da92017-08-02 17:55:54 +0200752 kvm_free_memslots(kvm, __kvm_memslots(kvm, i));
Paolo Bonzini820b3fc2014-06-03 13:44:17 +0200753 cleanup_srcu_struct(&kvm->irq_srcu);
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100754 cleanup_srcu_struct(&kvm->srcu);
755 kvm_arch_free_vm(kvm);
Peter Zijlstra2ecd9d22015-07-03 18:53:58 +0200756 preempt_notifier_dec();
Alexander Graf10474ae2009-09-15 11:37:46 +0200757 hardware_disable_all();
Avi Kivity6d4e4c42007-11-21 16:41:05 +0200758 mmdrop(mm);
Avi Kivityf17abe92007-02-21 19:28:04 +0200759}
760
Izik Eidusd39f13b2008-03-30 16:01:25 +0300761void kvm_get_kvm(struct kvm *kvm)
762{
Elena Reshetovae3736c32017-02-20 13:06:21 +0200763 refcount_inc(&kvm->users_count);
Izik Eidusd39f13b2008-03-30 16:01:25 +0300764}
765EXPORT_SYMBOL_GPL(kvm_get_kvm);
766
767void kvm_put_kvm(struct kvm *kvm)
768{
Elena Reshetovae3736c32017-02-20 13:06:21 +0200769 if (refcount_dec_and_test(&kvm->users_count))
Izik Eidusd39f13b2008-03-30 16:01:25 +0300770 kvm_destroy_vm(kvm);
771}
772EXPORT_SYMBOL_GPL(kvm_put_kvm);
773
774
Avi Kivityf17abe92007-02-21 19:28:04 +0200775static int kvm_vm_release(struct inode *inode, struct file *filp)
776{
777 struct kvm *kvm = filp->private_data;
778
Gregory Haskins721eecbf2009-05-20 10:30:49 -0400779 kvm_irqfd_release(kvm);
780
Izik Eidusd39f13b2008-03-30 16:01:25 +0300781 kvm_put_kvm(kvm);
Avi Kivity6aa8b732006-12-10 02:21:36 -0800782 return 0;
783}
784
Takuya Yoshikawa515a0122010-10-27 18:23:54 +0900785/*
786 * Allocation size is twice as large as the actual dirty bitmap size.
Takuya Yoshikawa93474b22012-03-01 19:34:45 +0900787 * See x86's kvm_vm_ioctl_get_dirty_log() why this is needed.
Takuya Yoshikawa515a0122010-10-27 18:23:54 +0900788 */
Takuya Yoshikawaa36a57b12010-10-27 18:22:19 +0900789static int kvm_create_dirty_bitmap(struct kvm_memory_slot *memslot)
790{
Takuya Yoshikawa515a0122010-10-27 18:23:54 +0900791 unsigned long dirty_bytes = 2 * kvm_dirty_bitmap_bytes(memslot);
Takuya Yoshikawaa36a57b12010-10-27 18:22:19 +0900792
Ben Gardonb12ce362019-02-11 11:02:49 -0800793 memslot->dirty_bitmap = kvzalloc(dirty_bytes, GFP_KERNEL_ACCOUNT);
Takuya Yoshikawaa36a57b12010-10-27 18:22:19 +0900794 if (!memslot->dirty_bitmap)
795 return -ENOMEM;
796
Takuya Yoshikawaa36a57b12010-10-27 18:22:19 +0900797 return 0;
798}
799
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +0800800/*
Igor Mammedov0e60b072014-12-01 17:29:26 +0000801 * Insert memslot and re-sort memslots based on their GFN,
802 * so binary search could be used to lookup GFN.
803 * Sorting algorithm takes advantage of having initially
804 * sorted array and known changed memslot position.
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +0800805 */
Paolo Bonzini5cc15022014-11-14 10:55:31 +0100806static void update_memslots(struct kvm_memslots *slots,
Wei Yang31fc4f92018-08-22 21:57:11 +0800807 struct kvm_memory_slot *new,
808 enum kvm_mr_change change)
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +0800809{
Paolo Bonzini85931762014-11-14 10:22:07 +0100810 int id = new->id;
811 int i = slots->id_to_index[id];
Igor Mammedov063584d2014-11-13 23:00:13 +0000812 struct kvm_memory_slot *mslots = slots->memslots;
Xiao Guangrongf85e2cb2011-11-24 17:41:54 +0800813
Paolo Bonzini85931762014-11-14 10:22:07 +0100814 WARN_ON(mslots[i].id != id);
Wei Yang31fc4f92018-08-22 21:57:11 +0800815 switch (change) {
816 case KVM_MR_CREATE:
817 slots->used_slots++;
818 WARN_ON(mslots[i].npages || !new->npages);
819 break;
820 case KVM_MR_DELETE:
821 slots->used_slots--;
822 WARN_ON(new->npages || !mslots[i].npages);
823 break;
824 default:
825 break;
Igor Mammedov9c1a5d382014-12-01 17:29:27 +0000826 }
Igor Mammedov0e60b072014-12-01 17:29:26 +0000827
Igor Mammedov7f379cf2014-12-01 17:29:24 +0000828 while (i < KVM_MEM_SLOTS_NUM - 1 &&
Igor Mammedov0e60b072014-12-01 17:29:26 +0000829 new->base_gfn <= mslots[i + 1].base_gfn) {
830 if (!mslots[i + 1].npages)
831 break;
Igor Mammedov7f379cf2014-12-01 17:29:24 +0000832 mslots[i] = mslots[i + 1];
833 slots->id_to_index[mslots[i].id] = i;
834 i++;
835 }
Paolo Bonziniefbeec72014-12-27 18:01:00 +0100836
837 /*
838 * The ">=" is needed when creating a slot with base_gfn == 0,
839 * so that it moves before all those with base_gfn == npages == 0.
840 *
841 * On the other hand, if new->npages is zero, the above loop has
842 * already left i pointing to the beginning of the empty part of
843 * mslots, and the ">=" would move the hole backwards in this
844 * case---which is wrong. So skip the loop when deleting a slot.
845 */
846 if (new->npages) {
847 while (i > 0 &&
848 new->base_gfn >= mslots[i - 1].base_gfn) {
849 mslots[i] = mslots[i - 1];
850 slots->id_to_index[mslots[i].id] = i;
851 i--;
852 }
Paolo Bonzinidbaff302014-12-27 21:08:16 +0100853 } else
854 WARN_ON_ONCE(i != slots->used_slots);
Xiao Guangrongf85e2cb2011-11-24 17:41:54 +0800855
Paolo Bonzini85931762014-11-14 10:22:07 +0100856 mslots[i] = *new;
857 slots->id_to_index[mslots[i].id] = i;
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +0800858}
859
Paolo Bonzini09170a42015-05-18 13:59:39 +0200860static int check_memory_region_flags(const struct kvm_userspace_memory_region *mem)
Xiao Guangronga50d64d2012-08-21 10:58:13 +0800861{
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +0800862 u32 valid_flags = KVM_MEM_LOG_DIRTY_PAGES;
863
Christoffer Dall0f8a4de2014-08-26 14:00:37 +0200864#ifdef __KVM_HAVE_READONLY_MEM
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +0800865 valid_flags |= KVM_MEM_READONLY;
866#endif
867
868 if (mem->flags & ~valid_flags)
Xiao Guangronga50d64d2012-08-21 10:58:13 +0800869 return -EINVAL;
870
871 return 0;
872}
873
Gleb Natapov7ec4fb42012-12-24 17:49:30 +0200874static struct kvm_memslots *install_new_memslots(struct kvm *kvm,
Paolo Bonzinif481b062015-05-17 17:30:37 +0200875 int as_id, struct kvm_memslots *slots)
Gleb Natapov7ec4fb42012-12-24 17:49:30 +0200876{
Paolo Bonzinif481b062015-05-17 17:30:37 +0200877 struct kvm_memslots *old_memslots = __kvm_memslots(kvm, as_id);
Sean Christopherson361209e2019-02-05 13:01:14 -0800878 u64 gen = old_memslots->generation;
Gleb Natapov7ec4fb42012-12-24 17:49:30 +0200879
Sean Christopherson361209e2019-02-05 13:01:14 -0800880 WARN_ON(gen & KVM_MEMSLOT_GEN_UPDATE_IN_PROGRESS);
881 slots->generation = gen | KVM_MEMSLOT_GEN_UPDATE_IN_PROGRESS;
David Matlackee3d1572014-08-18 15:46:06 -0700882
Paolo Bonzinif481b062015-05-17 17:30:37 +0200883 rcu_assign_pointer(kvm->memslots[as_id], slots);
Gleb Natapov7ec4fb42012-12-24 17:49:30 +0200884 synchronize_srcu_expedited(&kvm->srcu);
Takuya Yoshikawae59dbe02013-07-04 13:40:29 +0900885
David Matlackee3d1572014-08-18 15:46:06 -0700886 /*
Sean Christopherson361209e2019-02-05 13:01:14 -0800887 * Increment the new memslot generation a second time, dropping the
888 * update in-progress flag and incrementing then generation based on
889 * the number of address spaces. This provides a unique and easily
890 * identifiable generation number while the memslots are in flux.
891 */
892 gen = slots->generation & ~KVM_MEMSLOT_GEN_UPDATE_IN_PROGRESS;
893
894 /*
Paolo Bonzini4bd518f2017-02-03 20:44:51 -0800895 * Generations must be unique even across address spaces. We do not need
896 * a global counter for that, instead the generation space is evenly split
897 * across address spaces. For example, with two address spaces, address
Sean Christopherson164bf7e2019-02-05 13:01:18 -0800898 * space 0 will use generations 0, 2, 4, ... while address space 1 will
899 * use generations 1, 3, 5, ...
David Matlackee3d1572014-08-18 15:46:06 -0700900 */
Sean Christopherson164bf7e2019-02-05 13:01:18 -0800901 gen += KVM_ADDRESS_SPACE_NUM;
David Matlackee3d1572014-08-18 15:46:06 -0700902
Sean Christopherson15248252019-02-05 12:54:17 -0800903 kvm_arch_memslots_updated(kvm, gen);
904
905 slots->generation = gen;
Takuya Yoshikawae59dbe02013-07-04 13:40:29 +0900906
907 return old_memslots;
Gleb Natapov7ec4fb42012-12-24 17:49:30 +0200908}
909
Avi Kivity6aa8b732006-12-10 02:21:36 -0800910/*
Avi Kivity6aa8b732006-12-10 02:21:36 -0800911 * Allocate some memory and give it an address in the guest physical address
912 * space.
913 *
914 * Discontiguous memory is allowed, mostly for framebuffers.
Sheng Yangf78e0e22007-10-29 09:40:42 +0800915 *
Dominik Dingel02d5d552014-10-27 16:22:56 +0100916 * Must be called holding kvm->slots_lock for write.
Avi Kivity6aa8b732006-12-10 02:21:36 -0800917 */
Sheng Yangf78e0e22007-10-29 09:40:42 +0800918int __kvm_set_memory_region(struct kvm *kvm,
Paolo Bonzini09170a42015-05-18 13:59:39 +0200919 const struct kvm_userspace_memory_region *mem)
Avi Kivity6aa8b732006-12-10 02:21:36 -0800920{
Avi Kivity8234b222010-12-27 12:08:45 +0200921 int r;
Avi Kivity6aa8b732006-12-10 02:21:36 -0800922 gfn_t base_gfn;
Heiko Carstens28bcb112009-09-03 17:35:35 +0200923 unsigned long npages;
Takuya Yoshikawaa843fac2013-01-11 18:27:43 +0900924 struct kvm_memory_slot *slot;
Avi Kivity6aa8b732006-12-10 02:21:36 -0800925 struct kvm_memory_slot old, new;
Alex Williamsonb7f69c52012-12-10 10:33:03 -0700926 struct kvm_memslots *slots = NULL, *old_memslots;
Paolo Bonzinif481b062015-05-17 17:30:37 +0200927 int as_id, id;
Takuya Yoshikawaf64c0392013-01-29 11:00:07 +0900928 enum kvm_mr_change change;
Avi Kivity6aa8b732006-12-10 02:21:36 -0800929
Xiao Guangronga50d64d2012-08-21 10:58:13 +0800930 r = check_memory_region_flags(mem);
931 if (r)
932 goto out;
933
Avi Kivity6aa8b732006-12-10 02:21:36 -0800934 r = -EINVAL;
Paolo Bonzinif481b062015-05-17 17:30:37 +0200935 as_id = mem->slot >> 16;
936 id = (u16)mem->slot;
937
Avi Kivity6aa8b732006-12-10 02:21:36 -0800938 /* General sanity checks */
939 if (mem->memory_size & (PAGE_SIZE - 1))
940 goto out;
941 if (mem->guest_phys_addr & (PAGE_SIZE - 1))
942 goto out;
Takuya Yoshikawafa3d3152011-05-07 16:35:38 +0900943 /* We can read the guest memory with __xxx_user() later on. */
Paolo Bonzinif481b062015-05-17 17:30:37 +0200944 if ((id < KVM_USER_MEM_SLOTS) &&
Takuya Yoshikawafa3d3152011-05-07 16:35:38 +0900945 ((mem->userspace_addr & (PAGE_SIZE - 1)) ||
Linus Torvalds96d4f262019-01-03 18:57:57 -0800946 !access_ok((void __user *)(unsigned long)mem->userspace_addr,
Heiko Carstens9e3bb6b2011-05-24 07:51:27 +0200947 mem->memory_size)))
Hollis Blanchard78749802008-11-07 13:32:12 -0600948 goto out;
Paolo Bonzinif481b062015-05-17 17:30:37 +0200949 if (as_id >= KVM_ADDRESS_SPACE_NUM || id >= KVM_MEM_SLOTS_NUM)
Avi Kivity6aa8b732006-12-10 02:21:36 -0800950 goto out;
951 if (mem->guest_phys_addr + mem->memory_size < mem->guest_phys_addr)
952 goto out;
953
Paolo Bonzinif481b062015-05-17 17:30:37 +0200954 slot = id_to_memslot(__kvm_memslots(kvm, as_id), id);
Avi Kivity6aa8b732006-12-10 02:21:36 -0800955 base_gfn = mem->guest_phys_addr >> PAGE_SHIFT;
956 npages = mem->memory_size >> PAGE_SHIFT;
957
Takuya Yoshikawa660c22c2010-04-13 22:47:24 +0900958 if (npages > KVM_MEM_MAX_NR_PAGES)
959 goto out;
960
Takuya Yoshikawaa843fac2013-01-11 18:27:43 +0900961 new = old = *slot;
Avi Kivity6aa8b732006-12-10 02:21:36 -0800962
Paolo Bonzinif481b062015-05-17 17:30:37 +0200963 new.id = id;
Avi Kivity6aa8b732006-12-10 02:21:36 -0800964 new.base_gfn = base_gfn;
965 new.npages = npages;
966 new.flags = mem->flags;
967
Takuya Yoshikawaf64c0392013-01-29 11:00:07 +0900968 if (npages) {
969 if (!old.npages)
970 change = KVM_MR_CREATE;
971 else { /* Modify an existing slot. */
972 if ((mem->userspace_addr != old.userspace_addr) ||
Takuya Yoshikawa75d61fb2013-01-30 19:40:41 +0900973 (npages != old.npages) ||
974 ((new.flags ^ old.flags) & KVM_MEM_READONLY))
Takuya Yoshikawaf64c0392013-01-29 11:00:07 +0900975 goto out;
976
977 if (base_gfn != old.base_gfn)
978 change = KVM_MR_MOVE;
979 else if (new.flags != old.flags)
980 change = KVM_MR_FLAGS_ONLY;
981 else { /* Nothing to change. */
982 r = 0;
983 goto out;
984 }
985 }
Paolo Bonzini09170a42015-05-18 13:59:39 +0200986 } else {
987 if (!old.npages)
988 goto out;
989
Takuya Yoshikawaf64c0392013-01-29 11:00:07 +0900990 change = KVM_MR_DELETE;
Paolo Bonzini09170a42015-05-18 13:59:39 +0200991 new.base_gfn = 0;
992 new.flags = 0;
993 }
Avi Kivity6aa8b732006-12-10 02:21:36 -0800994
Takuya Yoshikawaf64c0392013-01-29 11:00:07 +0900995 if ((change == KVM_MR_CREATE) || (change == KVM_MR_MOVE)) {
Takuya Yoshikawa0a706be2013-01-11 18:26:55 +0900996 /* Check for overlaps */
997 r = -EEXIST;
Paolo Bonzinif481b062015-05-17 17:30:37 +0200998 kvm_for_each_memslot(slot, __kvm_memslots(kvm, as_id)) {
Wanpeng Lib28676b2018-02-13 15:36:00 +0100999 if (slot->id == id)
Takuya Yoshikawa0a706be2013-01-11 18:26:55 +09001000 continue;
1001 if (!((base_gfn + npages <= slot->base_gfn) ||
1002 (base_gfn >= slot->base_gfn + slot->npages)))
1003 goto out;
1004 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08001005 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08001006
Avi Kivity6aa8b732006-12-10 02:21:36 -08001007 /* Free page dirty bitmap if unneeded */
1008 if (!(new.flags & KVM_MEM_LOG_DIRTY_PAGES))
Al Viro8b6d44c2007-02-09 16:38:40 +00001009 new.dirty_bitmap = NULL;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001010
1011 r = -ENOMEM;
Takuya Yoshikawaf64c0392013-01-29 11:00:07 +09001012 if (change == KVM_MR_CREATE) {
Takuya Yoshikawa189a2f72012-02-08 13:01:09 +09001013 new.userspace_addr = mem->userspace_addr;
Takuya Yoshikawad89cc612012-08-01 18:03:28 +09001014
Aneesh Kumar K.V55870272013-10-07 22:18:00 +05301015 if (kvm_arch_create_memslot(kvm, &new, npages))
Takuya Yoshikawadb3fe4e2012-02-08 13:02:18 +09001016 goto out_free;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001017 }
Joerg Roedelec04b262009-06-19 15:16:23 +02001018
Avi Kivity6aa8b732006-12-10 02:21:36 -08001019 /* Allocate page dirty bitmap if needed */
1020 if ((new.flags & KVM_MEM_LOG_DIRTY_PAGES) && !new.dirty_bitmap) {
Takuya Yoshikawaa36a57b12010-10-27 18:22:19 +09001021 if (kvm_create_dirty_bitmap(&new) < 0)
Sheng Yangf78e0e22007-10-29 09:40:42 +08001022 goto out_free;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001023 }
1024
Ben Gardonb12ce362019-02-11 11:02:49 -08001025 slots = kvzalloc(sizeof(struct kvm_memslots), GFP_KERNEL_ACCOUNT);
Paolo Bonzinif2a81032014-11-14 10:46:45 +01001026 if (!slots)
1027 goto out_free;
Paolo Bonzinif481b062015-05-17 17:30:37 +02001028 memcpy(slots, __kvm_memslots(kvm, as_id), sizeof(struct kvm_memslots));
Paolo Bonzinif2a81032014-11-14 10:46:45 +01001029
Takuya Yoshikawaf64c0392013-01-29 11:00:07 +09001030 if ((change == KVM_MR_DELETE) || (change == KVM_MR_MOVE)) {
Paolo Bonzinif481b062015-05-17 17:30:37 +02001031 slot = id_to_memslot(slots, id);
Xiao Guangrong28a37542011-11-24 19:04:35 +08001032 slot->flags |= KVM_MEMSLOT_INVALID;
1033
Paolo Bonzinif481b062015-05-17 17:30:37 +02001034 old_memslots = install_new_memslots(kvm, as_id, slots);
Marcelo Tosattibc6678a2009-12-23 14:35:21 -02001035
Marcelo Tosatti12d6e752012-08-24 15:54:58 -03001036 /* From this point no new shadow pages pointing to a deleted,
1037 * or moved, memslot will be created.
Marcelo Tosattibc6678a2009-12-23 14:35:21 -02001038 *
1039 * validation of sp->gfn happens in:
Xiubo Lib7d409d2015-02-26 14:58:24 +08001040 * - gfn_to_hva (kvm_read_guest, gfn_to_pfn)
1041 * - kvm_is_visible_gfn (mmu_check_roots)
Marcelo Tosattibc6678a2009-12-23 14:35:21 -02001042 */
Marcelo Tosatti2df72e92012-08-24 15:54:57 -03001043 kvm_arch_flush_shadow_memslot(kvm, slot);
Paolo Bonzinif2a81032014-11-14 10:46:45 +01001044
1045 /*
1046 * We can re-use the old_memslots from above, the only difference
1047 * from the currently installed memslots is the invalid flag. This
1048 * will get overwritten by update_memslots anyway.
1049 */
Alex Williamsonb7f69c52012-12-10 10:33:03 -07001050 slots = old_memslots;
Marcelo Tosattibc6678a2009-12-23 14:35:21 -02001051 }
Marcelo Tosatti34d4cb82008-07-10 20:49:31 -03001052
Takuya Yoshikawa7b6195a2013-02-27 19:44:34 +09001053 r = kvm_arch_prepare_memory_region(kvm, &new, mem, change);
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001054 if (r)
Alex Williamsonb7f69c52012-12-10 10:33:03 -07001055 goto out_slots;
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001056
Paolo Bonzinia47d2b02015-05-17 11:41:37 +02001057 /* actual memory is freed via old in kvm_free_memslot below */
Takuya Yoshikawaf64c0392013-01-29 11:00:07 +09001058 if (change == KVM_MR_DELETE) {
Marcelo Tosattibc6678a2009-12-23 14:35:21 -02001059 new.dirty_bitmap = NULL;
Takuya Yoshikawadb3fe4e2012-02-08 13:02:18 +09001060 memset(&new.arch, 0, sizeof(new.arch));
Marcelo Tosattibc6678a2009-12-23 14:35:21 -02001061 }
1062
Wei Yang31fc4f92018-08-22 21:57:11 +08001063 update_memslots(slots, &new, change);
Paolo Bonzinif481b062015-05-17 17:30:37 +02001064 old_memslots = install_new_memslots(kvm, as_id, slots);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001065
Paolo Bonzinif36f3f22015-05-18 13:20:23 +02001066 kvm_arch_commit_memory_region(kvm, mem, &old, &new, change);
Zhang Xiantao3ad82a72007-11-20 13:11:38 +08001067
Paolo Bonzinia47d2b02015-05-17 11:41:37 +02001068 kvm_free_memslot(kvm, &old, &new);
Igor Mammedov74496132015-03-20 12:21:37 +00001069 kvfree(old_memslots);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001070 return 0;
1071
Alex Williamsone40f1932012-12-10 10:32:57 -07001072out_slots:
Igor Mammedov74496132015-03-20 12:21:37 +00001073 kvfree(slots);
Sheng Yangf78e0e22007-10-29 09:40:42 +08001074out_free:
Paolo Bonzinia47d2b02015-05-17 11:41:37 +02001075 kvm_free_memslot(kvm, &new, &old);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001076out:
1077 return r;
Izik Eidus210c7c42007-10-24 23:52:57 +02001078}
Sheng Yangf78e0e22007-10-29 09:40:42 +08001079EXPORT_SYMBOL_GPL(__kvm_set_memory_region);
1080
1081int kvm_set_memory_region(struct kvm *kvm,
Paolo Bonzini09170a42015-05-18 13:59:39 +02001082 const struct kvm_userspace_memory_region *mem)
Sheng Yangf78e0e22007-10-29 09:40:42 +08001083{
1084 int r;
1085
Marcelo Tosatti79fac952009-12-23 14:35:26 -02001086 mutex_lock(&kvm->slots_lock);
Takuya Yoshikawa47ae31e2013-02-27 19:43:00 +09001087 r = __kvm_set_memory_region(kvm, mem);
Marcelo Tosatti79fac952009-12-23 14:35:26 -02001088 mutex_unlock(&kvm->slots_lock);
Sheng Yangf78e0e22007-10-29 09:40:42 +08001089 return r;
1090}
Izik Eidus210c7c42007-10-24 23:52:57 +02001091EXPORT_SYMBOL_GPL(kvm_set_memory_region);
1092
Stephen Hemminger79408762013-12-29 12:12:29 -08001093static int kvm_vm_ioctl_set_memory_region(struct kvm *kvm,
1094 struct kvm_userspace_memory_region *mem)
Izik Eidus210c7c42007-10-24 23:52:57 +02001095{
Paolo Bonzinif481b062015-05-17 17:30:37 +02001096 if ((u16)mem->slot >= KVM_USER_MEM_SLOTS)
Izik Eiduse0d62c72007-10-24 23:57:46 +02001097 return -EINVAL;
Paolo Bonzini09170a42015-05-18 13:59:39 +02001098
Takuya Yoshikawa47ae31e2013-02-27 19:43:00 +09001099 return kvm_set_memory_region(kvm, mem);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001100}
1101
Zhang Xiantao5bb064d2007-11-18 20:29:43 +08001102int kvm_get_dirty_log(struct kvm *kvm,
1103 struct kvm_dirty_log *log, int *is_dirty)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001104{
Paolo Bonzini9f6b8022015-05-17 16:20:07 +02001105 struct kvm_memslots *slots;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001106 struct kvm_memory_slot *memslot;
Markus Elfring843574a2017-01-22 17:41:07 +01001107 int i, as_id, id;
Takuya Yoshikawa87bf6e72010-04-12 19:35:35 +09001108 unsigned long n;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001109 unsigned long any = 0;
1110
Paolo Bonzinif481b062015-05-17 17:30:37 +02001111 as_id = log->slot >> 16;
1112 id = (u16)log->slot;
1113 if (as_id >= KVM_ADDRESS_SPACE_NUM || id >= KVM_USER_MEM_SLOTS)
Markus Elfring843574a2017-01-22 17:41:07 +01001114 return -EINVAL;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001115
Paolo Bonzinif481b062015-05-17 17:30:37 +02001116 slots = __kvm_memslots(kvm, as_id);
1117 memslot = id_to_memslot(slots, id);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001118 if (!memslot->dirty_bitmap)
Markus Elfring843574a2017-01-22 17:41:07 +01001119 return -ENOENT;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001120
Takuya Yoshikawa87bf6e72010-04-12 19:35:35 +09001121 n = kvm_dirty_bitmap_bytes(memslot);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001122
Uri Lublincd1a4a92007-02-22 16:43:09 +02001123 for (i = 0; !any && i < n/sizeof(long); ++i)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001124 any = memslot->dirty_bitmap[i];
1125
Avi Kivity6aa8b732006-12-10 02:21:36 -08001126 if (copy_to_user(log->dirty_bitmap, memslot->dirty_bitmap, n))
Markus Elfring843574a2017-01-22 17:41:07 +01001127 return -EFAULT;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001128
Zhang Xiantao5bb064d2007-11-18 20:29:43 +08001129 if (any)
1130 *is_dirty = 1;
Markus Elfring843574a2017-01-22 17:41:07 +01001131 return 0;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001132}
Aneesh Kumar K.V2ba9f0d2013-10-07 22:17:59 +05301133EXPORT_SYMBOL_GPL(kvm_get_dirty_log);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001134
Mario Smarduchba0513b2015-01-15 15:58:53 -08001135#ifdef CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT
1136/**
Jiang Biaob8b00222019-04-23 19:40:30 +08001137 * kvm_get_dirty_log_protect - get a snapshot of dirty pages
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001138 * and reenable dirty page tracking for the corresponding pages.
Mario Smarduchba0513b2015-01-15 15:58:53 -08001139 * @kvm: pointer to kvm instance
1140 * @log: slot id and address to which we copy the log
Jiang Biaob8b00222019-04-23 19:40:30 +08001141 * @flush: true if TLB flush is needed by caller
Mario Smarduchba0513b2015-01-15 15:58:53 -08001142 *
1143 * We need to keep it in mind that VCPU threads can write to the bitmap
1144 * concurrently. So, to avoid losing track of dirty pages we keep the
1145 * following order:
1146 *
1147 * 1. Take a snapshot of the bit and clear it if needed.
1148 * 2. Write protect the corresponding page.
1149 * 3. Copy the snapshot to the userspace.
1150 * 4. Upon return caller flushes TLB's if needed.
1151 *
1152 * Between 2 and 4, the guest may write to the page using the remaining TLB
1153 * entry. This is not a problem because the page is reported dirty using
1154 * the snapshot taken before and step 4 ensures that writes done after
1155 * exiting to userspace will be logged for the next call.
1156 *
1157 */
1158int kvm_get_dirty_log_protect(struct kvm *kvm,
Paolo Bonzini8fe65a82018-10-23 02:18:42 +02001159 struct kvm_dirty_log *log, bool *flush)
Mario Smarduchba0513b2015-01-15 15:58:53 -08001160{
Paolo Bonzini9f6b8022015-05-17 16:20:07 +02001161 struct kvm_memslots *slots;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001162 struct kvm_memory_slot *memslot;
Markus Elfring58d6db32017-01-22 17:30:16 +01001163 int i, as_id, id;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001164 unsigned long n;
1165 unsigned long *dirty_bitmap;
1166 unsigned long *dirty_bitmap_buffer;
1167
Paolo Bonzinif481b062015-05-17 17:30:37 +02001168 as_id = log->slot >> 16;
1169 id = (u16)log->slot;
1170 if (as_id >= KVM_ADDRESS_SPACE_NUM || id >= KVM_USER_MEM_SLOTS)
Markus Elfring58d6db32017-01-22 17:30:16 +01001171 return -EINVAL;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001172
Paolo Bonzinif481b062015-05-17 17:30:37 +02001173 slots = __kvm_memslots(kvm, as_id);
1174 memslot = id_to_memslot(slots, id);
Mario Smarduchba0513b2015-01-15 15:58:53 -08001175
1176 dirty_bitmap = memslot->dirty_bitmap;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001177 if (!dirty_bitmap)
Markus Elfring58d6db32017-01-22 17:30:16 +01001178 return -ENOENT;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001179
1180 n = kvm_dirty_bitmap_bytes(memslot);
Paolo Bonzini8fe65a82018-10-23 02:18:42 +02001181 *flush = false;
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001182 if (kvm->manual_dirty_log_protect) {
1183 /*
1184 * Unlike kvm_get_dirty_log, we always return false in *flush,
1185 * because no flush is needed until KVM_CLEAR_DIRTY_LOG. There
1186 * is some code duplication between this function and
1187 * kvm_get_dirty_log, but hopefully all architecture
1188 * transition to kvm_get_dirty_log_protect and kvm_get_dirty_log
1189 * can be eliminated.
1190 */
1191 dirty_bitmap_buffer = dirty_bitmap;
1192 } else {
1193 dirty_bitmap_buffer = kvm_second_dirty_bitmap(memslot);
1194 memset(dirty_bitmap_buffer, 0, n);
Mario Smarduchba0513b2015-01-15 15:58:53 -08001195
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001196 spin_lock(&kvm->mmu_lock);
1197 for (i = 0; i < n / sizeof(long); i++) {
1198 unsigned long mask;
1199 gfn_t offset;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001200
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001201 if (!dirty_bitmap[i])
1202 continue;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001203
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001204 *flush = true;
1205 mask = xchg(&dirty_bitmap[i], 0);
1206 dirty_bitmap_buffer[i] = mask;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001207
Lan Tianyua67794c2019-02-02 17:20:27 +08001208 offset = i * BITS_PER_LONG;
1209 kvm_arch_mmu_enable_log_dirty_pt_masked(kvm, memslot,
1210 offset, mask);
Takuya Yoshikawa58d29302015-03-17 16:19:58 +09001211 }
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001212 spin_unlock(&kvm->mmu_lock);
Mario Smarduchba0513b2015-01-15 15:58:53 -08001213 }
1214
Mario Smarduchba0513b2015-01-15 15:58:53 -08001215 if (copy_to_user(log->dirty_bitmap, dirty_bitmap_buffer, n))
Markus Elfring58d6db32017-01-22 17:30:16 +01001216 return -EFAULT;
1217 return 0;
Mario Smarduchba0513b2015-01-15 15:58:53 -08001218}
1219EXPORT_SYMBOL_GPL(kvm_get_dirty_log_protect);
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001220
1221/**
1222 * kvm_clear_dirty_log_protect - clear dirty bits in the bitmap
1223 * and reenable dirty page tracking for the corresponding pages.
1224 * @kvm: pointer to kvm instance
1225 * @log: slot id and address from which to fetch the bitmap of dirty pages
Jiang Biaob8b00222019-04-23 19:40:30 +08001226 * @flush: true if TLB flush is needed by caller
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001227 */
1228int kvm_clear_dirty_log_protect(struct kvm *kvm,
1229 struct kvm_clear_dirty_log *log, bool *flush)
1230{
1231 struct kvm_memslots *slots;
1232 struct kvm_memory_slot *memslot;
Tomas Bortoli98938aa2019-01-02 18:29:37 +01001233 int as_id, id;
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001234 gfn_t offset;
Tomas Bortoli98938aa2019-01-02 18:29:37 +01001235 unsigned long i, n;
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001236 unsigned long *dirty_bitmap;
1237 unsigned long *dirty_bitmap_buffer;
1238
1239 as_id = log->slot >> 16;
1240 id = (u16)log->slot;
1241 if (as_id >= KVM_ADDRESS_SPACE_NUM || id >= KVM_USER_MEM_SLOTS)
1242 return -EINVAL;
1243
Paolo Bonzini76d58e02019-04-17 15:28:44 +02001244 if (log->first_page & 63)
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001245 return -EINVAL;
1246
1247 slots = __kvm_memslots(kvm, as_id);
1248 memslot = id_to_memslot(slots, id);
1249
1250 dirty_bitmap = memslot->dirty_bitmap;
1251 if (!dirty_bitmap)
1252 return -ENOENT;
1253
Peter Xu4ddc9202019-05-08 17:15:45 +08001254 n = ALIGN(log->num_pages, BITS_PER_LONG) / 8;
Tomas Bortoli98938aa2019-01-02 18:29:37 +01001255
1256 if (log->first_page > memslot->npages ||
Paolo Bonzini76d58e02019-04-17 15:28:44 +02001257 log->num_pages > memslot->npages - log->first_page ||
1258 (log->num_pages < memslot->npages - log->first_page && (log->num_pages & 63)))
1259 return -EINVAL;
Tomas Bortoli98938aa2019-01-02 18:29:37 +01001260
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001261 *flush = false;
1262 dirty_bitmap_buffer = kvm_second_dirty_bitmap(memslot);
1263 if (copy_from_user(dirty_bitmap_buffer, log->dirty_bitmap, n))
1264 return -EFAULT;
1265
1266 spin_lock(&kvm->mmu_lock);
Peter Xu53eac7a2019-05-08 17:15:46 +08001267 for (offset = log->first_page, i = offset / BITS_PER_LONG,
1268 n = DIV_ROUND_UP(log->num_pages, BITS_PER_LONG); n--;
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02001269 i++, offset += BITS_PER_LONG) {
1270 unsigned long mask = *dirty_bitmap_buffer++;
1271 atomic_long_t *p = (atomic_long_t *) &dirty_bitmap[i];
1272 if (!mask)
1273 continue;
1274
1275 mask &= atomic_long_fetch_andnot(mask, p);
1276
1277 /*
1278 * mask contains the bits that really have been cleared. This
1279 * never includes any bits beyond the length of the memslot (if
1280 * the length is not aligned to 64 pages), therefore it is not
1281 * a problem if userspace sets them in log->dirty_bitmap.
1282 */
1283 if (mask) {
1284 *flush = true;
1285 kvm_arch_mmu_enable_log_dirty_pt_masked(kvm, memslot,
1286 offset, mask);
1287 }
1288 }
1289 spin_unlock(&kvm->mmu_lock);
1290
1291 return 0;
1292}
1293EXPORT_SYMBOL_GPL(kvm_clear_dirty_log_protect);
Mario Smarduchba0513b2015-01-15 15:58:53 -08001294#endif
1295
Takuya Yoshikawadb3fe4e2012-02-08 13:02:18 +09001296bool kvm_largepages_enabled(void)
1297{
1298 return largepages_enabled;
1299}
1300
Marcelo Tosatti54dee992009-06-11 12:07:44 -03001301void kvm_disable_largepages(void)
1302{
1303 largepages_enabled = false;
1304}
1305EXPORT_SYMBOL_GPL(kvm_disable_largepages);
1306
Gleb Natapov49c77542010-10-18 15:22:23 +02001307struct kvm_memory_slot *gfn_to_memslot(struct kvm *kvm, gfn_t gfn)
1308{
1309 return __gfn_to_memslot(kvm_memslots(kvm), gfn);
1310}
Avi Kivitya1f4d3952010-06-21 11:44:20 +03001311EXPORT_SYMBOL_GPL(gfn_to_memslot);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001312
Paolo Bonzini8e734852015-05-17 13:58:53 +02001313struct kvm_memory_slot *kvm_vcpu_gfn_to_memslot(struct kvm_vcpu *vcpu, gfn_t gfn)
1314{
1315 return __gfn_to_memslot(kvm_vcpu_memslots(vcpu), gfn);
1316}
1317
Yaowei Bai33e94152015-11-14 11:21:06 +08001318bool kvm_is_visible_gfn(struct kvm *kvm, gfn_t gfn)
Izik Eiduse0d62c72007-10-24 23:57:46 +02001319{
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +08001320 struct kvm_memory_slot *memslot = gfn_to_memslot(kvm, gfn);
Izik Eiduse0d62c72007-10-24 23:57:46 +02001321
Alex Williamsonbbacc0c2012-12-10 10:33:09 -07001322 if (!memslot || memslot->id >= KVM_USER_MEM_SLOTS ||
Xiao Guangrongbf3e05b2011-11-24 17:40:57 +08001323 memslot->flags & KVM_MEMSLOT_INVALID)
Yaowei Bai33e94152015-11-14 11:21:06 +08001324 return false;
Izik Eiduse0d62c72007-10-24 23:57:46 +02001325
Yaowei Bai33e94152015-11-14 11:21:06 +08001326 return true;
Izik Eiduse0d62c72007-10-24 23:57:46 +02001327}
1328EXPORT_SYMBOL_GPL(kvm_is_visible_gfn);
1329
Joerg Roedel8f0b1ab2010-01-28 12:37:56 +01001330unsigned long kvm_host_page_size(struct kvm *kvm, gfn_t gfn)
1331{
1332 struct vm_area_struct *vma;
1333 unsigned long addr, size;
1334
1335 size = PAGE_SIZE;
1336
1337 addr = gfn_to_hva(kvm, gfn);
1338 if (kvm_is_error_hva(addr))
1339 return PAGE_SIZE;
1340
1341 down_read(&current->mm->mmap_sem);
1342 vma = find_vma(current->mm, addr);
1343 if (!vma)
1344 goto out;
1345
1346 size = vma_kernel_pagesize(vma);
1347
1348out:
1349 up_read(&current->mm->mmap_sem);
1350
1351 return size;
1352}
1353
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001354static bool memslot_is_readonly(struct kvm_memory_slot *slot)
1355{
1356 return slot->flags & KVM_MEM_READONLY;
1357}
1358
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001359static unsigned long __gfn_to_hva_many(struct kvm_memory_slot *slot, gfn_t gfn,
1360 gfn_t *nr_pages, bool write)
Izik Eidus539cb662007-11-11 22:05:04 +02001361{
Marcelo Tosattibc6678a2009-12-23 14:35:21 -02001362 if (!slot || slot->flags & KVM_MEMSLOT_INVALID)
Xiao Guangrongca3a4902012-08-21 11:01:50 +08001363 return KVM_HVA_ERR_BAD;
Xiao Guangrong48987782010-08-22 19:11:43 +08001364
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001365 if (memslot_is_readonly(slot) && write)
1366 return KVM_HVA_ERR_RO_BAD;
Xiao Guangrong48987782010-08-22 19:11:43 +08001367
1368 if (nr_pages)
1369 *nr_pages = slot->npages - (gfn - slot->base_gfn);
1370
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001371 return __gfn_to_hva_memslot(slot, gfn);
Izik Eidus539cb662007-11-11 22:05:04 +02001372}
Xiao Guangrong48987782010-08-22 19:11:43 +08001373
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001374static unsigned long gfn_to_hva_many(struct kvm_memory_slot *slot, gfn_t gfn,
1375 gfn_t *nr_pages)
1376{
1377 return __gfn_to_hva_many(slot, gfn, nr_pages, true);
1378}
1379
1380unsigned long gfn_to_hva_memslot(struct kvm_memory_slot *slot,
Stephen Hemminger79408762013-12-29 12:12:29 -08001381 gfn_t gfn)
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001382{
1383 return gfn_to_hva_many(slot, gfn, NULL);
1384}
1385EXPORT_SYMBOL_GPL(gfn_to_hva_memslot);
1386
Xiao Guangrong48987782010-08-22 19:11:43 +08001387unsigned long gfn_to_hva(struct kvm *kvm, gfn_t gfn)
1388{
Gleb Natapov49c77542010-10-18 15:22:23 +02001389 return gfn_to_hva_many(gfn_to_memslot(kvm, gfn), gfn, NULL);
Xiao Guangrong48987782010-08-22 19:11:43 +08001390}
Sheng Yang0d150292008-04-25 21:44:50 +08001391EXPORT_SYMBOL_GPL(gfn_to_hva);
Izik Eidus539cb662007-11-11 22:05:04 +02001392
Paolo Bonzini8e734852015-05-17 13:58:53 +02001393unsigned long kvm_vcpu_gfn_to_hva(struct kvm_vcpu *vcpu, gfn_t gfn)
1394{
1395 return gfn_to_hva_many(kvm_vcpu_gfn_to_memslot(vcpu, gfn), gfn, NULL);
1396}
1397EXPORT_SYMBOL_GPL(kvm_vcpu_gfn_to_hva);
1398
Xiao Guangrong86ab8cf2012-08-21 10:59:53 +08001399/*
Wei Yang970c0d42018-10-09 10:41:15 +08001400 * Return the hva of a @gfn and the R/W attribute if possible.
1401 *
1402 * @slot: the kvm_memory_slot which contains @gfn
1403 * @gfn: the gfn to be translated
1404 * @writable: used to return the read/write attribute of the @slot if the hva
1405 * is valid and @writable is not NULL
Xiao Guangrong86ab8cf2012-08-21 10:59:53 +08001406 */
Christoffer Dall64d83122014-08-19 12:15:00 +02001407unsigned long gfn_to_hva_memslot_prot(struct kvm_memory_slot *slot,
1408 gfn_t gfn, bool *writable)
Gleb Natapov80300892010-10-19 18:13:41 +02001409{
Gleb Natapova2ac07f2013-10-01 19:58:36 +03001410 unsigned long hva = __gfn_to_hva_many(slot, gfn, NULL, false);
1411
1412 if (!kvm_is_error_hva(hva) && writable)
Paolo Bonziniba6a3542013-09-09 13:52:33 +02001413 *writable = !memslot_is_readonly(slot);
1414
Gleb Natapova2ac07f2013-10-01 19:58:36 +03001415 return hva;
Xiao Guangrong86ab8cf2012-08-21 10:59:53 +08001416}
1417
Christoffer Dall64d83122014-08-19 12:15:00 +02001418unsigned long gfn_to_hva_prot(struct kvm *kvm, gfn_t gfn, bool *writable)
1419{
1420 struct kvm_memory_slot *slot = gfn_to_memslot(kvm, gfn);
1421
1422 return gfn_to_hva_memslot_prot(slot, gfn, writable);
1423}
1424
Paolo Bonzini8e734852015-05-17 13:58:53 +02001425unsigned long kvm_vcpu_gfn_to_hva_prot(struct kvm_vcpu *vcpu, gfn_t gfn, bool *writable)
1426{
1427 struct kvm_memory_slot *slot = kvm_vcpu_gfn_to_memslot(vcpu, gfn);
1428
1429 return gfn_to_hva_memslot_prot(slot, gfn, writable);
1430}
1431
Huang Yingfafc3db2011-01-30 11:15:49 +08001432static inline int check_user_page_hwpoison(unsigned long addr)
1433{
Lorenzo Stoakes0d731752016-10-24 10:57:25 +01001434 int rc, flags = FOLL_HWPOISON | FOLL_WRITE;
Huang Yingfafc3db2011-01-30 11:15:49 +08001435
Lorenzo Stoakes0d731752016-10-24 10:57:25 +01001436 rc = get_user_pages(addr, 1, flags, NULL, NULL);
Huang Yingfafc3db2011-01-30 11:15:49 +08001437 return rc == -EHWPOISON;
1438}
1439
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001440/*
Paolo Bonzinib9b33da2018-07-27 17:44:41 +02001441 * The fast path to get the writable pfn which will be stored in @pfn,
1442 * true indicates success, otherwise false is returned. It's also the
1443 * only part that runs if we can are in atomic context.
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001444 */
Paolo Bonzinib9b33da2018-07-27 17:44:41 +02001445static bool hva_to_pfn_fast(unsigned long addr, bool write_fault,
1446 bool *writable, kvm_pfn_t *pfn)
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001447{
1448 struct page *page[1];
1449 int npages;
1450
Xiao Guangrong12ce13f2012-08-21 11:00:49 +08001451 /*
1452 * Fast pin a writable pfn only if it is a write fault request
1453 * or the caller allows to map a writable pfn for a read fault
1454 * request.
1455 */
1456 if (!(write_fault || writable))
1457 return false;
1458
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001459 npages = __get_user_pages_fast(addr, 1, 1, page);
1460 if (npages == 1) {
1461 *pfn = page_to_pfn(page[0]);
1462
1463 if (writable)
1464 *writable = true;
1465 return true;
1466 }
1467
1468 return false;
1469}
1470
1471/*
1472 * The slow path to get the pfn of the specified host virtual address,
1473 * 1 indicates success, -errno is returned if error is detected.
1474 */
1475static int hva_to_pfn_slow(unsigned long addr, bool *async, bool write_fault,
Dan Williamsba049e92016-01-15 16:56:11 -08001476 bool *writable, kvm_pfn_t *pfn)
Avi Kivity954bbbc2007-03-30 14:02:32 +03001477{
Al Viroce530532017-11-19 17:47:33 -05001478 unsigned int flags = FOLL_HWPOISON;
1479 struct page *page;
Gleb Natapovaf585b92010-10-14 11:22:46 +02001480 int npages = 0;
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001481
1482 might_sleep();
1483
1484 if (writable)
1485 *writable = write_fault;
1486
Al Viroce530532017-11-19 17:47:33 -05001487 if (write_fault)
1488 flags |= FOLL_WRITE;
1489 if (async)
1490 flags |= FOLL_NOWAIT;
Lorenzo Stoakesd4944b02016-10-13 01:20:12 +01001491
Al Viroce530532017-11-19 17:47:33 -05001492 npages = get_user_pages_unlocked(addr, 1, &page, flags);
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001493 if (npages != 1)
1494 return npages;
1495
1496 /* map read fault as writable if possible */
Xiao Guangrong12ce13f2012-08-21 11:00:49 +08001497 if (unlikely(!write_fault) && writable) {
Al Viroce530532017-11-19 17:47:33 -05001498 struct page *wpage;
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001499
Al Viroce530532017-11-19 17:47:33 -05001500 if (__get_user_pages_fast(addr, 1, 1, &wpage) == 1) {
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001501 *writable = true;
Al Viroce530532017-11-19 17:47:33 -05001502 put_page(page);
1503 page = wpage;
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001504 }
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001505 }
Al Viroce530532017-11-19 17:47:33 -05001506 *pfn = page_to_pfn(page);
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001507 return npages;
1508}
1509
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001510static bool vma_is_valid(struct vm_area_struct *vma, bool write_fault)
1511{
1512 if (unlikely(!(vma->vm_flags & VM_READ)))
1513 return false;
1514
1515 if (write_fault && (unlikely(!(vma->vm_flags & VM_WRITE))))
1516 return false;
1517
1518 return true;
1519}
1520
Paolo Bonzini92176a82016-06-07 16:22:47 +02001521static int hva_to_pfn_remapped(struct vm_area_struct *vma,
1522 unsigned long addr, bool *async,
KarimAllah Ahmeda340b3e2018-01-17 19:18:56 +01001523 bool write_fault, bool *writable,
1524 kvm_pfn_t *p_pfn)
Paolo Bonzini92176a82016-06-07 16:22:47 +02001525{
Paolo Bonziniadd6a0c2016-06-07 17:51:18 +02001526 unsigned long pfn;
1527 int r;
1528
1529 r = follow_pfn(vma, addr, &pfn);
1530 if (r) {
1531 /*
1532 * get_user_pages fails for VM_IO and VM_PFNMAP vmas and does
1533 * not call the fault handler, so do it here.
1534 */
1535 bool unlocked = false;
1536 r = fixup_user_fault(current, current->mm, addr,
1537 (write_fault ? FAULT_FLAG_WRITE : 0),
1538 &unlocked);
1539 if (unlocked)
1540 return -EAGAIN;
1541 if (r)
1542 return r;
1543
1544 r = follow_pfn(vma, addr, &pfn);
1545 if (r)
1546 return r;
1547
1548 }
1549
KarimAllah Ahmeda340b3e2018-01-17 19:18:56 +01001550 if (writable)
1551 *writable = true;
Paolo Bonziniadd6a0c2016-06-07 17:51:18 +02001552
1553 /*
1554 * Get a reference here because callers of *hva_to_pfn* and
1555 * *gfn_to_pfn* ultimately call kvm_release_pfn_clean on the
1556 * returned pfn. This is only needed if the VMA has VM_MIXEDMAP
1557 * set, but the kvm_get_pfn/kvm_release_pfn_clean pair will
1558 * simply do nothing for reserved pfns.
1559 *
1560 * Whoever called remap_pfn_range is also going to call e.g.
1561 * unmap_mapping_range before the underlying pages are freed,
1562 * causing a call to our MMU notifier.
1563 */
1564 kvm_get_pfn(pfn);
1565
1566 *p_pfn = pfn;
Paolo Bonzini92176a82016-06-07 16:22:47 +02001567 return 0;
1568}
1569
Xiao Guangrong12ce13f2012-08-21 11:00:49 +08001570/*
1571 * Pin guest page in memory and return its pfn.
1572 * @addr: host virtual address which maps memory to the guest
1573 * @atomic: whether this function can sleep
1574 * @async: whether this function need to wait IO complete if the
1575 * host page is not in the memory
1576 * @write_fault: whether we should get a writable host page
1577 * @writable: whether it allows to map a writable host page for !@write_fault
1578 *
1579 * The function will map a writable host page for these two cases:
1580 * 1): @write_fault = true
1581 * 2): @write_fault = false && @writable, @writable will tell the caller
1582 * whether the mapping is writable.
1583 */
Dan Williamsba049e92016-01-15 16:56:11 -08001584static kvm_pfn_t hva_to_pfn(unsigned long addr, bool atomic, bool *async,
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001585 bool write_fault, bool *writable)
1586{
1587 struct vm_area_struct *vma;
Dan Williamsba049e92016-01-15 16:56:11 -08001588 kvm_pfn_t pfn = 0;
Paolo Bonzini92176a82016-06-07 16:22:47 +02001589 int npages, r;
Avi Kivity954bbbc2007-03-30 14:02:32 +03001590
Gleb Natapovaf585b92010-10-14 11:22:46 +02001591 /* we can do it either atomically or asynchronously, not both */
1592 BUG_ON(atomic && async);
1593
Paolo Bonzinib9b33da2018-07-27 17:44:41 +02001594 if (hva_to_pfn_fast(addr, write_fault, writable, &pfn))
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001595 return pfn;
Marcelo Tosatti612819c2010-10-22 14:18:18 -02001596
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001597 if (atomic)
1598 return KVM_PFN_ERR_FAULT;
Marcelo Tosatti612819c2010-10-22 14:18:18 -02001599
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001600 npages = hva_to_pfn_slow(addr, async, write_fault, writable, &pfn);
1601 if (npages == 1)
1602 return pfn;
Gleb Natapovaf585b92010-10-14 11:22:46 +02001603
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001604 down_read(&current->mm->mmap_sem);
1605 if (npages == -EHWPOISON ||
1606 (!async && check_user_page_hwpoison(addr))) {
1607 pfn = KVM_PFN_ERR_HWPOISON;
1608 goto exit;
Xiao Guangrong887c08a2010-08-22 19:10:28 +08001609 }
Izik Eidus539cb662007-11-11 22:05:04 +02001610
Paolo Bonziniadd6a0c2016-06-07 17:51:18 +02001611retry:
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001612 vma = find_vma_intersection(current->mm, addr, addr + 1);
Anthony Liguori8d4e1282007-10-18 09:59:34 -05001613
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001614 if (vma == NULL)
1615 pfn = KVM_PFN_ERR_FAULT;
Paolo Bonzini92176a82016-06-07 16:22:47 +02001616 else if (vma->vm_flags & (VM_IO | VM_PFNMAP)) {
KarimAllah Ahmeda340b3e2018-01-17 19:18:56 +01001617 r = hva_to_pfn_remapped(vma, addr, async, write_fault, writable, &pfn);
Paolo Bonziniadd6a0c2016-06-07 17:51:18 +02001618 if (r == -EAGAIN)
1619 goto retry;
Paolo Bonzini92176a82016-06-07 16:22:47 +02001620 if (r < 0)
1621 pfn = KVM_PFN_ERR_FAULT;
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001622 } else {
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001623 if (async && vma_is_valid(vma, write_fault))
Xiao Guangrong2fc84312012-08-21 11:00:22 +08001624 *async = true;
1625 pfn = KVM_PFN_ERR_FAULT;
1626 }
1627exit:
1628 up_read(&current->mm->mmap_sem);
Anthony Liguori2e2e3732008-04-30 15:37:07 -05001629 return pfn;
Anthony Liguori35149e22008-04-02 14:46:56 -05001630}
1631
Dan Williamsba049e92016-01-15 16:56:11 -08001632kvm_pfn_t __gfn_to_pfn_memslot(struct kvm_memory_slot *slot, gfn_t gfn,
1633 bool atomic, bool *async, bool write_fault,
1634 bool *writable)
Xiao Guangrong887c08a2010-08-22 19:10:28 +08001635{
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001636 unsigned long addr = __gfn_to_hva_many(slot, gfn, NULL, write_fault);
1637
Paolo Bonzinib2740d32016-02-23 15:36:01 +01001638 if (addr == KVM_HVA_ERR_RO_BAD) {
1639 if (writable)
1640 *writable = false;
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001641 return KVM_PFN_ERR_RO_FAULT;
Paolo Bonzinib2740d32016-02-23 15:36:01 +01001642 }
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001643
Paolo Bonzinib2740d32016-02-23 15:36:01 +01001644 if (kvm_is_error_hva(addr)) {
1645 if (writable)
1646 *writable = false;
Xiao Guangrong81c52c52012-10-16 20:10:59 +08001647 return KVM_PFN_NOSLOT;
Paolo Bonzinib2740d32016-02-23 15:36:01 +01001648 }
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001649
1650 /* Do not map writable pfn in the readonly memslot. */
1651 if (writable && memslot_is_readonly(slot)) {
1652 *writable = false;
1653 writable = NULL;
1654 }
1655
1656 return hva_to_pfn(addr, atomic, async, write_fault,
1657 writable);
Xiao Guangrong887c08a2010-08-22 19:10:28 +08001658}
Paolo Bonzini35204692015-04-02 11:20:48 +02001659EXPORT_SYMBOL_GPL(__gfn_to_pfn_memslot);
Xiao Guangrong887c08a2010-08-22 19:10:28 +08001660
Dan Williamsba049e92016-01-15 16:56:11 -08001661kvm_pfn_t gfn_to_pfn_prot(struct kvm *kvm, gfn_t gfn, bool write_fault,
Marcelo Tosatti612819c2010-10-22 14:18:18 -02001662 bool *writable)
1663{
Paolo Bonzinie37afc62015-05-19 16:09:04 +02001664 return __gfn_to_pfn_memslot(gfn_to_memslot(kvm, gfn), gfn, false, NULL,
1665 write_fault, writable);
Marcelo Tosatti612819c2010-10-22 14:18:18 -02001666}
1667EXPORT_SYMBOL_GPL(gfn_to_pfn_prot);
1668
Dan Williamsba049e92016-01-15 16:56:11 -08001669kvm_pfn_t gfn_to_pfn_memslot(struct kvm_memory_slot *slot, gfn_t gfn)
Marcelo Tosatti506f0d62009-12-23 14:35:19 -02001670{
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001671 return __gfn_to_pfn_memslot(slot, gfn, false, NULL, true, NULL);
Marcelo Tosatti506f0d62009-12-23 14:35:19 -02001672}
Paolo Bonzinie37afc62015-05-19 16:09:04 +02001673EXPORT_SYMBOL_GPL(gfn_to_pfn_memslot);
Marcelo Tosatti506f0d62009-12-23 14:35:19 -02001674
Dan Williamsba049e92016-01-15 16:56:11 -08001675kvm_pfn_t gfn_to_pfn_memslot_atomic(struct kvm_memory_slot *slot, gfn_t gfn)
Xiao Guangrong037d92d2012-08-21 10:59:12 +08001676{
Xiao Guangrong4d8b81a2012-08-21 11:02:51 +08001677 return __gfn_to_pfn_memslot(slot, gfn, true, NULL, true, NULL);
Xiao Guangrong037d92d2012-08-21 10:59:12 +08001678}
1679EXPORT_SYMBOL_GPL(gfn_to_pfn_memslot_atomic);
1680
Dan Williamsba049e92016-01-15 16:56:11 -08001681kvm_pfn_t gfn_to_pfn_atomic(struct kvm *kvm, gfn_t gfn)
Paolo Bonzinie37afc62015-05-19 16:09:04 +02001682{
1683 return gfn_to_pfn_memslot_atomic(gfn_to_memslot(kvm, gfn), gfn);
1684}
1685EXPORT_SYMBOL_GPL(gfn_to_pfn_atomic);
1686
Dan Williamsba049e92016-01-15 16:56:11 -08001687kvm_pfn_t kvm_vcpu_gfn_to_pfn_atomic(struct kvm_vcpu *vcpu, gfn_t gfn)
Paolo Bonzini8e734852015-05-17 13:58:53 +02001688{
1689 return gfn_to_pfn_memslot_atomic(kvm_vcpu_gfn_to_memslot(vcpu, gfn), gfn);
1690}
1691EXPORT_SYMBOL_GPL(kvm_vcpu_gfn_to_pfn_atomic);
1692
Dan Williamsba049e92016-01-15 16:56:11 -08001693kvm_pfn_t gfn_to_pfn(struct kvm *kvm, gfn_t gfn)
Paolo Bonzinie37afc62015-05-19 16:09:04 +02001694{
1695 return gfn_to_pfn_memslot(gfn_to_memslot(kvm, gfn), gfn);
1696}
1697EXPORT_SYMBOL_GPL(gfn_to_pfn);
1698
Dan Williamsba049e92016-01-15 16:56:11 -08001699kvm_pfn_t kvm_vcpu_gfn_to_pfn(struct kvm_vcpu *vcpu, gfn_t gfn)
Paolo Bonzini8e734852015-05-17 13:58:53 +02001700{
1701 return gfn_to_pfn_memslot(kvm_vcpu_gfn_to_memslot(vcpu, gfn), gfn);
1702}
1703EXPORT_SYMBOL_GPL(kvm_vcpu_gfn_to_pfn);
1704
Paolo Bonzinid9ef13c2015-05-19 16:01:50 +02001705int gfn_to_page_many_atomic(struct kvm_memory_slot *slot, gfn_t gfn,
1706 struct page **pages, int nr_pages)
Xiao Guangrong48987782010-08-22 19:11:43 +08001707{
1708 unsigned long addr;
Arnd Bergmann076b9252017-08-10 14:14:39 +02001709 gfn_t entry = 0;
Xiao Guangrong48987782010-08-22 19:11:43 +08001710
Paolo Bonzinid9ef13c2015-05-19 16:01:50 +02001711 addr = gfn_to_hva_many(slot, gfn, &entry);
Xiao Guangrong48987782010-08-22 19:11:43 +08001712 if (kvm_is_error_hva(addr))
1713 return -1;
1714
1715 if (entry < nr_pages)
1716 return 0;
1717
1718 return __get_user_pages_fast(addr, nr_pages, 1, pages);
1719}
1720EXPORT_SYMBOL_GPL(gfn_to_page_many_atomic);
1721
Dan Williamsba049e92016-01-15 16:56:11 -08001722static struct page *kvm_pfn_to_page(kvm_pfn_t pfn)
Xiao Guangronga2766322012-07-26 11:58:59 +08001723{
Xiao Guangrong81c52c52012-10-16 20:10:59 +08001724 if (is_error_noslot_pfn(pfn))
Xiao Guangrong6cede2e2012-08-03 15:41:22 +08001725 return KVM_ERR_PTR_BAD_PAGE;
Xiao Guangronga2766322012-07-26 11:58:59 +08001726
Ard Biesheuvelbf4bea82014-11-10 08:33:56 +00001727 if (kvm_is_reserved_pfn(pfn)) {
Xiao Guangrongcb9aaa32012-08-03 15:42:10 +08001728 WARN_ON(1);
1729 return KVM_ERR_PTR_BAD_PAGE;
1730 }
1731
Xiao Guangronga2766322012-07-26 11:58:59 +08001732 return pfn_to_page(pfn);
1733}
1734
Anthony Liguori35149e22008-04-02 14:46:56 -05001735struct page *gfn_to_page(struct kvm *kvm, gfn_t gfn)
1736{
Dan Williamsba049e92016-01-15 16:56:11 -08001737 kvm_pfn_t pfn;
Anthony Liguori2e2e3732008-04-30 15:37:07 -05001738
1739 pfn = gfn_to_pfn(kvm, gfn);
Anthony Liguori2e2e3732008-04-30 15:37:07 -05001740
Xiao Guangronga2766322012-07-26 11:58:59 +08001741 return kvm_pfn_to_page(pfn);
Avi Kivity954bbbc2007-03-30 14:02:32 +03001742}
1743EXPORT_SYMBOL_GPL(gfn_to_page);
1744
KarimAllah Ahmede45adf62019-01-31 21:24:34 +01001745static int __kvm_map_gfn(struct kvm_memory_slot *slot, gfn_t gfn,
1746 struct kvm_host_map *map)
1747{
1748 kvm_pfn_t pfn;
1749 void *hva = NULL;
1750 struct page *page = KVM_UNMAPPED_PAGE;
1751
1752 if (!map)
1753 return -EINVAL;
1754
1755 pfn = gfn_to_pfn_memslot(slot, gfn);
1756 if (is_error_noslot_pfn(pfn))
1757 return -EINVAL;
1758
1759 if (pfn_valid(pfn)) {
1760 page = pfn_to_page(pfn);
1761 hva = kmap(page);
Paolo Bonzinid30b2142019-05-20 12:06:36 +02001762#ifdef CONFIG_HAS_IOMEM
KarimAllah Ahmede45adf62019-01-31 21:24:34 +01001763 } else {
1764 hva = memremap(pfn_to_hpa(pfn), PAGE_SIZE, MEMREMAP_WB);
Paolo Bonzinid30b2142019-05-20 12:06:36 +02001765#endif
KarimAllah Ahmede45adf62019-01-31 21:24:34 +01001766 }
1767
1768 if (!hva)
1769 return -EFAULT;
1770
1771 map->page = page;
1772 map->hva = hva;
1773 map->pfn = pfn;
1774 map->gfn = gfn;
1775
1776 return 0;
1777}
1778
1779int kvm_vcpu_map(struct kvm_vcpu *vcpu, gfn_t gfn, struct kvm_host_map *map)
1780{
1781 return __kvm_map_gfn(kvm_vcpu_gfn_to_memslot(vcpu, gfn), gfn, map);
1782}
1783EXPORT_SYMBOL_GPL(kvm_vcpu_map);
1784
1785void kvm_vcpu_unmap(struct kvm_vcpu *vcpu, struct kvm_host_map *map,
1786 bool dirty)
1787{
1788 if (!map)
1789 return;
1790
1791 if (!map->hva)
1792 return;
1793
KarimAllah Ahmedb614c6022019-07-10 11:13:13 +02001794 if (map->page != KVM_UNMAPPED_PAGE)
KarimAllah Ahmede45adf62019-01-31 21:24:34 +01001795 kunmap(map->page);
Christian Borntraegereb1f2f32019-05-27 10:28:25 +02001796#ifdef CONFIG_HAS_IOMEM
KarimAllah Ahmede45adf62019-01-31 21:24:34 +01001797 else
1798 memunmap(map->hva);
Christian Borntraegereb1f2f32019-05-27 10:28:25 +02001799#endif
KarimAllah Ahmede45adf62019-01-31 21:24:34 +01001800
1801 if (dirty) {
1802 kvm_vcpu_mark_page_dirty(vcpu, map->gfn);
1803 kvm_release_pfn_dirty(map->pfn);
1804 } else {
1805 kvm_release_pfn_clean(map->pfn);
1806 }
1807
1808 map->hva = NULL;
1809 map->page = NULL;
1810}
1811EXPORT_SYMBOL_GPL(kvm_vcpu_unmap);
1812
Paolo Bonzini8e734852015-05-17 13:58:53 +02001813struct page *kvm_vcpu_gfn_to_page(struct kvm_vcpu *vcpu, gfn_t gfn)
1814{
Dan Williamsba049e92016-01-15 16:56:11 -08001815 kvm_pfn_t pfn;
Paolo Bonzini8e734852015-05-17 13:58:53 +02001816
1817 pfn = kvm_vcpu_gfn_to_pfn(vcpu, gfn);
1818
1819 return kvm_pfn_to_page(pfn);
1820}
1821EXPORT_SYMBOL_GPL(kvm_vcpu_gfn_to_page);
1822
Izik Eidusb4231d62007-11-20 11:49:33 +02001823void kvm_release_page_clean(struct page *page)
1824{
Xiao Guangrong32cad842012-08-03 15:42:52 +08001825 WARN_ON(is_error_page(page));
1826
Anthony Liguori35149e22008-04-02 14:46:56 -05001827 kvm_release_pfn_clean(page_to_pfn(page));
Izik Eidusb4231d62007-11-20 11:49:33 +02001828}
1829EXPORT_SYMBOL_GPL(kvm_release_page_clean);
1830
Dan Williamsba049e92016-01-15 16:56:11 -08001831void kvm_release_pfn_clean(kvm_pfn_t pfn)
Anthony Liguori35149e22008-04-02 14:46:56 -05001832{
Ard Biesheuvelbf4bea82014-11-10 08:33:56 +00001833 if (!is_error_noslot_pfn(pfn) && !kvm_is_reserved_pfn(pfn))
Anthony Liguori2e2e3732008-04-30 15:37:07 -05001834 put_page(pfn_to_page(pfn));
Anthony Liguori35149e22008-04-02 14:46:56 -05001835}
1836EXPORT_SYMBOL_GPL(kvm_release_pfn_clean);
1837
Izik Eidusb4231d62007-11-20 11:49:33 +02001838void kvm_release_page_dirty(struct page *page)
Izik Eidus8a7ae052007-10-18 11:09:33 +02001839{
Xiao Guangronga2766322012-07-26 11:58:59 +08001840 WARN_ON(is_error_page(page));
1841
Anthony Liguori35149e22008-04-02 14:46:56 -05001842 kvm_release_pfn_dirty(page_to_pfn(page));
Izik Eidus8a7ae052007-10-18 11:09:33 +02001843}
Izik Eidusb4231d62007-11-20 11:49:33 +02001844EXPORT_SYMBOL_GPL(kvm_release_page_dirty);
Izik Eidus8a7ae052007-10-18 11:09:33 +02001845
David Hildenbrandf7a65092017-09-01 17:11:43 +02001846void kvm_release_pfn_dirty(kvm_pfn_t pfn)
Anthony Liguori35149e22008-04-02 14:46:56 -05001847{
1848 kvm_set_pfn_dirty(pfn);
1849 kvm_release_pfn_clean(pfn);
1850}
David Hildenbrandf7a65092017-09-01 17:11:43 +02001851EXPORT_SYMBOL_GPL(kvm_release_pfn_dirty);
Anthony Liguori35149e22008-04-02 14:46:56 -05001852
Dan Williamsba049e92016-01-15 16:56:11 -08001853void kvm_set_pfn_dirty(kvm_pfn_t pfn)
Anthony Liguori35149e22008-04-02 14:46:56 -05001854{
Ard Biesheuvelbf4bea82014-11-10 08:33:56 +00001855 if (!kvm_is_reserved_pfn(pfn)) {
Anthony Liguori2e2e3732008-04-30 15:37:07 -05001856 struct page *page = pfn_to_page(pfn);
Xiubo Lif95ef0cd2015-02-26 14:58:23 +08001857
Anthony Liguori2e2e3732008-04-30 15:37:07 -05001858 if (!PageReserved(page))
1859 SetPageDirty(page);
1860 }
Anthony Liguori35149e22008-04-02 14:46:56 -05001861}
1862EXPORT_SYMBOL_GPL(kvm_set_pfn_dirty);
1863
Dan Williamsba049e92016-01-15 16:56:11 -08001864void kvm_set_pfn_accessed(kvm_pfn_t pfn)
Anthony Liguori35149e22008-04-02 14:46:56 -05001865{
Ard Biesheuvelbf4bea82014-11-10 08:33:56 +00001866 if (!kvm_is_reserved_pfn(pfn))
Anthony Liguori2e2e3732008-04-30 15:37:07 -05001867 mark_page_accessed(pfn_to_page(pfn));
Anthony Liguori35149e22008-04-02 14:46:56 -05001868}
1869EXPORT_SYMBOL_GPL(kvm_set_pfn_accessed);
1870
Dan Williamsba049e92016-01-15 16:56:11 -08001871void kvm_get_pfn(kvm_pfn_t pfn)
Anthony Liguori35149e22008-04-02 14:46:56 -05001872{
Ard Biesheuvelbf4bea82014-11-10 08:33:56 +00001873 if (!kvm_is_reserved_pfn(pfn))
Anthony Liguori2e2e3732008-04-30 15:37:07 -05001874 get_page(pfn_to_page(pfn));
Anthony Liguori35149e22008-04-02 14:46:56 -05001875}
1876EXPORT_SYMBOL_GPL(kvm_get_pfn);
1877
Izik Eidus195aefd2007-10-01 22:14:18 +02001878static int next_segment(unsigned long len, int offset)
1879{
1880 if (len > PAGE_SIZE - offset)
1881 return PAGE_SIZE - offset;
1882 else
1883 return len;
1884}
1885
Paolo Bonzini8e734852015-05-17 13:58:53 +02001886static int __kvm_read_guest_page(struct kvm_memory_slot *slot, gfn_t gfn,
1887 void *data, int offset, int len)
Izik Eidus195aefd2007-10-01 22:14:18 +02001888{
Izik Eiduse0506bc2007-11-11 22:10:22 +02001889 int r;
1890 unsigned long addr;
Izik Eidus195aefd2007-10-01 22:14:18 +02001891
Paolo Bonzini8e734852015-05-17 13:58:53 +02001892 addr = gfn_to_hva_memslot_prot(slot, gfn, NULL);
Izik Eiduse0506bc2007-11-11 22:10:22 +02001893 if (kvm_is_error_hva(addr))
Izik Eidus195aefd2007-10-01 22:14:18 +02001894 return -EFAULT;
Paolo Bonzini3180a7f2015-04-02 14:08:20 +02001895 r = __copy_from_user(data, (void __user *)addr + offset, len);
Izik Eiduse0506bc2007-11-11 22:10:22 +02001896 if (r)
1897 return -EFAULT;
Izik Eidus195aefd2007-10-01 22:14:18 +02001898 return 0;
1899}
Paolo Bonzini8e734852015-05-17 13:58:53 +02001900
1901int kvm_read_guest_page(struct kvm *kvm, gfn_t gfn, void *data, int offset,
1902 int len)
1903{
1904 struct kvm_memory_slot *slot = gfn_to_memslot(kvm, gfn);
1905
1906 return __kvm_read_guest_page(slot, gfn, data, offset, len);
1907}
Izik Eidus195aefd2007-10-01 22:14:18 +02001908EXPORT_SYMBOL_GPL(kvm_read_guest_page);
1909
Paolo Bonzini8e734852015-05-17 13:58:53 +02001910int kvm_vcpu_read_guest_page(struct kvm_vcpu *vcpu, gfn_t gfn, void *data,
1911 int offset, int len)
1912{
1913 struct kvm_memory_slot *slot = kvm_vcpu_gfn_to_memslot(vcpu, gfn);
1914
1915 return __kvm_read_guest_page(slot, gfn, data, offset, len);
1916}
1917EXPORT_SYMBOL_GPL(kvm_vcpu_read_guest_page);
1918
Izik Eidus195aefd2007-10-01 22:14:18 +02001919int kvm_read_guest(struct kvm *kvm, gpa_t gpa, void *data, unsigned long len)
1920{
1921 gfn_t gfn = gpa >> PAGE_SHIFT;
1922 int seg;
1923 int offset = offset_in_page(gpa);
1924 int ret;
1925
1926 while ((seg = next_segment(len, offset)) != 0) {
1927 ret = kvm_read_guest_page(kvm, gfn, data, offset, seg);
1928 if (ret < 0)
1929 return ret;
1930 offset = 0;
1931 len -= seg;
1932 data += seg;
1933 ++gfn;
1934 }
1935 return 0;
1936}
1937EXPORT_SYMBOL_GPL(kvm_read_guest);
1938
Paolo Bonzini8e734852015-05-17 13:58:53 +02001939int kvm_vcpu_read_guest(struct kvm_vcpu *vcpu, gpa_t gpa, void *data, unsigned long len)
1940{
1941 gfn_t gfn = gpa >> PAGE_SHIFT;
1942 int seg;
1943 int offset = offset_in_page(gpa);
1944 int ret;
1945
1946 while ((seg = next_segment(len, offset)) != 0) {
1947 ret = kvm_vcpu_read_guest_page(vcpu, gfn, data, offset, seg);
1948 if (ret < 0)
1949 return ret;
1950 offset = 0;
1951 len -= seg;
1952 data += seg;
1953 ++gfn;
1954 }
1955 return 0;
1956}
1957EXPORT_SYMBOL_GPL(kvm_vcpu_read_guest);
1958
1959static int __kvm_read_guest_atomic(struct kvm_memory_slot *slot, gfn_t gfn,
1960 void *data, int offset, unsigned long len)
Marcelo Tosatti7ec54582007-12-20 19:18:23 -05001961{
1962 int r;
1963 unsigned long addr;
Marcelo Tosatti7ec54582007-12-20 19:18:23 -05001964
Paolo Bonzini8e734852015-05-17 13:58:53 +02001965 addr = gfn_to_hva_memslot_prot(slot, gfn, NULL);
Marcelo Tosatti7ec54582007-12-20 19:18:23 -05001966 if (kvm_is_error_hva(addr))
1967 return -EFAULT;
Andrea Arcangeli0aac03f2008-01-30 19:57:35 +01001968 pagefault_disable();
Paolo Bonzini3180a7f2015-04-02 14:08:20 +02001969 r = __copy_from_user_inatomic(data, (void __user *)addr + offset, len);
Andrea Arcangeli0aac03f2008-01-30 19:57:35 +01001970 pagefault_enable();
Marcelo Tosatti7ec54582007-12-20 19:18:23 -05001971 if (r)
1972 return -EFAULT;
1973 return 0;
1974}
Marcelo Tosatti7ec54582007-12-20 19:18:23 -05001975
Paolo Bonzini8e734852015-05-17 13:58:53 +02001976int kvm_read_guest_atomic(struct kvm *kvm, gpa_t gpa, void *data,
1977 unsigned long len)
1978{
1979 gfn_t gfn = gpa >> PAGE_SHIFT;
1980 struct kvm_memory_slot *slot = gfn_to_memslot(kvm, gfn);
1981 int offset = offset_in_page(gpa);
1982
1983 return __kvm_read_guest_atomic(slot, gfn, data, offset, len);
1984}
1985EXPORT_SYMBOL_GPL(kvm_read_guest_atomic);
1986
1987int kvm_vcpu_read_guest_atomic(struct kvm_vcpu *vcpu, gpa_t gpa,
1988 void *data, unsigned long len)
1989{
1990 gfn_t gfn = gpa >> PAGE_SHIFT;
1991 struct kvm_memory_slot *slot = kvm_vcpu_gfn_to_memslot(vcpu, gfn);
1992 int offset = offset_in_page(gpa);
1993
1994 return __kvm_read_guest_atomic(slot, gfn, data, offset, len);
1995}
1996EXPORT_SYMBOL_GPL(kvm_vcpu_read_guest_atomic);
1997
1998static int __kvm_write_guest_page(struct kvm_memory_slot *memslot, gfn_t gfn,
1999 const void *data, int offset, int len)
Izik Eidus195aefd2007-10-01 22:14:18 +02002000{
Izik Eiduse0506bc2007-11-11 22:10:22 +02002001 int r;
2002 unsigned long addr;
Izik Eidus195aefd2007-10-01 22:14:18 +02002003
Radim Krčmář251eb842015-04-10 21:47:27 +02002004 addr = gfn_to_hva_memslot(memslot, gfn);
Izik Eiduse0506bc2007-11-11 22:10:22 +02002005 if (kvm_is_error_hva(addr))
Izik Eidus195aefd2007-10-01 22:14:18 +02002006 return -EFAULT;
Xiao Guangrong8b0cedf2011-05-15 23:22:04 +08002007 r = __copy_to_user((void __user *)addr + offset, data, len);
Izik Eiduse0506bc2007-11-11 22:10:22 +02002008 if (r)
2009 return -EFAULT;
Paolo Bonzinibc009e42015-05-26 12:43:41 +02002010 mark_page_dirty_in_slot(memslot, gfn);
Izik Eidus195aefd2007-10-01 22:14:18 +02002011 return 0;
2012}
Paolo Bonzini8e734852015-05-17 13:58:53 +02002013
2014int kvm_write_guest_page(struct kvm *kvm, gfn_t gfn,
2015 const void *data, int offset, int len)
2016{
2017 struct kvm_memory_slot *slot = gfn_to_memslot(kvm, gfn);
2018
2019 return __kvm_write_guest_page(slot, gfn, data, offset, len);
2020}
Izik Eidus195aefd2007-10-01 22:14:18 +02002021EXPORT_SYMBOL_GPL(kvm_write_guest_page);
2022
Paolo Bonzini8e734852015-05-17 13:58:53 +02002023int kvm_vcpu_write_guest_page(struct kvm_vcpu *vcpu, gfn_t gfn,
2024 const void *data, int offset, int len)
2025{
2026 struct kvm_memory_slot *slot = kvm_vcpu_gfn_to_memslot(vcpu, gfn);
2027
2028 return __kvm_write_guest_page(slot, gfn, data, offset, len);
2029}
2030EXPORT_SYMBOL_GPL(kvm_vcpu_write_guest_page);
2031
Izik Eidus195aefd2007-10-01 22:14:18 +02002032int kvm_write_guest(struct kvm *kvm, gpa_t gpa, const void *data,
2033 unsigned long len)
2034{
2035 gfn_t gfn = gpa >> PAGE_SHIFT;
2036 int seg;
2037 int offset = offset_in_page(gpa);
2038 int ret;
2039
2040 while ((seg = next_segment(len, offset)) != 0) {
2041 ret = kvm_write_guest_page(kvm, gfn, data, offset, seg);
2042 if (ret < 0)
2043 return ret;
2044 offset = 0;
2045 len -= seg;
2046 data += seg;
2047 ++gfn;
2048 }
2049 return 0;
2050}
Wincy Vanff651cb2014-12-11 08:52:58 +03002051EXPORT_SYMBOL_GPL(kvm_write_guest);
Izik Eidus195aefd2007-10-01 22:14:18 +02002052
Paolo Bonzini8e734852015-05-17 13:58:53 +02002053int kvm_vcpu_write_guest(struct kvm_vcpu *vcpu, gpa_t gpa, const void *data,
2054 unsigned long len)
2055{
2056 gfn_t gfn = gpa >> PAGE_SHIFT;
2057 int seg;
2058 int offset = offset_in_page(gpa);
2059 int ret;
2060
2061 while ((seg = next_segment(len, offset)) != 0) {
2062 ret = kvm_vcpu_write_guest_page(vcpu, gfn, data, offset, seg);
2063 if (ret < 0)
2064 return ret;
2065 offset = 0;
2066 len -= seg;
2067 data += seg;
2068 ++gfn;
2069 }
2070 return 0;
2071}
2072EXPORT_SYMBOL_GPL(kvm_vcpu_write_guest);
2073
Paolo Bonzini5a2d4362017-02-03 20:32:28 -08002074static int __kvm_gfn_to_hva_cache_init(struct kvm_memslots *slots,
2075 struct gfn_to_hva_cache *ghc,
2076 gpa_t gpa, unsigned long len)
Gleb Natapov49c77542010-10-18 15:22:23 +02002077{
Gleb Natapov49c77542010-10-18 15:22:23 +02002078 int offset = offset_in_page(gpa);
Andrew Honig8f964522013-03-29 09:35:21 -07002079 gfn_t start_gfn = gpa >> PAGE_SHIFT;
2080 gfn_t end_gfn = (gpa + len - 1) >> PAGE_SHIFT;
2081 gfn_t nr_pages_needed = end_gfn - start_gfn + 1;
2082 gfn_t nr_pages_avail;
Jim Mattsonf1b9dd52018-12-17 13:53:33 -08002083 int r = start_gfn <= end_gfn ? 0 : -EINVAL;
Gleb Natapov49c77542010-10-18 15:22:23 +02002084
2085 ghc->gpa = gpa;
2086 ghc->generation = slots->generation;
Andrew Honig8f964522013-03-29 09:35:21 -07002087 ghc->len = len;
Jim Mattsonf1b9dd52018-12-17 13:53:33 -08002088 ghc->hva = KVM_HVA_ERR_BAD;
2089
2090 /*
2091 * If the requested region crosses two memslots, we still
2092 * verify that the entire region is valid here.
2093 */
2094 while (!r && start_gfn <= end_gfn) {
2095 ghc->memslot = __gfn_to_memslot(slots, start_gfn);
2096 ghc->hva = gfn_to_hva_many(ghc->memslot, start_gfn,
2097 &nr_pages_avail);
2098 if (kvm_is_error_hva(ghc->hva))
2099 r = -EFAULT;
2100 start_gfn += nr_pages_avail;
Andrew Honig8f964522013-03-29 09:35:21 -07002101 }
Jim Mattsonf1b9dd52018-12-17 13:53:33 -08002102
2103 /* Use the slow path for cross page reads and writes. */
2104 if (!r && nr_pages_needed == 1)
2105 ghc->hva += offset;
2106 else
2107 ghc->memslot = NULL;
2108
2109 return r;
Gleb Natapov49c77542010-10-18 15:22:23 +02002110}
Paolo Bonzini5a2d4362017-02-03 20:32:28 -08002111
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002112int kvm_gfn_to_hva_cache_init(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
Paolo Bonzini5a2d4362017-02-03 20:32:28 -08002113 gpa_t gpa, unsigned long len)
2114{
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002115 struct kvm_memslots *slots = kvm_memslots(kvm);
Paolo Bonzini5a2d4362017-02-03 20:32:28 -08002116 return __kvm_gfn_to_hva_cache_init(slots, ghc, gpa, len);
2117}
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002118EXPORT_SYMBOL_GPL(kvm_gfn_to_hva_cache_init);
Gleb Natapov49c77542010-10-18 15:22:23 +02002119
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002120int kvm_write_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
Jim Mattson7a86dab2018-12-14 14:34:43 -08002121 void *data, unsigned int offset,
2122 unsigned long len)
Gleb Natapov49c77542010-10-18 15:22:23 +02002123{
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002124 struct kvm_memslots *slots = kvm_memslots(kvm);
Gleb Natapov49c77542010-10-18 15:22:23 +02002125 int r;
Pan Xinhui4ec6e862016-11-02 05:08:34 -04002126 gpa_t gpa = ghc->gpa + offset;
Gleb Natapov49c77542010-10-18 15:22:23 +02002127
Pan Xinhui4ec6e862016-11-02 05:08:34 -04002128 BUG_ON(len + offset > ghc->len);
Andrew Honig8f964522013-03-29 09:35:21 -07002129
Gleb Natapov49c77542010-10-18 15:22:23 +02002130 if (slots->generation != ghc->generation)
Paolo Bonzini5a2d4362017-02-03 20:32:28 -08002131 __kvm_gfn_to_hva_cache_init(slots, ghc, ghc->gpa, ghc->len);
Andrew Honig8f964522013-03-29 09:35:21 -07002132
2133 if (unlikely(!ghc->memslot))
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002134 return kvm_write_guest(kvm, gpa, data, len);
Gleb Natapov49c77542010-10-18 15:22:23 +02002135
2136 if (kvm_is_error_hva(ghc->hva))
2137 return -EFAULT;
2138
Pan Xinhui4ec6e862016-11-02 05:08:34 -04002139 r = __copy_to_user((void __user *)ghc->hva + offset, data, len);
Gleb Natapov49c77542010-10-18 15:22:23 +02002140 if (r)
2141 return -EFAULT;
Pan Xinhui4ec6e862016-11-02 05:08:34 -04002142 mark_page_dirty_in_slot(ghc->memslot, gpa >> PAGE_SHIFT);
Gleb Natapov49c77542010-10-18 15:22:23 +02002143
2144 return 0;
2145}
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002146EXPORT_SYMBOL_GPL(kvm_write_guest_offset_cached);
Pan Xinhui4ec6e862016-11-02 05:08:34 -04002147
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002148int kvm_write_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
2149 void *data, unsigned long len)
Pan Xinhui4ec6e862016-11-02 05:08:34 -04002150{
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002151 return kvm_write_guest_offset_cached(kvm, ghc, data, 0, len);
Pan Xinhui4ec6e862016-11-02 05:08:34 -04002152}
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002153EXPORT_SYMBOL_GPL(kvm_write_guest_cached);
Gleb Natapov49c77542010-10-18 15:22:23 +02002154
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002155int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
2156 void *data, unsigned long len)
Gleb Natapove03b6442011-07-11 15:28:11 -04002157{
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002158 struct kvm_memslots *slots = kvm_memslots(kvm);
Gleb Natapove03b6442011-07-11 15:28:11 -04002159 int r;
2160
Andrew Honig8f964522013-03-29 09:35:21 -07002161 BUG_ON(len > ghc->len);
2162
Gleb Natapove03b6442011-07-11 15:28:11 -04002163 if (slots->generation != ghc->generation)
Paolo Bonzini5a2d4362017-02-03 20:32:28 -08002164 __kvm_gfn_to_hva_cache_init(slots, ghc, ghc->gpa, ghc->len);
Andrew Honig8f964522013-03-29 09:35:21 -07002165
2166 if (unlikely(!ghc->memslot))
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002167 return kvm_read_guest(kvm, ghc->gpa, data, len);
Gleb Natapove03b6442011-07-11 15:28:11 -04002168
2169 if (kvm_is_error_hva(ghc->hva))
2170 return -EFAULT;
2171
2172 r = __copy_from_user(data, (void __user *)ghc->hva, len);
2173 if (r)
2174 return -EFAULT;
2175
2176 return 0;
2177}
Paolo Bonzini4e335d92017-05-02 16:20:18 +02002178EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
Gleb Natapove03b6442011-07-11 15:28:11 -04002179
Izik Eidus195aefd2007-10-01 22:14:18 +02002180int kvm_clear_guest_page(struct kvm *kvm, gfn_t gfn, int offset, int len)
2181{
Heiko Carstens8a3caa62013-11-18 10:35:55 +01002182 const void *zero_page = (const void *) __va(page_to_phys(ZERO_PAGE(0)));
2183
2184 return kvm_write_guest_page(kvm, gfn, zero_page, offset, len);
Izik Eidus195aefd2007-10-01 22:14:18 +02002185}
2186EXPORT_SYMBOL_GPL(kvm_clear_guest_page);
2187
2188int kvm_clear_guest(struct kvm *kvm, gpa_t gpa, unsigned long len)
2189{
2190 gfn_t gfn = gpa >> PAGE_SHIFT;
2191 int seg;
2192 int offset = offset_in_page(gpa);
2193 int ret;
2194
Kevin Mulveybfda0e82015-02-20 08:21:36 -05002195 while ((seg = next_segment(len, offset)) != 0) {
Izik Eidus195aefd2007-10-01 22:14:18 +02002196 ret = kvm_clear_guest_page(kvm, gfn, offset, seg);
2197 if (ret < 0)
2198 return ret;
2199 offset = 0;
2200 len -= seg;
2201 ++gfn;
2202 }
2203 return 0;
2204}
2205EXPORT_SYMBOL_GPL(kvm_clear_guest);
2206
Paolo Bonzinibc009e42015-05-26 12:43:41 +02002207static void mark_page_dirty_in_slot(struct kvm_memory_slot *memslot,
Stephen Hemminger79408762013-12-29 12:12:29 -08002208 gfn_t gfn)
Avi Kivity6aa8b732006-12-10 02:21:36 -08002209{
Rusty Russell7e9d6192007-07-31 20:41:14 +10002210 if (memslot && memslot->dirty_bitmap) {
2211 unsigned long rel_gfn = gfn - memslot->base_gfn;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002212
Takuya Yoshikawab74ca3b2012-10-04 17:13:12 -07002213 set_bit_le(rel_gfn, memslot->dirty_bitmap);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002214 }
2215}
2216
Gleb Natapov49c77542010-10-18 15:22:23 +02002217void mark_page_dirty(struct kvm *kvm, gfn_t gfn)
2218{
2219 struct kvm_memory_slot *memslot;
2220
2221 memslot = gfn_to_memslot(kvm, gfn);
Paolo Bonzinibc009e42015-05-26 12:43:41 +02002222 mark_page_dirty_in_slot(memslot, gfn);
Gleb Natapov49c77542010-10-18 15:22:23 +02002223}
Aneesh Kumar K.V2ba9f0d2013-10-07 22:17:59 +05302224EXPORT_SYMBOL_GPL(mark_page_dirty);
Gleb Natapov49c77542010-10-18 15:22:23 +02002225
Paolo Bonzini8e734852015-05-17 13:58:53 +02002226void kvm_vcpu_mark_page_dirty(struct kvm_vcpu *vcpu, gfn_t gfn)
2227{
2228 struct kvm_memory_slot *memslot;
2229
2230 memslot = kvm_vcpu_gfn_to_memslot(vcpu, gfn);
2231 mark_page_dirty_in_slot(memslot, gfn);
2232}
2233EXPORT_SYMBOL_GPL(kvm_vcpu_mark_page_dirty);
2234
Jan H. Schönherr20b70352017-11-24 22:39:01 +01002235void kvm_sigset_activate(struct kvm_vcpu *vcpu)
2236{
2237 if (!vcpu->sigset_active)
2238 return;
2239
2240 /*
2241 * This does a lockless modification of ->real_blocked, which is fine
2242 * because, only current can change ->real_blocked and all readers of
2243 * ->real_blocked don't care as long ->real_blocked is always a subset
2244 * of ->blocked.
2245 */
2246 sigprocmask(SIG_SETMASK, &vcpu->sigset, &current->real_blocked);
2247}
2248
2249void kvm_sigset_deactivate(struct kvm_vcpu *vcpu)
2250{
2251 if (!vcpu->sigset_active)
2252 return;
2253
2254 sigprocmask(SIG_SETMASK, &current->real_blocked, NULL);
2255 sigemptyset(&current->real_blocked);
2256}
2257
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002258static void grow_halt_poll_ns(struct kvm_vcpu *vcpu)
2259{
Nir Weinerdee339b2019-01-27 12:17:16 +02002260 unsigned int old, val, grow, grow_start;
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002261
Wanpeng Li2cbd7822015-09-03 22:07:39 +08002262 old = val = vcpu->halt_poll_ns;
Nir Weinerdee339b2019-01-27 12:17:16 +02002263 grow_start = READ_ONCE(halt_poll_ns_grow_start);
Christian Borntraeger6b6de682016-02-09 13:47:55 +01002264 grow = READ_ONCE(halt_poll_ns_grow);
Nir Weiner7fa08e72019-01-27 12:17:14 +02002265 if (!grow)
2266 goto out;
2267
Nir Weinerdee339b2019-01-27 12:17:16 +02002268 val *= grow;
2269 if (val < grow_start)
2270 val = grow_start;
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002271
David Matlack313f6362016-03-08 16:19:44 -08002272 if (val > halt_poll_ns)
2273 val = halt_poll_ns;
2274
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002275 vcpu->halt_poll_ns = val;
Nir Weiner7fa08e72019-01-27 12:17:14 +02002276out:
Wanpeng Li2cbd7822015-09-03 22:07:39 +08002277 trace_kvm_halt_poll_ns_grow(vcpu->vcpu_id, val, old);
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002278}
2279
2280static void shrink_halt_poll_ns(struct kvm_vcpu *vcpu)
2281{
Christian Borntraeger6b6de682016-02-09 13:47:55 +01002282 unsigned int old, val, shrink;
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002283
Wanpeng Li2cbd7822015-09-03 22:07:39 +08002284 old = val = vcpu->halt_poll_ns;
Christian Borntraeger6b6de682016-02-09 13:47:55 +01002285 shrink = READ_ONCE(halt_poll_ns_shrink);
2286 if (shrink == 0)
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002287 val = 0;
2288 else
Christian Borntraeger6b6de682016-02-09 13:47:55 +01002289 val /= shrink;
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002290
2291 vcpu->halt_poll_ns = val;
Wanpeng Li2cbd7822015-09-03 22:07:39 +08002292 trace_kvm_halt_poll_ns_shrink(vcpu->vcpu_id, val, old);
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002293}
2294
Paolo Bonzinif7819512015-02-04 18:20:58 +01002295static int kvm_vcpu_check_block(struct kvm_vcpu *vcpu)
2296{
Junaid Shahid50c28f22018-06-27 14:59:11 -07002297 int ret = -EINTR;
2298 int idx = srcu_read_lock(&vcpu->kvm->srcu);
2299
Paolo Bonzinif7819512015-02-04 18:20:58 +01002300 if (kvm_arch_vcpu_runnable(vcpu)) {
2301 kvm_make_request(KVM_REQ_UNHALT, vcpu);
Junaid Shahid50c28f22018-06-27 14:59:11 -07002302 goto out;
Paolo Bonzinif7819512015-02-04 18:20:58 +01002303 }
2304 if (kvm_cpu_has_pending_timer(vcpu))
Junaid Shahid50c28f22018-06-27 14:59:11 -07002305 goto out;
Paolo Bonzinif7819512015-02-04 18:20:58 +01002306 if (signal_pending(current))
Junaid Shahid50c28f22018-06-27 14:59:11 -07002307 goto out;
Paolo Bonzinif7819512015-02-04 18:20:58 +01002308
Junaid Shahid50c28f22018-06-27 14:59:11 -07002309 ret = 0;
2310out:
2311 srcu_read_unlock(&vcpu->kvm->srcu, idx);
2312 return ret;
Paolo Bonzinif7819512015-02-04 18:20:58 +01002313}
2314
Eddie Dongb6958ce2007-07-18 12:15:21 +03002315/*
2316 * The vCPU has executed a HLT instruction with in-kernel mode enabled.
2317 */
Hollis Blanchard8776e512007-10-31 17:24:24 -05002318void kvm_vcpu_block(struct kvm_vcpu *vcpu)
Eddie Dongb6958ce2007-07-18 12:15:21 +03002319{
Paolo Bonzinif7819512015-02-04 18:20:58 +01002320 ktime_t start, cur;
Marcelo Tosatti85773702016-02-19 09:46:39 +01002321 DECLARE_SWAITQUEUE(wait);
Paolo Bonzinif7819512015-02-04 18:20:58 +01002322 bool waited = false;
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002323 u64 block_ns;
Paolo Bonzinif7819512015-02-04 18:20:58 +01002324
2325 start = cur = ktime_get();
Christian Borntraegercdd6ad32019-03-05 05:30:01 -05002326 if (vcpu->halt_poll_ns && !kvm_arch_no_poll(vcpu)) {
Wanpeng Li19020f82015-09-03 22:07:37 +08002327 ktime_t stop = ktime_add_ns(ktime_get(), vcpu->halt_poll_ns);
Xiubo Lif95ef0cd2015-02-26 14:58:23 +08002328
Paolo Bonzini62bea5b2015-09-15 18:27:57 +02002329 ++vcpu->stat.halt_attempted_poll;
Paolo Bonzinif7819512015-02-04 18:20:58 +01002330 do {
2331 /*
2332 * This sets KVM_REQ_UNHALT if an interrupt
2333 * arrives.
2334 */
2335 if (kvm_vcpu_check_block(vcpu) < 0) {
2336 ++vcpu->stat.halt_successful_poll;
Christian Borntraeger3491caf2016-05-13 12:16:35 +02002337 if (!vcpu_valid_wakeup(vcpu))
2338 ++vcpu->stat.halt_poll_invalid;
Paolo Bonzinif7819512015-02-04 18:20:58 +01002339 goto out;
2340 }
2341 cur = ktime_get();
2342 } while (single_task_running() && ktime_before(cur, stop));
2343 }
Eddie Dongb6958ce2007-07-18 12:15:21 +03002344
Christoffer Dall3217f7c2015-08-27 16:41:15 +02002345 kvm_arch_vcpu_blocking(vcpu);
2346
Marcelo Tosattie5c239c2008-05-08 19:47:01 -03002347 for (;;) {
Peter Zijlstrab3dae102018-06-12 10:34:52 +02002348 prepare_to_swait_exclusive(&vcpu->wq, &wait, TASK_INTERRUPTIBLE);
Eddie Dongb6958ce2007-07-18 12:15:21 +03002349
Paolo Bonzinif7819512015-02-04 18:20:58 +01002350 if (kvm_vcpu_check_block(vcpu) < 0)
Marcelo Tosattie5c239c2008-05-08 19:47:01 -03002351 break;
2352
Paolo Bonzinif7819512015-02-04 18:20:58 +01002353 waited = true;
Eddie Dongb6958ce2007-07-18 12:15:21 +03002354 schedule();
Eddie Dongb6958ce2007-07-18 12:15:21 +03002355 }
2356
Marcelo Tosatti85773702016-02-19 09:46:39 +01002357 finish_swait(&vcpu->wq, &wait);
Paolo Bonzinif7819512015-02-04 18:20:58 +01002358 cur = ktime_get();
2359
Christoffer Dall3217f7c2015-08-27 16:41:15 +02002360 kvm_arch_vcpu_unblocking(vcpu);
Paolo Bonzinif7819512015-02-04 18:20:58 +01002361out:
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002362 block_ns = ktime_to_ns(cur) - ktime_to_ns(start);
2363
Christian Borntraeger2086d322016-05-17 10:49:22 +02002364 if (!vcpu_valid_wakeup(vcpu))
2365 shrink_halt_poll_ns(vcpu);
2366 else if (halt_poll_ns) {
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002367 if (block_ns <= vcpu->halt_poll_ns)
2368 ;
2369 /* we had a long block, shrink polling */
Christian Borntraeger2086d322016-05-17 10:49:22 +02002370 else if (vcpu->halt_poll_ns && block_ns > halt_poll_ns)
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002371 shrink_halt_poll_ns(vcpu);
2372 /* we had a short halt and our poll time is too small */
2373 else if (vcpu->halt_poll_ns < halt_poll_ns &&
2374 block_ns < halt_poll_ns)
2375 grow_halt_poll_ns(vcpu);
Wanpeng Liedb92722015-09-14 17:38:51 +08002376 } else
2377 vcpu->halt_poll_ns = 0;
Wanpeng Liaca6ff22015-09-03 22:07:38 +08002378
Christian Borntraeger3491caf2016-05-13 12:16:35 +02002379 trace_kvm_vcpu_wakeup(block_ns, waited, vcpu_valid_wakeup(vcpu));
2380 kvm_arch_vcpu_block_finish(vcpu);
Eddie Dongb6958ce2007-07-18 12:15:21 +03002381}
Aneesh Kumar K.V2ba9f0d2013-10-07 22:17:59 +05302382EXPORT_SYMBOL_GPL(kvm_vcpu_block);
Eddie Dongb6958ce2007-07-18 12:15:21 +03002383
Radim Krčmář178f02f2017-04-26 22:32:26 +02002384bool kvm_vcpu_wake_up(struct kvm_vcpu *vcpu)
Christoffer Dallb6d33832012-03-08 16:44:24 -05002385{
Marcelo Tosatti85773702016-02-19 09:46:39 +01002386 struct swait_queue_head *wqp;
Christoffer Dallb6d33832012-03-08 16:44:24 -05002387
2388 wqp = kvm_arch_vcpu_wq(vcpu);
Davidlohr Bueso5e0018b2017-09-13 13:08:22 -07002389 if (swq_has_sleeper(wqp)) {
Peter Zijlstrab3dae102018-06-12 10:34:52 +02002390 swake_up_one(wqp);
Wanpeng Lid73eb572019-07-18 19:39:06 +08002391 WRITE_ONCE(vcpu->ready, true);
Christoffer Dallb6d33832012-03-08 16:44:24 -05002392 ++vcpu->stat.halt_wakeup;
Radim Krčmář178f02f2017-04-26 22:32:26 +02002393 return true;
Christoffer Dallb6d33832012-03-08 16:44:24 -05002394 }
2395
Radim Krčmář178f02f2017-04-26 22:32:26 +02002396 return false;
Radim Krčmářdd1a4cc2016-05-04 14:09:44 -05002397}
2398EXPORT_SYMBOL_GPL(kvm_vcpu_wake_up);
2399
Paolo Bonzini0266c892017-05-04 15:14:13 +02002400#ifndef CONFIG_S390
Radim Krčmářdd1a4cc2016-05-04 14:09:44 -05002401/*
2402 * Kick a sleeping VCPU, or a guest VCPU in guest mode, into host kernel mode.
2403 */
2404void kvm_vcpu_kick(struct kvm_vcpu *vcpu)
2405{
2406 int me;
2407 int cpu = vcpu->cpu;
2408
Radim Krčmář178f02f2017-04-26 22:32:26 +02002409 if (kvm_vcpu_wake_up(vcpu))
2410 return;
2411
Christoffer Dallb6d33832012-03-08 16:44:24 -05002412 me = get_cpu();
2413 if (cpu != me && (unsigned)cpu < nr_cpu_ids && cpu_online(cpu))
2414 if (kvm_arch_vcpu_should_kick(vcpu))
2415 smp_send_reschedule(cpu);
2416 put_cpu();
2417}
Yang Zhanga20ed542013-04-11 19:25:15 +08002418EXPORT_SYMBOL_GPL(kvm_vcpu_kick);
Paolo Bonzini0266c892017-05-04 15:14:13 +02002419#endif /* !CONFIG_S390 */
Christoffer Dallb6d33832012-03-08 16:44:24 -05002420
Dan Carpenterfa933842014-05-23 13:20:42 +03002421int kvm_vcpu_yield_to(struct kvm_vcpu *target)
Konstantin Weitz41628d32012-04-25 15:30:38 +02002422{
2423 struct pid *pid;
2424 struct task_struct *task = NULL;
Dan Carpenterfa933842014-05-23 13:20:42 +03002425 int ret = 0;
Konstantin Weitz41628d32012-04-25 15:30:38 +02002426
2427 rcu_read_lock();
2428 pid = rcu_dereference(target->pid);
2429 if (pid)
Sam Bobroff27fbe64b2014-09-19 09:40:41 +10002430 task = get_pid_task(pid, PIDTYPE_PID);
Konstantin Weitz41628d32012-04-25 15:30:38 +02002431 rcu_read_unlock();
2432 if (!task)
Raghavendra K Tc45c5282013-01-22 13:09:24 +05302433 return ret;
Raghavendra K Tc45c5282013-01-22 13:09:24 +05302434 ret = yield_to(task, 1);
Konstantin Weitz41628d32012-04-25 15:30:38 +02002435 put_task_struct(task);
Raghavendra K Tc45c5282013-01-22 13:09:24 +05302436
2437 return ret;
Konstantin Weitz41628d32012-04-25 15:30:38 +02002438}
2439EXPORT_SYMBOL_GPL(kvm_vcpu_yield_to);
2440
Raghavendra K T06e48c52012-07-19 15:17:52 +05302441/*
2442 * Helper that checks whether a VCPU is eligible for directed yield.
2443 * Most eligible candidate to yield is decided by following heuristics:
2444 *
2445 * (a) VCPU which has not done pl-exit or cpu relax intercepted recently
2446 * (preempted lock holder), indicated by @in_spin_loop.
2447 * Set at the beiginning and cleared at the end of interception/PLE handler.
2448 *
2449 * (b) VCPU which has done pl-exit/ cpu relax intercepted but did not get
2450 * chance last time (mostly it has become eligible now since we have probably
2451 * yielded to lockholder in last iteration. This is done by toggling
2452 * @dy_eligible each time a VCPU checked for eligibility.)
2453 *
2454 * Yielding to a recently pl-exited/cpu relax intercepted VCPU before yielding
2455 * to preempted lock-holder could result in wrong VCPU selection and CPU
2456 * burning. Giving priority for a potential lock-holder increases lock
2457 * progress.
2458 *
2459 * Since algorithm is based on heuristics, accessing another VCPU data without
2460 * locking does not harm. It may result in trying to yield to same VCPU, fail
2461 * and continue with next VCPU and so on.
2462 */
Stephen Hemminger79408762013-12-29 12:12:29 -08002463static bool kvm_vcpu_eligible_for_directed_yield(struct kvm_vcpu *vcpu)
Raghavendra K T06e48c52012-07-19 15:17:52 +05302464{
Scott Wood4a55dd72014-01-09 18:43:16 -06002465#ifdef CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT
Raghavendra K T06e48c52012-07-19 15:17:52 +05302466 bool eligible;
2467
2468 eligible = !vcpu->spin_loop.in_spin_loop ||
Christian Borntraeger34656112014-09-04 21:13:31 +02002469 vcpu->spin_loop.dy_eligible;
Raghavendra K T06e48c52012-07-19 15:17:52 +05302470
2471 if (vcpu->spin_loop.in_spin_loop)
2472 kvm_vcpu_set_dy_eligible(vcpu, !vcpu->spin_loop.dy_eligible);
2473
2474 return eligible;
Scott Wood4a55dd72014-01-09 18:43:16 -06002475#else
2476 return true;
Raghavendra K T06e48c52012-07-19 15:17:52 +05302477#endif
Scott Wood4a55dd72014-01-09 18:43:16 -06002478}
Raghavendra K Tc45c5282013-01-22 13:09:24 +05302479
Wanpeng Li17e433b2019-08-05 10:03:19 +08002480/*
2481 * Unlike kvm_arch_vcpu_runnable, this function is called outside
2482 * a vcpu_load/vcpu_put pair. However, for most architectures
2483 * kvm_arch_vcpu_runnable does not require vcpu_load.
2484 */
2485bool __weak kvm_arch_dy_runnable(struct kvm_vcpu *vcpu)
2486{
2487 return kvm_arch_vcpu_runnable(vcpu);
2488}
2489
2490static bool vcpu_dy_runnable(struct kvm_vcpu *vcpu)
2491{
2492 if (kvm_arch_dy_runnable(vcpu))
2493 return true;
2494
2495#ifdef CONFIG_KVM_ASYNC_PF
2496 if (!list_empty_careful(&vcpu->async_pf.done))
2497 return true;
2498#endif
2499
2500 return false;
2501}
2502
Longpeng(Mike)199b5762017-08-08 12:05:32 +08002503void kvm_vcpu_on_spin(struct kvm_vcpu *me, bool yield_to_kernel_mode)
Zhai, Edwind255f4f2009-10-09 18:03:20 +08002504{
Rik van Riel217ece62011-02-01 09:53:28 -05002505 struct kvm *kvm = me->kvm;
2506 struct kvm_vcpu *vcpu;
2507 int last_boosted_vcpu = me->kvm->last_boosted_vcpu;
2508 int yielded = 0;
Raghavendra K Tc45c5282013-01-22 13:09:24 +05302509 int try = 3;
Rik van Riel217ece62011-02-01 09:53:28 -05002510 int pass;
2511 int i;
Zhai, Edwind255f4f2009-10-09 18:03:20 +08002512
Raghavendra K T4c088492012-07-18 19:07:46 +05302513 kvm_vcpu_set_in_spin_loop(me, true);
Rik van Riel217ece62011-02-01 09:53:28 -05002514 /*
2515 * We boost the priority of a VCPU that is runnable but not
2516 * currently running, because it got preempted by something
2517 * else and called schedule in __vcpu_run. Hopefully that
2518 * VCPU is holding the lock that we need and will release it.
2519 * We approximate round-robin by starting at the last boosted VCPU.
2520 */
Raghavendra K Tc45c5282013-01-22 13:09:24 +05302521 for (pass = 0; pass < 2 && !yielded && try; pass++) {
Rik van Riel217ece62011-02-01 09:53:28 -05002522 kvm_for_each_vcpu(i, vcpu, kvm) {
Rik van Riel5cfc2aa2012-06-19 16:51:04 -04002523 if (!pass && i <= last_boosted_vcpu) {
Rik van Riel217ece62011-02-01 09:53:28 -05002524 i = last_boosted_vcpu;
2525 continue;
2526 } else if (pass && i > last_boosted_vcpu)
2527 break;
Wanpeng Lid73eb572019-07-18 19:39:06 +08002528 if (!READ_ONCE(vcpu->ready))
Raghavendra K T7bc7ae22013-03-04 23:32:27 +05302529 continue;
Rik van Riel217ece62011-02-01 09:53:28 -05002530 if (vcpu == me)
2531 continue;
Wanpeng Li17e433b2019-08-05 10:03:19 +08002532 if (swait_active(&vcpu->wq) && !vcpu_dy_runnable(vcpu))
Rik van Riel217ece62011-02-01 09:53:28 -05002533 continue;
Wanpeng Li046ddee2019-08-01 11:30:14 +08002534 if (READ_ONCE(vcpu->preempted) && yield_to_kernel_mode &&
2535 !kvm_arch_vcpu_in_kernel(vcpu))
Longpeng(Mike)199b5762017-08-08 12:05:32 +08002536 continue;
Raghavendra K T06e48c52012-07-19 15:17:52 +05302537 if (!kvm_vcpu_eligible_for_directed_yield(vcpu))
2538 continue;
Raghavendra K Tc45c5282013-01-22 13:09:24 +05302539
2540 yielded = kvm_vcpu_yield_to(vcpu);
2541 if (yielded > 0) {
Rik van Riel217ece62011-02-01 09:53:28 -05002542 kvm->last_boosted_vcpu = i;
Rik van Riel217ece62011-02-01 09:53:28 -05002543 break;
Raghavendra K Tc45c5282013-01-22 13:09:24 +05302544 } else if (yielded < 0) {
2545 try--;
2546 if (!try)
2547 break;
Rik van Riel217ece62011-02-01 09:53:28 -05002548 }
Rik van Riel217ece62011-02-01 09:53:28 -05002549 }
2550 }
Raghavendra K T4c088492012-07-18 19:07:46 +05302551 kvm_vcpu_set_in_spin_loop(me, false);
Raghavendra K T06e48c52012-07-19 15:17:52 +05302552
2553 /* Ensure vcpu is not eligible during next spinloop */
2554 kvm_vcpu_set_dy_eligible(me, false);
Zhai, Edwind255f4f2009-10-09 18:03:20 +08002555}
2556EXPORT_SYMBOL_GPL(kvm_vcpu_on_spin);
2557
Souptick Joarder1499fa82018-04-19 00:49:58 +05302558static vm_fault_t kvm_vcpu_fault(struct vm_fault *vmf)
Avi Kivity9a2bb7f2007-02-22 12:58:31 +02002559{
Dave Jiang11bac802017-02-24 14:56:41 -08002560 struct kvm_vcpu *vcpu = vmf->vma->vm_file->private_data;
Avi Kivity9a2bb7f2007-02-22 12:58:31 +02002561 struct page *page;
2562
npiggin@suse.dee4a533a2007-12-05 18:15:52 +11002563 if (vmf->pgoff == 0)
Avi Kivity039576c2007-03-20 12:46:50 +02002564 page = virt_to_page(vcpu->run);
Avi Kivity09566762008-01-23 18:14:23 +02002565#ifdef CONFIG_X86
npiggin@suse.dee4a533a2007-12-05 18:15:52 +11002566 else if (vmf->pgoff == KVM_PIO_PAGE_OFFSET)
Zhang Xiantaoad312c72007-12-13 23:50:52 +08002567 page = virt_to_page(vcpu->arch.pio_data);
Avi Kivity09566762008-01-23 18:14:23 +02002568#endif
Paolo Bonzini4b4357e2017-03-31 13:53:23 +02002569#ifdef CONFIG_KVM_MMIO
Laurent Vivier5f94c172008-05-30 16:05:54 +02002570 else if (vmf->pgoff == KVM_COALESCED_MMIO_PAGE_OFFSET)
2571 page = virt_to_page(vcpu->kvm->coalesced_mmio_ring);
2572#endif
Avi Kivity039576c2007-03-20 12:46:50 +02002573 else
Carsten Otte5b1c1492012-01-04 10:25:23 +01002574 return kvm_arch_vcpu_fault(vcpu, vmf);
Avi Kivity9a2bb7f2007-02-22 12:58:31 +02002575 get_page(page);
npiggin@suse.dee4a533a2007-12-05 18:15:52 +11002576 vmf->page = page;
2577 return 0;
Avi Kivity9a2bb7f2007-02-22 12:58:31 +02002578}
2579
Alexey Dobriyanf0f37e2f2009-09-27 22:29:37 +04002580static const struct vm_operations_struct kvm_vcpu_vm_ops = {
npiggin@suse.dee4a533a2007-12-05 18:15:52 +11002581 .fault = kvm_vcpu_fault,
Avi Kivity9a2bb7f2007-02-22 12:58:31 +02002582};
2583
2584static int kvm_vcpu_mmap(struct file *file, struct vm_area_struct *vma)
2585{
2586 vma->vm_ops = &kvm_vcpu_vm_ops;
2587 return 0;
2588}
2589
Avi Kivitybccf2152007-02-21 18:04:26 +02002590static int kvm_vcpu_release(struct inode *inode, struct file *filp)
2591{
2592 struct kvm_vcpu *vcpu = filp->private_data;
2593
Luiz Capitulino45b59392016-09-16 10:27:35 -04002594 debugfs_remove_recursive(vcpu->debugfs_dentry);
Al Viro66c0b392008-04-19 20:33:56 +01002595 kvm_put_kvm(vcpu->kvm);
Avi Kivitybccf2152007-02-21 18:04:26 +02002596 return 0;
2597}
2598
Christian Borntraeger3d3aab12008-12-02 11:17:32 +01002599static struct file_operations kvm_vcpu_fops = {
Avi Kivitybccf2152007-02-21 18:04:26 +02002600 .release = kvm_vcpu_release,
2601 .unlocked_ioctl = kvm_vcpu_ioctl,
Avi Kivity9a2bb7f2007-02-22 12:58:31 +02002602 .mmap = kvm_vcpu_mmap,
Arnd Bergmann6038f372010-08-15 18:52:59 +02002603 .llseek = noop_llseek,
Marc Zyngier7ddfd3e2018-06-17 10:16:21 +01002604 KVM_COMPAT(kvm_vcpu_compat_ioctl),
Avi Kivitybccf2152007-02-21 18:04:26 +02002605};
2606
2607/*
2608 * Allocates an inode for the vcpu.
2609 */
2610static int create_vcpu_fd(struct kvm_vcpu *vcpu)
2611{
Masatake YAMATOe46b4692018-01-20 04:04:22 +09002612 char name[8 + 1 + ITOA_MAX_LEN + 1];
2613
2614 snprintf(name, sizeof(name), "kvm-vcpu:%d", vcpu->vcpu_id);
2615 return anon_inode_getfd(name, &kvm_vcpu_fops, vcpu, O_RDWR | O_CLOEXEC);
Avi Kivitybccf2152007-02-21 18:04:26 +02002616}
2617
Greg KH3e7093d2019-07-31 20:56:20 +02002618static void kvm_create_vcpu_debugfs(struct kvm_vcpu *vcpu)
Luiz Capitulino45b59392016-09-16 10:27:35 -04002619{
Paolo Bonzini741cbba2019-08-03 08:14:25 +02002620#ifdef __KVM_HAVE_ARCH_VCPU_DEBUGFS
Luiz Capitulino45b59392016-09-16 10:27:35 -04002621 char dir_name[ITOA_MAX_LEN * 2];
Luiz Capitulino45b59392016-09-16 10:27:35 -04002622
Luiz Capitulino45b59392016-09-16 10:27:35 -04002623 if (!debugfs_initialized())
Greg KH3e7093d2019-07-31 20:56:20 +02002624 return;
Luiz Capitulino45b59392016-09-16 10:27:35 -04002625
2626 snprintf(dir_name, sizeof(dir_name), "vcpu%d", vcpu->vcpu_id);
2627 vcpu->debugfs_dentry = debugfs_create_dir(dir_name,
Greg KH3e7093d2019-07-31 20:56:20 +02002628 vcpu->kvm->debugfs_dentry);
Luiz Capitulino45b59392016-09-16 10:27:35 -04002629
Greg KH3e7093d2019-07-31 20:56:20 +02002630 kvm_arch_create_vcpu_debugfs(vcpu);
Paolo Bonzini741cbba2019-08-03 08:14:25 +02002631#endif
Luiz Capitulino45b59392016-09-16 10:27:35 -04002632}
2633
Avi Kivityc5ea7662007-02-20 18:41:05 +02002634/*
2635 * Creates some virtual cpus. Good luck creating more than one.
2636 */
Gleb Natapov73880c82009-06-09 15:56:28 +03002637static int kvm_vm_ioctl_create_vcpu(struct kvm *kvm, u32 id)
Avi Kivityc5ea7662007-02-20 18:41:05 +02002638{
2639 int r;
David Hildenbrande09fefd2015-11-05 09:03:50 +01002640 struct kvm_vcpu *vcpu;
Avi Kivityc5ea7662007-02-20 18:41:05 +02002641
Greg Kurz0b1b1df2016-05-09 18:13:37 +02002642 if (id >= KVM_MAX_VCPU_ID)
Andy Honig338c7db2013-11-18 16:09:22 -08002643 return -EINVAL;
2644
Paolo Bonzini6c7caeb2016-06-13 14:48:25 +02002645 mutex_lock(&kvm->lock);
2646 if (kvm->created_vcpus == KVM_MAX_VCPUS) {
2647 mutex_unlock(&kvm->lock);
2648 return -EINVAL;
2649 }
2650
2651 kvm->created_vcpus++;
2652 mutex_unlock(&kvm->lock);
2653
Gleb Natapov73880c82009-06-09 15:56:28 +03002654 vcpu = kvm_arch_vcpu_create(kvm, id);
Paolo Bonzini6c7caeb2016-06-13 14:48:25 +02002655 if (IS_ERR(vcpu)) {
2656 r = PTR_ERR(vcpu);
2657 goto vcpu_decrement;
2658 }
Avi Kivityc5ea7662007-02-20 18:41:05 +02002659
Avi Kivity15ad7142007-07-11 18:17:21 +03002660 preempt_notifier_init(&vcpu->preempt_notifier, &kvm_preempt_ops);
2661
Avi Kivity26e52152007-11-20 15:30:24 +02002662 r = kvm_arch_vcpu_setup(vcpu);
2663 if (r)
Jan Kiszkad7805922011-05-23 10:33:05 +02002664 goto vcpu_destroy;
Avi Kivity26e52152007-11-20 15:30:24 +02002665
Greg KH3e7093d2019-07-31 20:56:20 +02002666 kvm_create_vcpu_debugfs(vcpu);
Luiz Capitulino45b59392016-09-16 10:27:35 -04002667
Shaohua Li11ec2802007-07-23 14:51:37 +08002668 mutex_lock(&kvm->lock);
David Hildenbrande09fefd2015-11-05 09:03:50 +01002669 if (kvm_get_vcpu_by_id(kvm, id)) {
2670 r = -EEXIST;
2671 goto unlock_vcpu_destroy;
2672 }
Gleb Natapov73880c82009-06-09 15:56:28 +03002673
2674 BUG_ON(kvm->vcpus[atomic_read(&kvm->online_vcpus)]);
Rusty Russellfb3f0f52007-07-27 17:16:56 +10002675
2676 /* Now it's all set up, let userspace reach it */
Al Viro66c0b392008-04-19 20:33:56 +01002677 kvm_get_kvm(kvm);
Avi Kivitybccf2152007-02-21 18:04:26 +02002678 r = create_vcpu_fd(vcpu);
Gleb Natapov73880c82009-06-09 15:56:28 +03002679 if (r < 0) {
2680 kvm_put_kvm(kvm);
Jan Kiszkad7805922011-05-23 10:33:05 +02002681 goto unlock_vcpu_destroy;
Gleb Natapov73880c82009-06-09 15:56:28 +03002682 }
2683
2684 kvm->vcpus[atomic_read(&kvm->online_vcpus)] = vcpu;
Paolo Bonzinidd489242015-07-29 11:32:20 +02002685
2686 /*
2687 * Pairs with smp_rmb() in kvm_get_vcpu. Write kvm->vcpus
2688 * before kvm->online_vcpu's incremented value.
2689 */
Gleb Natapov73880c82009-06-09 15:56:28 +03002690 smp_wmb();
2691 atomic_inc(&kvm->online_vcpus);
2692
Gleb Natapov73880c82009-06-09 15:56:28 +03002693 mutex_unlock(&kvm->lock);
Marcelo Tosatti42897d82012-11-27 23:29:02 -02002694 kvm_arch_vcpu_postcreate(vcpu);
Avi Kivitybccf2152007-02-21 18:04:26 +02002695 return r;
Avi Kivityc5ea7662007-02-20 18:41:05 +02002696
Jan Kiszkad7805922011-05-23 10:33:05 +02002697unlock_vcpu_destroy:
Glauber Costa7d8fece2008-09-17 23:16:59 -03002698 mutex_unlock(&kvm->lock);
Luiz Capitulino45b59392016-09-16 10:27:35 -04002699 debugfs_remove_recursive(vcpu->debugfs_dentry);
Jan Kiszkad7805922011-05-23 10:33:05 +02002700vcpu_destroy:
Hollis Blanchardd40ccc62007-11-19 14:04:43 -06002701 kvm_arch_vcpu_destroy(vcpu);
Paolo Bonzini6c7caeb2016-06-13 14:48:25 +02002702vcpu_decrement:
2703 mutex_lock(&kvm->lock);
2704 kvm->created_vcpus--;
2705 mutex_unlock(&kvm->lock);
Avi Kivityc5ea7662007-02-20 18:41:05 +02002706 return r;
2707}
2708
Avi Kivity1961d272007-03-05 19:46:05 +02002709static int kvm_vcpu_ioctl_set_sigmask(struct kvm_vcpu *vcpu, sigset_t *sigset)
2710{
2711 if (sigset) {
2712 sigdelsetmask(sigset, sigmask(SIGKILL)|sigmask(SIGSTOP));
2713 vcpu->sigset_active = 1;
2714 vcpu->sigset = *sigset;
2715 } else
2716 vcpu->sigset_active = 0;
2717 return 0;
2718}
2719
Avi Kivitybccf2152007-02-21 18:04:26 +02002720static long kvm_vcpu_ioctl(struct file *filp,
2721 unsigned int ioctl, unsigned long arg)
Avi Kivity6aa8b732006-12-10 02:21:36 -08002722{
Avi Kivitybccf2152007-02-21 18:04:26 +02002723 struct kvm_vcpu *vcpu = filp->private_data;
Al Viro2f3669872007-02-09 16:38:35 +00002724 void __user *argp = (void __user *)arg;
Carsten Otte313a3dc2007-10-11 19:16:52 +02002725 int r;
Dave Hansenfa3795a2008-08-11 10:01:46 -07002726 struct kvm_fpu *fpu = NULL;
2727 struct kvm_sregs *kvm_sregs = NULL;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002728
Avi Kivity6d4e4c42007-11-21 16:41:05 +02002729 if (vcpu->kvm->mm != current->mm)
2730 return -EIO;
Avi Kivity2122ff52010-05-13 11:25:04 +03002731
David Matlack2ea75be2014-09-19 16:03:25 -07002732 if (unlikely(_IOC_TYPE(ioctl) != KVMIO))
2733 return -EINVAL;
2734
Avi Kivity2122ff52010-05-13 11:25:04 +03002735 /*
Paolo Bonzini5cb09442017-12-12 17:41:34 +01002736 * Some architectures have vcpu ioctls that are asynchronous to vcpu
2737 * execution; mutex_lock() would break them.
Avi Kivity2122ff52010-05-13 11:25:04 +03002738 */
Paolo Bonzini5cb09442017-12-12 17:41:34 +01002739 r = kvm_arch_vcpu_async_ioctl(filp, ioctl, arg);
2740 if (r != -ENOIOCTLCMD)
Michael S. Tsirkin9fc77442012-09-16 11:50:30 +03002741 return r;
Avi Kivity2122ff52010-05-13 11:25:04 +03002742
Christoffer Dallec7660c2017-12-04 21:35:23 +01002743 if (mutex_lock_killable(&vcpu->mutex))
2744 return -EINTR;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002745 switch (ioctl) {
Christian Borntraeger0e4524a2017-07-06 14:44:28 +02002746 case KVM_RUN: {
2747 struct pid *oldpid;
Avi Kivityf0fe5102007-03-07 13:11:17 +02002748 r = -EINVAL;
2749 if (arg)
2750 goto out;
Christian Borntraeger0e4524a2017-07-06 14:44:28 +02002751 oldpid = rcu_access_pointer(vcpu->pid);
Eric W. Biederman71dbc8a2017-07-16 21:39:32 -05002752 if (unlikely(oldpid != task_pid(current))) {
Christian Borntraeger7a72f7a2014-08-05 16:44:14 +02002753 /* The thread running this VCPU changed. */
Christoffer Dallbd2a6392018-02-23 17:23:57 +01002754 struct pid *newpid;
Xiubo Lif95ef0cd2015-02-26 14:58:23 +08002755
Christoffer Dallbd2a6392018-02-23 17:23:57 +01002756 r = kvm_arch_vcpu_run_pid_change(vcpu);
2757 if (r)
2758 break;
2759
2760 newpid = get_task_pid(current, PIDTYPE_PID);
Christian Borntraeger7a72f7a2014-08-05 16:44:14 +02002761 rcu_assign_pointer(vcpu->pid, newpid);
2762 if (oldpid)
2763 synchronize_rcu();
2764 put_pid(oldpid);
2765 }
Hollis Blanchardb6c7a5d2007-11-01 14:16:10 -05002766 r = kvm_arch_vcpu_ioctl_run(vcpu, vcpu->run);
Gleb Natapov64be5002010-10-24 16:49:08 +02002767 trace_kvm_userspace_exit(vcpu->run->exit_reason, r);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002768 break;
Christian Borntraeger0e4524a2017-07-06 14:44:28 +02002769 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08002770 case KVM_GET_REGS: {
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002771 struct kvm_regs *kvm_regs;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002772
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002773 r = -ENOMEM;
Ben Gardonb12ce362019-02-11 11:02:49 -08002774 kvm_regs = kzalloc(sizeof(struct kvm_regs), GFP_KERNEL_ACCOUNT);
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002775 if (!kvm_regs)
2776 goto out;
2777 r = kvm_arch_vcpu_ioctl_get_regs(vcpu, kvm_regs);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002778 if (r)
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002779 goto out_free1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002780 r = -EFAULT;
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002781 if (copy_to_user(argp, kvm_regs, sizeof(struct kvm_regs)))
2782 goto out_free1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002783 r = 0;
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002784out_free1:
2785 kfree(kvm_regs);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002786 break;
2787 }
2788 case KVM_SET_REGS: {
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002789 struct kvm_regs *kvm_regs;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002790
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002791 r = -ENOMEM;
Sasha Levinff5c2c02011-12-04 19:36:29 +02002792 kvm_regs = memdup_user(argp, sizeof(*kvm_regs));
2793 if (IS_ERR(kvm_regs)) {
2794 r = PTR_ERR(kvm_regs);
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002795 goto out;
Sasha Levinff5c2c02011-12-04 19:36:29 +02002796 }
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002797 r = kvm_arch_vcpu_ioctl_set_regs(vcpu, kvm_regs);
Xiantao Zhang3e4bb3a2008-02-25 18:52:20 +08002798 kfree(kvm_regs);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002799 break;
2800 }
2801 case KVM_GET_SREGS: {
Ben Gardonb12ce362019-02-11 11:02:49 -08002802 kvm_sregs = kzalloc(sizeof(struct kvm_sregs),
2803 GFP_KERNEL_ACCOUNT);
Dave Hansenfa3795a2008-08-11 10:01:46 -07002804 r = -ENOMEM;
2805 if (!kvm_sregs)
2806 goto out;
2807 r = kvm_arch_vcpu_ioctl_get_sregs(vcpu, kvm_sregs);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002808 if (r)
2809 goto out;
2810 r = -EFAULT;
Dave Hansenfa3795a2008-08-11 10:01:46 -07002811 if (copy_to_user(argp, kvm_sregs, sizeof(struct kvm_sregs)))
Avi Kivity6aa8b732006-12-10 02:21:36 -08002812 goto out;
2813 r = 0;
2814 break;
2815 }
2816 case KVM_SET_SREGS: {
Sasha Levinff5c2c02011-12-04 19:36:29 +02002817 kvm_sregs = memdup_user(argp, sizeof(*kvm_sregs));
2818 if (IS_ERR(kvm_sregs)) {
2819 r = PTR_ERR(kvm_sregs);
Guo Chao18595412012-11-02 18:33:21 +08002820 kvm_sregs = NULL;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002821 goto out;
Sasha Levinff5c2c02011-12-04 19:36:29 +02002822 }
Dave Hansenfa3795a2008-08-11 10:01:46 -07002823 r = kvm_arch_vcpu_ioctl_set_sregs(vcpu, kvm_sregs);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002824 break;
2825 }
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03002826 case KVM_GET_MP_STATE: {
2827 struct kvm_mp_state mp_state;
2828
2829 r = kvm_arch_vcpu_ioctl_get_mpstate(vcpu, &mp_state);
2830 if (r)
2831 goto out;
2832 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08002833 if (copy_to_user(argp, &mp_state, sizeof(mp_state)))
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03002834 goto out;
2835 r = 0;
2836 break;
2837 }
2838 case KVM_SET_MP_STATE: {
2839 struct kvm_mp_state mp_state;
2840
2841 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08002842 if (copy_from_user(&mp_state, argp, sizeof(mp_state)))
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03002843 goto out;
2844 r = kvm_arch_vcpu_ioctl_set_mpstate(vcpu, &mp_state);
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03002845 break;
2846 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08002847 case KVM_TRANSLATE: {
2848 struct kvm_translation tr;
2849
2850 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08002851 if (copy_from_user(&tr, argp, sizeof(tr)))
Avi Kivity6aa8b732006-12-10 02:21:36 -08002852 goto out;
Zhang Xiantao8b006792007-11-16 13:05:55 +08002853 r = kvm_arch_vcpu_ioctl_translate(vcpu, &tr);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002854 if (r)
2855 goto out;
2856 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08002857 if (copy_to_user(argp, &tr, sizeof(tr)))
Avi Kivity6aa8b732006-12-10 02:21:36 -08002858 goto out;
2859 r = 0;
2860 break;
2861 }
Jan Kiszkad0bfb942008-12-15 13:52:10 +01002862 case KVM_SET_GUEST_DEBUG: {
2863 struct kvm_guest_debug dbg;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002864
2865 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08002866 if (copy_from_user(&dbg, argp, sizeof(dbg)))
Avi Kivity6aa8b732006-12-10 02:21:36 -08002867 goto out;
Jan Kiszkad0bfb942008-12-15 13:52:10 +01002868 r = kvm_arch_vcpu_ioctl_set_guest_debug(vcpu, &dbg);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002869 break;
2870 }
Avi Kivity1961d272007-03-05 19:46:05 +02002871 case KVM_SET_SIGNAL_MASK: {
2872 struct kvm_signal_mask __user *sigmask_arg = argp;
2873 struct kvm_signal_mask kvm_sigmask;
2874 sigset_t sigset, *p;
2875
2876 p = NULL;
2877 if (argp) {
2878 r = -EFAULT;
2879 if (copy_from_user(&kvm_sigmask, argp,
Xiubo Li893bdbf2015-02-26 14:58:19 +08002880 sizeof(kvm_sigmask)))
Avi Kivity1961d272007-03-05 19:46:05 +02002881 goto out;
2882 r = -EINVAL;
Xiubo Li893bdbf2015-02-26 14:58:19 +08002883 if (kvm_sigmask.len != sizeof(sigset))
Avi Kivity1961d272007-03-05 19:46:05 +02002884 goto out;
2885 r = -EFAULT;
2886 if (copy_from_user(&sigset, sigmask_arg->sigset,
Xiubo Li893bdbf2015-02-26 14:58:19 +08002887 sizeof(sigset)))
Avi Kivity1961d272007-03-05 19:46:05 +02002888 goto out;
2889 p = &sigset;
2890 }
Andi Kleen376d41f2010-06-10 13:10:47 +02002891 r = kvm_vcpu_ioctl_set_sigmask(vcpu, p);
Avi Kivity1961d272007-03-05 19:46:05 +02002892 break;
2893 }
Avi Kivityb8836732007-04-01 16:34:31 +03002894 case KVM_GET_FPU: {
Ben Gardonb12ce362019-02-11 11:02:49 -08002895 fpu = kzalloc(sizeof(struct kvm_fpu), GFP_KERNEL_ACCOUNT);
Dave Hansenfa3795a2008-08-11 10:01:46 -07002896 r = -ENOMEM;
2897 if (!fpu)
2898 goto out;
2899 r = kvm_arch_vcpu_ioctl_get_fpu(vcpu, fpu);
Avi Kivityb8836732007-04-01 16:34:31 +03002900 if (r)
2901 goto out;
2902 r = -EFAULT;
Dave Hansenfa3795a2008-08-11 10:01:46 -07002903 if (copy_to_user(argp, fpu, sizeof(struct kvm_fpu)))
Avi Kivityb8836732007-04-01 16:34:31 +03002904 goto out;
2905 r = 0;
2906 break;
2907 }
2908 case KVM_SET_FPU: {
Sasha Levinff5c2c02011-12-04 19:36:29 +02002909 fpu = memdup_user(argp, sizeof(*fpu));
2910 if (IS_ERR(fpu)) {
2911 r = PTR_ERR(fpu);
Guo Chao18595412012-11-02 18:33:21 +08002912 fpu = NULL;
Avi Kivityb8836732007-04-01 16:34:31 +03002913 goto out;
Sasha Levinff5c2c02011-12-04 19:36:29 +02002914 }
Dave Hansenfa3795a2008-08-11 10:01:46 -07002915 r = kvm_arch_vcpu_ioctl_set_fpu(vcpu, fpu);
Avi Kivityb8836732007-04-01 16:34:31 +03002916 break;
2917 }
Avi Kivitybccf2152007-02-21 18:04:26 +02002918 default:
Carsten Otte313a3dc2007-10-11 19:16:52 +02002919 r = kvm_arch_vcpu_ioctl(filp, ioctl, arg);
Avi Kivitybccf2152007-02-21 18:04:26 +02002920 }
2921out:
Christoffer Dallec7660c2017-12-04 21:35:23 +01002922 mutex_unlock(&vcpu->mutex);
Dave Hansenfa3795a2008-08-11 10:01:46 -07002923 kfree(fpu);
2924 kfree(kvm_sregs);
Avi Kivitybccf2152007-02-21 18:04:26 +02002925 return r;
2926}
2927
Christian Borntraegerde8e5d72015-02-03 09:35:15 +01002928#ifdef CONFIG_KVM_COMPAT
Alexander Graf1dda6062011-06-08 02:45:37 +02002929static long kvm_vcpu_compat_ioctl(struct file *filp,
2930 unsigned int ioctl, unsigned long arg)
2931{
2932 struct kvm_vcpu *vcpu = filp->private_data;
2933 void __user *argp = compat_ptr(arg);
2934 int r;
2935
2936 if (vcpu->kvm->mm != current->mm)
2937 return -EIO;
2938
2939 switch (ioctl) {
2940 case KVM_SET_SIGNAL_MASK: {
2941 struct kvm_signal_mask __user *sigmask_arg = argp;
2942 struct kvm_signal_mask kvm_sigmask;
Alexander Graf1dda6062011-06-08 02:45:37 +02002943 sigset_t sigset;
2944
2945 if (argp) {
2946 r = -EFAULT;
2947 if (copy_from_user(&kvm_sigmask, argp,
Xiubo Li893bdbf2015-02-26 14:58:19 +08002948 sizeof(kvm_sigmask)))
Alexander Graf1dda6062011-06-08 02:45:37 +02002949 goto out;
2950 r = -EINVAL;
Al Viro3968cf62017-09-03 21:45:17 -04002951 if (kvm_sigmask.len != sizeof(compat_sigset_t))
Alexander Graf1dda6062011-06-08 02:45:37 +02002952 goto out;
2953 r = -EFAULT;
Al Viro3968cf62017-09-03 21:45:17 -04002954 if (get_compat_sigset(&sigset, (void *)sigmask_arg->sigset))
Alexander Graf1dda6062011-06-08 02:45:37 +02002955 goto out;
Alan Cox760a9a32012-08-22 14:34:11 +01002956 r = kvm_vcpu_ioctl_set_sigmask(vcpu, &sigset);
2957 } else
2958 r = kvm_vcpu_ioctl_set_sigmask(vcpu, NULL);
Alexander Graf1dda6062011-06-08 02:45:37 +02002959 break;
2960 }
2961 default:
2962 r = kvm_vcpu_ioctl(filp, ioctl, arg);
2963 }
2964
2965out:
2966 return r;
2967}
2968#endif
2969
Cédric Le Goatera1cd3f02019-04-18 12:39:36 +02002970static int kvm_device_mmap(struct file *filp, struct vm_area_struct *vma)
2971{
2972 struct kvm_device *dev = filp->private_data;
2973
2974 if (dev->ops->mmap)
2975 return dev->ops->mmap(dev, vma);
2976
2977 return -ENODEV;
2978}
2979
Scott Wood852b6d52013-04-12 14:08:42 +00002980static int kvm_device_ioctl_attr(struct kvm_device *dev,
2981 int (*accessor)(struct kvm_device *dev,
2982 struct kvm_device_attr *attr),
2983 unsigned long arg)
2984{
2985 struct kvm_device_attr attr;
2986
2987 if (!accessor)
2988 return -EPERM;
2989
2990 if (copy_from_user(&attr, (void __user *)arg, sizeof(attr)))
2991 return -EFAULT;
2992
2993 return accessor(dev, &attr);
2994}
2995
2996static long kvm_device_ioctl(struct file *filp, unsigned int ioctl,
2997 unsigned long arg)
2998{
2999 struct kvm_device *dev = filp->private_data;
3000
Sean Christophersonddba9182019-02-15 12:48:39 -08003001 if (dev->kvm->mm != current->mm)
3002 return -EIO;
3003
Scott Wood852b6d52013-04-12 14:08:42 +00003004 switch (ioctl) {
3005 case KVM_SET_DEVICE_ATTR:
3006 return kvm_device_ioctl_attr(dev, dev->ops->set_attr, arg);
3007 case KVM_GET_DEVICE_ATTR:
3008 return kvm_device_ioctl_attr(dev, dev->ops->get_attr, arg);
3009 case KVM_HAS_DEVICE_ATTR:
3010 return kvm_device_ioctl_attr(dev, dev->ops->has_attr, arg);
3011 default:
3012 if (dev->ops->ioctl)
3013 return dev->ops->ioctl(dev, ioctl, arg);
3014
3015 return -ENOTTY;
3016 }
3017}
3018
Scott Wood852b6d52013-04-12 14:08:42 +00003019static int kvm_device_release(struct inode *inode, struct file *filp)
3020{
3021 struct kvm_device *dev = filp->private_data;
3022 struct kvm *kvm = dev->kvm;
3023
Cédric Le Goater2bde9b32019-04-18 12:39:41 +02003024 if (dev->ops->release) {
3025 mutex_lock(&kvm->lock);
3026 list_del(&dev->vm_node);
3027 dev->ops->release(dev);
3028 mutex_unlock(&kvm->lock);
3029 }
3030
Scott Wood852b6d52013-04-12 14:08:42 +00003031 kvm_put_kvm(kvm);
3032 return 0;
3033}
3034
3035static const struct file_operations kvm_device_fops = {
3036 .unlocked_ioctl = kvm_device_ioctl,
3037 .release = kvm_device_release,
Marc Zyngier7ddfd3e2018-06-17 10:16:21 +01003038 KVM_COMPAT(kvm_device_ioctl),
Cédric Le Goatera1cd3f02019-04-18 12:39:36 +02003039 .mmap = kvm_device_mmap,
Scott Wood852b6d52013-04-12 14:08:42 +00003040};
3041
3042struct kvm_device *kvm_device_from_filp(struct file *filp)
3043{
3044 if (filp->f_op != &kvm_device_fops)
3045 return NULL;
3046
3047 return filp->private_data;
3048}
3049
Will Deacond60eacb2014-09-02 10:27:33 +01003050static struct kvm_device_ops *kvm_device_ops_table[KVM_DEV_TYPE_MAX] = {
3051#ifdef CONFIG_KVM_MPIC
3052 [KVM_DEV_TYPE_FSL_MPIC_20] = &kvm_mpic_ops,
3053 [KVM_DEV_TYPE_FSL_MPIC_42] = &kvm_mpic_ops,
3054#endif
Will Deacond60eacb2014-09-02 10:27:33 +01003055};
3056
3057int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type)
3058{
3059 if (type >= ARRAY_SIZE(kvm_device_ops_table))
3060 return -ENOSPC;
3061
3062 if (kvm_device_ops_table[type] != NULL)
3063 return -EEXIST;
3064
3065 kvm_device_ops_table[type] = ops;
3066 return 0;
3067}
3068
Wanpeng Li571ee1b2014-10-09 18:30:08 +08003069void kvm_unregister_device_ops(u32 type)
3070{
3071 if (kvm_device_ops_table[type] != NULL)
3072 kvm_device_ops_table[type] = NULL;
3073}
3074
Scott Wood852b6d52013-04-12 14:08:42 +00003075static int kvm_ioctl_create_device(struct kvm *kvm,
3076 struct kvm_create_device *cd)
3077{
3078 struct kvm_device_ops *ops = NULL;
3079 struct kvm_device *dev;
3080 bool test = cd->flags & KVM_CREATE_DEVICE_TEST;
Paolo Bonzini1d487e92019-04-11 11:16:47 +02003081 int type;
Scott Wood852b6d52013-04-12 14:08:42 +00003082 int ret;
3083
Will Deacond60eacb2014-09-02 10:27:33 +01003084 if (cd->type >= ARRAY_SIZE(kvm_device_ops_table))
Scott Wood852b6d52013-04-12 14:08:42 +00003085 return -ENODEV;
Will Deacond60eacb2014-09-02 10:27:33 +01003086
Paolo Bonzini1d487e92019-04-11 11:16:47 +02003087 type = array_index_nospec(cd->type, ARRAY_SIZE(kvm_device_ops_table));
3088 ops = kvm_device_ops_table[type];
Will Deacond60eacb2014-09-02 10:27:33 +01003089 if (ops == NULL)
3090 return -ENODEV;
Scott Wood852b6d52013-04-12 14:08:42 +00003091
3092 if (test)
3093 return 0;
3094
Ben Gardonb12ce362019-02-11 11:02:49 -08003095 dev = kzalloc(sizeof(*dev), GFP_KERNEL_ACCOUNT);
Scott Wood852b6d52013-04-12 14:08:42 +00003096 if (!dev)
3097 return -ENOMEM;
3098
3099 dev->ops = ops;
3100 dev->kvm = kvm;
Scott Wood852b6d52013-04-12 14:08:42 +00003101
Christoffer Dalla28ebea2016-08-09 19:13:01 +02003102 mutex_lock(&kvm->lock);
Paolo Bonzini1d487e92019-04-11 11:16:47 +02003103 ret = ops->create(dev, type);
Scott Wood852b6d52013-04-12 14:08:42 +00003104 if (ret < 0) {
Christoffer Dalla28ebea2016-08-09 19:13:01 +02003105 mutex_unlock(&kvm->lock);
Scott Wood852b6d52013-04-12 14:08:42 +00003106 kfree(dev);
3107 return ret;
3108 }
Christoffer Dalla28ebea2016-08-09 19:13:01 +02003109 list_add(&dev->vm_node, &kvm->devices);
3110 mutex_unlock(&kvm->lock);
Scott Wood852b6d52013-04-12 14:08:42 +00003111
Christoffer Dall023e9fd2016-08-09 19:13:00 +02003112 if (ops->init)
3113 ops->init(dev);
3114
Jann Horncfa39382019-01-26 01:54:33 +01003115 kvm_get_kvm(kvm);
Yann Droneaud24009b02013-08-24 22:14:07 +02003116 ret = anon_inode_getfd(ops->name, &kvm_device_fops, dev, O_RDWR | O_CLOEXEC);
Scott Wood852b6d52013-04-12 14:08:42 +00003117 if (ret < 0) {
Jann Horncfa39382019-01-26 01:54:33 +01003118 kvm_put_kvm(kvm);
Christoffer Dalla28ebea2016-08-09 19:13:01 +02003119 mutex_lock(&kvm->lock);
3120 list_del(&dev->vm_node);
3121 mutex_unlock(&kvm->lock);
Dan Carpentera0f1d212016-11-30 22:21:05 +03003122 ops->destroy(dev);
Scott Wood852b6d52013-04-12 14:08:42 +00003123 return ret;
3124 }
3125
Scott Wood852b6d52013-04-12 14:08:42 +00003126 cd->fd = ret;
3127 return 0;
3128}
3129
Alexander Graf92b591a2014-07-14 18:33:08 +02003130static long kvm_vm_ioctl_check_extension_generic(struct kvm *kvm, long arg)
3131{
3132 switch (arg) {
3133 case KVM_CAP_USER_MEMORY:
3134 case KVM_CAP_DESTROY_MEMORY_REGION_WORKS:
3135 case KVM_CAP_JOIN_MEMORY_REGIONS_WORKS:
Alexander Graf92b591a2014-07-14 18:33:08 +02003136 case KVM_CAP_INTERNAL_ERROR_DATA:
3137#ifdef CONFIG_HAVE_KVM_MSI
3138 case KVM_CAP_SIGNAL_MSI:
3139#endif
Paul Mackerras297e2102014-06-30 20:51:13 +10003140#ifdef CONFIG_HAVE_KVM_IRQFD
Paolo Bonzinidc9be0f2015-03-05 11:54:46 +01003141 case KVM_CAP_IRQFD:
Alexander Graf92b591a2014-07-14 18:33:08 +02003142 case KVM_CAP_IRQFD_RESAMPLE:
3143#endif
Jason Wange9ea5062015-09-15 14:41:59 +08003144 case KVM_CAP_IOEVENTFD_ANY_LENGTH:
Alexander Graf92b591a2014-07-14 18:33:08 +02003145 case KVM_CAP_CHECK_EXTENSION_VM:
Paolo Bonzinie5d83c72017-02-16 10:40:56 +01003146 case KVM_CAP_ENABLE_CAP_VM:
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02003147#ifdef CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT
Peter Xud7547c52019-05-08 17:15:47 +08003148 case KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2:
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02003149#endif
Alexander Graf92b591a2014-07-14 18:33:08 +02003150 return 1;
Paolo Bonzini4b4357e2017-03-31 13:53:23 +02003151#ifdef CONFIG_KVM_MMIO
Paolo Bonzini30422552017-03-31 13:53:22 +02003152 case KVM_CAP_COALESCED_MMIO:
3153 return KVM_COALESCED_MMIO_PAGE_OFFSET;
Peng Hao0804c842018-10-14 07:09:55 +08003154 case KVM_CAP_COALESCED_PIO:
3155 return 1;
Paolo Bonzini30422552017-03-31 13:53:22 +02003156#endif
Alexander Graf92b591a2014-07-14 18:33:08 +02003157#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING
3158 case KVM_CAP_IRQ_ROUTING:
3159 return KVM_MAX_IRQ_ROUTES;
3160#endif
Paolo Bonzinif481b062015-05-17 17:30:37 +02003161#if KVM_ADDRESS_SPACE_NUM > 1
3162 case KVM_CAP_MULTI_ADDRESS_SPACE:
3163 return KVM_ADDRESS_SPACE_NUM;
3164#endif
Paolo Bonzinic110ae52019-03-28 17:24:03 +01003165 case KVM_CAP_NR_MEMSLOTS:
3166 return KVM_USER_MEM_SLOTS;
Alexander Graf92b591a2014-07-14 18:33:08 +02003167 default:
3168 break;
3169 }
3170 return kvm_vm_ioctl_check_extension(kvm, arg);
3171}
3172
Paolo Bonzinie5d83c72017-02-16 10:40:56 +01003173int __attribute__((weak)) kvm_vm_ioctl_enable_cap(struct kvm *kvm,
3174 struct kvm_enable_cap *cap)
3175{
3176 return -EINVAL;
3177}
3178
3179static int kvm_vm_ioctl_enable_cap_generic(struct kvm *kvm,
3180 struct kvm_enable_cap *cap)
3181{
3182 switch (cap->cap) {
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02003183#ifdef CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT
Peter Xud7547c52019-05-08 17:15:47 +08003184 case KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2:
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02003185 if (cap->flags || (cap->args[0] & ~1))
3186 return -EINVAL;
3187 kvm->manual_dirty_log_protect = cap->args[0];
3188 return 0;
3189#endif
Paolo Bonzinie5d83c72017-02-16 10:40:56 +01003190 default:
3191 return kvm_vm_ioctl_enable_cap(kvm, cap);
3192 }
3193}
3194
Avi Kivitybccf2152007-02-21 18:04:26 +02003195static long kvm_vm_ioctl(struct file *filp,
3196 unsigned int ioctl, unsigned long arg)
3197{
3198 struct kvm *kvm = filp->private_data;
3199 void __user *argp = (void __user *)arg;
Carsten Otte1fe779f2007-10-29 16:08:35 +01003200 int r;
Avi Kivitybccf2152007-02-21 18:04:26 +02003201
Avi Kivity6d4e4c42007-11-21 16:41:05 +02003202 if (kvm->mm != current->mm)
3203 return -EIO;
Avi Kivitybccf2152007-02-21 18:04:26 +02003204 switch (ioctl) {
3205 case KVM_CREATE_VCPU:
3206 r = kvm_vm_ioctl_create_vcpu(kvm, arg);
Avi Kivitybccf2152007-02-21 18:04:26 +02003207 break;
Paolo Bonzinie5d83c72017-02-16 10:40:56 +01003208 case KVM_ENABLE_CAP: {
3209 struct kvm_enable_cap cap;
3210
3211 r = -EFAULT;
3212 if (copy_from_user(&cap, argp, sizeof(cap)))
3213 goto out;
3214 r = kvm_vm_ioctl_enable_cap_generic(kvm, &cap);
3215 break;
3216 }
Izik Eidus6fc138d2007-10-09 19:20:39 +02003217 case KVM_SET_USER_MEMORY_REGION: {
3218 struct kvm_userspace_memory_region kvm_userspace_mem;
3219
3220 r = -EFAULT;
3221 if (copy_from_user(&kvm_userspace_mem, argp,
Xiubo Li893bdbf2015-02-26 14:58:19 +08003222 sizeof(kvm_userspace_mem)))
Izik Eidus6fc138d2007-10-09 19:20:39 +02003223 goto out;
3224
Takuya Yoshikawa47ae31e2013-02-27 19:43:00 +09003225 r = kvm_vm_ioctl_set_memory_region(kvm, &kvm_userspace_mem);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003226 break;
3227 }
3228 case KVM_GET_DIRTY_LOG: {
3229 struct kvm_dirty_log log;
3230
3231 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08003232 if (copy_from_user(&log, argp, sizeof(log)))
Avi Kivity6aa8b732006-12-10 02:21:36 -08003233 goto out;
Avi Kivity2c6f5df2007-02-20 18:27:58 +02003234 r = kvm_vm_ioctl_get_dirty_log(kvm, &log);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003235 break;
3236 }
Paolo Bonzini2a31b9d2018-10-23 02:36:47 +02003237#ifdef CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT
3238 case KVM_CLEAR_DIRTY_LOG: {
3239 struct kvm_clear_dirty_log log;
3240
3241 r = -EFAULT;
3242 if (copy_from_user(&log, argp, sizeof(log)))
3243 goto out;
3244 r = kvm_vm_ioctl_clear_dirty_log(kvm, &log);
3245 break;
3246 }
3247#endif
Paolo Bonzini4b4357e2017-03-31 13:53:23 +02003248#ifdef CONFIG_KVM_MMIO
Laurent Vivier5f94c172008-05-30 16:05:54 +02003249 case KVM_REGISTER_COALESCED_MMIO: {
3250 struct kvm_coalesced_mmio_zone zone;
Xiubo Lif95ef0cd2015-02-26 14:58:23 +08003251
Laurent Vivier5f94c172008-05-30 16:05:54 +02003252 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08003253 if (copy_from_user(&zone, argp, sizeof(zone)))
Laurent Vivier5f94c172008-05-30 16:05:54 +02003254 goto out;
Laurent Vivier5f94c172008-05-30 16:05:54 +02003255 r = kvm_vm_ioctl_register_coalesced_mmio(kvm, &zone);
Laurent Vivier5f94c172008-05-30 16:05:54 +02003256 break;
3257 }
3258 case KVM_UNREGISTER_COALESCED_MMIO: {
3259 struct kvm_coalesced_mmio_zone zone;
Xiubo Lif95ef0cd2015-02-26 14:58:23 +08003260
Laurent Vivier5f94c172008-05-30 16:05:54 +02003261 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08003262 if (copy_from_user(&zone, argp, sizeof(zone)))
Laurent Vivier5f94c172008-05-30 16:05:54 +02003263 goto out;
Laurent Vivier5f94c172008-05-30 16:05:54 +02003264 r = kvm_vm_ioctl_unregister_coalesced_mmio(kvm, &zone);
Laurent Vivier5f94c172008-05-30 16:05:54 +02003265 break;
3266 }
3267#endif
Gregory Haskins721eecbf2009-05-20 10:30:49 -04003268 case KVM_IRQFD: {
3269 struct kvm_irqfd data;
3270
3271 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08003272 if (copy_from_user(&data, argp, sizeof(data)))
Gregory Haskins721eecbf2009-05-20 10:30:49 -04003273 goto out;
Alex Williamsond4db2932012-06-29 09:56:08 -06003274 r = kvm_irqfd(kvm, &data);
Gregory Haskins721eecbf2009-05-20 10:30:49 -04003275 break;
3276 }
Gregory Haskinsd34e6b12009-07-07 17:08:49 -04003277 case KVM_IOEVENTFD: {
3278 struct kvm_ioeventfd data;
3279
3280 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08003281 if (copy_from_user(&data, argp, sizeof(data)))
Gregory Haskinsd34e6b12009-07-07 17:08:49 -04003282 goto out;
3283 r = kvm_ioeventfd(kvm, &data);
3284 break;
3285 }
Jan Kiszka07975ad2012-03-29 21:14:12 +02003286#ifdef CONFIG_HAVE_KVM_MSI
3287 case KVM_SIGNAL_MSI: {
3288 struct kvm_msi msi;
3289
3290 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08003291 if (copy_from_user(&msi, argp, sizeof(msi)))
Jan Kiszka07975ad2012-03-29 21:14:12 +02003292 goto out;
3293 r = kvm_send_userspace_msi(kvm, &msi);
3294 break;
3295 }
3296#endif
Christoffer Dall23d43cf2012-07-24 08:51:20 -04003297#ifdef __KVM_HAVE_IRQ_LINE
3298 case KVM_IRQ_LINE_STATUS:
3299 case KVM_IRQ_LINE: {
3300 struct kvm_irq_level irq_event;
3301
3302 r = -EFAULT;
Xiubo Li893bdbf2015-02-26 14:58:19 +08003303 if (copy_from_user(&irq_event, argp, sizeof(irq_event)))
Christoffer Dall23d43cf2012-07-24 08:51:20 -04003304 goto out;
3305
Yang Zhangaa2fbe62013-04-11 19:21:40 +08003306 r = kvm_vm_ioctl_irq_line(kvm, &irq_event,
3307 ioctl == KVM_IRQ_LINE_STATUS);
Christoffer Dall23d43cf2012-07-24 08:51:20 -04003308 if (r)
3309 goto out;
3310
3311 r = -EFAULT;
3312 if (ioctl == KVM_IRQ_LINE_STATUS) {
Xiubo Li893bdbf2015-02-26 14:58:19 +08003313 if (copy_to_user(argp, &irq_event, sizeof(irq_event)))
Christoffer Dall23d43cf2012-07-24 08:51:20 -04003314 goto out;
3315 }
3316
3317 r = 0;
3318 break;
3319 }
3320#endif
Alexander Grafaa8d5942013-04-15 21:12:53 +02003321#ifdef CONFIG_HAVE_KVM_IRQ_ROUTING
3322 case KVM_SET_GSI_ROUTING: {
3323 struct kvm_irq_routing routing;
3324 struct kvm_irq_routing __user *urouting;
Paolo Bonzinif8c1b852016-06-01 14:09:22 +02003325 struct kvm_irq_routing_entry *entries = NULL;
Alexander Grafaa8d5942013-04-15 21:12:53 +02003326
3327 r = -EFAULT;
3328 if (copy_from_user(&routing, argp, sizeof(routing)))
3329 goto out;
3330 r = -EINVAL;
David Hildenbrand5c0aea02017-04-28 17:06:20 +02003331 if (!kvm_arch_can_set_irq_routing(kvm))
3332 goto out;
Xiubo Licaf1ff22016-06-15 18:00:33 +08003333 if (routing.nr > KVM_MAX_IRQ_ROUTES)
Alexander Grafaa8d5942013-04-15 21:12:53 +02003334 goto out;
3335 if (routing.flags)
3336 goto out;
Paolo Bonzinif8c1b852016-06-01 14:09:22 +02003337 if (routing.nr) {
3338 r = -ENOMEM;
Kees Cook42bc47b2018-06-12 14:27:11 -07003339 entries = vmalloc(array_size(sizeof(*entries),
3340 routing.nr));
Paolo Bonzinif8c1b852016-06-01 14:09:22 +02003341 if (!entries)
3342 goto out;
3343 r = -EFAULT;
3344 urouting = argp;
3345 if (copy_from_user(entries, urouting->entries,
3346 routing.nr * sizeof(*entries)))
3347 goto out_free_irq_routing;
3348 }
Alexander Grafaa8d5942013-04-15 21:12:53 +02003349 r = kvm_set_irq_routing(kvm, entries, routing.nr,
3350 routing.flags);
Xiubo Lia642a172015-02-26 14:58:20 +08003351out_free_irq_routing:
Alexander Grafaa8d5942013-04-15 21:12:53 +02003352 vfree(entries);
3353 break;
3354 }
3355#endif /* CONFIG_HAVE_KVM_IRQ_ROUTING */
Scott Wood852b6d52013-04-12 14:08:42 +00003356 case KVM_CREATE_DEVICE: {
3357 struct kvm_create_device cd;
3358
3359 r = -EFAULT;
3360 if (copy_from_user(&cd, argp, sizeof(cd)))
3361 goto out;
3362
3363 r = kvm_ioctl_create_device(kvm, &cd);
3364 if (r)
3365 goto out;
3366
3367 r = -EFAULT;
3368 if (copy_to_user(argp, &cd, sizeof(cd)))
3369 goto out;
3370
3371 r = 0;
3372 break;
3373 }
Alexander Graf92b591a2014-07-14 18:33:08 +02003374 case KVM_CHECK_EXTENSION:
3375 r = kvm_vm_ioctl_check_extension_generic(kvm, arg);
3376 break;
Avi Kivityf17abe92007-02-21 19:28:04 +02003377 default:
Carsten Otte1fe779f2007-10-29 16:08:35 +01003378 r = kvm_arch_vm_ioctl(filp, ioctl, arg);
Avi Kivityf17abe92007-02-21 19:28:04 +02003379 }
3380out:
3381 return r;
3382}
3383
Christian Borntraegerde8e5d72015-02-03 09:35:15 +01003384#ifdef CONFIG_KVM_COMPAT
Arnd Bergmann6ff58942009-10-22 14:19:27 +02003385struct compat_kvm_dirty_log {
3386 __u32 slot;
3387 __u32 padding1;
3388 union {
3389 compat_uptr_t dirty_bitmap; /* one bit per page */
3390 __u64 padding2;
3391 };
3392};
3393
3394static long kvm_vm_compat_ioctl(struct file *filp,
3395 unsigned int ioctl, unsigned long arg)
3396{
3397 struct kvm *kvm = filp->private_data;
3398 int r;
3399
3400 if (kvm->mm != current->mm)
3401 return -EIO;
3402 switch (ioctl) {
3403 case KVM_GET_DIRTY_LOG: {
3404 struct compat_kvm_dirty_log compat_log;
3405 struct kvm_dirty_log log;
3406
Arnd Bergmann6ff58942009-10-22 14:19:27 +02003407 if (copy_from_user(&compat_log, (void __user *)arg,
3408 sizeof(compat_log)))
Markus Elfringf6a3b162017-01-22 11:30:21 +01003409 return -EFAULT;
Arnd Bergmann6ff58942009-10-22 14:19:27 +02003410 log.slot = compat_log.slot;
3411 log.padding1 = compat_log.padding1;
3412 log.padding2 = compat_log.padding2;
3413 log.dirty_bitmap = compat_ptr(compat_log.dirty_bitmap);
3414
3415 r = kvm_vm_ioctl_get_dirty_log(kvm, &log);
Arnd Bergmann6ff58942009-10-22 14:19:27 +02003416 break;
3417 }
3418 default:
3419 r = kvm_vm_ioctl(filp, ioctl, arg);
3420 }
Arnd Bergmann6ff58942009-10-22 14:19:27 +02003421 return r;
3422}
3423#endif
3424
Christian Borntraeger3d3aab12008-12-02 11:17:32 +01003425static struct file_operations kvm_vm_fops = {
Avi Kivityf17abe92007-02-21 19:28:04 +02003426 .release = kvm_vm_release,
3427 .unlocked_ioctl = kvm_vm_ioctl,
Arnd Bergmann6038f372010-08-15 18:52:59 +02003428 .llseek = noop_llseek,
Marc Zyngier7ddfd3e2018-06-17 10:16:21 +01003429 KVM_COMPAT(kvm_vm_compat_ioctl),
Avi Kivityf17abe92007-02-21 19:28:04 +02003430};
3431
Carsten Ottee08b9632012-01-04 10:25:20 +01003432static int kvm_dev_ioctl_create_vm(unsigned long type)
Avi Kivityf17abe92007-02-21 19:28:04 +02003433{
Heiko Carstensaac87632010-10-27 17:22:10 +02003434 int r;
Avi Kivityf17abe92007-02-21 19:28:04 +02003435 struct kvm *kvm;
Al Viro506cfba2016-07-14 18:54:17 +02003436 struct file *file;
Avi Kivityf17abe92007-02-21 19:28:04 +02003437
Carsten Ottee08b9632012-01-04 10:25:20 +01003438 kvm = kvm_create_vm(type);
Avi Kivityd6d28162007-06-28 08:38:16 -04003439 if (IS_ERR(kvm))
3440 return PTR_ERR(kvm);
Paolo Bonzini4b4357e2017-03-31 13:53:23 +02003441#ifdef CONFIG_KVM_MMIO
Takuya Yoshikawa6ce5a092010-03-15 22:13:30 +09003442 r = kvm_coalesced_mmio_init(kvm);
Markus Elfring78588332017-11-21 13:40:17 +01003443 if (r < 0)
3444 goto put_kvm;
Takuya Yoshikawa6ce5a092010-03-15 22:13:30 +09003445#endif
Al Viro506cfba2016-07-14 18:54:17 +02003446 r = get_unused_fd_flags(O_CLOEXEC);
Markus Elfring78588332017-11-21 13:40:17 +01003447 if (r < 0)
3448 goto put_kvm;
3449
Al Viro506cfba2016-07-14 18:54:17 +02003450 file = anon_inode_getfile("kvm-vm", &kvm_vm_fops, kvm, O_RDWR);
3451 if (IS_ERR(file)) {
3452 put_unused_fd(r);
Markus Elfring78588332017-11-21 13:40:17 +01003453 r = PTR_ERR(file);
3454 goto put_kvm;
Al Viro506cfba2016-07-14 18:54:17 +02003455 }
Janosch Frank536a6f82016-05-18 13:26:23 +02003456
Paolo Bonzini525df862017-06-27 15:45:09 +02003457 /*
3458 * Don't call kvm_put_kvm anymore at this point; file->f_op is
3459 * already set, with ->release() being kvm_vm_release(). In error
3460 * cases it will be called by the final fput(file) and will take
3461 * care of doing kvm_put_kvm(kvm).
3462 */
Janosch Frank536a6f82016-05-18 13:26:23 +02003463 if (kvm_create_vm_debugfs(kvm, r) < 0) {
Al Viro506cfba2016-07-14 18:54:17 +02003464 put_unused_fd(r);
3465 fput(file);
Janosch Frank536a6f82016-05-18 13:26:23 +02003466 return -ENOMEM;
3467 }
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02003468 kvm_uevent_notify_change(KVM_EVENT_CREATE_VM, kvm);
Avi Kivityf17abe92007-02-21 19:28:04 +02003469
Al Viro506cfba2016-07-14 18:54:17 +02003470 fd_install(r, file);
Heiko Carstensaac87632010-10-27 17:22:10 +02003471 return r;
Markus Elfring78588332017-11-21 13:40:17 +01003472
3473put_kvm:
3474 kvm_put_kvm(kvm);
3475 return r;
Avi Kivityf17abe92007-02-21 19:28:04 +02003476}
3477
3478static long kvm_dev_ioctl(struct file *filp,
3479 unsigned int ioctl, unsigned long arg)
3480{
Avi Kivity07c45a32007-03-07 13:05:38 +02003481 long r = -EINVAL;
Avi Kivityf17abe92007-02-21 19:28:04 +02003482
3483 switch (ioctl) {
3484 case KVM_GET_API_VERSION:
Avi Kivityf0fe5102007-03-07 13:11:17 +02003485 if (arg)
3486 goto out;
Avi Kivityf17abe92007-02-21 19:28:04 +02003487 r = KVM_API_VERSION;
3488 break;
3489 case KVM_CREATE_VM:
Carsten Ottee08b9632012-01-04 10:25:20 +01003490 r = kvm_dev_ioctl_create_vm(arg);
Avi Kivityf17abe92007-02-21 19:28:04 +02003491 break;
Zhang Xiantao018d00d2007-11-15 23:07:47 +08003492 case KVM_CHECK_EXTENSION:
Alexander Graf784aa3d2014-07-14 18:27:35 +02003493 r = kvm_vm_ioctl_check_extension_generic(NULL, arg);
Avi Kivity5d308f42007-03-01 17:56:20 +02003494 break;
Avi Kivity07c45a32007-03-07 13:05:38 +02003495 case KVM_GET_VCPU_MMAP_SIZE:
Avi Kivity07c45a32007-03-07 13:05:38 +02003496 if (arg)
3497 goto out;
Avi Kivityadb1ff42008-01-24 15:13:08 +02003498 r = PAGE_SIZE; /* struct kvm_run */
3499#ifdef CONFIG_X86
3500 r += PAGE_SIZE; /* pio data page */
3501#endif
Paolo Bonzini4b4357e2017-03-31 13:53:23 +02003502#ifdef CONFIG_KVM_MMIO
Laurent Vivier5f94c172008-05-30 16:05:54 +02003503 r += PAGE_SIZE; /* coalesced mmio ring page */
3504#endif
Avi Kivity07c45a32007-03-07 13:05:38 +02003505 break;
Feng(Eric) Liud4c9ff22008-04-10 08:47:53 -04003506 case KVM_TRACE_ENABLE:
3507 case KVM_TRACE_PAUSE:
3508 case KVM_TRACE_DISABLE:
Marcelo Tosatti2023a292009-06-18 11:47:28 -03003509 r = -EOPNOTSUPP;
Feng(Eric) Liud4c9ff22008-04-10 08:47:53 -04003510 break;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003511 default:
Carsten Otte043405e2007-10-10 17:16:19 +02003512 return kvm_arch_dev_ioctl(filp, ioctl, arg);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003513 }
3514out:
3515 return r;
3516}
3517
Avi Kivity6aa8b732006-12-10 02:21:36 -08003518static struct file_operations kvm_chardev_ops = {
Avi Kivity6aa8b732006-12-10 02:21:36 -08003519 .unlocked_ioctl = kvm_dev_ioctl,
Arnd Bergmann6038f372010-08-15 18:52:59 +02003520 .llseek = noop_llseek,
Marc Zyngier7ddfd3e2018-06-17 10:16:21 +01003521 KVM_COMPAT(kvm_dev_ioctl),
Avi Kivity6aa8b732006-12-10 02:21:36 -08003522};
3523
3524static struct miscdevice kvm_dev = {
Avi Kivitybbe44322007-03-04 13:27:36 +02003525 KVM_MINOR,
Avi Kivity6aa8b732006-12-10 02:21:36 -08003526 "kvm",
3527 &kvm_chardev_ops,
3528};
3529
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09003530static void hardware_enable_nolock(void *junk)
Avi Kivity1b6c0162007-05-24 13:03:52 +03003531{
3532 int cpu = raw_smp_processor_id();
Alexander Graf10474ae2009-09-15 11:37:46 +02003533 int r;
Avi Kivity1b6c0162007-05-24 13:03:52 +03003534
Rusty Russell7f59f492008-12-07 21:25:45 +10303535 if (cpumask_test_cpu(cpu, cpus_hardware_enabled))
Avi Kivity1b6c0162007-05-24 13:03:52 +03003536 return;
Alexander Graf10474ae2009-09-15 11:37:46 +02003537
Rusty Russell7f59f492008-12-07 21:25:45 +10303538 cpumask_set_cpu(cpu, cpus_hardware_enabled);
Alexander Graf10474ae2009-09-15 11:37:46 +02003539
Radim Krčmář13a34e02014-08-28 15:13:03 +02003540 r = kvm_arch_hardware_enable();
Alexander Graf10474ae2009-09-15 11:37:46 +02003541
3542 if (r) {
3543 cpumask_clear_cpu(cpu, cpus_hardware_enabled);
3544 atomic_inc(&hardware_enable_failed);
Xiubo Li1170adc2015-02-26 14:58:26 +08003545 pr_info("kvm: enabling virtualization on CPU%d failed\n", cpu);
Alexander Graf10474ae2009-09-15 11:37:46 +02003546 }
Avi Kivity1b6c0162007-05-24 13:03:52 +03003547}
3548
Thomas Gleixner8c18b2d2016-07-13 17:16:37 +00003549static int kvm_starting_cpu(unsigned int cpu)
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09003550{
Paolo Bonzini4a937f92013-09-10 12:58:35 +02003551 raw_spin_lock(&kvm_count_lock);
Paolo Bonzini4fa92fb2013-09-10 12:57:17 +02003552 if (kvm_usage_count)
3553 hardware_enable_nolock(NULL);
Paolo Bonzini4a937f92013-09-10 12:58:35 +02003554 raw_spin_unlock(&kvm_count_lock);
Thomas Gleixner8c18b2d2016-07-13 17:16:37 +00003555 return 0;
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09003556}
3557
3558static void hardware_disable_nolock(void *junk)
Avi Kivity1b6c0162007-05-24 13:03:52 +03003559{
3560 int cpu = raw_smp_processor_id();
3561
Rusty Russell7f59f492008-12-07 21:25:45 +10303562 if (!cpumask_test_cpu(cpu, cpus_hardware_enabled))
Avi Kivity1b6c0162007-05-24 13:03:52 +03003563 return;
Rusty Russell7f59f492008-12-07 21:25:45 +10303564 cpumask_clear_cpu(cpu, cpus_hardware_enabled);
Radim Krčmář13a34e02014-08-28 15:13:03 +02003565 kvm_arch_hardware_disable();
Avi Kivity1b6c0162007-05-24 13:03:52 +03003566}
3567
Thomas Gleixner8c18b2d2016-07-13 17:16:37 +00003568static int kvm_dying_cpu(unsigned int cpu)
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09003569{
Paolo Bonzini4a937f92013-09-10 12:58:35 +02003570 raw_spin_lock(&kvm_count_lock);
Paolo Bonzini4fa92fb2013-09-10 12:57:17 +02003571 if (kvm_usage_count)
3572 hardware_disable_nolock(NULL);
Paolo Bonzini4a937f92013-09-10 12:58:35 +02003573 raw_spin_unlock(&kvm_count_lock);
Thomas Gleixner8c18b2d2016-07-13 17:16:37 +00003574 return 0;
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09003575}
3576
Alexander Graf10474ae2009-09-15 11:37:46 +02003577static void hardware_disable_all_nolock(void)
3578{
3579 BUG_ON(!kvm_usage_count);
3580
3581 kvm_usage_count--;
3582 if (!kvm_usage_count)
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09003583 on_each_cpu(hardware_disable_nolock, NULL, 1);
Alexander Graf10474ae2009-09-15 11:37:46 +02003584}
3585
3586static void hardware_disable_all(void)
3587{
Paolo Bonzini4a937f92013-09-10 12:58:35 +02003588 raw_spin_lock(&kvm_count_lock);
Alexander Graf10474ae2009-09-15 11:37:46 +02003589 hardware_disable_all_nolock();
Paolo Bonzini4a937f92013-09-10 12:58:35 +02003590 raw_spin_unlock(&kvm_count_lock);
Alexander Graf10474ae2009-09-15 11:37:46 +02003591}
3592
3593static int hardware_enable_all(void)
3594{
3595 int r = 0;
3596
Paolo Bonzini4a937f92013-09-10 12:58:35 +02003597 raw_spin_lock(&kvm_count_lock);
Alexander Graf10474ae2009-09-15 11:37:46 +02003598
3599 kvm_usage_count++;
3600 if (kvm_usage_count == 1) {
3601 atomic_set(&hardware_enable_failed, 0);
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09003602 on_each_cpu(hardware_enable_nolock, NULL, 1);
Alexander Graf10474ae2009-09-15 11:37:46 +02003603
3604 if (atomic_read(&hardware_enable_failed)) {
3605 hardware_disable_all_nolock();
3606 r = -EBUSY;
3607 }
3608 }
3609
Paolo Bonzini4a937f92013-09-10 12:58:35 +02003610 raw_spin_unlock(&kvm_count_lock);
Alexander Graf10474ae2009-09-15 11:37:46 +02003611
3612 return r;
3613}
3614
Rusty Russell9a2b85c2007-07-17 23:17:55 +10003615static int kvm_reboot(struct notifier_block *notifier, unsigned long val,
Mike Dayd77c26f2007-10-08 09:02:08 -04003616 void *v)
Rusty Russell9a2b85c2007-07-17 23:17:55 +10003617{
Sheng Yang8e1c1812009-04-29 11:09:04 +08003618 /*
3619 * Some (well, at least mine) BIOSes hang on reboot if
3620 * in vmx root mode.
3621 *
3622 * And Intel TXT required VMX off for all cpu when system shutdown.
3623 */
Xiubo Li1170adc2015-02-26 14:58:26 +08003624 pr_info("kvm: exiting hardware virtualization\n");
Sheng Yang8e1c1812009-04-29 11:09:04 +08003625 kvm_rebooting = true;
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09003626 on_each_cpu(hardware_disable_nolock, NULL, 1);
Rusty Russell9a2b85c2007-07-17 23:17:55 +10003627 return NOTIFY_OK;
3628}
3629
3630static struct notifier_block kvm_reboot_notifier = {
3631 .notifier_call = kvm_reboot,
3632 .priority = 0,
3633};
3634
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003635static void kvm_io_bus_destroy(struct kvm_io_bus *bus)
Gregory Haskins2eeb2e92007-05-31 14:08:53 -04003636{
3637 int i;
3638
3639 for (i = 0; i < bus->dev_count; i++) {
Sasha Levin743eeb02011-07-27 16:00:48 +03003640 struct kvm_io_device *pos = bus->range[i].dev;
Gregory Haskins2eeb2e92007-05-31 14:08:53 -04003641
3642 kvm_iodevice_destructor(pos);
3643 }
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003644 kfree(bus);
Gregory Haskins2eeb2e92007-05-31 14:08:53 -04003645}
3646
Paolo Bonzinic21fbff2013-08-27 15:41:41 +02003647static inline int kvm_io_bus_cmp(const struct kvm_io_range *r1,
Xiubo Li20e87b72015-02-26 14:58:25 +08003648 const struct kvm_io_range *r2)
Sasha Levin743eeb02011-07-27 16:00:48 +03003649{
Jason Wang8f4216c72015-09-15 14:41:57 +08003650 gpa_t addr1 = r1->addr;
3651 gpa_t addr2 = r2->addr;
3652
3653 if (addr1 < addr2)
Sasha Levin743eeb02011-07-27 16:00:48 +03003654 return -1;
Jason Wang8f4216c72015-09-15 14:41:57 +08003655
3656 /* If r2->len == 0, match the exact address. If r2->len != 0,
3657 * accept any overlapping write. Any order is acceptable for
3658 * overlapping ranges, because kvm_io_bus_get_first_dev ensures
3659 * we process all of them.
3660 */
3661 if (r2->len) {
3662 addr1 += r1->len;
3663 addr2 += r2->len;
3664 }
3665
3666 if (addr1 > addr2)
Sasha Levin743eeb02011-07-27 16:00:48 +03003667 return 1;
Jason Wang8f4216c72015-09-15 14:41:57 +08003668
Sasha Levin743eeb02011-07-27 16:00:48 +03003669 return 0;
3670}
3671
Paolo Bonzinia343c9b2013-07-16 13:03:29 +02003672static int kvm_io_bus_sort_cmp(const void *p1, const void *p2)
3673{
Paolo Bonzinic21fbff2013-08-27 15:41:41 +02003674 return kvm_io_bus_cmp(p1, p2);
Paolo Bonzinia343c9b2013-07-16 13:03:29 +02003675}
3676
Geoff Levand39369f72013-04-05 19:20:30 +00003677static int kvm_io_bus_get_first_dev(struct kvm_io_bus *bus,
Sasha Levin743eeb02011-07-27 16:00:48 +03003678 gpa_t addr, int len)
3679{
3680 struct kvm_io_range *range, key;
3681 int off;
3682
3683 key = (struct kvm_io_range) {
3684 .addr = addr,
3685 .len = len,
3686 };
3687
3688 range = bsearch(&key, bus->range, bus->dev_count,
3689 sizeof(struct kvm_io_range), kvm_io_bus_sort_cmp);
3690 if (range == NULL)
3691 return -ENOENT;
3692
3693 off = range - bus->range;
3694
Paolo Bonzinic21fbff2013-08-27 15:41:41 +02003695 while (off > 0 && kvm_io_bus_cmp(&key, &bus->range[off-1]) == 0)
Sasha Levin743eeb02011-07-27 16:00:48 +03003696 off--;
3697
3698 return off;
3699}
3700
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003701static int __kvm_io_bus_write(struct kvm_vcpu *vcpu, struct kvm_io_bus *bus,
Cornelia Huck126a5af2013-07-03 16:30:53 +02003702 struct kvm_io_range *range, const void *val)
3703{
3704 int idx;
3705
3706 idx = kvm_io_bus_get_first_dev(bus, range->addr, range->len);
3707 if (idx < 0)
3708 return -EOPNOTSUPP;
3709
3710 while (idx < bus->dev_count &&
Paolo Bonzinic21fbff2013-08-27 15:41:41 +02003711 kvm_io_bus_cmp(range, &bus->range[idx]) == 0) {
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003712 if (!kvm_iodevice_write(vcpu, bus->range[idx].dev, range->addr,
Cornelia Huck126a5af2013-07-03 16:30:53 +02003713 range->len, val))
3714 return idx;
3715 idx++;
3716 }
3717
3718 return -EOPNOTSUPP;
3719}
3720
Michael S. Tsirkinbda90202009-06-29 22:24:32 +03003721/* kvm_io_bus_write - called under kvm->slots_lock */
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003722int kvm_io_bus_write(struct kvm_vcpu *vcpu, enum kvm_bus bus_idx, gpa_t addr,
Michael S. Tsirkinbda90202009-06-29 22:24:32 +03003723 int len, const void *val)
Gregory Haskins2eeb2e92007-05-31 14:08:53 -04003724{
Cornelia Huck126a5af2013-07-03 16:30:53 +02003725 struct kvm_io_bus *bus;
3726 struct kvm_io_range range;
3727 int r;
3728
3729 range = (struct kvm_io_range) {
3730 .addr = addr,
3731 .len = len,
3732 };
3733
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003734 bus = srcu_dereference(vcpu->kvm->buses[bus_idx], &vcpu->kvm->srcu);
David Hildenbrand90db1042017-03-23 18:24:19 +01003735 if (!bus)
3736 return -ENOMEM;
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003737 r = __kvm_io_bus_write(vcpu, bus, &range, val);
Cornelia Huck126a5af2013-07-03 16:30:53 +02003738 return r < 0 ? r : 0;
3739}
Leo Yana2420102019-02-22 16:10:09 +08003740EXPORT_SYMBOL_GPL(kvm_io_bus_write);
Cornelia Huck126a5af2013-07-03 16:30:53 +02003741
3742/* kvm_io_bus_write_cookie - called under kvm->slots_lock */
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003743int kvm_io_bus_write_cookie(struct kvm_vcpu *vcpu, enum kvm_bus bus_idx,
3744 gpa_t addr, int len, const void *val, long cookie)
Cornelia Huck126a5af2013-07-03 16:30:53 +02003745{
Lai Jiangshan90d83dc2010-04-19 17:41:23 +08003746 struct kvm_io_bus *bus;
Sasha Levin743eeb02011-07-27 16:00:48 +03003747 struct kvm_io_range range;
3748
3749 range = (struct kvm_io_range) {
3750 .addr = addr,
3751 .len = len,
3752 };
Lai Jiangshan90d83dc2010-04-19 17:41:23 +08003753
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003754 bus = srcu_dereference(vcpu->kvm->buses[bus_idx], &vcpu->kvm->srcu);
David Hildenbrand90db1042017-03-23 18:24:19 +01003755 if (!bus)
3756 return -ENOMEM;
Cornelia Huck126a5af2013-07-03 16:30:53 +02003757
3758 /* First try the device referenced by cookie. */
3759 if ((cookie >= 0) && (cookie < bus->dev_count) &&
Paolo Bonzinic21fbff2013-08-27 15:41:41 +02003760 (kvm_io_bus_cmp(&range, &bus->range[cookie]) == 0))
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003761 if (!kvm_iodevice_write(vcpu, bus->range[cookie].dev, addr, len,
Cornelia Huck126a5af2013-07-03 16:30:53 +02003762 val))
3763 return cookie;
3764
3765 /*
3766 * cookie contained garbage; fall back to search and return the
3767 * correct cookie value.
3768 */
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003769 return __kvm_io_bus_write(vcpu, bus, &range, val);
Cornelia Huck126a5af2013-07-03 16:30:53 +02003770}
3771
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003772static int __kvm_io_bus_read(struct kvm_vcpu *vcpu, struct kvm_io_bus *bus,
3773 struct kvm_io_range *range, void *val)
Cornelia Huck126a5af2013-07-03 16:30:53 +02003774{
3775 int idx;
3776
3777 idx = kvm_io_bus_get_first_dev(bus, range->addr, range->len);
Sasha Levin743eeb02011-07-27 16:00:48 +03003778 if (idx < 0)
3779 return -EOPNOTSUPP;
3780
3781 while (idx < bus->dev_count &&
Paolo Bonzinic21fbff2013-08-27 15:41:41 +02003782 kvm_io_bus_cmp(range, &bus->range[idx]) == 0) {
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003783 if (!kvm_iodevice_read(vcpu, bus->range[idx].dev, range->addr,
Cornelia Huck126a5af2013-07-03 16:30:53 +02003784 range->len, val))
3785 return idx;
Sasha Levin743eeb02011-07-27 16:00:48 +03003786 idx++;
3787 }
3788
Michael S. Tsirkinbda90202009-06-29 22:24:32 +03003789 return -EOPNOTSUPP;
3790}
Gregory Haskins2eeb2e92007-05-31 14:08:53 -04003791
Michael S. Tsirkinbda90202009-06-29 22:24:32 +03003792/* kvm_io_bus_read - called under kvm->slots_lock */
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003793int kvm_io_bus_read(struct kvm_vcpu *vcpu, enum kvm_bus bus_idx, gpa_t addr,
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003794 int len, void *val)
Michael S. Tsirkinbda90202009-06-29 22:24:32 +03003795{
Cornelia Huck126a5af2013-07-03 16:30:53 +02003796 struct kvm_io_bus *bus;
3797 struct kvm_io_range range;
3798 int r;
3799
3800 range = (struct kvm_io_range) {
3801 .addr = addr,
3802 .len = len,
3803 };
3804
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003805 bus = srcu_dereference(vcpu->kvm->buses[bus_idx], &vcpu->kvm->srcu);
David Hildenbrand90db1042017-03-23 18:24:19 +01003806 if (!bus)
3807 return -ENOMEM;
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00003808 r = __kvm_io_bus_read(vcpu, bus, &range, val);
Cornelia Huck126a5af2013-07-03 16:30:53 +02003809 return r < 0 ? r : 0;
3810}
3811
Marcelo Tosatti79fac952009-12-23 14:35:26 -02003812/* Caller must hold slots_lock. */
Sasha Levin743eeb02011-07-27 16:00:48 +03003813int kvm_io_bus_register_dev(struct kvm *kvm, enum kvm_bus bus_idx, gpa_t addr,
3814 int len, struct kvm_io_device *dev)
Michael S. Tsirkin6c474692009-06-29 22:24:26 +03003815{
Gal Hammerd4c67a72018-01-16 15:34:41 +02003816 int i;
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003817 struct kvm_io_bus *new_bus, *bus;
Gal Hammerd4c67a72018-01-16 15:34:41 +02003818 struct kvm_io_range range;
Gregory Haskins090b7af2009-07-07 17:08:44 -04003819
Christian Borntraeger4a12f952017-07-07 10:51:38 +02003820 bus = kvm_get_bus(kvm, bus_idx);
David Hildenbrand90db1042017-03-23 18:24:19 +01003821 if (!bus)
3822 return -ENOMEM;
3823
Amos Kong6ea34c92013-05-25 06:44:15 +08003824 /* exclude ioeventfd which is limited by maximum fd */
3825 if (bus->dev_count - bus->ioeventfd_count > NR_IOBUS_DEVS - 1)
Gregory Haskins090b7af2009-07-07 17:08:44 -04003826 return -ENOSPC;
3827
Gustavo A. R. Silva90952cd2019-01-30 17:07:47 +01003828 new_bus = kmalloc(struct_size(bus, range, bus->dev_count + 1),
Ben Gardonb12ce362019-02-11 11:02:49 -08003829 GFP_KERNEL_ACCOUNT);
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003830 if (!new_bus)
3831 return -ENOMEM;
Gal Hammerd4c67a72018-01-16 15:34:41 +02003832
3833 range = (struct kvm_io_range) {
3834 .addr = addr,
3835 .len = len,
3836 .dev = dev,
3837 };
3838
3839 for (i = 0; i < bus->dev_count; i++)
3840 if (kvm_io_bus_cmp(&bus->range[i], &range) > 0)
3841 break;
3842
3843 memcpy(new_bus, bus, sizeof(*bus) + i * sizeof(struct kvm_io_range));
3844 new_bus->dev_count++;
3845 new_bus->range[i] = range;
3846 memcpy(new_bus->range + i + 1, bus->range + i,
3847 (bus->dev_count - i) * sizeof(struct kvm_io_range));
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003848 rcu_assign_pointer(kvm->buses[bus_idx], new_bus);
3849 synchronize_srcu_expedited(&kvm->srcu);
3850 kfree(bus);
Gregory Haskins090b7af2009-07-07 17:08:44 -04003851
3852 return 0;
3853}
3854
Marcelo Tosatti79fac952009-12-23 14:35:26 -02003855/* Caller must hold slots_lock. */
David Hildenbrand90db1042017-03-23 18:24:19 +01003856void kvm_io_bus_unregister_dev(struct kvm *kvm, enum kvm_bus bus_idx,
3857 struct kvm_io_device *dev)
Gregory Haskins090b7af2009-07-07 17:08:44 -04003858{
David Hildenbrand90db1042017-03-23 18:24:19 +01003859 int i;
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003860 struct kvm_io_bus *new_bus, *bus;
Michael S. Tsirkin6c474692009-06-29 22:24:26 +03003861
Christian Borntraeger4a12f952017-07-07 10:51:38 +02003862 bus = kvm_get_bus(kvm, bus_idx);
Peter Xudf630b82017-03-15 16:01:17 +08003863 if (!bus)
David Hildenbrand90db1042017-03-23 18:24:19 +01003864 return;
Peter Xudf630b82017-03-15 16:01:17 +08003865
Amos Konga13007162012-03-09 12:17:32 +08003866 for (i = 0; i < bus->dev_count; i++)
3867 if (bus->range[i].dev == dev) {
Gregory Haskins090b7af2009-07-07 17:08:44 -04003868 break;
3869 }
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003870
David Hildenbrand90db1042017-03-23 18:24:19 +01003871 if (i == bus->dev_count)
3872 return;
Amos Konga13007162012-03-09 12:17:32 +08003873
Gustavo A. R. Silva90952cd2019-01-30 17:07:47 +01003874 new_bus = kmalloc(struct_size(bus, range, bus->dev_count - 1),
Ben Gardonb12ce362019-02-11 11:02:49 -08003875 GFP_KERNEL_ACCOUNT);
David Hildenbrand90db1042017-03-23 18:24:19 +01003876 if (!new_bus) {
3877 pr_err("kvm: failed to shrink bus, removing it completely\n");
3878 goto broken;
3879 }
Amos Konga13007162012-03-09 12:17:32 +08003880
3881 memcpy(new_bus, bus, sizeof(*bus) + i * sizeof(struct kvm_io_range));
3882 new_bus->dev_count--;
3883 memcpy(new_bus->range + i, bus->range + i + 1,
3884 (new_bus->dev_count - i) * sizeof(struct kvm_io_range));
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003885
David Hildenbrand90db1042017-03-23 18:24:19 +01003886broken:
Marcelo Tosattie93f8a02009-12-23 14:35:24 -02003887 rcu_assign_pointer(kvm->buses[bus_idx], new_bus);
3888 synchronize_srcu_expedited(&kvm->srcu);
3889 kfree(bus);
David Hildenbrand90db1042017-03-23 18:24:19 +01003890 return;
Gregory Haskins2eeb2e92007-05-31 14:08:53 -04003891}
3892
Andre Przywara8a39d002016-07-15 12:43:26 +01003893struct kvm_io_device *kvm_io_bus_get_dev(struct kvm *kvm, enum kvm_bus bus_idx,
3894 gpa_t addr)
3895{
3896 struct kvm_io_bus *bus;
3897 int dev_idx, srcu_idx;
3898 struct kvm_io_device *iodev = NULL;
3899
3900 srcu_idx = srcu_read_lock(&kvm->srcu);
3901
3902 bus = srcu_dereference(kvm->buses[bus_idx], &kvm->srcu);
David Hildenbrand90db1042017-03-23 18:24:19 +01003903 if (!bus)
3904 goto out_unlock;
Andre Przywara8a39d002016-07-15 12:43:26 +01003905
3906 dev_idx = kvm_io_bus_get_first_dev(bus, addr, 1);
3907 if (dev_idx < 0)
3908 goto out_unlock;
3909
3910 iodev = bus->range[dev_idx].dev;
3911
3912out_unlock:
3913 srcu_read_unlock(&kvm->srcu, srcu_idx);
3914
3915 return iodev;
3916}
3917EXPORT_SYMBOL_GPL(kvm_io_bus_get_dev);
3918
Janosch Frank536a6f82016-05-18 13:26:23 +02003919static int kvm_debugfs_open(struct inode *inode, struct file *file,
3920 int (*get)(void *, u64 *), int (*set)(void *, u64),
3921 const char *fmt)
3922{
3923 struct kvm_stat_data *stat_data = (struct kvm_stat_data *)
3924 inode->i_private;
3925
3926 /* The debugfs files are a reference to the kvm struct which
3927 * is still valid when kvm_destroy_vm is called.
3928 * To avoid the race between open and the removal of the debugfs
3929 * directory we test against the users count.
3930 */
Elena Reshetovae3736c32017-02-20 13:06:21 +02003931 if (!refcount_inc_not_zero(&stat_data->kvm->users_count))
Janosch Frank536a6f82016-05-18 13:26:23 +02003932 return -ENOENT;
3933
3934 if (simple_attr_open(inode, file, get, set, fmt)) {
3935 kvm_put_kvm(stat_data->kvm);
3936 return -ENOMEM;
3937 }
3938
3939 return 0;
3940}
3941
3942static int kvm_debugfs_release(struct inode *inode, struct file *file)
3943{
3944 struct kvm_stat_data *stat_data = (struct kvm_stat_data *)
3945 inode->i_private;
3946
3947 simple_attr_release(inode, file);
3948 kvm_put_kvm(stat_data->kvm);
3949
3950 return 0;
3951}
3952
3953static int vm_stat_get_per_vm(void *data, u64 *val)
3954{
3955 struct kvm_stat_data *stat_data = (struct kvm_stat_data *)data;
3956
Suraj Jitindar Singh8a7e75d2016-08-02 14:03:22 +10003957 *val = *(ulong *)((void *)stat_data->kvm + stat_data->offset);
Janosch Frank536a6f82016-05-18 13:26:23 +02003958
3959 return 0;
3960}
3961
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11003962static int vm_stat_clear_per_vm(void *data, u64 val)
3963{
3964 struct kvm_stat_data *stat_data = (struct kvm_stat_data *)data;
3965
3966 if (val)
3967 return -EINVAL;
3968
3969 *(ulong *)((void *)stat_data->kvm + stat_data->offset) = 0;
3970
3971 return 0;
3972}
3973
Janosch Frank536a6f82016-05-18 13:26:23 +02003974static int vm_stat_get_per_vm_open(struct inode *inode, struct file *file)
3975{
3976 __simple_attr_check_format("%llu\n", 0ull);
3977 return kvm_debugfs_open(inode, file, vm_stat_get_per_vm,
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11003978 vm_stat_clear_per_vm, "%llu\n");
Janosch Frank536a6f82016-05-18 13:26:23 +02003979}
3980
3981static const struct file_operations vm_stat_get_per_vm_fops = {
3982 .owner = THIS_MODULE,
3983 .open = vm_stat_get_per_vm_open,
3984 .release = kvm_debugfs_release,
3985 .read = simple_attr_read,
3986 .write = simple_attr_write,
Geliang Tang3bed8882017-05-06 23:37:19 +08003987 .llseek = no_llseek,
Janosch Frank536a6f82016-05-18 13:26:23 +02003988};
3989
3990static int vcpu_stat_get_per_vm(void *data, u64 *val)
3991{
3992 int i;
3993 struct kvm_stat_data *stat_data = (struct kvm_stat_data *)data;
3994 struct kvm_vcpu *vcpu;
3995
3996 *val = 0;
3997
3998 kvm_for_each_vcpu(i, vcpu, stat_data->kvm)
Suraj Jitindar Singh8a7e75d2016-08-02 14:03:22 +10003999 *val += *(u64 *)((void *)vcpu + stat_data->offset);
Janosch Frank536a6f82016-05-18 13:26:23 +02004000
4001 return 0;
4002}
4003
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11004004static int vcpu_stat_clear_per_vm(void *data, u64 val)
4005{
4006 int i;
4007 struct kvm_stat_data *stat_data = (struct kvm_stat_data *)data;
4008 struct kvm_vcpu *vcpu;
4009
4010 if (val)
4011 return -EINVAL;
4012
4013 kvm_for_each_vcpu(i, vcpu, stat_data->kvm)
4014 *(u64 *)((void *)vcpu + stat_data->offset) = 0;
4015
4016 return 0;
4017}
4018
Janosch Frank536a6f82016-05-18 13:26:23 +02004019static int vcpu_stat_get_per_vm_open(struct inode *inode, struct file *file)
4020{
4021 __simple_attr_check_format("%llu\n", 0ull);
4022 return kvm_debugfs_open(inode, file, vcpu_stat_get_per_vm,
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11004023 vcpu_stat_clear_per_vm, "%llu\n");
Janosch Frank536a6f82016-05-18 13:26:23 +02004024}
4025
4026static const struct file_operations vcpu_stat_get_per_vm_fops = {
4027 .owner = THIS_MODULE,
4028 .open = vcpu_stat_get_per_vm_open,
4029 .release = kvm_debugfs_release,
4030 .read = simple_attr_read,
4031 .write = simple_attr_write,
Geliang Tang3bed8882017-05-06 23:37:19 +08004032 .llseek = no_llseek,
Janosch Frank536a6f82016-05-18 13:26:23 +02004033};
4034
4035static const struct file_operations *stat_fops_per_vm[] = {
4036 [KVM_STAT_VCPU] = &vcpu_stat_get_per_vm_fops,
4037 [KVM_STAT_VM] = &vm_stat_get_per_vm_fops,
4038};
4039
Christoph Hellwig8b88b092008-02-08 04:20:26 -08004040static int vm_stat_get(void *_offset, u64 *val)
Avi Kivityba1389b2007-11-18 16:24:12 +02004041{
4042 unsigned offset = (long)_offset;
Avi Kivityba1389b2007-11-18 16:24:12 +02004043 struct kvm *kvm;
Janosch Frank536a6f82016-05-18 13:26:23 +02004044 struct kvm_stat_data stat_tmp = {.offset = offset};
4045 u64 tmp_val;
Avi Kivityba1389b2007-11-18 16:24:12 +02004046
Christoph Hellwig8b88b092008-02-08 04:20:26 -08004047 *val = 0;
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004048 mutex_lock(&kvm_lock);
Janosch Frank536a6f82016-05-18 13:26:23 +02004049 list_for_each_entry(kvm, &vm_list, vm_list) {
4050 stat_tmp.kvm = kvm;
4051 vm_stat_get_per_vm((void *)&stat_tmp, &tmp_val);
4052 *val += tmp_val;
4053 }
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004054 mutex_unlock(&kvm_lock);
Christoph Hellwig8b88b092008-02-08 04:20:26 -08004055 return 0;
Avi Kivityba1389b2007-11-18 16:24:12 +02004056}
4057
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11004058static int vm_stat_clear(void *_offset, u64 val)
4059{
4060 unsigned offset = (long)_offset;
4061 struct kvm *kvm;
4062 struct kvm_stat_data stat_tmp = {.offset = offset};
4063
4064 if (val)
4065 return -EINVAL;
4066
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004067 mutex_lock(&kvm_lock);
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11004068 list_for_each_entry(kvm, &vm_list, vm_list) {
4069 stat_tmp.kvm = kvm;
4070 vm_stat_clear_per_vm((void *)&stat_tmp, 0);
4071 }
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004072 mutex_unlock(&kvm_lock);
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11004073
4074 return 0;
4075}
4076
4077DEFINE_SIMPLE_ATTRIBUTE(vm_stat_fops, vm_stat_get, vm_stat_clear, "%llu\n");
Avi Kivityba1389b2007-11-18 16:24:12 +02004078
Christoph Hellwig8b88b092008-02-08 04:20:26 -08004079static int vcpu_stat_get(void *_offset, u64 *val)
Avi Kivity1165f5f2007-04-19 17:27:43 +03004080{
4081 unsigned offset = (long)_offset;
Avi Kivity1165f5f2007-04-19 17:27:43 +03004082 struct kvm *kvm;
Janosch Frank536a6f82016-05-18 13:26:23 +02004083 struct kvm_stat_data stat_tmp = {.offset = offset};
4084 u64 tmp_val;
Avi Kivity1165f5f2007-04-19 17:27:43 +03004085
Christoph Hellwig8b88b092008-02-08 04:20:26 -08004086 *val = 0;
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004087 mutex_lock(&kvm_lock);
Janosch Frank536a6f82016-05-18 13:26:23 +02004088 list_for_each_entry(kvm, &vm_list, vm_list) {
4089 stat_tmp.kvm = kvm;
4090 vcpu_stat_get_per_vm((void *)&stat_tmp, &tmp_val);
4091 *val += tmp_val;
4092 }
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004093 mutex_unlock(&kvm_lock);
Christoph Hellwig8b88b092008-02-08 04:20:26 -08004094 return 0;
Avi Kivity1165f5f2007-04-19 17:27:43 +03004095}
4096
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11004097static int vcpu_stat_clear(void *_offset, u64 val)
4098{
4099 unsigned offset = (long)_offset;
4100 struct kvm *kvm;
4101 struct kvm_stat_data stat_tmp = {.offset = offset};
4102
4103 if (val)
4104 return -EINVAL;
4105
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004106 mutex_lock(&kvm_lock);
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11004107 list_for_each_entry(kvm, &vm_list, vm_list) {
4108 stat_tmp.kvm = kvm;
4109 vcpu_stat_clear_per_vm((void *)&stat_tmp, 0);
4110 }
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004111 mutex_unlock(&kvm_lock);
Suraj Jitindar Singhce35ef22016-10-19 13:49:47 +11004112
4113 return 0;
4114}
4115
4116DEFINE_SIMPLE_ATTRIBUTE(vcpu_stat_fops, vcpu_stat_get, vcpu_stat_clear,
4117 "%llu\n");
Avi Kivityba1389b2007-11-18 16:24:12 +02004118
Alexey Dobriyan828c0952009-10-01 15:43:56 -07004119static const struct file_operations *stat_fops[] = {
Avi Kivityba1389b2007-11-18 16:24:12 +02004120 [KVM_STAT_VCPU] = &vcpu_stat_fops,
4121 [KVM_STAT_VM] = &vm_stat_fops,
4122};
Avi Kivity1165f5f2007-04-19 17:27:43 +03004123
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004124static void kvm_uevent_notify_change(unsigned int type, struct kvm *kvm)
4125{
4126 struct kobj_uevent_env *env;
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004127 unsigned long long created, active;
4128
4129 if (!kvm_dev.this_device || !kvm)
4130 return;
4131
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004132 mutex_lock(&kvm_lock);
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004133 if (type == KVM_EVENT_CREATE_VM) {
4134 kvm_createvm_count++;
4135 kvm_active_vms++;
4136 } else if (type == KVM_EVENT_DESTROY_VM) {
4137 kvm_active_vms--;
4138 }
4139 created = kvm_createvm_count;
4140 active = kvm_active_vms;
Junaid Shahid0d9ce162019-01-03 17:14:28 -08004141 mutex_unlock(&kvm_lock);
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004142
Ben Gardonb12ce362019-02-11 11:02:49 -08004143 env = kzalloc(sizeof(*env), GFP_KERNEL_ACCOUNT);
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004144 if (!env)
4145 return;
4146
4147 add_uevent_var(env, "CREATED=%llu", created);
4148 add_uevent_var(env, "COUNT=%llu", active);
4149
Claudio Imbrendafdeaf7e2017-07-24 13:40:03 +02004150 if (type == KVM_EVENT_CREATE_VM) {
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004151 add_uevent_var(env, "EVENT=create");
Claudio Imbrendafdeaf7e2017-07-24 13:40:03 +02004152 kvm->userspace_pid = task_pid_nr(current);
4153 } else if (type == KVM_EVENT_DESTROY_VM) {
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004154 add_uevent_var(env, "EVENT=destroy");
Claudio Imbrendafdeaf7e2017-07-24 13:40:03 +02004155 }
4156 add_uevent_var(env, "PID=%d", kvm->userspace_pid);
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004157
Greg Kroah-Hartman8ed05792019-02-28 16:34:37 +01004158 if (!IS_ERR_OR_NULL(kvm->debugfs_dentry)) {
Ben Gardonb12ce362019-02-11 11:02:49 -08004159 char *tmp, *p = kmalloc(PATH_MAX, GFP_KERNEL_ACCOUNT);
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004160
Claudio Imbrendafdeaf7e2017-07-24 13:40:03 +02004161 if (p) {
4162 tmp = dentry_path_raw(kvm->debugfs_dentry, p, PATH_MAX);
4163 if (!IS_ERR(tmp))
4164 add_uevent_var(env, "STATS_PATH=%s", tmp);
4165 kfree(p);
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004166 }
4167 }
4168 /* no need for checks, since we are adding at most only 5 keys */
4169 env->envp[env->envp_idx++] = NULL;
4170 kobject_uevent_env(&kvm_dev.this_device->kobj, KOBJ_CHANGE, env->envp);
4171 kfree(env);
Claudio Imbrenda286de8f2017-07-12 17:56:44 +02004172}
4173
Greg Kroah-Hartman929f45e2018-05-29 18:22:04 +02004174static void kvm_init_debug(void)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004175{
4176 struct kvm_stats_debugfs_item *p;
4177
Hollis Blanchard76f7c872008-04-15 16:05:42 -05004178 kvm_debugfs_dir = debugfs_create_dir("kvm", NULL);
Hamo4f69b682011-12-15 14:23:16 +08004179
Janosch Frank536a6f82016-05-18 13:26:23 +02004180 kvm_debugfs_num_entries = 0;
4181 for (p = debugfs_entries; p->name; ++p, kvm_debugfs_num_entries++) {
Greg Kroah-Hartman929f45e2018-05-29 18:22:04 +02004182 debugfs_create_file(p->name, 0644, kvm_debugfs_dir,
4183 (void *)(long)p->offset,
4184 stat_fops[p->kind]);
Hamo4f69b682011-12-15 14:23:16 +08004185 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08004186}
4187
Rafael J. Wysockifb3600c2011-03-23 22:16:23 +01004188static int kvm_suspend(void)
Avi Kivity59ae6c62007-02-12 00:54:48 -08004189{
Alexander Graf10474ae2009-09-15 11:37:46 +02004190 if (kvm_usage_count)
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09004191 hardware_disable_nolock(NULL);
Avi Kivity59ae6c62007-02-12 00:54:48 -08004192 return 0;
4193}
4194
Rafael J. Wysockifb3600c2011-03-23 22:16:23 +01004195static void kvm_resume(void)
Avi Kivity59ae6c62007-02-12 00:54:48 -08004196{
Zachary Amsdenca84d1a2010-08-19 22:07:28 -10004197 if (kvm_usage_count) {
Wanpeng Li2eb06c32019-05-17 16:49:49 +08004198#ifdef CONFIG_LOCKDEP
4199 WARN_ON(lockdep_is_held(&kvm_count_lock));
4200#endif
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09004201 hardware_enable_nolock(NULL);
Zachary Amsdenca84d1a2010-08-19 22:07:28 -10004202 }
Avi Kivity59ae6c62007-02-12 00:54:48 -08004203}
4204
Rafael J. Wysockifb3600c2011-03-23 22:16:23 +01004205static struct syscore_ops kvm_syscore_ops = {
Avi Kivity59ae6c62007-02-12 00:54:48 -08004206 .suspend = kvm_suspend,
4207 .resume = kvm_resume,
4208};
4209
Avi Kivity15ad7142007-07-11 18:17:21 +03004210static inline
4211struct kvm_vcpu *preempt_notifier_to_vcpu(struct preempt_notifier *pn)
4212{
4213 return container_of(pn, struct kvm_vcpu, preempt_notifier);
4214}
4215
4216static void kvm_sched_in(struct preempt_notifier *pn, int cpu)
4217{
4218 struct kvm_vcpu *vcpu = preempt_notifier_to_vcpu(pn);
Xiubo Lif95ef0cd2015-02-26 14:58:23 +08004219
Wanpeng Li046ddee2019-08-01 11:30:14 +08004220 WRITE_ONCE(vcpu->preempted, false);
Wanpeng Lid73eb572019-07-18 19:39:06 +08004221 WRITE_ONCE(vcpu->ready, false);
Avi Kivity15ad7142007-07-11 18:17:21 +03004222
Radim Krčmáře790d9e2014-08-21 18:08:05 +02004223 kvm_arch_sched_in(vcpu, cpu);
4224
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +08004225 kvm_arch_vcpu_load(vcpu, cpu);
Avi Kivity15ad7142007-07-11 18:17:21 +03004226}
4227
4228static void kvm_sched_out(struct preempt_notifier *pn,
4229 struct task_struct *next)
4230{
4231 struct kvm_vcpu *vcpu = preempt_notifier_to_vcpu(pn);
4232
Wanpeng Lid73eb572019-07-18 19:39:06 +08004233 if (current->state == TASK_RUNNING) {
Wanpeng Li046ddee2019-08-01 11:30:14 +08004234 WRITE_ONCE(vcpu->preempted, true);
Wanpeng Lid73eb572019-07-18 19:39:06 +08004235 WRITE_ONCE(vcpu->ready, true);
4236 }
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +08004237 kvm_arch_vcpu_put(vcpu);
Avi Kivity15ad7142007-07-11 18:17:21 +03004238}
4239
Sean Christophersonf257d6d2019-04-19 22:18:17 -07004240static void check_processor_compat(void *rtn)
4241{
4242 *(int *)rtn = kvm_arch_check_processor_compat();
4243}
4244
Avi Kivity0ee75be2010-04-28 15:39:01 +03004245int kvm_init(void *opaque, unsigned vcpu_size, unsigned vcpu_align,
Rusty Russellc16f8622007-07-30 21:12:19 +10004246 struct module *module)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004247{
4248 int r;
Yang, Sheng002c7f72007-07-31 14:23:01 +03004249 int cpu;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004250
Zhang Xiantaof8c16bb2007-11-14 20:40:21 +08004251 r = kvm_arch_init(opaque);
4252 if (r)
Zhang Xiantaod23087842007-11-29 15:35:39 +08004253 goto out_fail;
Zhang Xiantaocb498ea2007-11-14 20:39:31 +08004254
Asias He7dac16c2013-05-08 10:57:29 +08004255 /*
4256 * kvm_arch_init makes sure there's at most one caller
4257 * for architectures that support multiple implementations,
4258 * like intel and amd on x86.
Paolo Bonzini36343f62016-10-26 13:35:56 +02004259 * kvm_arch_init must be called before kvm_irqfd_init to avoid creating
4260 * conflicts in case kvm is already setup for another implementation.
Asias He7dac16c2013-05-08 10:57:29 +08004261 */
Paolo Bonzini36343f62016-10-26 13:35:56 +02004262 r = kvm_irqfd_init();
4263 if (r)
4264 goto out_irqfd;
Asias He7dac16c2013-05-08 10:57:29 +08004265
Avi Kivity8437a6172009-06-06 14:52:35 -07004266 if (!zalloc_cpumask_var(&cpus_hardware_enabled, GFP_KERNEL)) {
Rusty Russell7f59f492008-12-07 21:25:45 +10304267 r = -ENOMEM;
4268 goto out_free_0;
4269 }
4270
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +08004271 r = kvm_arch_hardware_setup();
Avi Kivity6aa8b732006-12-10 02:21:36 -08004272 if (r < 0)
Rusty Russell7f59f492008-12-07 21:25:45 +10304273 goto out_free_0a;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004274
Yang, Sheng002c7f72007-07-31 14:23:01 +03004275 for_each_online_cpu(cpu) {
Sean Christophersonf257d6d2019-04-19 22:18:17 -07004276 smp_call_function_single(cpu, check_processor_compat, &r, 1);
Yang, Sheng002c7f72007-07-31 14:23:01 +03004277 if (r < 0)
Zhang Xiantaod23087842007-11-29 15:35:39 +08004278 goto out_free_1;
Yang, Sheng002c7f72007-07-31 14:23:01 +03004279 }
4280
Thomas Gleixner73c1b412016-12-21 20:19:54 +01004281 r = cpuhp_setup_state_nocalls(CPUHP_AP_KVM_STARTING, "kvm/cpu:starting",
Thomas Gleixner8c18b2d2016-07-13 17:16:37 +00004282 kvm_starting_cpu, kvm_dying_cpu);
Avi Kivity774c47f2007-02-12 00:54:47 -08004283 if (r)
Zhang Xiantaod23087842007-11-29 15:35:39 +08004284 goto out_free_2;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004285 register_reboot_notifier(&kvm_reboot_notifier);
4286
Rusty Russellc16f8622007-07-30 21:12:19 +10004287 /* A kmem cache lets us meet the alignment requirements of fx_save. */
Avi Kivity0ee75be2010-04-28 15:39:01 +03004288 if (!vcpu_align)
4289 vcpu_align = __alignof__(struct kvm_vcpu);
Paolo Bonzini46515732017-10-26 15:45:46 +02004290 kvm_vcpu_cache =
4291 kmem_cache_create_usercopy("kvm_vcpu", vcpu_size, vcpu_align,
4292 SLAB_ACCOUNT,
4293 offsetof(struct kvm_vcpu, arch),
4294 sizeof_field(struct kvm_vcpu, arch),
4295 NULL);
Rusty Russellc16f8622007-07-30 21:12:19 +10004296 if (!kvm_vcpu_cache) {
4297 r = -ENOMEM;
Rafael J. Wysockifb3600c2011-03-23 22:16:23 +01004298 goto out_free_3;
Rusty Russellc16f8622007-07-30 21:12:19 +10004299 }
4300
Gleb Natapovaf585b92010-10-14 11:22:46 +02004301 r = kvm_async_pf_init();
4302 if (r)
4303 goto out_free;
4304
Avi Kivity6aa8b732006-12-10 02:21:36 -08004305 kvm_chardev_ops.owner = module;
Christian Borntraeger3d3aab12008-12-02 11:17:32 +01004306 kvm_vm_fops.owner = module;
4307 kvm_vcpu_fops.owner = module;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004308
4309 r = misc_register(&kvm_dev);
4310 if (r) {
Xiubo Li1170adc2015-02-26 14:58:26 +08004311 pr_err("kvm: misc device register failed\n");
Gleb Natapovaf585b92010-10-14 11:22:46 +02004312 goto out_unreg;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004313 }
4314
Rafael J. Wysockifb3600c2011-03-23 22:16:23 +01004315 register_syscore_ops(&kvm_syscore_ops);
4316
Avi Kivity15ad7142007-07-11 18:17:21 +03004317 kvm_preempt_ops.sched_in = kvm_sched_in;
4318 kvm_preempt_ops.sched_out = kvm_sched_out;
4319
Greg Kroah-Hartman929f45e2018-05-29 18:22:04 +02004320 kvm_init_debug();
Darrick J. Wong0ea4ed82009-10-14 16:21:00 -07004321
Paolo Bonzini3c3c29f2014-09-24 13:02:46 +02004322 r = kvm_vfio_ops_init();
4323 WARN_ON(r);
4324
Avi Kivityc7addb92007-09-16 18:58:32 +02004325 return 0;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004326
Gleb Natapovaf585b92010-10-14 11:22:46 +02004327out_unreg:
4328 kvm_async_pf_deinit();
Avi Kivity6aa8b732006-12-10 02:21:36 -08004329out_free:
Rusty Russellc16f8622007-07-30 21:12:19 +10004330 kmem_cache_destroy(kvm_vcpu_cache);
Zhang Xiantaod23087842007-11-29 15:35:39 +08004331out_free_3:
Avi Kivity6aa8b732006-12-10 02:21:36 -08004332 unregister_reboot_notifier(&kvm_reboot_notifier);
Thomas Gleixner8c18b2d2016-07-13 17:16:37 +00004333 cpuhp_remove_state_nocalls(CPUHP_AP_KVM_STARTING);
Zhang Xiantaod23087842007-11-29 15:35:39 +08004334out_free_2:
Zhang Xiantaod23087842007-11-29 15:35:39 +08004335out_free_1:
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +08004336 kvm_arch_hardware_unsetup();
Rusty Russell7f59f492008-12-07 21:25:45 +10304337out_free_0a:
4338 free_cpumask_var(cpus_hardware_enabled);
Zhang Xiantaod23087842007-11-29 15:35:39 +08004339out_free_0:
Cornelia Hucka0f155e2013-02-28 12:33:18 +01004340 kvm_irqfd_exit();
Paolo Bonzini36343f62016-10-26 13:35:56 +02004341out_irqfd:
Asias He7dac16c2013-05-08 10:57:29 +08004342 kvm_arch_exit();
4343out_fail:
Avi Kivity6aa8b732006-12-10 02:21:36 -08004344 return r;
4345}
Zhang Xiantaocb498ea2007-11-14 20:39:31 +08004346EXPORT_SYMBOL_GPL(kvm_init);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004347
Zhang Xiantaocb498ea2007-11-14 20:39:31 +08004348void kvm_exit(void)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004349{
Janosch Frank4bd33b52015-10-14 12:37:35 +02004350 debugfs_remove_recursive(kvm_debugfs_dir);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004351 misc_deregister(&kvm_dev);
Rusty Russellc16f8622007-07-30 21:12:19 +10004352 kmem_cache_destroy(kvm_vcpu_cache);
Gleb Natapovaf585b92010-10-14 11:22:46 +02004353 kvm_async_pf_deinit();
Rafael J. Wysockifb3600c2011-03-23 22:16:23 +01004354 unregister_syscore_ops(&kvm_syscore_ops);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004355 unregister_reboot_notifier(&kvm_reboot_notifier);
Thomas Gleixner8c18b2d2016-07-13 17:16:37 +00004356 cpuhp_remove_state_nocalls(CPUHP_AP_KVM_STARTING);
Takuya Yoshikawa75b71272010-11-16 17:37:41 +09004357 on_each_cpu(hardware_disable_nolock, NULL, 1);
Zhang Xiantaoe9b11c12007-11-14 20:38:21 +08004358 kvm_arch_hardware_unsetup();
Zhang Xiantaof8c16bb2007-11-14 20:40:21 +08004359 kvm_arch_exit();
Cornelia Hucka0f155e2013-02-28 12:33:18 +01004360 kvm_irqfd_exit();
Rusty Russell7f59f492008-12-07 21:25:45 +10304361 free_cpumask_var(cpus_hardware_enabled);
Wanpeng Li571ee1b2014-10-09 18:30:08 +08004362 kvm_vfio_ops_exit();
Avi Kivity6aa8b732006-12-10 02:21:36 -08004363}
Zhang Xiantaocb498ea2007-11-14 20:39:31 +08004364EXPORT_SYMBOL_GPL(kvm_exit);