blob: 2e2685424fdc53f14537c089d68cd675ce6aaa2b [file] [log] [blame]
Avi Kivity6aa8b732006-12-10 02:21:36 -08001/*
2 * Kernel-based Virtual Machine driver for Linux
3 *
4 * This module enables machines with Intel VT-x extensions to run virtual
5 * machines without emulation or binary translation.
6 *
7 * Copyright (C) 2006 Qumranet, Inc.
Nicolas Kaiser9611c182010-10-06 14:23:22 +02008 * Copyright 2010 Red Hat, Inc. and/or its affiliates.
Avi Kivity6aa8b732006-12-10 02:21:36 -08009 *
10 * Authors:
11 * Avi Kivity <avi@qumranet.com>
12 * Yaniv Kamay <yaniv@qumranet.com>
13 *
14 * This work is licensed under the terms of the GNU GPL, version 2. See
15 * the COPYING file in the top-level directory.
16 *
17 */
18
Eddie Dong85f455f2007-07-06 12:20:49 +030019#include "irq.h"
Zhang Xiantao1d737c82007-12-14 09:35:10 +080020#include "mmu.h"
Avi Kivity00b27a32011-11-23 16:30:32 +020021#include "cpuid.h"
Andrey Smetanind62caab2015-11-10 15:36:33 +030022#include "lapic.h"
Avi Kivitye4956062007-06-28 14:15:57 -040023
Avi Kivityedf88412007-12-16 11:02:48 +020024#include <linux/kvm_host.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080025#include <linux/module.h>
Ahmed S. Darwish9d8f5492007-02-19 14:37:46 +020026#include <linux/kernel.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080027#include <linux/mm.h>
28#include <linux/highmem.h>
Alexey Dobriyane8edc6e2007-05-21 01:22:52 +040029#include <linux/sched.h>
Avi Kivityc7addb92007-09-16 18:58:32 +020030#include <linux/moduleparam.h>
Josh Triplette9bda3b2012-03-20 23:33:51 -070031#include <linux/mod_devicetable.h>
Steven Rostedt (Red Hat)af658dc2015-04-29 14:36:05 -040032#include <linux/trace_events.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090033#include <linux/slab.h>
Shane Wangcafd6652010-04-29 12:09:01 -040034#include <linux/tboot.h>
Jan Kiszkaf4124502014-03-07 20:03:13 +010035#include <linux/hrtimer.h>
Marcelo Tosatti5fdbf972008-06-27 14:58:02 -030036#include "kvm_cache_regs.h"
Avi Kivity35920a32008-07-03 14:50:12 +030037#include "x86.h"
Avi Kivitye4956062007-06-28 14:15:57 -040038
Feng Wu28b835d2015-09-18 22:29:54 +080039#include <asm/cpu.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080040#include <asm/io.h>
Anthony Liguori3b3be0d2006-12-13 00:33:43 -080041#include <asm/desc.h>
Eduardo Habkost13673a92008-11-17 19:03:13 -020042#include <asm/vmx.h>
Eduardo Habkost6210e372008-11-17 19:03:16 -020043#include <asm/virtext.h>
Andi Kleena0861c02009-06-08 17:37:09 +080044#include <asm/mce.h>
Ingo Molnar952f07e2015-04-26 16:56:05 +020045#include <asm/fpu/internal.h>
Gleb Natapovd7cd9792011-10-05 14:01:23 +020046#include <asm/perf_event.h>
Paolo Bonzini81908bf2014-02-21 10:32:27 +010047#include <asm/debugreg.h>
Zhang Yanfei8f536b72012-12-06 23:43:34 +080048#include <asm/kexec.h>
Radim Krčmářdab20872015-02-09 22:44:07 +010049#include <asm/apic.h>
Feng Wuefc64402015-09-18 22:29:51 +080050#include <asm/irq_remapping.h>
Avi Kivity6aa8b732006-12-10 02:21:36 -080051
Marcelo Tosatti229456f2009-06-17 09:22:14 -030052#include "trace.h"
Wei Huang25462f72015-06-19 15:45:05 +020053#include "pmu.h"
Marcelo Tosatti229456f2009-06-17 09:22:14 -030054
Avi Kivity4ecac3f2008-05-13 13:23:38 +030055#define __ex(x) __kvm_handle_fault_on_reboot(x)
Avi Kivity5e520e62011-05-15 10:13:12 -040056#define __ex_clear(x, reg) \
57 ____kvm_handle_fault_on_reboot(x, "xor " reg " , " reg)
Avi Kivity4ecac3f2008-05-13 13:23:38 +030058
Avi Kivity6aa8b732006-12-10 02:21:36 -080059MODULE_AUTHOR("Qumranet");
60MODULE_LICENSE("GPL");
61
Josh Triplette9bda3b2012-03-20 23:33:51 -070062static const struct x86_cpu_id vmx_cpu_id[] = {
63 X86_FEATURE_MATCH(X86_FEATURE_VMX),
64 {}
65};
66MODULE_DEVICE_TABLE(x86cpu, vmx_cpu_id);
67
Rusty Russell476bc002012-01-13 09:32:18 +103068static bool __read_mostly enable_vpid = 1;
Avi Kivity736caef2009-03-23 17:39:48 +020069module_param_named(vpid, enable_vpid, bool, 0444);
Sheng Yang2384d2b2008-01-17 15:14:33 +080070
Rusty Russell476bc002012-01-13 09:32:18 +103071static bool __read_mostly flexpriority_enabled = 1;
Avi Kivity736caef2009-03-23 17:39:48 +020072module_param_named(flexpriority, flexpriority_enabled, bool, S_IRUGO);
Avi Kivity4c9fc8e2008-03-24 18:15:14 +020073
Rusty Russell476bc002012-01-13 09:32:18 +103074static bool __read_mostly enable_ept = 1;
Avi Kivity736caef2009-03-23 17:39:48 +020075module_param_named(ept, enable_ept, bool, S_IRUGO);
Sheng Yangd56f5462008-04-25 10:13:16 +080076
Rusty Russell476bc002012-01-13 09:32:18 +103077static bool __read_mostly enable_unrestricted_guest = 1;
Nitin A Kamble3a624e22009-06-08 11:34:16 -070078module_param_named(unrestricted_guest,
79 enable_unrestricted_guest, bool, S_IRUGO);
80
Xudong Hao83c3a332012-05-28 19:33:35 +080081static bool __read_mostly enable_ept_ad_bits = 1;
82module_param_named(eptad, enable_ept_ad_bits, bool, S_IRUGO);
83
Avi Kivitya27685c2012-06-12 20:30:18 +030084static bool __read_mostly emulate_invalid_guest_state = true;
Avi Kivityc1f8bc02009-03-23 15:41:17 +020085module_param(emulate_invalid_guest_state, bool, S_IRUGO);
Mohammed Gamal04fa4d32008-08-17 16:39:48 +030086
Rusty Russell476bc002012-01-13 09:32:18 +103087static bool __read_mostly vmm_exclusive = 1;
Dongxiao Xub923e622010-05-11 18:29:45 +080088module_param(vmm_exclusive, bool, S_IRUGO);
89
Rusty Russell476bc002012-01-13 09:32:18 +103090static bool __read_mostly fasteoi = 1;
Kevin Tian58fbbf22011-08-30 13:56:17 +030091module_param(fasteoi, bool, S_IRUGO);
92
Yang Zhang5a717852013-04-11 19:25:16 +080093static bool __read_mostly enable_apicv = 1;
Yang Zhang01e439b2013-04-11 19:25:12 +080094module_param(enable_apicv, bool, S_IRUGO);
Yang Zhang83d4c282013-01-25 10:18:49 +080095
Abel Gordonabc4fc52013-04-18 14:35:25 +030096static bool __read_mostly enable_shadow_vmcs = 1;
97module_param_named(enable_shadow_vmcs, enable_shadow_vmcs, bool, S_IRUGO);
Nadav Har'El801d3422011-05-25 23:02:23 +030098/*
99 * If nested=1, nested virtualization is supported, i.e., guests may use
100 * VMX and be a hypervisor for its own guests. If nested=0, guests may not
101 * use VMX instructions.
102 */
Rusty Russell476bc002012-01-13 09:32:18 +1030103static bool __read_mostly nested = 0;
Nadav Har'El801d3422011-05-25 23:02:23 +0300104module_param(nested, bool, S_IRUGO);
105
Wanpeng Li20300092014-12-02 19:14:59 +0800106static u64 __read_mostly host_xss;
107
Kai Huang843e4332015-01-28 10:54:28 +0800108static bool __read_mostly enable_pml = 1;
109module_param_named(pml, enable_pml, bool, S_IRUGO);
110
Haozhong Zhang64903d62015-10-20 15:39:09 +0800111#define KVM_VMX_TSC_MULTIPLIER_MAX 0xffffffffffffffffULL
112
Gleb Natapov50378782013-02-04 16:00:28 +0200113#define KVM_GUEST_CR0_MASK (X86_CR0_NW | X86_CR0_CD)
114#define KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST (X86_CR0_WP | X86_CR0_NE)
Avi Kivitycdc0e242009-12-06 17:21:14 +0200115#define KVM_VM_CR0_ALWAYS_ON \
116 (KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST | X86_CR0_PG | X86_CR0_PE)
Avi Kivity4c386092009-12-07 12:26:18 +0200117#define KVM_CR4_GUEST_OWNED_BITS \
118 (X86_CR4_PVI | X86_CR4_DE | X86_CR4_PCE | X86_CR4_OSFXSR \
Andy Lutomirski52ce3c22014-10-07 17:16:21 -0700119 | X86_CR4_OSXMMEXCPT | X86_CR4_TSD)
Avi Kivity4c386092009-12-07 12:26:18 +0200120
Avi Kivitycdc0e242009-12-06 17:21:14 +0200121#define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE)
122#define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE)
123
Avi Kivity78ac8b42010-04-08 18:19:35 +0300124#define RMODE_GUEST_OWNED_EFLAGS_BITS (~(X86_EFLAGS_IOPL | X86_EFLAGS_VM))
125
Jan Kiszkaf4124502014-03-07 20:03:13 +0100126#define VMX_MISC_EMULATED_PREEMPTION_TIMER_RATE 5
127
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +0800128/*
129 * These 2 parameters are used to config the controls for Pause-Loop Exiting:
130 * ple_gap: upper bound on the amount of time between two successive
131 * executions of PAUSE in a loop. Also indicate if ple enabled.
Rik van Riel00c25bc2011-01-04 09:51:33 -0500132 * According to test, this time is usually smaller than 128 cycles.
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +0800133 * ple_window: upper bound on the amount of time a guest is allowed to execute
134 * in a PAUSE loop. Tests indicate that most spinlocks are held for
135 * less than 2^12 cycles
136 * Time is measured based on a counter that runs at the same rate as the TSC,
137 * refer SDM volume 3b section 21.6.13 & 22.1.3.
138 */
Radim Krčmářb4a2d312014-08-21 18:08:08 +0200139#define KVM_VMX_DEFAULT_PLE_GAP 128
140#define KVM_VMX_DEFAULT_PLE_WINDOW 4096
141#define KVM_VMX_DEFAULT_PLE_WINDOW_GROW 2
142#define KVM_VMX_DEFAULT_PLE_WINDOW_SHRINK 0
143#define KVM_VMX_DEFAULT_PLE_WINDOW_MAX \
144 INT_MAX / KVM_VMX_DEFAULT_PLE_WINDOW_GROW
145
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +0800146static int ple_gap = KVM_VMX_DEFAULT_PLE_GAP;
147module_param(ple_gap, int, S_IRUGO);
148
149static int ple_window = KVM_VMX_DEFAULT_PLE_WINDOW;
150module_param(ple_window, int, S_IRUGO);
151
Radim Krčmářb4a2d312014-08-21 18:08:08 +0200152/* Default doubles per-vcpu window every exit. */
153static int ple_window_grow = KVM_VMX_DEFAULT_PLE_WINDOW_GROW;
154module_param(ple_window_grow, int, S_IRUGO);
155
156/* Default resets per-vcpu window every exit to ple_window. */
157static int ple_window_shrink = KVM_VMX_DEFAULT_PLE_WINDOW_SHRINK;
158module_param(ple_window_shrink, int, S_IRUGO);
159
160/* Default is to compute the maximum so we can never overflow. */
161static int ple_window_actual_max = KVM_VMX_DEFAULT_PLE_WINDOW_MAX;
162static int ple_window_max = KVM_VMX_DEFAULT_PLE_WINDOW_MAX;
163module_param(ple_window_max, int, S_IRUGO);
164
Avi Kivity83287ea422012-09-16 15:10:57 +0300165extern const ulong vmx_return;
166
Gleb Natapov8bf00a52011-10-05 14:01:22 +0200167#define NR_AUTOLOAD_MSRS 8
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +0300168#define VMCS02_POOL_SIZE 1
Avi Kivity61d2ef22010-04-28 16:40:38 +0300169
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400170struct vmcs {
171 u32 revision_id;
172 u32 abort;
173 char data[0];
174};
175
Nadav Har'Eld462b812011-05-24 15:26:10 +0300176/*
177 * Track a VMCS that may be loaded on a certain CPU. If it is (cpu!=-1), also
178 * remember whether it was VMLAUNCHed, and maintain a linked list of all VMCSs
179 * loaded on this CPU (so we can clear them if the CPU goes down).
180 */
181struct loaded_vmcs {
182 struct vmcs *vmcs;
183 int cpu;
184 int launched;
185 struct list_head loaded_vmcss_on_cpu_link;
186};
187
Avi Kivity26bb0982009-09-07 11:14:12 +0300188struct shared_msr_entry {
189 unsigned index;
190 u64 data;
Avi Kivityd5696722009-12-02 12:28:47 +0200191 u64 mask;
Avi Kivity26bb0982009-09-07 11:14:12 +0300192};
193
Nadav Har'Elec378ae2011-05-25 23:02:54 +0300194/*
Nadav Har'Ela9d30f32011-05-25 23:03:55 +0300195 * struct vmcs12 describes the state that our guest hypervisor (L1) keeps for a
196 * single nested guest (L2), hence the name vmcs12. Any VMX implementation has
197 * a VMCS structure, and vmcs12 is our emulated VMX's VMCS. This structure is
198 * stored in guest memory specified by VMPTRLD, but is opaque to the guest,
199 * which must access it using VMREAD/VMWRITE/VMCLEAR instructions.
200 * More than one of these structures may exist, if L1 runs multiple L2 guests.
201 * nested_vmx_run() will use the data here to build a vmcs02: a VMCS for the
202 * underlying hardware which will be used to run L2.
203 * This structure is packed to ensure that its layout is identical across
204 * machines (necessary for live migration).
205 * If there are changes in this struct, VMCS12_REVISION must be changed.
206 */
Nadav Har'El22bd0352011-05-25 23:05:57 +0300207typedef u64 natural_width;
Nadav Har'Ela9d30f32011-05-25 23:03:55 +0300208struct __packed vmcs12 {
209 /* According to the Intel spec, a VMCS region must start with the
210 * following two fields. Then follow implementation-specific data.
211 */
212 u32 revision_id;
213 u32 abort;
Nadav Har'El22bd0352011-05-25 23:05:57 +0300214
Nadav Har'El27d6c862011-05-25 23:06:59 +0300215 u32 launch_state; /* set to 0 by VMCLEAR, to 1 by VMLAUNCH */
216 u32 padding[7]; /* room for future expansion */
217
Nadav Har'El22bd0352011-05-25 23:05:57 +0300218 u64 io_bitmap_a;
219 u64 io_bitmap_b;
220 u64 msr_bitmap;
221 u64 vm_exit_msr_store_addr;
222 u64 vm_exit_msr_load_addr;
223 u64 vm_entry_msr_load_addr;
224 u64 tsc_offset;
225 u64 virtual_apic_page_addr;
226 u64 apic_access_addr;
Wincy Van705699a2015-02-03 23:58:17 +0800227 u64 posted_intr_desc_addr;
Nadav Har'El22bd0352011-05-25 23:05:57 +0300228 u64 ept_pointer;
Wincy Van608406e2015-02-03 23:57:51 +0800229 u64 eoi_exit_bitmap0;
230 u64 eoi_exit_bitmap1;
231 u64 eoi_exit_bitmap2;
232 u64 eoi_exit_bitmap3;
Wanpeng Li81dc01f2014-12-04 19:11:07 +0800233 u64 xss_exit_bitmap;
Nadav Har'El22bd0352011-05-25 23:05:57 +0300234 u64 guest_physical_address;
235 u64 vmcs_link_pointer;
236 u64 guest_ia32_debugctl;
237 u64 guest_ia32_pat;
238 u64 guest_ia32_efer;
239 u64 guest_ia32_perf_global_ctrl;
240 u64 guest_pdptr0;
241 u64 guest_pdptr1;
242 u64 guest_pdptr2;
243 u64 guest_pdptr3;
Paolo Bonzini36be0b92014-02-24 12:30:04 +0100244 u64 guest_bndcfgs;
Nadav Har'El22bd0352011-05-25 23:05:57 +0300245 u64 host_ia32_pat;
246 u64 host_ia32_efer;
247 u64 host_ia32_perf_global_ctrl;
248 u64 padding64[8]; /* room for future expansion */
249 /*
250 * To allow migration of L1 (complete with its L2 guests) between
251 * machines of different natural widths (32 or 64 bit), we cannot have
252 * unsigned long fields with no explict size. We use u64 (aliased
253 * natural_width) instead. Luckily, x86 is little-endian.
254 */
255 natural_width cr0_guest_host_mask;
256 natural_width cr4_guest_host_mask;
257 natural_width cr0_read_shadow;
258 natural_width cr4_read_shadow;
259 natural_width cr3_target_value0;
260 natural_width cr3_target_value1;
261 natural_width cr3_target_value2;
262 natural_width cr3_target_value3;
263 natural_width exit_qualification;
264 natural_width guest_linear_address;
265 natural_width guest_cr0;
266 natural_width guest_cr3;
267 natural_width guest_cr4;
268 natural_width guest_es_base;
269 natural_width guest_cs_base;
270 natural_width guest_ss_base;
271 natural_width guest_ds_base;
272 natural_width guest_fs_base;
273 natural_width guest_gs_base;
274 natural_width guest_ldtr_base;
275 natural_width guest_tr_base;
276 natural_width guest_gdtr_base;
277 natural_width guest_idtr_base;
278 natural_width guest_dr7;
279 natural_width guest_rsp;
280 natural_width guest_rip;
281 natural_width guest_rflags;
282 natural_width guest_pending_dbg_exceptions;
283 natural_width guest_sysenter_esp;
284 natural_width guest_sysenter_eip;
285 natural_width host_cr0;
286 natural_width host_cr3;
287 natural_width host_cr4;
288 natural_width host_fs_base;
289 natural_width host_gs_base;
290 natural_width host_tr_base;
291 natural_width host_gdtr_base;
292 natural_width host_idtr_base;
293 natural_width host_ia32_sysenter_esp;
294 natural_width host_ia32_sysenter_eip;
295 natural_width host_rsp;
296 natural_width host_rip;
297 natural_width paddingl[8]; /* room for future expansion */
298 u32 pin_based_vm_exec_control;
299 u32 cpu_based_vm_exec_control;
300 u32 exception_bitmap;
301 u32 page_fault_error_code_mask;
302 u32 page_fault_error_code_match;
303 u32 cr3_target_count;
304 u32 vm_exit_controls;
305 u32 vm_exit_msr_store_count;
306 u32 vm_exit_msr_load_count;
307 u32 vm_entry_controls;
308 u32 vm_entry_msr_load_count;
309 u32 vm_entry_intr_info_field;
310 u32 vm_entry_exception_error_code;
311 u32 vm_entry_instruction_len;
312 u32 tpr_threshold;
313 u32 secondary_vm_exec_control;
314 u32 vm_instruction_error;
315 u32 vm_exit_reason;
316 u32 vm_exit_intr_info;
317 u32 vm_exit_intr_error_code;
318 u32 idt_vectoring_info_field;
319 u32 idt_vectoring_error_code;
320 u32 vm_exit_instruction_len;
321 u32 vmx_instruction_info;
322 u32 guest_es_limit;
323 u32 guest_cs_limit;
324 u32 guest_ss_limit;
325 u32 guest_ds_limit;
326 u32 guest_fs_limit;
327 u32 guest_gs_limit;
328 u32 guest_ldtr_limit;
329 u32 guest_tr_limit;
330 u32 guest_gdtr_limit;
331 u32 guest_idtr_limit;
332 u32 guest_es_ar_bytes;
333 u32 guest_cs_ar_bytes;
334 u32 guest_ss_ar_bytes;
335 u32 guest_ds_ar_bytes;
336 u32 guest_fs_ar_bytes;
337 u32 guest_gs_ar_bytes;
338 u32 guest_ldtr_ar_bytes;
339 u32 guest_tr_ar_bytes;
340 u32 guest_interruptibility_info;
341 u32 guest_activity_state;
342 u32 guest_sysenter_cs;
343 u32 host_ia32_sysenter_cs;
Jan Kiszka0238ea92013-03-13 11:31:24 +0100344 u32 vmx_preemption_timer_value;
345 u32 padding32[7]; /* room for future expansion */
Nadav Har'El22bd0352011-05-25 23:05:57 +0300346 u16 virtual_processor_id;
Wincy Van705699a2015-02-03 23:58:17 +0800347 u16 posted_intr_nv;
Nadav Har'El22bd0352011-05-25 23:05:57 +0300348 u16 guest_es_selector;
349 u16 guest_cs_selector;
350 u16 guest_ss_selector;
351 u16 guest_ds_selector;
352 u16 guest_fs_selector;
353 u16 guest_gs_selector;
354 u16 guest_ldtr_selector;
355 u16 guest_tr_selector;
Wincy Van608406e2015-02-03 23:57:51 +0800356 u16 guest_intr_status;
Nadav Har'El22bd0352011-05-25 23:05:57 +0300357 u16 host_es_selector;
358 u16 host_cs_selector;
359 u16 host_ss_selector;
360 u16 host_ds_selector;
361 u16 host_fs_selector;
362 u16 host_gs_selector;
363 u16 host_tr_selector;
Nadav Har'Ela9d30f32011-05-25 23:03:55 +0300364};
365
366/*
367 * VMCS12_REVISION is an arbitrary id that should be changed if the content or
368 * layout of struct vmcs12 is changed. MSR_IA32_VMX_BASIC returns this id, and
369 * VMPTRLD verifies that the VMCS region that L1 is loading contains this id.
370 */
371#define VMCS12_REVISION 0x11e57ed0
372
373/*
374 * VMCS12_SIZE is the number of bytes L1 should allocate for the VMXON region
375 * and any VMCS region. Although only sizeof(struct vmcs12) are used by the
376 * current implementation, 4K are reserved to avoid future complications.
377 */
378#define VMCS12_SIZE 0x1000
379
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +0300380/* Used to remember the last vmcs02 used for some recently used vmcs12s */
381struct vmcs02_list {
382 struct list_head list;
383 gpa_t vmptr;
384 struct loaded_vmcs vmcs02;
385};
386
Nadav Har'Ela9d30f32011-05-25 23:03:55 +0300387/*
Nadav Har'Elec378ae2011-05-25 23:02:54 +0300388 * The nested_vmx structure is part of vcpu_vmx, and holds information we need
389 * for correct emulation of VMX (i.e., nested VMX) on this vcpu.
390 */
391struct nested_vmx {
392 /* Has the level1 guest done vmxon? */
393 bool vmxon;
Bandan Das3573e222014-05-06 02:19:16 -0400394 gpa_t vmxon_ptr;
Nadav Har'Ela9d30f32011-05-25 23:03:55 +0300395
396 /* The guest-physical address of the current VMCS L1 keeps for L2 */
397 gpa_t current_vmptr;
398 /* The host-usable pointer to the above */
399 struct page *current_vmcs12_page;
400 struct vmcs12 *current_vmcs12;
Abel Gordon8de48832013-04-18 14:37:25 +0300401 struct vmcs *current_shadow_vmcs;
Abel Gordon012f83c2013-04-18 14:39:25 +0300402 /*
403 * Indicates if the shadow vmcs must be updated with the
404 * data hold by vmcs12
405 */
406 bool sync_shadow_vmcs;
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +0300407
408 /* vmcs02_list cache of VMCSs recently used to run L2 guests */
409 struct list_head vmcs02_pool;
410 int vmcs02_num;
Nadav Har'Elfe3ef052011-05-25 23:10:02 +0300411 u64 vmcs01_tsc_offset;
Nadav Har'El644d7112011-05-25 23:12:35 +0300412 /* L2 must run next, and mustn't decide to exit to L1. */
413 bool nested_run_pending;
Nadav Har'Elfe3ef052011-05-25 23:10:02 +0300414 /*
415 * Guest pages referred to in vmcs02 with host-physical pointers, so
416 * we must keep them pinned while L2 runs.
417 */
418 struct page *apic_access_page;
Wanpeng Lia7c0b072014-08-21 19:46:50 +0800419 struct page *virtual_apic_page;
Wincy Van705699a2015-02-03 23:58:17 +0800420 struct page *pi_desc_page;
421 struct pi_desc *pi_desc;
422 bool pi_pending;
423 u16 posted_intr_nv;
Nadav Har'Elb3897a42013-07-08 19:12:35 +0800424 u64 msr_ia32_feature_control;
Jan Kiszkaf4124502014-03-07 20:03:13 +0100425
426 struct hrtimer preemption_timer;
427 bool preemption_timer_expired;
Jan Kiszka2996fca2014-06-16 13:59:43 +0200428
429 /* to migrate it to L2 if VM_ENTRY_LOAD_DEBUG_CONTROLS is off */
430 u64 vmcs01_debugctl;
Wincy Vanb9c237b2015-02-03 23:56:30 +0800431
Wanpeng Li5c614b32015-10-13 09:18:36 -0700432 u16 vpid02;
433 u16 last_vpid;
434
Wincy Vanb9c237b2015-02-03 23:56:30 +0800435 u32 nested_vmx_procbased_ctls_low;
436 u32 nested_vmx_procbased_ctls_high;
437 u32 nested_vmx_true_procbased_ctls_low;
438 u32 nested_vmx_secondary_ctls_low;
439 u32 nested_vmx_secondary_ctls_high;
440 u32 nested_vmx_pinbased_ctls_low;
441 u32 nested_vmx_pinbased_ctls_high;
442 u32 nested_vmx_exit_ctls_low;
443 u32 nested_vmx_exit_ctls_high;
444 u32 nested_vmx_true_exit_ctls_low;
445 u32 nested_vmx_entry_ctls_low;
446 u32 nested_vmx_entry_ctls_high;
447 u32 nested_vmx_true_entry_ctls_low;
448 u32 nested_vmx_misc_low;
449 u32 nested_vmx_misc_high;
450 u32 nested_vmx_ept_caps;
Wanpeng Li99b83ac2015-10-13 09:12:21 -0700451 u32 nested_vmx_vpid_caps;
Nadav Har'Elec378ae2011-05-25 23:02:54 +0300452};
453
Yang Zhang01e439b2013-04-11 19:25:12 +0800454#define POSTED_INTR_ON 0
Feng Wuebbfc762015-09-18 22:29:46 +0800455#define POSTED_INTR_SN 1
456
Yang Zhang01e439b2013-04-11 19:25:12 +0800457/* Posted-Interrupt Descriptor */
458struct pi_desc {
459 u32 pir[8]; /* Posted interrupt requested */
Feng Wu6ef15222015-09-18 22:29:45 +0800460 union {
461 struct {
462 /* bit 256 - Outstanding Notification */
463 u16 on : 1,
464 /* bit 257 - Suppress Notification */
465 sn : 1,
466 /* bit 271:258 - Reserved */
467 rsvd_1 : 14;
468 /* bit 279:272 - Notification Vector */
469 u8 nv;
470 /* bit 287:280 - Reserved */
471 u8 rsvd_2;
472 /* bit 319:288 - Notification Destination */
473 u32 ndst;
474 };
475 u64 control;
476 };
477 u32 rsvd[6];
Yang Zhang01e439b2013-04-11 19:25:12 +0800478} __aligned(64);
479
Yang Zhanga20ed542013-04-11 19:25:15 +0800480static bool pi_test_and_set_on(struct pi_desc *pi_desc)
481{
482 return test_and_set_bit(POSTED_INTR_ON,
483 (unsigned long *)&pi_desc->control);
484}
485
486static bool pi_test_and_clear_on(struct pi_desc *pi_desc)
487{
488 return test_and_clear_bit(POSTED_INTR_ON,
489 (unsigned long *)&pi_desc->control);
490}
491
492static int pi_test_and_set_pir(int vector, struct pi_desc *pi_desc)
493{
494 return test_and_set_bit(vector, (unsigned long *)pi_desc->pir);
495}
496
Feng Wuebbfc762015-09-18 22:29:46 +0800497static inline void pi_clear_sn(struct pi_desc *pi_desc)
498{
499 return clear_bit(POSTED_INTR_SN,
500 (unsigned long *)&pi_desc->control);
501}
502
503static inline void pi_set_sn(struct pi_desc *pi_desc)
504{
505 return set_bit(POSTED_INTR_SN,
506 (unsigned long *)&pi_desc->control);
507}
508
509static inline int pi_test_on(struct pi_desc *pi_desc)
510{
511 return test_bit(POSTED_INTR_ON,
512 (unsigned long *)&pi_desc->control);
513}
514
515static inline int pi_test_sn(struct pi_desc *pi_desc)
516{
517 return test_bit(POSTED_INTR_SN,
518 (unsigned long *)&pi_desc->control);
519}
520
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400521struct vcpu_vmx {
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000522 struct kvm_vcpu vcpu;
Avi Kivity313dbd42008-07-17 18:04:30 +0300523 unsigned long host_rsp;
Avi Kivity29bd8a72007-09-10 17:27:03 +0300524 u8 fail;
Avi Kivity9d58b932011-03-07 16:52:07 +0200525 bool nmi_known_unmasked;
Avi Kivity51aa01d2010-07-20 14:31:20 +0300526 u32 exit_intr_info;
Avi Kivity1155f762007-11-22 11:30:47 +0200527 u32 idt_vectoring_info;
Avi Kivity6de12732011-03-07 12:51:22 +0200528 ulong rflags;
Avi Kivity26bb0982009-09-07 11:14:12 +0300529 struct shared_msr_entry *guest_msrs;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400530 int nmsrs;
531 int save_nmsrs;
Yang Zhanga547c6d2013-04-11 19:25:10 +0800532 unsigned long host_idt_base;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400533#ifdef CONFIG_X86_64
Avi Kivity44ea2b12009-09-06 15:55:37 +0300534 u64 msr_host_kernel_gs_base;
535 u64 msr_guest_kernel_gs_base;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400536#endif
Gleb Natapov2961e8762013-11-25 15:37:13 +0200537 u32 vm_entry_controls_shadow;
538 u32 vm_exit_controls_shadow;
Nadav Har'Eld462b812011-05-24 15:26:10 +0300539 /*
540 * loaded_vmcs points to the VMCS currently used in this vcpu. For a
541 * non-nested (L1) guest, it always points to vmcs01. For a nested
542 * guest (L2), it points to a different VMCS.
543 */
544 struct loaded_vmcs vmcs01;
545 struct loaded_vmcs *loaded_vmcs;
546 bool __launched; /* temporary, used in vmx_vcpu_run */
Avi Kivity61d2ef22010-04-28 16:40:38 +0300547 struct msr_autoload {
548 unsigned nr;
549 struct vmx_msr_entry guest[NR_AUTOLOAD_MSRS];
550 struct vmx_msr_entry host[NR_AUTOLOAD_MSRS];
551 } msr_autoload;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400552 struct {
553 int loaded;
554 u16 fs_sel, gs_sel, ldt_sel;
Avi Kivityb2da15a2012-05-13 19:53:24 +0300555#ifdef CONFIG_X86_64
556 u16 ds_sel, es_sel;
557#endif
Laurent Vivier152d3f22007-08-23 16:33:11 +0200558 int gs_ldt_reload_needed;
559 int fs_reload_needed;
Liu, Jinsongda8999d2014-02-24 10:55:46 +0000560 u64 msr_host_bndcfgs;
Andy Lutomirskid974baa2014-10-08 09:02:13 -0700561 unsigned long vmcs_host_cr4; /* May not match real cr4 */
Mike Dayd77c26f2007-10-08 09:02:08 -0400562 } host_state;
Avi Kivity9c8cba32007-11-22 11:42:59 +0200563 struct {
Avi Kivity7ffd92c2009-06-09 14:10:45 +0300564 int vm86_active;
Avi Kivity78ac8b42010-04-08 18:19:35 +0300565 ulong save_rflags;
Avi Kivityf5f7b2f2012-08-21 17:07:00 +0300566 struct kvm_segment segs[8];
567 } rmode;
568 struct {
569 u32 bitmask; /* 4 bits per segment (1 bit per field) */
Avi Kivity7ffd92c2009-06-09 14:10:45 +0300570 struct kvm_save_segment {
571 u16 selector;
572 unsigned long base;
573 u32 limit;
574 u32 ar;
Avi Kivityf5f7b2f2012-08-21 17:07:00 +0300575 } seg[8];
Avi Kivity2fb92db2011-04-27 19:42:18 +0300576 } segment_cache;
Sheng Yang2384d2b2008-01-17 15:14:33 +0800577 int vpid;
Mohammed Gamal04fa4d32008-08-17 16:39:48 +0300578 bool emulation_required;
Jan Kiszka3b86cd92008-09-26 09:30:57 +0200579
580 /* Support for vnmi-less CPUs */
581 int soft_vnmi_blocked;
582 ktime_t entry_time;
583 s64 vnmi_blocked_time;
Andi Kleena0861c02009-06-08 17:37:09 +0800584 u32 exit_reason;
Sheng Yang4e47c7a2009-12-18 16:48:47 +0800585
Yang Zhang01e439b2013-04-11 19:25:12 +0800586 /* Posted interrupt descriptor */
587 struct pi_desc pi_desc;
588
Nadav Har'Elec378ae2011-05-25 23:02:54 +0300589 /* Support for a guest hypervisor (nested VMX) */
590 struct nested_vmx nested;
Radim Krčmářa7653ec2014-08-21 18:08:07 +0200591
592 /* Dynamic PLE window. */
593 int ple_window;
594 bool ple_window_dirty;
Kai Huang843e4332015-01-28 10:54:28 +0800595
596 /* Support for PML */
597#define PML_ENTITY_NUM 512
598 struct page *pml_pg;
Owen Hofmann2680d6d2016-03-01 13:36:13 -0800599
600 u64 current_tsc_ratio;
Xiao Guangrong1be0e612016-03-22 16:51:18 +0800601
602 bool guest_pkru_valid;
603 u32 guest_pkru;
604 u32 host_pkru;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400605};
606
Avi Kivity2fb92db2011-04-27 19:42:18 +0300607enum segment_cache_field {
608 SEG_FIELD_SEL = 0,
609 SEG_FIELD_BASE = 1,
610 SEG_FIELD_LIMIT = 2,
611 SEG_FIELD_AR = 3,
612
613 SEG_FIELD_NR = 4
614};
615
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400616static inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu)
617{
Rusty Russellfb3f0f52007-07-27 17:16:56 +1000618 return container_of(vcpu, struct vcpu_vmx, vcpu);
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -0400619}
620
Feng Wuefc64402015-09-18 22:29:51 +0800621static struct pi_desc *vcpu_to_pi_desc(struct kvm_vcpu *vcpu)
622{
623 return &(to_vmx(vcpu)->pi_desc);
624}
625
Nadav Har'El22bd0352011-05-25 23:05:57 +0300626#define VMCS12_OFFSET(x) offsetof(struct vmcs12, x)
627#define FIELD(number, name) [number] = VMCS12_OFFSET(name)
628#define FIELD64(number, name) [number] = VMCS12_OFFSET(name), \
629 [number##_HIGH] = VMCS12_OFFSET(name)+4
630
Abel Gordon4607c2d2013-04-18 14:35:55 +0300631
Bandan Dasfe2b2012014-04-21 15:20:14 -0400632static unsigned long shadow_read_only_fields[] = {
Abel Gordon4607c2d2013-04-18 14:35:55 +0300633 /*
634 * We do NOT shadow fields that are modified when L0
635 * traps and emulates any vmx instruction (e.g. VMPTRLD,
636 * VMXON...) executed by L1.
637 * For example, VM_INSTRUCTION_ERROR is read
638 * by L1 if a vmx instruction fails (part of the error path).
639 * Note the code assumes this logic. If for some reason
640 * we start shadowing these fields then we need to
641 * force a shadow sync when L0 emulates vmx instructions
642 * (e.g. force a sync if VM_INSTRUCTION_ERROR is modified
643 * by nested_vmx_failValid)
644 */
645 VM_EXIT_REASON,
646 VM_EXIT_INTR_INFO,
647 VM_EXIT_INSTRUCTION_LEN,
648 IDT_VECTORING_INFO_FIELD,
649 IDT_VECTORING_ERROR_CODE,
650 VM_EXIT_INTR_ERROR_CODE,
651 EXIT_QUALIFICATION,
652 GUEST_LINEAR_ADDRESS,
653 GUEST_PHYSICAL_ADDRESS
654};
Bandan Dasfe2b2012014-04-21 15:20:14 -0400655static int max_shadow_read_only_fields =
Abel Gordon4607c2d2013-04-18 14:35:55 +0300656 ARRAY_SIZE(shadow_read_only_fields);
657
Bandan Dasfe2b2012014-04-21 15:20:14 -0400658static unsigned long shadow_read_write_fields[] = {
Wanpeng Lia7c0b072014-08-21 19:46:50 +0800659 TPR_THRESHOLD,
Abel Gordon4607c2d2013-04-18 14:35:55 +0300660 GUEST_RIP,
661 GUEST_RSP,
662 GUEST_CR0,
663 GUEST_CR3,
664 GUEST_CR4,
665 GUEST_INTERRUPTIBILITY_INFO,
666 GUEST_RFLAGS,
667 GUEST_CS_SELECTOR,
668 GUEST_CS_AR_BYTES,
669 GUEST_CS_LIMIT,
670 GUEST_CS_BASE,
671 GUEST_ES_BASE,
Paolo Bonzini36be0b92014-02-24 12:30:04 +0100672 GUEST_BNDCFGS,
Abel Gordon4607c2d2013-04-18 14:35:55 +0300673 CR0_GUEST_HOST_MASK,
674 CR0_READ_SHADOW,
675 CR4_READ_SHADOW,
676 TSC_OFFSET,
677 EXCEPTION_BITMAP,
678 CPU_BASED_VM_EXEC_CONTROL,
679 VM_ENTRY_EXCEPTION_ERROR_CODE,
680 VM_ENTRY_INTR_INFO_FIELD,
681 VM_ENTRY_INSTRUCTION_LEN,
682 VM_ENTRY_EXCEPTION_ERROR_CODE,
683 HOST_FS_BASE,
684 HOST_GS_BASE,
685 HOST_FS_SELECTOR,
686 HOST_GS_SELECTOR
687};
Bandan Dasfe2b2012014-04-21 15:20:14 -0400688static int max_shadow_read_write_fields =
Abel Gordon4607c2d2013-04-18 14:35:55 +0300689 ARRAY_SIZE(shadow_read_write_fields);
690
Mathias Krause772e0312012-08-30 01:30:19 +0200691static const unsigned short vmcs_field_to_offset_table[] = {
Nadav Har'El22bd0352011-05-25 23:05:57 +0300692 FIELD(VIRTUAL_PROCESSOR_ID, virtual_processor_id),
Wincy Van705699a2015-02-03 23:58:17 +0800693 FIELD(POSTED_INTR_NV, posted_intr_nv),
Nadav Har'El22bd0352011-05-25 23:05:57 +0300694 FIELD(GUEST_ES_SELECTOR, guest_es_selector),
695 FIELD(GUEST_CS_SELECTOR, guest_cs_selector),
696 FIELD(GUEST_SS_SELECTOR, guest_ss_selector),
697 FIELD(GUEST_DS_SELECTOR, guest_ds_selector),
698 FIELD(GUEST_FS_SELECTOR, guest_fs_selector),
699 FIELD(GUEST_GS_SELECTOR, guest_gs_selector),
700 FIELD(GUEST_LDTR_SELECTOR, guest_ldtr_selector),
701 FIELD(GUEST_TR_SELECTOR, guest_tr_selector),
Wincy Van608406e2015-02-03 23:57:51 +0800702 FIELD(GUEST_INTR_STATUS, guest_intr_status),
Nadav Har'El22bd0352011-05-25 23:05:57 +0300703 FIELD(HOST_ES_SELECTOR, host_es_selector),
704 FIELD(HOST_CS_SELECTOR, host_cs_selector),
705 FIELD(HOST_SS_SELECTOR, host_ss_selector),
706 FIELD(HOST_DS_SELECTOR, host_ds_selector),
707 FIELD(HOST_FS_SELECTOR, host_fs_selector),
708 FIELD(HOST_GS_SELECTOR, host_gs_selector),
709 FIELD(HOST_TR_SELECTOR, host_tr_selector),
710 FIELD64(IO_BITMAP_A, io_bitmap_a),
711 FIELD64(IO_BITMAP_B, io_bitmap_b),
712 FIELD64(MSR_BITMAP, msr_bitmap),
713 FIELD64(VM_EXIT_MSR_STORE_ADDR, vm_exit_msr_store_addr),
714 FIELD64(VM_EXIT_MSR_LOAD_ADDR, vm_exit_msr_load_addr),
715 FIELD64(VM_ENTRY_MSR_LOAD_ADDR, vm_entry_msr_load_addr),
716 FIELD64(TSC_OFFSET, tsc_offset),
717 FIELD64(VIRTUAL_APIC_PAGE_ADDR, virtual_apic_page_addr),
718 FIELD64(APIC_ACCESS_ADDR, apic_access_addr),
Wincy Van705699a2015-02-03 23:58:17 +0800719 FIELD64(POSTED_INTR_DESC_ADDR, posted_intr_desc_addr),
Nadav Har'El22bd0352011-05-25 23:05:57 +0300720 FIELD64(EPT_POINTER, ept_pointer),
Wincy Van608406e2015-02-03 23:57:51 +0800721 FIELD64(EOI_EXIT_BITMAP0, eoi_exit_bitmap0),
722 FIELD64(EOI_EXIT_BITMAP1, eoi_exit_bitmap1),
723 FIELD64(EOI_EXIT_BITMAP2, eoi_exit_bitmap2),
724 FIELD64(EOI_EXIT_BITMAP3, eoi_exit_bitmap3),
Wanpeng Li81dc01f2014-12-04 19:11:07 +0800725 FIELD64(XSS_EXIT_BITMAP, xss_exit_bitmap),
Nadav Har'El22bd0352011-05-25 23:05:57 +0300726 FIELD64(GUEST_PHYSICAL_ADDRESS, guest_physical_address),
727 FIELD64(VMCS_LINK_POINTER, vmcs_link_pointer),
728 FIELD64(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl),
729 FIELD64(GUEST_IA32_PAT, guest_ia32_pat),
730 FIELD64(GUEST_IA32_EFER, guest_ia32_efer),
731 FIELD64(GUEST_IA32_PERF_GLOBAL_CTRL, guest_ia32_perf_global_ctrl),
732 FIELD64(GUEST_PDPTR0, guest_pdptr0),
733 FIELD64(GUEST_PDPTR1, guest_pdptr1),
734 FIELD64(GUEST_PDPTR2, guest_pdptr2),
735 FIELD64(GUEST_PDPTR3, guest_pdptr3),
Paolo Bonzini36be0b92014-02-24 12:30:04 +0100736 FIELD64(GUEST_BNDCFGS, guest_bndcfgs),
Nadav Har'El22bd0352011-05-25 23:05:57 +0300737 FIELD64(HOST_IA32_PAT, host_ia32_pat),
738 FIELD64(HOST_IA32_EFER, host_ia32_efer),
739 FIELD64(HOST_IA32_PERF_GLOBAL_CTRL, host_ia32_perf_global_ctrl),
740 FIELD(PIN_BASED_VM_EXEC_CONTROL, pin_based_vm_exec_control),
741 FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control),
742 FIELD(EXCEPTION_BITMAP, exception_bitmap),
743 FIELD(PAGE_FAULT_ERROR_CODE_MASK, page_fault_error_code_mask),
744 FIELD(PAGE_FAULT_ERROR_CODE_MATCH, page_fault_error_code_match),
745 FIELD(CR3_TARGET_COUNT, cr3_target_count),
746 FIELD(VM_EXIT_CONTROLS, vm_exit_controls),
747 FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count),
748 FIELD(VM_EXIT_MSR_LOAD_COUNT, vm_exit_msr_load_count),
749 FIELD(VM_ENTRY_CONTROLS, vm_entry_controls),
750 FIELD(VM_ENTRY_MSR_LOAD_COUNT, vm_entry_msr_load_count),
751 FIELD(VM_ENTRY_INTR_INFO_FIELD, vm_entry_intr_info_field),
752 FIELD(VM_ENTRY_EXCEPTION_ERROR_CODE, vm_entry_exception_error_code),
753 FIELD(VM_ENTRY_INSTRUCTION_LEN, vm_entry_instruction_len),
754 FIELD(TPR_THRESHOLD, tpr_threshold),
755 FIELD(SECONDARY_VM_EXEC_CONTROL, secondary_vm_exec_control),
756 FIELD(VM_INSTRUCTION_ERROR, vm_instruction_error),
757 FIELD(VM_EXIT_REASON, vm_exit_reason),
758 FIELD(VM_EXIT_INTR_INFO, vm_exit_intr_info),
759 FIELD(VM_EXIT_INTR_ERROR_CODE, vm_exit_intr_error_code),
760 FIELD(IDT_VECTORING_INFO_FIELD, idt_vectoring_info_field),
761 FIELD(IDT_VECTORING_ERROR_CODE, idt_vectoring_error_code),
762 FIELD(VM_EXIT_INSTRUCTION_LEN, vm_exit_instruction_len),
763 FIELD(VMX_INSTRUCTION_INFO, vmx_instruction_info),
764 FIELD(GUEST_ES_LIMIT, guest_es_limit),
765 FIELD(GUEST_CS_LIMIT, guest_cs_limit),
766 FIELD(GUEST_SS_LIMIT, guest_ss_limit),
767 FIELD(GUEST_DS_LIMIT, guest_ds_limit),
768 FIELD(GUEST_FS_LIMIT, guest_fs_limit),
769 FIELD(GUEST_GS_LIMIT, guest_gs_limit),
770 FIELD(GUEST_LDTR_LIMIT, guest_ldtr_limit),
771 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
772 FIELD(GUEST_GDTR_LIMIT, guest_gdtr_limit),
773 FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit),
774 FIELD(GUEST_ES_AR_BYTES, guest_es_ar_bytes),
775 FIELD(GUEST_CS_AR_BYTES, guest_cs_ar_bytes),
776 FIELD(GUEST_SS_AR_BYTES, guest_ss_ar_bytes),
777 FIELD(GUEST_DS_AR_BYTES, guest_ds_ar_bytes),
778 FIELD(GUEST_FS_AR_BYTES, guest_fs_ar_bytes),
779 FIELD(GUEST_GS_AR_BYTES, guest_gs_ar_bytes),
780 FIELD(GUEST_LDTR_AR_BYTES, guest_ldtr_ar_bytes),
781 FIELD(GUEST_TR_AR_BYTES, guest_tr_ar_bytes),
782 FIELD(GUEST_INTERRUPTIBILITY_INFO, guest_interruptibility_info),
783 FIELD(GUEST_ACTIVITY_STATE, guest_activity_state),
784 FIELD(GUEST_SYSENTER_CS, guest_sysenter_cs),
785 FIELD(HOST_IA32_SYSENTER_CS, host_ia32_sysenter_cs),
Jan Kiszka0238ea92013-03-13 11:31:24 +0100786 FIELD(VMX_PREEMPTION_TIMER_VALUE, vmx_preemption_timer_value),
Nadav Har'El22bd0352011-05-25 23:05:57 +0300787 FIELD(CR0_GUEST_HOST_MASK, cr0_guest_host_mask),
788 FIELD(CR4_GUEST_HOST_MASK, cr4_guest_host_mask),
789 FIELD(CR0_READ_SHADOW, cr0_read_shadow),
790 FIELD(CR4_READ_SHADOW, cr4_read_shadow),
791 FIELD(CR3_TARGET_VALUE0, cr3_target_value0),
792 FIELD(CR3_TARGET_VALUE1, cr3_target_value1),
793 FIELD(CR3_TARGET_VALUE2, cr3_target_value2),
794 FIELD(CR3_TARGET_VALUE3, cr3_target_value3),
795 FIELD(EXIT_QUALIFICATION, exit_qualification),
796 FIELD(GUEST_LINEAR_ADDRESS, guest_linear_address),
797 FIELD(GUEST_CR0, guest_cr0),
798 FIELD(GUEST_CR3, guest_cr3),
799 FIELD(GUEST_CR4, guest_cr4),
800 FIELD(GUEST_ES_BASE, guest_es_base),
801 FIELD(GUEST_CS_BASE, guest_cs_base),
802 FIELD(GUEST_SS_BASE, guest_ss_base),
803 FIELD(GUEST_DS_BASE, guest_ds_base),
804 FIELD(GUEST_FS_BASE, guest_fs_base),
805 FIELD(GUEST_GS_BASE, guest_gs_base),
806 FIELD(GUEST_LDTR_BASE, guest_ldtr_base),
807 FIELD(GUEST_TR_BASE, guest_tr_base),
808 FIELD(GUEST_GDTR_BASE, guest_gdtr_base),
809 FIELD(GUEST_IDTR_BASE, guest_idtr_base),
810 FIELD(GUEST_DR7, guest_dr7),
811 FIELD(GUEST_RSP, guest_rsp),
812 FIELD(GUEST_RIP, guest_rip),
813 FIELD(GUEST_RFLAGS, guest_rflags),
814 FIELD(GUEST_PENDING_DBG_EXCEPTIONS, guest_pending_dbg_exceptions),
815 FIELD(GUEST_SYSENTER_ESP, guest_sysenter_esp),
816 FIELD(GUEST_SYSENTER_EIP, guest_sysenter_eip),
817 FIELD(HOST_CR0, host_cr0),
818 FIELD(HOST_CR3, host_cr3),
819 FIELD(HOST_CR4, host_cr4),
820 FIELD(HOST_FS_BASE, host_fs_base),
821 FIELD(HOST_GS_BASE, host_gs_base),
822 FIELD(HOST_TR_BASE, host_tr_base),
823 FIELD(HOST_GDTR_BASE, host_gdtr_base),
824 FIELD(HOST_IDTR_BASE, host_idtr_base),
825 FIELD(HOST_IA32_SYSENTER_ESP, host_ia32_sysenter_esp),
826 FIELD(HOST_IA32_SYSENTER_EIP, host_ia32_sysenter_eip),
827 FIELD(HOST_RSP, host_rsp),
828 FIELD(HOST_RIP, host_rip),
829};
Nadav Har'El22bd0352011-05-25 23:05:57 +0300830
831static inline short vmcs_field_to_offset(unsigned long field)
832{
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +0100833 BUILD_BUG_ON(ARRAY_SIZE(vmcs_field_to_offset_table) > SHRT_MAX);
834
835 if (field >= ARRAY_SIZE(vmcs_field_to_offset_table) ||
836 vmcs_field_to_offset_table[field] == 0)
837 return -ENOENT;
838
Nadav Har'El22bd0352011-05-25 23:05:57 +0300839 return vmcs_field_to_offset_table[field];
840}
841
Nadav Har'Ela9d30f32011-05-25 23:03:55 +0300842static inline struct vmcs12 *get_vmcs12(struct kvm_vcpu *vcpu)
843{
844 return to_vmx(vcpu)->nested.current_vmcs12;
845}
846
847static struct page *nested_get_page(struct kvm_vcpu *vcpu, gpa_t addr)
848{
Paolo Bonzini54bf36a2015-04-08 15:39:23 +0200849 struct page *page = kvm_vcpu_gfn_to_page(vcpu, addr >> PAGE_SHIFT);
Xiao Guangrong32cad842012-08-03 15:42:52 +0800850 if (is_error_page(page))
Nadav Har'Ela9d30f32011-05-25 23:03:55 +0300851 return NULL;
Xiao Guangrong32cad842012-08-03 15:42:52 +0800852
Nadav Har'Ela9d30f32011-05-25 23:03:55 +0300853 return page;
854}
855
856static void nested_release_page(struct page *page)
857{
858 kvm_release_page_dirty(page);
859}
860
861static void nested_release_page_clean(struct page *page)
862{
863 kvm_release_page_clean(page);
864}
865
Nadav Har'Elbfd0a562013-08-05 11:07:17 +0300866static unsigned long nested_ept_get_cr3(struct kvm_vcpu *vcpu);
Sheng Yang4e1096d2008-07-06 19:16:51 +0800867static u64 construct_eptp(unsigned long root_hpa);
Dongxiao Xu4610c9c2010-05-11 18:29:48 +0800868static void kvm_cpu_vmxon(u64 addr);
869static void kvm_cpu_vmxoff(void);
Wanpeng Lif53cd632014-12-02 19:14:58 +0800870static bool vmx_xsaves_supported(void);
Gleb Natapov776e58e2011-03-13 12:34:27 +0200871static int vmx_set_tss_addr(struct kvm *kvm, unsigned int addr);
Orit Wassermanb246dd52012-05-31 14:49:22 +0300872static void vmx_set_segment(struct kvm_vcpu *vcpu,
873 struct kvm_segment *var, int seg);
874static void vmx_get_segment(struct kvm_vcpu *vcpu,
875 struct kvm_segment *var, int seg);
Gleb Natapovd99e4152012-12-20 16:57:45 +0200876static bool guest_state_valid(struct kvm_vcpu *vcpu);
877static u32 vmx_segment_access_rights(struct kvm_segment *var);
Abel Gordonc3114422013-04-18 14:38:55 +0300878static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx);
Abel Gordon16f5b902013-04-18 14:38:25 +0300879static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx);
Tang Chena255d472014-09-16 18:41:58 +0800880static int alloc_identity_pagetable(struct kvm *kvm);
Avi Kivity75880a02007-06-20 11:20:04 +0300881
Avi Kivity6aa8b732006-12-10 02:21:36 -0800882static DEFINE_PER_CPU(struct vmcs *, vmxarea);
883static DEFINE_PER_CPU(struct vmcs *, current_vmcs);
Nadav Har'Eld462b812011-05-24 15:26:10 +0300884/*
885 * We maintain a per-CPU linked-list of VMCS loaded on that CPU. This is needed
886 * when a CPU is brought down, and we need to VMCLEAR all VMCSs loaded on it.
887 */
888static DEFINE_PER_CPU(struct list_head, loaded_vmcss_on_cpu);
Avi Kivity3444d7d2010-07-26 18:32:38 +0300889static DEFINE_PER_CPU(struct desc_ptr, host_gdt);
Avi Kivity6aa8b732006-12-10 02:21:36 -0800890
Feng Wubf9f6ac2015-09-18 22:29:55 +0800891/*
892 * We maintian a per-CPU linked-list of vCPU, so in wakeup_handler() we
893 * can find which vCPU should be waken up.
894 */
895static DEFINE_PER_CPU(struct list_head, blocked_vcpu_on_cpu);
896static DEFINE_PER_CPU(spinlock_t, blocked_vcpu_on_cpu_lock);
897
Avi Kivity3e7c73e2009-02-24 21:46:19 +0200898static unsigned long *vmx_io_bitmap_a;
899static unsigned long *vmx_io_bitmap_b;
Avi Kivity58972972009-02-24 22:26:47 +0200900static unsigned long *vmx_msr_bitmap_legacy;
901static unsigned long *vmx_msr_bitmap_longmode;
Yang Zhang8d146952013-01-25 10:18:50 +0800902static unsigned long *vmx_msr_bitmap_legacy_x2apic;
903static unsigned long *vmx_msr_bitmap_longmode_x2apic;
Wincy Van3af18d92015-02-03 23:49:31 +0800904static unsigned long *vmx_msr_bitmap_nested;
Abel Gordon4607c2d2013-04-18 14:35:55 +0300905static unsigned long *vmx_vmread_bitmap;
906static unsigned long *vmx_vmwrite_bitmap;
He, Qingfdef3ad2007-04-30 09:45:24 +0300907
Avi Kivity110312c2010-12-21 12:54:20 +0200908static bool cpu_has_load_ia32_efer;
Gleb Natapov8bf00a52011-10-05 14:01:22 +0200909static bool cpu_has_load_perf_global_ctrl;
Avi Kivity110312c2010-12-21 12:54:20 +0200910
Sheng Yang2384d2b2008-01-17 15:14:33 +0800911static DECLARE_BITMAP(vmx_vpid_bitmap, VMX_NR_VPIDS);
912static DEFINE_SPINLOCK(vmx_vpid_lock);
913
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +0300914static struct vmcs_config {
Avi Kivity6aa8b732006-12-10 02:21:36 -0800915 int size;
916 int order;
917 u32 revision_id;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +0300918 u32 pin_based_exec_ctrl;
919 u32 cpu_based_exec_ctrl;
Sheng Yangf78e0e22007-10-29 09:40:42 +0800920 u32 cpu_based_2nd_exec_ctrl;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +0300921 u32 vmexit_ctrl;
922 u32 vmentry_ctrl;
923} vmcs_config;
Avi Kivity6aa8b732006-12-10 02:21:36 -0800924
Hannes Ederefff9e52008-11-28 17:02:06 +0100925static struct vmx_capability {
Sheng Yangd56f5462008-04-25 10:13:16 +0800926 u32 ept;
927 u32 vpid;
928} vmx_capability;
929
Avi Kivity6aa8b732006-12-10 02:21:36 -0800930#define VMX_SEGMENT_FIELD(seg) \
931 [VCPU_SREG_##seg] = { \
932 .selector = GUEST_##seg##_SELECTOR, \
933 .base = GUEST_##seg##_BASE, \
934 .limit = GUEST_##seg##_LIMIT, \
935 .ar_bytes = GUEST_##seg##_AR_BYTES, \
936 }
937
Mathias Krause772e0312012-08-30 01:30:19 +0200938static const struct kvm_vmx_segment_field {
Avi Kivity6aa8b732006-12-10 02:21:36 -0800939 unsigned selector;
940 unsigned base;
941 unsigned limit;
942 unsigned ar_bytes;
943} kvm_vmx_segment_fields[] = {
944 VMX_SEGMENT_FIELD(CS),
945 VMX_SEGMENT_FIELD(DS),
946 VMX_SEGMENT_FIELD(ES),
947 VMX_SEGMENT_FIELD(FS),
948 VMX_SEGMENT_FIELD(GS),
949 VMX_SEGMENT_FIELD(SS),
950 VMX_SEGMENT_FIELD(TR),
951 VMX_SEGMENT_FIELD(LDTR),
952};
953
Avi Kivity26bb0982009-09-07 11:14:12 +0300954static u64 host_efer;
955
Avi Kivity6de4f3a2009-05-31 22:58:47 +0300956static void ept_save_pdptrs(struct kvm_vcpu *vcpu);
957
Avi Kivity4d56c8a2007-04-19 14:28:44 +0300958/*
Brian Gerst8c065852010-07-17 09:03:26 -0400959 * Keep MSR_STAR at the end, as setup_msrs() will try to optimize it
Avi Kivity4d56c8a2007-04-19 14:28:44 +0300960 * away by decrementing the array size.
961 */
Avi Kivity6aa8b732006-12-10 02:21:36 -0800962static const u32 vmx_msr_index[] = {
Avi Kivity05b3e0c2006-12-13 00:33:45 -0800963#ifdef CONFIG_X86_64
Avi Kivity44ea2b12009-09-06 15:55:37 +0300964 MSR_SYSCALL_MASK, MSR_LSTAR, MSR_CSTAR,
Avi Kivity6aa8b732006-12-10 02:21:36 -0800965#endif
Brian Gerst8c065852010-07-17 09:03:26 -0400966 MSR_EFER, MSR_TSC_AUX, MSR_STAR,
Avi Kivity6aa8b732006-12-10 02:21:36 -0800967};
Avi Kivity6aa8b732006-12-10 02:21:36 -0800968
Jan Kiszka5bb16012016-02-09 20:14:21 +0100969static inline bool is_exception_n(u32 intr_info, u8 vector)
Avi Kivity6aa8b732006-12-10 02:21:36 -0800970{
971 return (intr_info & (INTR_INFO_INTR_TYPE_MASK | INTR_INFO_VECTOR_MASK |
972 INTR_INFO_VALID_MASK)) ==
Jan Kiszka5bb16012016-02-09 20:14:21 +0100973 (INTR_TYPE_HARD_EXCEPTION | vector | INTR_INFO_VALID_MASK);
974}
975
Jan Kiszka6f054852016-02-09 20:15:18 +0100976static inline bool is_debug(u32 intr_info)
977{
978 return is_exception_n(intr_info, DB_VECTOR);
979}
980
981static inline bool is_breakpoint(u32 intr_info)
982{
983 return is_exception_n(intr_info, BP_VECTOR);
984}
985
Jan Kiszka5bb16012016-02-09 20:14:21 +0100986static inline bool is_page_fault(u32 intr_info)
987{
988 return is_exception_n(intr_info, PF_VECTOR);
Avi Kivity6aa8b732006-12-10 02:21:36 -0800989}
990
Gui Jianfeng31299942010-03-15 17:29:09 +0800991static inline bool is_no_device(u32 intr_info)
Anthony Liguori2ab455c2007-04-27 09:29:49 +0300992{
Jan Kiszka5bb16012016-02-09 20:14:21 +0100993 return is_exception_n(intr_info, NM_VECTOR);
Anthony Liguori2ab455c2007-04-27 09:29:49 +0300994}
995
Gui Jianfeng31299942010-03-15 17:29:09 +0800996static inline bool is_invalid_opcode(u32 intr_info)
Anthony Liguori7aa81cc2007-09-17 14:57:50 -0500997{
Jan Kiszka5bb16012016-02-09 20:14:21 +0100998 return is_exception_n(intr_info, UD_VECTOR);
Anthony Liguori7aa81cc2007-09-17 14:57:50 -0500999}
1000
Gui Jianfeng31299942010-03-15 17:29:09 +08001001static inline bool is_external_interrupt(u32 intr_info)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001002{
1003 return (intr_info & (INTR_INFO_INTR_TYPE_MASK | INTR_INFO_VALID_MASK))
1004 == (INTR_TYPE_EXT_INTR | INTR_INFO_VALID_MASK);
1005}
1006
Gui Jianfeng31299942010-03-15 17:29:09 +08001007static inline bool is_machine_check(u32 intr_info)
Andi Kleena0861c02009-06-08 17:37:09 +08001008{
1009 return (intr_info & (INTR_INFO_INTR_TYPE_MASK | INTR_INFO_VECTOR_MASK |
1010 INTR_INFO_VALID_MASK)) ==
1011 (INTR_TYPE_HARD_EXCEPTION | MC_VECTOR | INTR_INFO_VALID_MASK);
1012}
1013
Gui Jianfeng31299942010-03-15 17:29:09 +08001014static inline bool cpu_has_vmx_msr_bitmap(void)
Sheng Yang25c5f222008-03-28 13:18:56 +08001015{
Sheng Yang04547152009-04-01 15:52:31 +08001016 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_USE_MSR_BITMAPS;
Sheng Yang25c5f222008-03-28 13:18:56 +08001017}
1018
Gui Jianfeng31299942010-03-15 17:29:09 +08001019static inline bool cpu_has_vmx_tpr_shadow(void)
Yang, Sheng6e5d8652007-09-12 18:03:11 +08001020{
Sheng Yang04547152009-04-01 15:52:31 +08001021 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW;
Yang, Sheng6e5d8652007-09-12 18:03:11 +08001022}
1023
Paolo Bonzini35754c92015-07-29 12:05:37 +02001024static inline bool cpu_need_tpr_shadow(struct kvm_vcpu *vcpu)
Yang, Sheng6e5d8652007-09-12 18:03:11 +08001025{
Paolo Bonzini35754c92015-07-29 12:05:37 +02001026 return cpu_has_vmx_tpr_shadow() && lapic_in_kernel(vcpu);
Yang, Sheng6e5d8652007-09-12 18:03:11 +08001027}
1028
Gui Jianfeng31299942010-03-15 17:29:09 +08001029static inline bool cpu_has_secondary_exec_ctrls(void)
Sheng Yangf78e0e22007-10-29 09:40:42 +08001030{
Sheng Yang04547152009-04-01 15:52:31 +08001031 return vmcs_config.cpu_based_exec_ctrl &
1032 CPU_BASED_ACTIVATE_SECONDARY_CONTROLS;
Sheng Yangf78e0e22007-10-29 09:40:42 +08001033}
1034
Avi Kivity774ead32007-12-26 13:57:04 +02001035static inline bool cpu_has_vmx_virtualize_apic_accesses(void)
Sheng Yangf78e0e22007-10-29 09:40:42 +08001036{
Sheng Yang04547152009-04-01 15:52:31 +08001037 return vmcs_config.cpu_based_2nd_exec_ctrl &
1038 SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES;
1039}
1040
Yang Zhang8d146952013-01-25 10:18:50 +08001041static inline bool cpu_has_vmx_virtualize_x2apic_mode(void)
1042{
1043 return vmcs_config.cpu_based_2nd_exec_ctrl &
1044 SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE;
1045}
1046
Yang Zhang83d4c282013-01-25 10:18:49 +08001047static inline bool cpu_has_vmx_apic_register_virt(void)
1048{
1049 return vmcs_config.cpu_based_2nd_exec_ctrl &
1050 SECONDARY_EXEC_APIC_REGISTER_VIRT;
1051}
1052
Yang Zhangc7c9c562013-01-25 10:18:51 +08001053static inline bool cpu_has_vmx_virtual_intr_delivery(void)
1054{
1055 return vmcs_config.cpu_based_2nd_exec_ctrl &
1056 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY;
1057}
1058
Yang Zhang01e439b2013-04-11 19:25:12 +08001059static inline bool cpu_has_vmx_posted_intr(void)
1060{
Paolo Bonzinid6a858d2015-09-28 11:58:14 +02001061 return IS_ENABLED(CONFIG_X86_LOCAL_APIC) &&
1062 vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR;
Yang Zhang01e439b2013-04-11 19:25:12 +08001063}
1064
1065static inline bool cpu_has_vmx_apicv(void)
1066{
1067 return cpu_has_vmx_apic_register_virt() &&
1068 cpu_has_vmx_virtual_intr_delivery() &&
1069 cpu_has_vmx_posted_intr();
1070}
1071
Sheng Yang04547152009-04-01 15:52:31 +08001072static inline bool cpu_has_vmx_flexpriority(void)
1073{
1074 return cpu_has_vmx_tpr_shadow() &&
1075 cpu_has_vmx_virtualize_apic_accesses();
Sheng Yangf78e0e22007-10-29 09:40:42 +08001076}
1077
Marcelo Tosattie7997942009-06-11 12:07:40 -03001078static inline bool cpu_has_vmx_ept_execute_only(void)
1079{
Gui Jianfeng31299942010-03-15 17:29:09 +08001080 return vmx_capability.ept & VMX_EPT_EXECUTE_ONLY_BIT;
Marcelo Tosattie7997942009-06-11 12:07:40 -03001081}
1082
Marcelo Tosattie7997942009-06-11 12:07:40 -03001083static inline bool cpu_has_vmx_ept_2m_page(void)
1084{
Gui Jianfeng31299942010-03-15 17:29:09 +08001085 return vmx_capability.ept & VMX_EPT_2MB_PAGE_BIT;
Marcelo Tosattie7997942009-06-11 12:07:40 -03001086}
1087
Sheng Yang878403b2010-01-05 19:02:29 +08001088static inline bool cpu_has_vmx_ept_1g_page(void)
1089{
Gui Jianfeng31299942010-03-15 17:29:09 +08001090 return vmx_capability.ept & VMX_EPT_1GB_PAGE_BIT;
Sheng Yang878403b2010-01-05 19:02:29 +08001091}
1092
Sheng Yang4bc9b982010-06-02 14:05:24 +08001093static inline bool cpu_has_vmx_ept_4levels(void)
1094{
1095 return vmx_capability.ept & VMX_EPT_PAGE_WALK_4_BIT;
1096}
1097
Xudong Hao83c3a332012-05-28 19:33:35 +08001098static inline bool cpu_has_vmx_ept_ad_bits(void)
1099{
1100 return vmx_capability.ept & VMX_EPT_AD_BIT;
1101}
1102
Gui Jianfeng31299942010-03-15 17:29:09 +08001103static inline bool cpu_has_vmx_invept_context(void)
Sheng Yangd56f5462008-04-25 10:13:16 +08001104{
Gui Jianfeng31299942010-03-15 17:29:09 +08001105 return vmx_capability.ept & VMX_EPT_EXTENT_CONTEXT_BIT;
Sheng Yangd56f5462008-04-25 10:13:16 +08001106}
1107
Gui Jianfeng31299942010-03-15 17:29:09 +08001108static inline bool cpu_has_vmx_invept_global(void)
Sheng Yangd56f5462008-04-25 10:13:16 +08001109{
Gui Jianfeng31299942010-03-15 17:29:09 +08001110 return vmx_capability.ept & VMX_EPT_EXTENT_GLOBAL_BIT;
Sheng Yangd56f5462008-04-25 10:13:16 +08001111}
1112
Gui Jianfeng518c8ae2010-06-04 08:51:39 +08001113static inline bool cpu_has_vmx_invvpid_single(void)
1114{
1115 return vmx_capability.vpid & VMX_VPID_EXTENT_SINGLE_CONTEXT_BIT;
1116}
1117
Gui Jianfengb9d762f2010-06-07 10:32:29 +08001118static inline bool cpu_has_vmx_invvpid_global(void)
1119{
1120 return vmx_capability.vpid & VMX_VPID_EXTENT_GLOBAL_CONTEXT_BIT;
1121}
1122
Gui Jianfeng31299942010-03-15 17:29:09 +08001123static inline bool cpu_has_vmx_ept(void)
Sheng Yangd56f5462008-04-25 10:13:16 +08001124{
Sheng Yang04547152009-04-01 15:52:31 +08001125 return vmcs_config.cpu_based_2nd_exec_ctrl &
1126 SECONDARY_EXEC_ENABLE_EPT;
Sheng Yangd56f5462008-04-25 10:13:16 +08001127}
1128
Gui Jianfeng31299942010-03-15 17:29:09 +08001129static inline bool cpu_has_vmx_unrestricted_guest(void)
Nitin A Kamble3a624e22009-06-08 11:34:16 -07001130{
1131 return vmcs_config.cpu_based_2nd_exec_ctrl &
1132 SECONDARY_EXEC_UNRESTRICTED_GUEST;
1133}
1134
Gui Jianfeng31299942010-03-15 17:29:09 +08001135static inline bool cpu_has_vmx_ple(void)
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08001136{
1137 return vmcs_config.cpu_based_2nd_exec_ctrl &
1138 SECONDARY_EXEC_PAUSE_LOOP_EXITING;
1139}
1140
Paolo Bonzini35754c92015-07-29 12:05:37 +02001141static inline bool cpu_need_virtualize_apic_accesses(struct kvm_vcpu *vcpu)
Sheng Yangf78e0e22007-10-29 09:40:42 +08001142{
Paolo Bonzini35754c92015-07-29 12:05:37 +02001143 return flexpriority_enabled && lapic_in_kernel(vcpu);
Sheng Yangf78e0e22007-10-29 09:40:42 +08001144}
1145
Gui Jianfeng31299942010-03-15 17:29:09 +08001146static inline bool cpu_has_vmx_vpid(void)
Sheng Yang2384d2b2008-01-17 15:14:33 +08001147{
Sheng Yang04547152009-04-01 15:52:31 +08001148 return vmcs_config.cpu_based_2nd_exec_ctrl &
1149 SECONDARY_EXEC_ENABLE_VPID;
Sheng Yang2384d2b2008-01-17 15:14:33 +08001150}
1151
Gui Jianfeng31299942010-03-15 17:29:09 +08001152static inline bool cpu_has_vmx_rdtscp(void)
Sheng Yang4e47c7a2009-12-18 16:48:47 +08001153{
1154 return vmcs_config.cpu_based_2nd_exec_ctrl &
1155 SECONDARY_EXEC_RDTSCP;
1156}
1157
Mao, Junjiead756a12012-07-02 01:18:48 +00001158static inline bool cpu_has_vmx_invpcid(void)
1159{
1160 return vmcs_config.cpu_based_2nd_exec_ctrl &
1161 SECONDARY_EXEC_ENABLE_INVPCID;
1162}
1163
Gui Jianfeng31299942010-03-15 17:29:09 +08001164static inline bool cpu_has_virtual_nmis(void)
Sheng Yangf08864b2008-05-15 18:23:25 +08001165{
1166 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_VIRTUAL_NMIS;
1167}
1168
Sheng Yangf5f48ee2010-06-30 12:25:15 +08001169static inline bool cpu_has_vmx_wbinvd_exit(void)
1170{
1171 return vmcs_config.cpu_based_2nd_exec_ctrl &
1172 SECONDARY_EXEC_WBINVD_EXITING;
1173}
1174
Abel Gordonabc4fc52013-04-18 14:35:25 +03001175static inline bool cpu_has_vmx_shadow_vmcs(void)
1176{
1177 u64 vmx_msr;
1178 rdmsrl(MSR_IA32_VMX_MISC, vmx_msr);
1179 /* check if the cpu supports writing r/o exit information fields */
1180 if (!(vmx_msr & MSR_IA32_VMX_MISC_VMWRITE_SHADOW_RO_FIELDS))
1181 return false;
1182
1183 return vmcs_config.cpu_based_2nd_exec_ctrl &
1184 SECONDARY_EXEC_SHADOW_VMCS;
1185}
1186
Kai Huang843e4332015-01-28 10:54:28 +08001187static inline bool cpu_has_vmx_pml(void)
1188{
1189 return vmcs_config.cpu_based_2nd_exec_ctrl & SECONDARY_EXEC_ENABLE_PML;
1190}
1191
Haozhong Zhang64903d62015-10-20 15:39:09 +08001192static inline bool cpu_has_vmx_tsc_scaling(void)
1193{
1194 return vmcs_config.cpu_based_2nd_exec_ctrl &
1195 SECONDARY_EXEC_TSC_SCALING;
1196}
1197
Sheng Yang04547152009-04-01 15:52:31 +08001198static inline bool report_flexpriority(void)
1199{
1200 return flexpriority_enabled;
1201}
1202
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03001203static inline bool nested_cpu_has(struct vmcs12 *vmcs12, u32 bit)
1204{
1205 return vmcs12->cpu_based_vm_exec_control & bit;
1206}
1207
1208static inline bool nested_cpu_has2(struct vmcs12 *vmcs12, u32 bit)
1209{
1210 return (vmcs12->cpu_based_vm_exec_control &
1211 CPU_BASED_ACTIVATE_SECONDARY_CONTROLS) &&
1212 (vmcs12->secondary_vm_exec_control & bit);
1213}
1214
Nadav Har'Elf5c43682013-08-05 11:07:20 +03001215static inline bool nested_cpu_has_virtual_nmis(struct vmcs12 *vmcs12)
Nadav Har'El644d7112011-05-25 23:12:35 +03001216{
1217 return vmcs12->pin_based_vm_exec_control & PIN_BASED_VIRTUAL_NMIS;
1218}
1219
Jan Kiszkaf4124502014-03-07 20:03:13 +01001220static inline bool nested_cpu_has_preemption_timer(struct vmcs12 *vmcs12)
1221{
1222 return vmcs12->pin_based_vm_exec_control &
1223 PIN_BASED_VMX_PREEMPTION_TIMER;
1224}
1225
Nadav Har'El155a97a2013-08-05 11:07:16 +03001226static inline int nested_cpu_has_ept(struct vmcs12 *vmcs12)
1227{
1228 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_EPT);
1229}
1230
Wanpeng Li81dc01f2014-12-04 19:11:07 +08001231static inline bool nested_cpu_has_xsaves(struct vmcs12 *vmcs12)
1232{
1233 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES) &&
1234 vmx_xsaves_supported();
1235}
1236
Wincy Vanf2b93282015-02-03 23:56:03 +08001237static inline bool nested_cpu_has_virt_x2apic_mode(struct vmcs12 *vmcs12)
1238{
1239 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE);
1240}
1241
Wanpeng Li5c614b32015-10-13 09:18:36 -07001242static inline bool nested_cpu_has_vpid(struct vmcs12 *vmcs12)
1243{
1244 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_ENABLE_VPID);
1245}
1246
Wincy Van82f0dd42015-02-03 23:57:18 +08001247static inline bool nested_cpu_has_apic_reg_virt(struct vmcs12 *vmcs12)
1248{
1249 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_APIC_REGISTER_VIRT);
1250}
1251
Wincy Van608406e2015-02-03 23:57:51 +08001252static inline bool nested_cpu_has_vid(struct vmcs12 *vmcs12)
1253{
1254 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY);
1255}
1256
Wincy Van705699a2015-02-03 23:58:17 +08001257static inline bool nested_cpu_has_posted_intr(struct vmcs12 *vmcs12)
1258{
1259 return vmcs12->pin_based_vm_exec_control & PIN_BASED_POSTED_INTR;
1260}
1261
Nadav Har'El644d7112011-05-25 23:12:35 +03001262static inline bool is_exception(u32 intr_info)
1263{
1264 return (intr_info & (INTR_INFO_INTR_TYPE_MASK | INTR_INFO_VALID_MASK))
1265 == (INTR_TYPE_HARD_EXCEPTION | INTR_INFO_VALID_MASK);
1266}
1267
Jan Kiszka533558b2014-01-04 18:47:20 +01001268static void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 exit_reason,
1269 u32 exit_intr_info,
1270 unsigned long exit_qualification);
Nadav Har'El7c177932011-05-25 23:12:04 +03001271static void nested_vmx_entry_failure(struct kvm_vcpu *vcpu,
1272 struct vmcs12 *vmcs12,
1273 u32 reason, unsigned long qualification);
1274
Rusty Russell8b9cf982007-07-30 16:31:43 +10001275static int __find_msr_index(struct vcpu_vmx *vmx, u32 msr)
Avi Kivity7725f0b2006-12-13 00:34:01 -08001276{
1277 int i;
1278
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04001279 for (i = 0; i < vmx->nmsrs; ++i)
Avi Kivity26bb0982009-09-07 11:14:12 +03001280 if (vmx_msr_index[vmx->guest_msrs[i].index] == msr)
Eddie Donga75beee2007-05-17 18:55:15 +03001281 return i;
1282 return -1;
1283}
1284
Sheng Yang2384d2b2008-01-17 15:14:33 +08001285static inline void __invvpid(int ext, u16 vpid, gva_t gva)
1286{
1287 struct {
1288 u64 vpid : 16;
1289 u64 rsvd : 48;
1290 u64 gva;
1291 } operand = { vpid, 0, gva };
1292
Avi Kivity4ecac3f2008-05-13 13:23:38 +03001293 asm volatile (__ex(ASM_VMX_INVVPID)
Sheng Yang2384d2b2008-01-17 15:14:33 +08001294 /* CF==1 or ZF==1 --> rc = -1 */
1295 "; ja 1f ; ud2 ; 1:"
1296 : : "a"(&operand), "c"(ext) : "cc", "memory");
1297}
1298
Sheng Yang14394422008-04-28 12:24:45 +08001299static inline void __invept(int ext, u64 eptp, gpa_t gpa)
1300{
1301 struct {
1302 u64 eptp, gpa;
1303 } operand = {eptp, gpa};
1304
Avi Kivity4ecac3f2008-05-13 13:23:38 +03001305 asm volatile (__ex(ASM_VMX_INVEPT)
Sheng Yang14394422008-04-28 12:24:45 +08001306 /* CF==1 or ZF==1 --> rc = -1 */
1307 "; ja 1f ; ud2 ; 1:\n"
1308 : : "a" (&operand), "c" (ext) : "cc", "memory");
1309}
1310
Avi Kivity26bb0982009-09-07 11:14:12 +03001311static struct shared_msr_entry *find_msr_entry(struct vcpu_vmx *vmx, u32 msr)
Eddie Donga75beee2007-05-17 18:55:15 +03001312{
1313 int i;
1314
Rusty Russell8b9cf982007-07-30 16:31:43 +10001315 i = __find_msr_index(vmx, msr);
Eddie Donga75beee2007-05-17 18:55:15 +03001316 if (i >= 0)
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04001317 return &vmx->guest_msrs[i];
Al Viro8b6d44c2007-02-09 16:38:40 +00001318 return NULL;
Avi Kivity7725f0b2006-12-13 00:34:01 -08001319}
1320
Avi Kivity6aa8b732006-12-10 02:21:36 -08001321static void vmcs_clear(struct vmcs *vmcs)
1322{
1323 u64 phys_addr = __pa(vmcs);
1324 u8 error;
1325
Avi Kivity4ecac3f2008-05-13 13:23:38 +03001326 asm volatile (__ex(ASM_VMX_VMCLEAR_RAX) "; setna %0"
Avi Kivity16d8f722010-12-21 16:51:50 +02001327 : "=qm"(error) : "a"(&phys_addr), "m"(phys_addr)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001328 : "cc", "memory");
1329 if (error)
1330 printk(KERN_ERR "kvm: vmclear fail: %p/%llx\n",
1331 vmcs, phys_addr);
1332}
1333
Nadav Har'Eld462b812011-05-24 15:26:10 +03001334static inline void loaded_vmcs_init(struct loaded_vmcs *loaded_vmcs)
1335{
1336 vmcs_clear(loaded_vmcs->vmcs);
1337 loaded_vmcs->cpu = -1;
1338 loaded_vmcs->launched = 0;
1339}
1340
Dongxiao Xu7725b892010-05-11 18:29:38 +08001341static void vmcs_load(struct vmcs *vmcs)
1342{
1343 u64 phys_addr = __pa(vmcs);
1344 u8 error;
1345
1346 asm volatile (__ex(ASM_VMX_VMPTRLD_RAX) "; setna %0"
Avi Kivity16d8f722010-12-21 16:51:50 +02001347 : "=qm"(error) : "a"(&phys_addr), "m"(phys_addr)
Dongxiao Xu7725b892010-05-11 18:29:38 +08001348 : "cc", "memory");
1349 if (error)
Nadav Har'El2844d842011-05-25 23:16:40 +03001350 printk(KERN_ERR "kvm: vmptrld %p/%llx failed\n",
Dongxiao Xu7725b892010-05-11 18:29:38 +08001351 vmcs, phys_addr);
1352}
1353
Dave Young2965faa2015-09-09 15:38:55 -07001354#ifdef CONFIG_KEXEC_CORE
Zhang Yanfei8f536b72012-12-06 23:43:34 +08001355/*
1356 * This bitmap is used to indicate whether the vmclear
1357 * operation is enabled on all cpus. All disabled by
1358 * default.
1359 */
1360static cpumask_t crash_vmclear_enabled_bitmap = CPU_MASK_NONE;
1361
1362static inline void crash_enable_local_vmclear(int cpu)
1363{
1364 cpumask_set_cpu(cpu, &crash_vmclear_enabled_bitmap);
1365}
1366
1367static inline void crash_disable_local_vmclear(int cpu)
1368{
1369 cpumask_clear_cpu(cpu, &crash_vmclear_enabled_bitmap);
1370}
1371
1372static inline int crash_local_vmclear_enabled(int cpu)
1373{
1374 return cpumask_test_cpu(cpu, &crash_vmclear_enabled_bitmap);
1375}
1376
1377static void crash_vmclear_local_loaded_vmcss(void)
1378{
1379 int cpu = raw_smp_processor_id();
1380 struct loaded_vmcs *v;
1381
1382 if (!crash_local_vmclear_enabled(cpu))
1383 return;
1384
1385 list_for_each_entry(v, &per_cpu(loaded_vmcss_on_cpu, cpu),
1386 loaded_vmcss_on_cpu_link)
1387 vmcs_clear(v->vmcs);
1388}
1389#else
1390static inline void crash_enable_local_vmclear(int cpu) { }
1391static inline void crash_disable_local_vmclear(int cpu) { }
Dave Young2965faa2015-09-09 15:38:55 -07001392#endif /* CONFIG_KEXEC_CORE */
Zhang Yanfei8f536b72012-12-06 23:43:34 +08001393
Nadav Har'Eld462b812011-05-24 15:26:10 +03001394static void __loaded_vmcs_clear(void *arg)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001395{
Nadav Har'Eld462b812011-05-24 15:26:10 +03001396 struct loaded_vmcs *loaded_vmcs = arg;
Ingo Molnard3b2c332007-01-05 16:36:23 -08001397 int cpu = raw_smp_processor_id();
Avi Kivity6aa8b732006-12-10 02:21:36 -08001398
Nadav Har'Eld462b812011-05-24 15:26:10 +03001399 if (loaded_vmcs->cpu != cpu)
1400 return; /* vcpu migration can race with cpu offline */
1401 if (per_cpu(current_vmcs, cpu) == loaded_vmcs->vmcs)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001402 per_cpu(current_vmcs, cpu) = NULL;
Zhang Yanfei8f536b72012-12-06 23:43:34 +08001403 crash_disable_local_vmclear(cpu);
Nadav Har'Eld462b812011-05-24 15:26:10 +03001404 list_del(&loaded_vmcs->loaded_vmcss_on_cpu_link);
Xiao Guangrong5a560f82012-11-28 20:54:14 +08001405
1406 /*
1407 * we should ensure updating loaded_vmcs->loaded_vmcss_on_cpu_link
1408 * is before setting loaded_vmcs->vcpu to -1 which is done in
1409 * loaded_vmcs_init. Otherwise, other cpu can see vcpu = -1 fist
1410 * then adds the vmcs into percpu list before it is deleted.
1411 */
1412 smp_wmb();
1413
Nadav Har'Eld462b812011-05-24 15:26:10 +03001414 loaded_vmcs_init(loaded_vmcs);
Zhang Yanfei8f536b72012-12-06 23:43:34 +08001415 crash_enable_local_vmclear(cpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001416}
1417
Nadav Har'Eld462b812011-05-24 15:26:10 +03001418static void loaded_vmcs_clear(struct loaded_vmcs *loaded_vmcs)
Avi Kivity8d0be2b2007-02-12 00:54:46 -08001419{
Xiao Guangronge6c7d322012-11-28 20:53:15 +08001420 int cpu = loaded_vmcs->cpu;
1421
1422 if (cpu != -1)
1423 smp_call_function_single(cpu,
1424 __loaded_vmcs_clear, loaded_vmcs, 1);
Avi Kivity8d0be2b2007-02-12 00:54:46 -08001425}
1426
Wanpeng Lidd5f5342015-09-23 18:26:57 +08001427static inline void vpid_sync_vcpu_single(int vpid)
Sheng Yang2384d2b2008-01-17 15:14:33 +08001428{
Wanpeng Lidd5f5342015-09-23 18:26:57 +08001429 if (vpid == 0)
Sheng Yang2384d2b2008-01-17 15:14:33 +08001430 return;
1431
Gui Jianfeng518c8ae2010-06-04 08:51:39 +08001432 if (cpu_has_vmx_invvpid_single())
Wanpeng Lidd5f5342015-09-23 18:26:57 +08001433 __invvpid(VMX_VPID_EXTENT_SINGLE_CONTEXT, vpid, 0);
Sheng Yang2384d2b2008-01-17 15:14:33 +08001434}
1435
Gui Jianfengb9d762f2010-06-07 10:32:29 +08001436static inline void vpid_sync_vcpu_global(void)
1437{
1438 if (cpu_has_vmx_invvpid_global())
1439 __invvpid(VMX_VPID_EXTENT_ALL_CONTEXT, 0, 0);
1440}
1441
Wanpeng Lidd5f5342015-09-23 18:26:57 +08001442static inline void vpid_sync_context(int vpid)
Gui Jianfengb9d762f2010-06-07 10:32:29 +08001443{
1444 if (cpu_has_vmx_invvpid_single())
Wanpeng Lidd5f5342015-09-23 18:26:57 +08001445 vpid_sync_vcpu_single(vpid);
Gui Jianfengb9d762f2010-06-07 10:32:29 +08001446 else
1447 vpid_sync_vcpu_global();
1448}
1449
Sheng Yang14394422008-04-28 12:24:45 +08001450static inline void ept_sync_global(void)
1451{
1452 if (cpu_has_vmx_invept_global())
1453 __invept(VMX_EPT_EXTENT_GLOBAL, 0, 0);
1454}
1455
1456static inline void ept_sync_context(u64 eptp)
1457{
Avi Kivity089d0342009-03-23 18:26:32 +02001458 if (enable_ept) {
Sheng Yang14394422008-04-28 12:24:45 +08001459 if (cpu_has_vmx_invept_context())
1460 __invept(VMX_EPT_EXTENT_CONTEXT, eptp, 0);
1461 else
1462 ept_sync_global();
1463 }
1464}
1465
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001466static __always_inline void vmcs_check16(unsigned long field)
1467{
1468 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2000,
1469 "16-bit accessor invalid for 64-bit field");
1470 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001,
1471 "16-bit accessor invalid for 64-bit high field");
1472 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000,
1473 "16-bit accessor invalid for 32-bit high field");
1474 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000,
1475 "16-bit accessor invalid for natural width field");
1476}
1477
1478static __always_inline void vmcs_check32(unsigned long field)
1479{
1480 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0,
1481 "32-bit accessor invalid for 16-bit field");
1482 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000,
1483 "32-bit accessor invalid for natural width field");
1484}
1485
1486static __always_inline void vmcs_check64(unsigned long field)
1487{
1488 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0,
1489 "64-bit accessor invalid for 16-bit field");
1490 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001,
1491 "64-bit accessor invalid for 64-bit high field");
1492 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000,
1493 "64-bit accessor invalid for 32-bit field");
1494 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000,
1495 "64-bit accessor invalid for natural width field");
1496}
1497
1498static __always_inline void vmcs_checkl(unsigned long field)
1499{
1500 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0,
1501 "Natural width accessor invalid for 16-bit field");
1502 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2000,
1503 "Natural width accessor invalid for 64-bit field");
1504 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001,
1505 "Natural width accessor invalid for 64-bit high field");
1506 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000,
1507 "Natural width accessor invalid for 32-bit field");
1508}
1509
1510static __always_inline unsigned long __vmcs_readl(unsigned long field)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001511{
Avi Kivity5e520e62011-05-15 10:13:12 -04001512 unsigned long value;
Avi Kivity6aa8b732006-12-10 02:21:36 -08001513
Avi Kivity5e520e62011-05-15 10:13:12 -04001514 asm volatile (__ex_clear(ASM_VMX_VMREAD_RDX_RAX, "%0")
1515 : "=a"(value) : "d"(field) : "cc");
Avi Kivity6aa8b732006-12-10 02:21:36 -08001516 return value;
1517}
1518
Avi Kivity96304212011-05-15 10:13:13 -04001519static __always_inline u16 vmcs_read16(unsigned long field)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001520{
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001521 vmcs_check16(field);
1522 return __vmcs_readl(field);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001523}
1524
Avi Kivity96304212011-05-15 10:13:13 -04001525static __always_inline u32 vmcs_read32(unsigned long field)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001526{
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001527 vmcs_check32(field);
1528 return __vmcs_readl(field);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001529}
1530
Avi Kivity96304212011-05-15 10:13:13 -04001531static __always_inline u64 vmcs_read64(unsigned long field)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001532{
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001533 vmcs_check64(field);
Avi Kivity05b3e0c2006-12-13 00:33:45 -08001534#ifdef CONFIG_X86_64
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001535 return __vmcs_readl(field);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001536#else
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001537 return __vmcs_readl(field) | ((u64)__vmcs_readl(field+1) << 32);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001538#endif
1539}
1540
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001541static __always_inline unsigned long vmcs_readl(unsigned long field)
1542{
1543 vmcs_checkl(field);
1544 return __vmcs_readl(field);
1545}
1546
Avi Kivitye52de1b2007-01-05 16:36:56 -08001547static noinline void vmwrite_error(unsigned long field, unsigned long value)
1548{
1549 printk(KERN_ERR "vmwrite error: reg %lx value %lx (err %d)\n",
1550 field, value, vmcs_read32(VM_INSTRUCTION_ERROR));
1551 dump_stack();
1552}
1553
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001554static __always_inline void __vmcs_writel(unsigned long field, unsigned long value)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001555{
1556 u8 error;
1557
Avi Kivity4ecac3f2008-05-13 13:23:38 +03001558 asm volatile (__ex(ASM_VMX_VMWRITE_RAX_RDX) "; setna %0"
Mike Dayd77c26f2007-10-08 09:02:08 -04001559 : "=q"(error) : "a"(value), "d"(field) : "cc");
Avi Kivitye52de1b2007-01-05 16:36:56 -08001560 if (unlikely(error))
1561 vmwrite_error(field, value);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001562}
1563
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001564static __always_inline void vmcs_write16(unsigned long field, u16 value)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001565{
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001566 vmcs_check16(field);
1567 __vmcs_writel(field, value);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001568}
1569
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001570static __always_inline void vmcs_write32(unsigned long field, u32 value)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001571{
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001572 vmcs_check32(field);
1573 __vmcs_writel(field, value);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001574}
1575
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001576static __always_inline void vmcs_write64(unsigned long field, u64 value)
Avi Kivity6aa8b732006-12-10 02:21:36 -08001577{
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001578 vmcs_check64(field);
1579 __vmcs_writel(field, value);
Avi Kivity7682f2d2008-05-12 19:25:43 +03001580#ifndef CONFIG_X86_64
Avi Kivity6aa8b732006-12-10 02:21:36 -08001581 asm volatile ("");
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001582 __vmcs_writel(field+1, value >> 32);
Avi Kivity6aa8b732006-12-10 02:21:36 -08001583#endif
1584}
1585
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001586static __always_inline void vmcs_writel(unsigned long field, unsigned long value)
Anthony Liguori2ab455c2007-04-27 09:29:49 +03001587{
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001588 vmcs_checkl(field);
1589 __vmcs_writel(field, value);
Anthony Liguori2ab455c2007-04-27 09:29:49 +03001590}
1591
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001592static __always_inline void vmcs_clear_bits(unsigned long field, u32 mask)
Anthony Liguori2ab455c2007-04-27 09:29:49 +03001593{
Paolo Bonzini8a86aea92015-12-03 15:56:55 +01001594 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x2000,
1595 "vmcs_clear_bits does not support 64-bit fields");
1596 __vmcs_writel(field, __vmcs_readl(field) & ~mask);
1597}
1598
1599static __always_inline void vmcs_set_bits(unsigned long field, u32 mask)
1600{
1601 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x2000,
1602 "vmcs_set_bits does not support 64-bit fields");
1603 __vmcs_writel(field, __vmcs_readl(field) | mask);
Anthony Liguori2ab455c2007-04-27 09:29:49 +03001604}
1605
Gleb Natapov2961e8762013-11-25 15:37:13 +02001606static inline void vm_entry_controls_init(struct vcpu_vmx *vmx, u32 val)
1607{
1608 vmcs_write32(VM_ENTRY_CONTROLS, val);
1609 vmx->vm_entry_controls_shadow = val;
1610}
1611
1612static inline void vm_entry_controls_set(struct vcpu_vmx *vmx, u32 val)
1613{
1614 if (vmx->vm_entry_controls_shadow != val)
1615 vm_entry_controls_init(vmx, val);
1616}
1617
1618static inline u32 vm_entry_controls_get(struct vcpu_vmx *vmx)
1619{
1620 return vmx->vm_entry_controls_shadow;
1621}
1622
1623
1624static inline void vm_entry_controls_setbit(struct vcpu_vmx *vmx, u32 val)
1625{
1626 vm_entry_controls_set(vmx, vm_entry_controls_get(vmx) | val);
1627}
1628
1629static inline void vm_entry_controls_clearbit(struct vcpu_vmx *vmx, u32 val)
1630{
1631 vm_entry_controls_set(vmx, vm_entry_controls_get(vmx) & ~val);
1632}
1633
1634static inline void vm_exit_controls_init(struct vcpu_vmx *vmx, u32 val)
1635{
1636 vmcs_write32(VM_EXIT_CONTROLS, val);
1637 vmx->vm_exit_controls_shadow = val;
1638}
1639
1640static inline void vm_exit_controls_set(struct vcpu_vmx *vmx, u32 val)
1641{
1642 if (vmx->vm_exit_controls_shadow != val)
1643 vm_exit_controls_init(vmx, val);
1644}
1645
1646static inline u32 vm_exit_controls_get(struct vcpu_vmx *vmx)
1647{
1648 return vmx->vm_exit_controls_shadow;
1649}
1650
1651
1652static inline void vm_exit_controls_setbit(struct vcpu_vmx *vmx, u32 val)
1653{
1654 vm_exit_controls_set(vmx, vm_exit_controls_get(vmx) | val);
1655}
1656
1657static inline void vm_exit_controls_clearbit(struct vcpu_vmx *vmx, u32 val)
1658{
1659 vm_exit_controls_set(vmx, vm_exit_controls_get(vmx) & ~val);
1660}
1661
Avi Kivity2fb92db2011-04-27 19:42:18 +03001662static void vmx_segment_cache_clear(struct vcpu_vmx *vmx)
1663{
1664 vmx->segment_cache.bitmask = 0;
1665}
1666
1667static bool vmx_segment_cache_test_set(struct vcpu_vmx *vmx, unsigned seg,
1668 unsigned field)
1669{
1670 bool ret;
1671 u32 mask = 1 << (seg * SEG_FIELD_NR + field);
1672
1673 if (!(vmx->vcpu.arch.regs_avail & (1 << VCPU_EXREG_SEGMENTS))) {
1674 vmx->vcpu.arch.regs_avail |= (1 << VCPU_EXREG_SEGMENTS);
1675 vmx->segment_cache.bitmask = 0;
1676 }
1677 ret = vmx->segment_cache.bitmask & mask;
1678 vmx->segment_cache.bitmask |= mask;
1679 return ret;
1680}
1681
1682static u16 vmx_read_guest_seg_selector(struct vcpu_vmx *vmx, unsigned seg)
1683{
1684 u16 *p = &vmx->segment_cache.seg[seg].selector;
1685
1686 if (!vmx_segment_cache_test_set(vmx, seg, SEG_FIELD_SEL))
1687 *p = vmcs_read16(kvm_vmx_segment_fields[seg].selector);
1688 return *p;
1689}
1690
1691static ulong vmx_read_guest_seg_base(struct vcpu_vmx *vmx, unsigned seg)
1692{
1693 ulong *p = &vmx->segment_cache.seg[seg].base;
1694
1695 if (!vmx_segment_cache_test_set(vmx, seg, SEG_FIELD_BASE))
1696 *p = vmcs_readl(kvm_vmx_segment_fields[seg].base);
1697 return *p;
1698}
1699
1700static u32 vmx_read_guest_seg_limit(struct vcpu_vmx *vmx, unsigned seg)
1701{
1702 u32 *p = &vmx->segment_cache.seg[seg].limit;
1703
1704 if (!vmx_segment_cache_test_set(vmx, seg, SEG_FIELD_LIMIT))
1705 *p = vmcs_read32(kvm_vmx_segment_fields[seg].limit);
1706 return *p;
1707}
1708
1709static u32 vmx_read_guest_seg_ar(struct vcpu_vmx *vmx, unsigned seg)
1710{
1711 u32 *p = &vmx->segment_cache.seg[seg].ar;
1712
1713 if (!vmx_segment_cache_test_set(vmx, seg, SEG_FIELD_AR))
1714 *p = vmcs_read32(kvm_vmx_segment_fields[seg].ar_bytes);
1715 return *p;
1716}
1717
Avi Kivityabd3f2d2007-05-02 17:57:40 +03001718static void update_exception_bitmap(struct kvm_vcpu *vcpu)
1719{
1720 u32 eb;
1721
Jan Kiszkafd7373c2010-01-20 18:20:20 +01001722 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) |
Eric Northup54a20552015-11-03 18:03:53 +01001723 (1u << NM_VECTOR) | (1u << DB_VECTOR) | (1u << AC_VECTOR);
Jan Kiszkafd7373c2010-01-20 18:20:20 +01001724 if ((vcpu->guest_debug &
1725 (KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_SW_BP)) ==
1726 (KVM_GUESTDBG_ENABLE | KVM_GUESTDBG_USE_SW_BP))
1727 eb |= 1u << BP_VECTOR;
Avi Kivity7ffd92c2009-06-09 14:10:45 +03001728 if (to_vmx(vcpu)->rmode.vm86_active)
Avi Kivityabd3f2d2007-05-02 17:57:40 +03001729 eb = ~0;
Avi Kivity089d0342009-03-23 18:26:32 +02001730 if (enable_ept)
Sheng Yang14394422008-04-28 12:24:45 +08001731 eb &= ~(1u << PF_VECTOR); /* bypass_guest_pf = 0 */
Avi Kivity02daab22009-12-30 12:40:26 +02001732 if (vcpu->fpu_active)
1733 eb &= ~(1u << NM_VECTOR);
Nadav Har'El36cf24e2011-05-25 23:15:08 +03001734
1735 /* When we are running a nested L2 guest and L1 specified for it a
1736 * certain exception bitmap, we must trap the same exceptions and pass
1737 * them to L1. When running L2, we will only handle the exceptions
1738 * specified above if L1 did not want them.
1739 */
1740 if (is_guest_mode(vcpu))
1741 eb |= get_vmcs12(vcpu)->exception_bitmap;
1742
Avi Kivityabd3f2d2007-05-02 17:57:40 +03001743 vmcs_write32(EXCEPTION_BITMAP, eb);
1744}
1745
Gleb Natapov2961e8762013-11-25 15:37:13 +02001746static void clear_atomic_switch_msr_special(struct vcpu_vmx *vmx,
1747 unsigned long entry, unsigned long exit)
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001748{
Gleb Natapov2961e8762013-11-25 15:37:13 +02001749 vm_entry_controls_clearbit(vmx, entry);
1750 vm_exit_controls_clearbit(vmx, exit);
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001751}
1752
Avi Kivity61d2ef22010-04-28 16:40:38 +03001753static void clear_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr)
1754{
1755 unsigned i;
1756 struct msr_autoload *m = &vmx->msr_autoload;
1757
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001758 switch (msr) {
1759 case MSR_EFER:
1760 if (cpu_has_load_ia32_efer) {
Gleb Natapov2961e8762013-11-25 15:37:13 +02001761 clear_atomic_switch_msr_special(vmx,
1762 VM_ENTRY_LOAD_IA32_EFER,
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001763 VM_EXIT_LOAD_IA32_EFER);
1764 return;
1765 }
1766 break;
1767 case MSR_CORE_PERF_GLOBAL_CTRL:
1768 if (cpu_has_load_perf_global_ctrl) {
Gleb Natapov2961e8762013-11-25 15:37:13 +02001769 clear_atomic_switch_msr_special(vmx,
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001770 VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL,
1771 VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL);
1772 return;
1773 }
1774 break;
Avi Kivity110312c2010-12-21 12:54:20 +02001775 }
1776
Avi Kivity61d2ef22010-04-28 16:40:38 +03001777 for (i = 0; i < m->nr; ++i)
1778 if (m->guest[i].index == msr)
1779 break;
1780
1781 if (i == m->nr)
1782 return;
1783 --m->nr;
1784 m->guest[i] = m->guest[m->nr];
1785 m->host[i] = m->host[m->nr];
1786 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->nr);
1787 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->nr);
1788}
1789
Gleb Natapov2961e8762013-11-25 15:37:13 +02001790static void add_atomic_switch_msr_special(struct vcpu_vmx *vmx,
1791 unsigned long entry, unsigned long exit,
1792 unsigned long guest_val_vmcs, unsigned long host_val_vmcs,
1793 u64 guest_val, u64 host_val)
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001794{
1795 vmcs_write64(guest_val_vmcs, guest_val);
1796 vmcs_write64(host_val_vmcs, host_val);
Gleb Natapov2961e8762013-11-25 15:37:13 +02001797 vm_entry_controls_setbit(vmx, entry);
1798 vm_exit_controls_setbit(vmx, exit);
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001799}
1800
Avi Kivity61d2ef22010-04-28 16:40:38 +03001801static void add_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr,
1802 u64 guest_val, u64 host_val)
1803{
1804 unsigned i;
1805 struct msr_autoload *m = &vmx->msr_autoload;
1806
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001807 switch (msr) {
1808 case MSR_EFER:
1809 if (cpu_has_load_ia32_efer) {
Gleb Natapov2961e8762013-11-25 15:37:13 +02001810 add_atomic_switch_msr_special(vmx,
1811 VM_ENTRY_LOAD_IA32_EFER,
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001812 VM_EXIT_LOAD_IA32_EFER,
1813 GUEST_IA32_EFER,
1814 HOST_IA32_EFER,
1815 guest_val, host_val);
1816 return;
1817 }
1818 break;
1819 case MSR_CORE_PERF_GLOBAL_CTRL:
1820 if (cpu_has_load_perf_global_ctrl) {
Gleb Natapov2961e8762013-11-25 15:37:13 +02001821 add_atomic_switch_msr_special(vmx,
Gleb Natapov8bf00a52011-10-05 14:01:22 +02001822 VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL,
1823 VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL,
1824 GUEST_IA32_PERF_GLOBAL_CTRL,
1825 HOST_IA32_PERF_GLOBAL_CTRL,
1826 guest_val, host_val);
1827 return;
1828 }
1829 break;
Radim Krčmář7099e2e2016-03-04 15:08:42 +01001830 case MSR_IA32_PEBS_ENABLE:
1831 /* PEBS needs a quiescent period after being disabled (to write
1832 * a record). Disabling PEBS through VMX MSR swapping doesn't
1833 * provide that period, so a CPU could write host's record into
1834 * guest's memory.
1835 */
1836 wrmsrl(MSR_IA32_PEBS_ENABLE, 0);
Avi Kivity110312c2010-12-21 12:54:20 +02001837 }
1838
Avi Kivity61d2ef22010-04-28 16:40:38 +03001839 for (i = 0; i < m->nr; ++i)
1840 if (m->guest[i].index == msr)
1841 break;
1842
Gleb Natapove7fc6f93b2011-10-05 14:01:24 +02001843 if (i == NR_AUTOLOAD_MSRS) {
Michael S. Tsirkin60266202013-10-31 00:34:56 +02001844 printk_once(KERN_WARNING "Not enough msr switch entries. "
Gleb Natapove7fc6f93b2011-10-05 14:01:24 +02001845 "Can't add msr %x\n", msr);
1846 return;
1847 } else if (i == m->nr) {
Avi Kivity61d2ef22010-04-28 16:40:38 +03001848 ++m->nr;
1849 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->nr);
1850 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->nr);
1851 }
1852
1853 m->guest[i].index = msr;
1854 m->guest[i].value = guest_val;
1855 m->host[i].index = msr;
1856 m->host[i].value = host_val;
1857}
1858
Avi Kivity33ed6322007-05-02 16:54:03 +03001859static void reload_tss(void)
1860{
Avi Kivity33ed6322007-05-02 16:54:03 +03001861 /*
1862 * VT restores TR but not its size. Useless.
1863 */
Christoph Lameter89cbc762014-08-17 12:30:40 -05001864 struct desc_ptr *gdt = this_cpu_ptr(&host_gdt);
Avi Kivitya5f61302008-02-20 17:57:21 +02001865 struct desc_struct *descs;
Avi Kivity33ed6322007-05-02 16:54:03 +03001866
Avi Kivityd3591922010-07-26 18:32:39 +03001867 descs = (void *)gdt->address;
Avi Kivity33ed6322007-05-02 16:54:03 +03001868 descs[GDT_ENTRY_TSS].type = 9; /* available TSS */
1869 load_TR_desc();
Avi Kivity33ed6322007-05-02 16:54:03 +03001870}
1871
Avi Kivity92c0d902009-10-29 11:00:16 +02001872static bool update_transition_efer(struct vcpu_vmx *vmx, int efer_offset)
Eddie Dong2cc51562007-05-21 07:28:09 +03001873{
Paolo Bonzini844a5fe2016-03-08 12:13:39 +01001874 u64 guest_efer = vmx->vcpu.arch.efer;
1875 u64 ignore_bits = 0;
Eddie Dong2cc51562007-05-21 07:28:09 +03001876
Paolo Bonzini844a5fe2016-03-08 12:13:39 +01001877 if (!enable_ept) {
1878 /*
1879 * NX is needed to handle CR0.WP=1, CR4.SMEP=1. Testing
1880 * host CPUID is more efficient than testing guest CPUID
1881 * or CR4. Host SMEP is anyway a requirement for guest SMEP.
1882 */
1883 if (boot_cpu_has(X86_FEATURE_SMEP))
1884 guest_efer |= EFER_NX;
1885 else if (!(guest_efer & EFER_NX))
1886 ignore_bits |= EFER_NX;
1887 }
Roel Kluin3a34a882009-08-04 02:08:45 -07001888
Avi Kivity51c6cf62007-08-29 03:48:05 +03001889 /*
Paolo Bonzini844a5fe2016-03-08 12:13:39 +01001890 * LMA and LME handled by hardware; SCE meaningless outside long mode.
Avi Kivity51c6cf62007-08-29 03:48:05 +03001891 */
Paolo Bonzini844a5fe2016-03-08 12:13:39 +01001892 ignore_bits |= EFER_SCE;
Avi Kivity51c6cf62007-08-29 03:48:05 +03001893#ifdef CONFIG_X86_64
1894 ignore_bits |= EFER_LMA | EFER_LME;
1895 /* SCE is meaningful only in long mode on Intel */
1896 if (guest_efer & EFER_LMA)
1897 ignore_bits &= ~(u64)EFER_SCE;
1898#endif
Avi Kivity84ad33e2010-04-28 16:42:29 +03001899
1900 clear_atomic_switch_msr(vmx, MSR_EFER);
Andy Lutomirskif6577a5f2014-11-07 18:25:18 -08001901
1902 /*
1903 * On EPT, we can't emulate NX, so we must switch EFER atomically.
1904 * On CPUs that support "load IA32_EFER", always switch EFER
1905 * atomically, since it's faster than switching it manually.
1906 */
1907 if (cpu_has_load_ia32_efer ||
1908 (enable_ept && ((vmx->vcpu.arch.efer ^ host_efer) & EFER_NX))) {
Avi Kivity84ad33e2010-04-28 16:42:29 +03001909 if (!(guest_efer & EFER_LMA))
1910 guest_efer &= ~EFER_LME;
Andy Lutomirski54b98bf2014-11-10 11:19:15 -08001911 if (guest_efer != host_efer)
1912 add_atomic_switch_msr(vmx, MSR_EFER,
1913 guest_efer, host_efer);
Avi Kivity84ad33e2010-04-28 16:42:29 +03001914 return false;
Paolo Bonzini844a5fe2016-03-08 12:13:39 +01001915 } else {
1916 guest_efer &= ~ignore_bits;
1917 guest_efer |= host_efer & ignore_bits;
Avi Kivity84ad33e2010-04-28 16:42:29 +03001918
Paolo Bonzini844a5fe2016-03-08 12:13:39 +01001919 vmx->guest_msrs[efer_offset].data = guest_efer;
1920 vmx->guest_msrs[efer_offset].mask = ~ignore_bits;
1921
1922 return true;
1923 }
Avi Kivity51c6cf62007-08-29 03:48:05 +03001924}
1925
Gleb Natapov2d49ec72010-02-25 12:43:09 +02001926static unsigned long segment_base(u16 selector)
1927{
Christoph Lameter89cbc762014-08-17 12:30:40 -05001928 struct desc_ptr *gdt = this_cpu_ptr(&host_gdt);
Gleb Natapov2d49ec72010-02-25 12:43:09 +02001929 struct desc_struct *d;
1930 unsigned long table_base;
1931 unsigned long v;
1932
1933 if (!(selector & ~3))
1934 return 0;
1935
Avi Kivityd3591922010-07-26 18:32:39 +03001936 table_base = gdt->address;
Gleb Natapov2d49ec72010-02-25 12:43:09 +02001937
1938 if (selector & 4) { /* from ldt */
1939 u16 ldt_selector = kvm_read_ldt();
1940
1941 if (!(ldt_selector & ~3))
1942 return 0;
1943
1944 table_base = segment_base(ldt_selector);
1945 }
1946 d = (struct desc_struct *)(table_base + (selector & ~7));
1947 v = get_desc_base(d);
1948#ifdef CONFIG_X86_64
1949 if (d->s == 0 && (d->type == 2 || d->type == 9 || d->type == 11))
1950 v |= ((unsigned long)((struct ldttss_desc64 *)d)->base3) << 32;
1951#endif
1952 return v;
1953}
1954
1955static inline unsigned long kvm_read_tr_base(void)
1956{
1957 u16 tr;
1958 asm("str %0" : "=g"(tr));
1959 return segment_base(tr);
1960}
1961
Avi Kivity04d2cc72007-09-10 18:10:54 +03001962static void vmx_save_host_state(struct kvm_vcpu *vcpu)
Avi Kivity33ed6322007-05-02 16:54:03 +03001963{
Avi Kivity04d2cc72007-09-10 18:10:54 +03001964 struct vcpu_vmx *vmx = to_vmx(vcpu);
Avi Kivity26bb0982009-09-07 11:14:12 +03001965 int i;
Avi Kivity04d2cc72007-09-10 18:10:54 +03001966
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04001967 if (vmx->host_state.loaded)
Avi Kivity33ed6322007-05-02 16:54:03 +03001968 return;
1969
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04001970 vmx->host_state.loaded = 1;
Avi Kivity33ed6322007-05-02 16:54:03 +03001971 /*
1972 * Set host fs and gs selectors. Unfortunately, 22.2.3 does not
1973 * allow segment selectors with cpl > 0 or ti == 1.
1974 */
Avi Kivityd6e88ae2008-07-10 16:53:33 +03001975 vmx->host_state.ldt_sel = kvm_read_ldt();
Laurent Vivier152d3f22007-08-23 16:33:11 +02001976 vmx->host_state.gs_ldt_reload_needed = vmx->host_state.ldt_sel;
Avi Kivity9581d442010-10-19 16:46:55 +02001977 savesegment(fs, vmx->host_state.fs_sel);
Laurent Vivier152d3f22007-08-23 16:33:11 +02001978 if (!(vmx->host_state.fs_sel & 7)) {
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04001979 vmcs_write16(HOST_FS_SELECTOR, vmx->host_state.fs_sel);
Laurent Vivier152d3f22007-08-23 16:33:11 +02001980 vmx->host_state.fs_reload_needed = 0;
1981 } else {
Avi Kivity33ed6322007-05-02 16:54:03 +03001982 vmcs_write16(HOST_FS_SELECTOR, 0);
Laurent Vivier152d3f22007-08-23 16:33:11 +02001983 vmx->host_state.fs_reload_needed = 1;
Avi Kivity33ed6322007-05-02 16:54:03 +03001984 }
Avi Kivity9581d442010-10-19 16:46:55 +02001985 savesegment(gs, vmx->host_state.gs_sel);
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04001986 if (!(vmx->host_state.gs_sel & 7))
1987 vmcs_write16(HOST_GS_SELECTOR, vmx->host_state.gs_sel);
Avi Kivity33ed6322007-05-02 16:54:03 +03001988 else {
1989 vmcs_write16(HOST_GS_SELECTOR, 0);
Laurent Vivier152d3f22007-08-23 16:33:11 +02001990 vmx->host_state.gs_ldt_reload_needed = 1;
Avi Kivity33ed6322007-05-02 16:54:03 +03001991 }
1992
1993#ifdef CONFIG_X86_64
Avi Kivityb2da15a2012-05-13 19:53:24 +03001994 savesegment(ds, vmx->host_state.ds_sel);
1995 savesegment(es, vmx->host_state.es_sel);
1996#endif
1997
1998#ifdef CONFIG_X86_64
Avi Kivity33ed6322007-05-02 16:54:03 +03001999 vmcs_writel(HOST_FS_BASE, read_msr(MSR_FS_BASE));
2000 vmcs_writel(HOST_GS_BASE, read_msr(MSR_GS_BASE));
2001#else
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04002002 vmcs_writel(HOST_FS_BASE, segment_base(vmx->host_state.fs_sel));
2003 vmcs_writel(HOST_GS_BASE, segment_base(vmx->host_state.gs_sel));
Avi Kivity33ed6322007-05-02 16:54:03 +03002004#endif
Avi Kivity707c0872007-05-02 17:33:43 +03002005
2006#ifdef CONFIG_X86_64
Avi Kivityc8770e72010-11-11 12:37:26 +02002007 rdmsrl(MSR_KERNEL_GS_BASE, vmx->msr_host_kernel_gs_base);
2008 if (is_long_mode(&vmx->vcpu))
Avi Kivity44ea2b12009-09-06 15:55:37 +03002009 wrmsrl(MSR_KERNEL_GS_BASE, vmx->msr_guest_kernel_gs_base);
Avi Kivity707c0872007-05-02 17:33:43 +03002010#endif
Liu, Jinsongda8999d2014-02-24 10:55:46 +00002011 if (boot_cpu_has(X86_FEATURE_MPX))
2012 rdmsrl(MSR_IA32_BNDCFGS, vmx->host_state.msr_host_bndcfgs);
Avi Kivity26bb0982009-09-07 11:14:12 +03002013 for (i = 0; i < vmx->save_nmsrs; ++i)
2014 kvm_set_shared_msr(vmx->guest_msrs[i].index,
Avi Kivityd5696722009-12-02 12:28:47 +02002015 vmx->guest_msrs[i].data,
2016 vmx->guest_msrs[i].mask);
Avi Kivity33ed6322007-05-02 16:54:03 +03002017}
2018
Avi Kivitya9b21b62008-06-24 11:48:49 +03002019static void __vmx_load_host_state(struct vcpu_vmx *vmx)
Avi Kivity33ed6322007-05-02 16:54:03 +03002020{
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04002021 if (!vmx->host_state.loaded)
Avi Kivity33ed6322007-05-02 16:54:03 +03002022 return;
2023
Avi Kivitye1beb1d2007-11-18 13:50:24 +02002024 ++vmx->vcpu.stat.host_state_reload;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04002025 vmx->host_state.loaded = 0;
Avi Kivityc8770e72010-11-11 12:37:26 +02002026#ifdef CONFIG_X86_64
2027 if (is_long_mode(&vmx->vcpu))
2028 rdmsrl(MSR_KERNEL_GS_BASE, vmx->msr_guest_kernel_gs_base);
2029#endif
Laurent Vivier152d3f22007-08-23 16:33:11 +02002030 if (vmx->host_state.gs_ldt_reload_needed) {
Avi Kivityd6e88ae2008-07-10 16:53:33 +03002031 kvm_load_ldt(vmx->host_state.ldt_sel);
Avi Kivity33ed6322007-05-02 16:54:03 +03002032#ifdef CONFIG_X86_64
Avi Kivity9581d442010-10-19 16:46:55 +02002033 load_gs_index(vmx->host_state.gs_sel);
Avi Kivity9581d442010-10-19 16:46:55 +02002034#else
2035 loadsegment(gs, vmx->host_state.gs_sel);
Avi Kivity33ed6322007-05-02 16:54:03 +03002036#endif
Avi Kivity33ed6322007-05-02 16:54:03 +03002037 }
Avi Kivity0a77fe42010-10-19 18:48:35 +02002038 if (vmx->host_state.fs_reload_needed)
2039 loadsegment(fs, vmx->host_state.fs_sel);
Avi Kivityb2da15a2012-05-13 19:53:24 +03002040#ifdef CONFIG_X86_64
2041 if (unlikely(vmx->host_state.ds_sel | vmx->host_state.es_sel)) {
2042 loadsegment(ds, vmx->host_state.ds_sel);
2043 loadsegment(es, vmx->host_state.es_sel);
2044 }
Avi Kivityb2da15a2012-05-13 19:53:24 +03002045#endif
Laurent Vivier152d3f22007-08-23 16:33:11 +02002046 reload_tss();
Avi Kivity44ea2b12009-09-06 15:55:37 +03002047#ifdef CONFIG_X86_64
Avi Kivityc8770e72010-11-11 12:37:26 +02002048 wrmsrl(MSR_KERNEL_GS_BASE, vmx->msr_host_kernel_gs_base);
Avi Kivity44ea2b12009-09-06 15:55:37 +03002049#endif
Liu, Jinsongda8999d2014-02-24 10:55:46 +00002050 if (vmx->host_state.msr_host_bndcfgs)
2051 wrmsrl(MSR_IA32_BNDCFGS, vmx->host_state.msr_host_bndcfgs);
Suresh Siddhab1a74bf2012-09-20 11:01:49 -07002052 /*
2053 * If the FPU is not active (through the host task or
2054 * the guest vcpu), then restore the cr0.TS bit.
2055 */
Ingo Molnar3c6dffa2015-04-28 12:28:08 +02002056 if (!fpregs_active() && !vmx->vcpu.guest_fpu_loaded)
Suresh Siddhab1a74bf2012-09-20 11:01:49 -07002057 stts();
Christoph Lameter89cbc762014-08-17 12:30:40 -05002058 load_gdt(this_cpu_ptr(&host_gdt));
Avi Kivity33ed6322007-05-02 16:54:03 +03002059}
2060
Avi Kivitya9b21b62008-06-24 11:48:49 +03002061static void vmx_load_host_state(struct vcpu_vmx *vmx)
2062{
2063 preempt_disable();
2064 __vmx_load_host_state(vmx);
2065 preempt_enable();
2066}
2067
Feng Wu28b835d2015-09-18 22:29:54 +08002068static void vmx_vcpu_pi_load(struct kvm_vcpu *vcpu, int cpu)
2069{
2070 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu);
2071 struct pi_desc old, new;
2072 unsigned int dest;
2073
2074 if (!kvm_arch_has_assigned_device(vcpu->kvm) ||
2075 !irq_remapping_cap(IRQ_POSTING_CAP))
2076 return;
2077
2078 do {
2079 old.control = new.control = pi_desc->control;
2080
2081 /*
2082 * If 'nv' field is POSTED_INTR_WAKEUP_VECTOR, there
2083 * are two possible cases:
2084 * 1. After running 'pre_block', context switch
2085 * happened. For this case, 'sn' was set in
2086 * vmx_vcpu_put(), so we need to clear it here.
2087 * 2. After running 'pre_block', we were blocked,
2088 * and woken up by some other guy. For this case,
2089 * we don't need to do anything, 'pi_post_block'
2090 * will do everything for us. However, we cannot
2091 * check whether it is case #1 or case #2 here
2092 * (maybe, not needed), so we also clear sn here,
2093 * I think it is not a big deal.
2094 */
2095 if (pi_desc->nv != POSTED_INTR_WAKEUP_VECTOR) {
2096 if (vcpu->cpu != cpu) {
2097 dest = cpu_physical_id(cpu);
2098
2099 if (x2apic_enabled())
2100 new.ndst = dest;
2101 else
2102 new.ndst = (dest << 8) & 0xFF00;
2103 }
2104
2105 /* set 'NV' to 'notification vector' */
2106 new.nv = POSTED_INTR_VECTOR;
2107 }
2108
2109 /* Allow posting non-urgent interrupts */
2110 new.sn = 0;
2111 } while (cmpxchg(&pi_desc->control, old.control,
2112 new.control) != old.control);
2113}
Xiao Guangrong1be0e612016-03-22 16:51:18 +08002114
Avi Kivity6aa8b732006-12-10 02:21:36 -08002115/*
2116 * Switches to specified vcpu, until a matching vcpu_put(), but assumes
2117 * vcpu mutex is already taken.
2118 */
Avi Kivity15ad7142007-07-11 18:17:21 +03002119static void vmx_vcpu_load(struct kvm_vcpu *vcpu, int cpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08002120{
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04002121 struct vcpu_vmx *vmx = to_vmx(vcpu);
Dongxiao Xu4610c9c2010-05-11 18:29:48 +08002122 u64 phys_addr = __pa(per_cpu(vmxarea, cpu));
Avi Kivity6aa8b732006-12-10 02:21:36 -08002123
Dongxiao Xu4610c9c2010-05-11 18:29:48 +08002124 if (!vmm_exclusive)
2125 kvm_cpu_vmxon(phys_addr);
Nadav Har'Eld462b812011-05-24 15:26:10 +03002126 else if (vmx->loaded_vmcs->cpu != cpu)
2127 loaded_vmcs_clear(vmx->loaded_vmcs);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002128
Nadav Har'Eld462b812011-05-24 15:26:10 +03002129 if (per_cpu(current_vmcs, cpu) != vmx->loaded_vmcs->vmcs) {
2130 per_cpu(current_vmcs, cpu) = vmx->loaded_vmcs->vmcs;
2131 vmcs_load(vmx->loaded_vmcs->vmcs);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002132 }
2133
Nadav Har'Eld462b812011-05-24 15:26:10 +03002134 if (vmx->loaded_vmcs->cpu != cpu) {
Christoph Lameter89cbc762014-08-17 12:30:40 -05002135 struct desc_ptr *gdt = this_cpu_ptr(&host_gdt);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002136 unsigned long sysenter_esp;
2137
Avi Kivitya8eeb042010-05-10 12:34:53 +03002138 kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu);
Dongxiao Xu92fe13b2010-05-11 18:29:42 +08002139 local_irq_disable();
Zhang Yanfei8f536b72012-12-06 23:43:34 +08002140 crash_disable_local_vmclear(cpu);
Xiao Guangrong5a560f82012-11-28 20:54:14 +08002141
2142 /*
2143 * Read loaded_vmcs->cpu should be before fetching
2144 * loaded_vmcs->loaded_vmcss_on_cpu_link.
2145 * See the comments in __loaded_vmcs_clear().
2146 */
2147 smp_rmb();
2148
Nadav Har'Eld462b812011-05-24 15:26:10 +03002149 list_add(&vmx->loaded_vmcs->loaded_vmcss_on_cpu_link,
2150 &per_cpu(loaded_vmcss_on_cpu, cpu));
Zhang Yanfei8f536b72012-12-06 23:43:34 +08002151 crash_enable_local_vmclear(cpu);
Dongxiao Xu92fe13b2010-05-11 18:29:42 +08002152 local_irq_enable();
2153
Avi Kivity6aa8b732006-12-10 02:21:36 -08002154 /*
2155 * Linux uses per-cpu TSS and GDT, so set these when switching
2156 * processors.
2157 */
Avi Kivityd6e88ae2008-07-10 16:53:33 +03002158 vmcs_writel(HOST_TR_BASE, kvm_read_tr_base()); /* 22.2.4 */
Avi Kivityd3591922010-07-26 18:32:39 +03002159 vmcs_writel(HOST_GDTR_BASE, gdt->address); /* 22.2.4 */
Avi Kivity6aa8b732006-12-10 02:21:36 -08002160
2161 rdmsrl(MSR_IA32_SYSENTER_ESP, sysenter_esp);
2162 vmcs_writel(HOST_IA32_SYSENTER_ESP, sysenter_esp); /* 22.2.3 */
Haozhong Zhangff2c3a12015-10-20 15:39:10 +08002163
Nadav Har'Eld462b812011-05-24 15:26:10 +03002164 vmx->loaded_vmcs->cpu = cpu;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002165 }
Feng Wu28b835d2015-09-18 22:29:54 +08002166
Owen Hofmann2680d6d2016-03-01 13:36:13 -08002167 /* Setup TSC multiplier */
2168 if (kvm_has_tsc_control &&
2169 vmx->current_tsc_ratio != vcpu->arch.tsc_scaling_ratio) {
2170 vmx->current_tsc_ratio = vcpu->arch.tsc_scaling_ratio;
2171 vmcs_write64(TSC_MULTIPLIER, vmx->current_tsc_ratio);
2172 }
2173
Feng Wu28b835d2015-09-18 22:29:54 +08002174 vmx_vcpu_pi_load(vcpu, cpu);
Xiao Guangrong1be0e612016-03-22 16:51:18 +08002175 vmx->host_pkru = read_pkru();
Feng Wu28b835d2015-09-18 22:29:54 +08002176}
2177
2178static void vmx_vcpu_pi_put(struct kvm_vcpu *vcpu)
2179{
2180 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu);
2181
2182 if (!kvm_arch_has_assigned_device(vcpu->kvm) ||
2183 !irq_remapping_cap(IRQ_POSTING_CAP))
2184 return;
2185
2186 /* Set SN when the vCPU is preempted */
2187 if (vcpu->preempted)
2188 pi_set_sn(pi_desc);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002189}
2190
2191static void vmx_vcpu_put(struct kvm_vcpu *vcpu)
2192{
Feng Wu28b835d2015-09-18 22:29:54 +08002193 vmx_vcpu_pi_put(vcpu);
2194
Avi Kivitya9b21b62008-06-24 11:48:49 +03002195 __vmx_load_host_state(to_vmx(vcpu));
Dongxiao Xu4610c9c2010-05-11 18:29:48 +08002196 if (!vmm_exclusive) {
Nadav Har'Eld462b812011-05-24 15:26:10 +03002197 __loaded_vmcs_clear(to_vmx(vcpu)->loaded_vmcs);
2198 vcpu->cpu = -1;
Dongxiao Xu4610c9c2010-05-11 18:29:48 +08002199 kvm_cpu_vmxoff();
2200 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08002201}
2202
Avi Kivity5fd86fc2007-05-02 20:40:00 +03002203static void vmx_fpu_activate(struct kvm_vcpu *vcpu)
2204{
Avi Kivity81231c62010-01-24 16:26:40 +02002205 ulong cr0;
2206
Avi Kivity5fd86fc2007-05-02 20:40:00 +03002207 if (vcpu->fpu_active)
2208 return;
2209 vcpu->fpu_active = 1;
Avi Kivity81231c62010-01-24 16:26:40 +02002210 cr0 = vmcs_readl(GUEST_CR0);
2211 cr0 &= ~(X86_CR0_TS | X86_CR0_MP);
2212 cr0 |= kvm_read_cr0_bits(vcpu, X86_CR0_TS | X86_CR0_MP);
2213 vmcs_writel(GUEST_CR0, cr0);
Avi Kivity5fd86fc2007-05-02 20:40:00 +03002214 update_exception_bitmap(vcpu);
Avi Kivityedcafe32009-12-30 18:07:40 +02002215 vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS;
Nadav Har'El36cf24e2011-05-25 23:15:08 +03002216 if (is_guest_mode(vcpu))
2217 vcpu->arch.cr0_guest_owned_bits &=
2218 ~get_vmcs12(vcpu)->cr0_guest_host_mask;
Avi Kivityedcafe32009-12-30 18:07:40 +02002219 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits);
Avi Kivity5fd86fc2007-05-02 20:40:00 +03002220}
2221
Avi Kivityedcafe32009-12-30 18:07:40 +02002222static void vmx_decache_cr0_guest_bits(struct kvm_vcpu *vcpu);
2223
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03002224/*
2225 * Return the cr0 value that a nested guest would read. This is a combination
2226 * of the real cr0 used to run the guest (guest_cr0), and the bits shadowed by
2227 * its hypervisor (cr0_read_shadow).
2228 */
2229static inline unsigned long nested_read_cr0(struct vmcs12 *fields)
2230{
2231 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) |
2232 (fields->cr0_read_shadow & fields->cr0_guest_host_mask);
2233}
2234static inline unsigned long nested_read_cr4(struct vmcs12 *fields)
2235{
2236 return (fields->guest_cr4 & ~fields->cr4_guest_host_mask) |
2237 (fields->cr4_read_shadow & fields->cr4_guest_host_mask);
2238}
2239
Avi Kivity5fd86fc2007-05-02 20:40:00 +03002240static void vmx_fpu_deactivate(struct kvm_vcpu *vcpu)
2241{
Nadav Har'El36cf24e2011-05-25 23:15:08 +03002242 /* Note that there is no vcpu->fpu_active = 0 here. The caller must
2243 * set this *before* calling this function.
2244 */
Avi Kivityedcafe32009-12-30 18:07:40 +02002245 vmx_decache_cr0_guest_bits(vcpu);
Avi Kivity81231c62010-01-24 16:26:40 +02002246 vmcs_set_bits(GUEST_CR0, X86_CR0_TS | X86_CR0_MP);
Avi Kivity5fd86fc2007-05-02 20:40:00 +03002247 update_exception_bitmap(vcpu);
Avi Kivityedcafe32009-12-30 18:07:40 +02002248 vcpu->arch.cr0_guest_owned_bits = 0;
2249 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits);
Nadav Har'El36cf24e2011-05-25 23:15:08 +03002250 if (is_guest_mode(vcpu)) {
2251 /*
2252 * L1's specified read shadow might not contain the TS bit,
2253 * so now that we turned on shadowing of this bit, we need to
2254 * set this bit of the shadow. Like in nested_vmx_run we need
2255 * nested_read_cr0(vmcs12), but vmcs12->guest_cr0 is not yet
2256 * up-to-date here because we just decached cr0.TS (and we'll
2257 * only update vmcs12->guest_cr0 on nested exit).
2258 */
2259 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
2260 vmcs12->guest_cr0 = (vmcs12->guest_cr0 & ~X86_CR0_TS) |
2261 (vcpu->arch.cr0 & X86_CR0_TS);
2262 vmcs_writel(CR0_READ_SHADOW, nested_read_cr0(vmcs12));
2263 } else
2264 vmcs_writel(CR0_READ_SHADOW, vcpu->arch.cr0);
Avi Kivity5fd86fc2007-05-02 20:40:00 +03002265}
2266
Avi Kivity6aa8b732006-12-10 02:21:36 -08002267static unsigned long vmx_get_rflags(struct kvm_vcpu *vcpu)
2268{
Avi Kivity78ac8b42010-04-08 18:19:35 +03002269 unsigned long rflags, save_rflags;
Avi Kivity345dcaa2009-08-12 15:29:37 +03002270
Avi Kivity6de12732011-03-07 12:51:22 +02002271 if (!test_bit(VCPU_EXREG_RFLAGS, (ulong *)&vcpu->arch.regs_avail)) {
2272 __set_bit(VCPU_EXREG_RFLAGS, (ulong *)&vcpu->arch.regs_avail);
2273 rflags = vmcs_readl(GUEST_RFLAGS);
2274 if (to_vmx(vcpu)->rmode.vm86_active) {
2275 rflags &= RMODE_GUEST_OWNED_EFLAGS_BITS;
2276 save_rflags = to_vmx(vcpu)->rmode.save_rflags;
2277 rflags |= save_rflags & ~RMODE_GUEST_OWNED_EFLAGS_BITS;
2278 }
2279 to_vmx(vcpu)->rflags = rflags;
Avi Kivity78ac8b42010-04-08 18:19:35 +03002280 }
Avi Kivity6de12732011-03-07 12:51:22 +02002281 return to_vmx(vcpu)->rflags;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002282}
2283
2284static void vmx_set_rflags(struct kvm_vcpu *vcpu, unsigned long rflags)
2285{
Avi Kivity6de12732011-03-07 12:51:22 +02002286 __set_bit(VCPU_EXREG_RFLAGS, (ulong *)&vcpu->arch.regs_avail);
2287 to_vmx(vcpu)->rflags = rflags;
Avi Kivity78ac8b42010-04-08 18:19:35 +03002288 if (to_vmx(vcpu)->rmode.vm86_active) {
2289 to_vmx(vcpu)->rmode.save_rflags = rflags;
Glauber de Oliveira Costa053de042008-01-30 13:31:27 +01002290 rflags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM;
Avi Kivity78ac8b42010-04-08 18:19:35 +03002291 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08002292 vmcs_writel(GUEST_RFLAGS, rflags);
2293}
2294
Huaitong Hanbe94f6b2016-03-22 16:51:20 +08002295static u32 vmx_get_pkru(struct kvm_vcpu *vcpu)
2296{
2297 return to_vmx(vcpu)->guest_pkru;
2298}
2299
Paolo Bonzini37ccdcb2014-05-20 14:29:47 +02002300static u32 vmx_get_interrupt_shadow(struct kvm_vcpu *vcpu)
Glauber Costa2809f5d2009-05-12 16:21:05 -04002301{
2302 u32 interruptibility = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO);
2303 int ret = 0;
2304
2305 if (interruptibility & GUEST_INTR_STATE_STI)
Jan Kiszka48005f62010-02-19 19:38:07 +01002306 ret |= KVM_X86_SHADOW_INT_STI;
Glauber Costa2809f5d2009-05-12 16:21:05 -04002307 if (interruptibility & GUEST_INTR_STATE_MOV_SS)
Jan Kiszka48005f62010-02-19 19:38:07 +01002308 ret |= KVM_X86_SHADOW_INT_MOV_SS;
Glauber Costa2809f5d2009-05-12 16:21:05 -04002309
Paolo Bonzini37ccdcb2014-05-20 14:29:47 +02002310 return ret;
Glauber Costa2809f5d2009-05-12 16:21:05 -04002311}
2312
2313static void vmx_set_interrupt_shadow(struct kvm_vcpu *vcpu, int mask)
2314{
2315 u32 interruptibility_old = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO);
2316 u32 interruptibility = interruptibility_old;
2317
2318 interruptibility &= ~(GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS);
2319
Jan Kiszka48005f62010-02-19 19:38:07 +01002320 if (mask & KVM_X86_SHADOW_INT_MOV_SS)
Glauber Costa2809f5d2009-05-12 16:21:05 -04002321 interruptibility |= GUEST_INTR_STATE_MOV_SS;
Jan Kiszka48005f62010-02-19 19:38:07 +01002322 else if (mask & KVM_X86_SHADOW_INT_STI)
Glauber Costa2809f5d2009-05-12 16:21:05 -04002323 interruptibility |= GUEST_INTR_STATE_STI;
2324
2325 if ((interruptibility != interruptibility_old))
2326 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility);
2327}
2328
Avi Kivity6aa8b732006-12-10 02:21:36 -08002329static void skip_emulated_instruction(struct kvm_vcpu *vcpu)
2330{
2331 unsigned long rip;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002332
Marcelo Tosatti5fdbf972008-06-27 14:58:02 -03002333 rip = kvm_rip_read(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002334 rip += vmcs_read32(VM_EXIT_INSTRUCTION_LEN);
Marcelo Tosatti5fdbf972008-06-27 14:58:02 -03002335 kvm_rip_write(vcpu, rip);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002336
Glauber Costa2809f5d2009-05-12 16:21:05 -04002337 /* skipping an emulated instruction also counts */
2338 vmx_set_interrupt_shadow(vcpu, 0);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002339}
2340
Nadav Har'El0b6ac342011-05-25 23:13:36 +03002341/*
2342 * KVM wants to inject page-faults which it got to the guest. This function
2343 * checks whether in a nested guest, we need to inject them to L1 or L2.
Nadav Har'El0b6ac342011-05-25 23:13:36 +03002344 */
Gleb Natapove011c662013-09-25 12:51:35 +03002345static int nested_vmx_check_exception(struct kvm_vcpu *vcpu, unsigned nr)
Nadav Har'El0b6ac342011-05-25 23:13:36 +03002346{
2347 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
2348
Gleb Natapove011c662013-09-25 12:51:35 +03002349 if (!(vmcs12->exception_bitmap & (1u << nr)))
Nadav Har'El0b6ac342011-05-25 23:13:36 +03002350 return 0;
2351
Jan Kiszka533558b2014-01-04 18:47:20 +01002352 nested_vmx_vmexit(vcpu, to_vmx(vcpu)->exit_reason,
2353 vmcs_read32(VM_EXIT_INTR_INFO),
2354 vmcs_readl(EXIT_QUALIFICATION));
Nadav Har'El0b6ac342011-05-25 23:13:36 +03002355 return 1;
2356}
2357
Avi Kivity298101d2007-11-25 13:41:11 +02002358static void vmx_queue_exception(struct kvm_vcpu *vcpu, unsigned nr,
Joerg Roedelce7ddec2010-04-22 12:33:13 +02002359 bool has_error_code, u32 error_code,
2360 bool reinject)
Avi Kivity298101d2007-11-25 13:41:11 +02002361{
Jan Kiszka77ab6db2008-07-14 12:28:51 +02002362 struct vcpu_vmx *vmx = to_vmx(vcpu);
Jan Kiszka8ab2d2e2008-12-15 13:52:10 +01002363 u32 intr_info = nr | INTR_INFO_VALID_MASK;
Jan Kiszka77ab6db2008-07-14 12:28:51 +02002364
Gleb Natapove011c662013-09-25 12:51:35 +03002365 if (!reinject && is_guest_mode(vcpu) &&
2366 nested_vmx_check_exception(vcpu, nr))
Nadav Har'El0b6ac342011-05-25 23:13:36 +03002367 return;
2368
Jan Kiszka8ab2d2e2008-12-15 13:52:10 +01002369 if (has_error_code) {
Jan Kiszka77ab6db2008-07-14 12:28:51 +02002370 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, error_code);
Jan Kiszka8ab2d2e2008-12-15 13:52:10 +01002371 intr_info |= INTR_INFO_DELIVER_CODE_MASK;
2372 }
Jan Kiszka77ab6db2008-07-14 12:28:51 +02002373
Avi Kivity7ffd92c2009-06-09 14:10:45 +03002374 if (vmx->rmode.vm86_active) {
Serge E. Hallyn71f98332011-04-13 09:12:54 -05002375 int inc_eip = 0;
2376 if (kvm_exception_is_soft(nr))
2377 inc_eip = vcpu->arch.event_exit_inst_len;
2378 if (kvm_inject_realmode_interrupt(vcpu, nr, inc_eip) != EMULATE_DONE)
Mohammed Gamala92601b2010-09-19 14:34:07 +02002379 kvm_make_request(KVM_REQ_TRIPLE_FAULT, vcpu);
Jan Kiszka77ab6db2008-07-14 12:28:51 +02002380 return;
2381 }
2382
Gleb Natapov66fd3f72009-05-11 13:35:50 +03002383 if (kvm_exception_is_soft(nr)) {
2384 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN,
2385 vmx->vcpu.arch.event_exit_inst_len);
Jan Kiszka8ab2d2e2008-12-15 13:52:10 +01002386 intr_info |= INTR_TYPE_SOFT_EXCEPTION;
2387 } else
2388 intr_info |= INTR_TYPE_HARD_EXCEPTION;
2389
2390 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr_info);
Avi Kivity298101d2007-11-25 13:41:11 +02002391}
2392
Sheng Yang4e47c7a2009-12-18 16:48:47 +08002393static bool vmx_rdtscp_supported(void)
2394{
2395 return cpu_has_vmx_rdtscp();
2396}
2397
Mao, Junjiead756a12012-07-02 01:18:48 +00002398static bool vmx_invpcid_supported(void)
2399{
2400 return cpu_has_vmx_invpcid() && enable_ept;
2401}
2402
Avi Kivity6aa8b732006-12-10 02:21:36 -08002403/*
Eddie Donga75beee2007-05-17 18:55:15 +03002404 * Swap MSR entry in host/guest MSR entry array.
2405 */
Rusty Russell8b9cf982007-07-30 16:31:43 +10002406static void move_msr_up(struct vcpu_vmx *vmx, int from, int to)
Eddie Donga75beee2007-05-17 18:55:15 +03002407{
Avi Kivity26bb0982009-09-07 11:14:12 +03002408 struct shared_msr_entry tmp;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04002409
2410 tmp = vmx->guest_msrs[to];
2411 vmx->guest_msrs[to] = vmx->guest_msrs[from];
2412 vmx->guest_msrs[from] = tmp;
Eddie Donga75beee2007-05-17 18:55:15 +03002413}
2414
Yang Zhang8d146952013-01-25 10:18:50 +08002415static void vmx_set_msr_bitmap(struct kvm_vcpu *vcpu)
2416{
2417 unsigned long *msr_bitmap;
2418
Wincy Van670125b2015-03-04 14:31:56 +08002419 if (is_guest_mode(vcpu))
2420 msr_bitmap = vmx_msr_bitmap_nested;
Roman Kagan3ce424e2016-05-18 17:48:20 +03002421 else if (cpu_has_secondary_exec_ctrls() &&
2422 (vmcs_read32(SECONDARY_VM_EXEC_CONTROL) &
2423 SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE)) {
Yang Zhang8d146952013-01-25 10:18:50 +08002424 if (is_long_mode(vcpu))
2425 msr_bitmap = vmx_msr_bitmap_longmode_x2apic;
2426 else
2427 msr_bitmap = vmx_msr_bitmap_legacy_x2apic;
2428 } else {
2429 if (is_long_mode(vcpu))
2430 msr_bitmap = vmx_msr_bitmap_longmode;
2431 else
2432 msr_bitmap = vmx_msr_bitmap_legacy;
2433 }
2434
2435 vmcs_write64(MSR_BITMAP, __pa(msr_bitmap));
2436}
2437
Eddie Donga75beee2007-05-17 18:55:15 +03002438/*
Avi Kivitye38aea32007-04-19 13:22:48 +03002439 * Set up the vmcs to automatically save and restore system
2440 * msrs. Don't touch the 64-bit msrs if the guest is in legacy
2441 * mode, as fiddling with msrs is very expensive.
2442 */
Rusty Russell8b9cf982007-07-30 16:31:43 +10002443static void setup_msrs(struct vcpu_vmx *vmx)
Avi Kivitye38aea32007-04-19 13:22:48 +03002444{
Avi Kivity26bb0982009-09-07 11:14:12 +03002445 int save_nmsrs, index;
Avi Kivitye38aea32007-04-19 13:22:48 +03002446
Eddie Donga75beee2007-05-17 18:55:15 +03002447 save_nmsrs = 0;
Avi Kivity4d56c8a2007-04-19 14:28:44 +03002448#ifdef CONFIG_X86_64
Rusty Russell8b9cf982007-07-30 16:31:43 +10002449 if (is_long_mode(&vmx->vcpu)) {
Rusty Russell8b9cf982007-07-30 16:31:43 +10002450 index = __find_msr_index(vmx, MSR_SYSCALL_MASK);
Eddie Donga75beee2007-05-17 18:55:15 +03002451 if (index >= 0)
Rusty Russell8b9cf982007-07-30 16:31:43 +10002452 move_msr_up(vmx, index, save_nmsrs++);
2453 index = __find_msr_index(vmx, MSR_LSTAR);
Eddie Donga75beee2007-05-17 18:55:15 +03002454 if (index >= 0)
Rusty Russell8b9cf982007-07-30 16:31:43 +10002455 move_msr_up(vmx, index, save_nmsrs++);
2456 index = __find_msr_index(vmx, MSR_CSTAR);
Eddie Donga75beee2007-05-17 18:55:15 +03002457 if (index >= 0)
Rusty Russell8b9cf982007-07-30 16:31:43 +10002458 move_msr_up(vmx, index, save_nmsrs++);
Sheng Yang4e47c7a2009-12-18 16:48:47 +08002459 index = __find_msr_index(vmx, MSR_TSC_AUX);
Xiao Guangrong1cea0ce2015-09-09 14:05:57 +08002460 if (index >= 0 && guest_cpuid_has_rdtscp(&vmx->vcpu))
Sheng Yang4e47c7a2009-12-18 16:48:47 +08002461 move_msr_up(vmx, index, save_nmsrs++);
Eddie Donga75beee2007-05-17 18:55:15 +03002462 /*
Brian Gerst8c065852010-07-17 09:03:26 -04002463 * MSR_STAR is only needed on long mode guests, and only
Eddie Donga75beee2007-05-17 18:55:15 +03002464 * if efer.sce is enabled.
2465 */
Brian Gerst8c065852010-07-17 09:03:26 -04002466 index = __find_msr_index(vmx, MSR_STAR);
Avi Kivityf6801df2010-01-21 15:31:50 +02002467 if ((index >= 0) && (vmx->vcpu.arch.efer & EFER_SCE))
Rusty Russell8b9cf982007-07-30 16:31:43 +10002468 move_msr_up(vmx, index, save_nmsrs++);
Avi Kivity4d56c8a2007-04-19 14:28:44 +03002469 }
Eddie Donga75beee2007-05-17 18:55:15 +03002470#endif
Avi Kivity92c0d902009-10-29 11:00:16 +02002471 index = __find_msr_index(vmx, MSR_EFER);
2472 if (index >= 0 && update_transition_efer(vmx, index))
Avi Kivity26bb0982009-09-07 11:14:12 +03002473 move_msr_up(vmx, index, save_nmsrs++);
Avi Kivity4d56c8a2007-04-19 14:28:44 +03002474
Avi Kivity26bb0982009-09-07 11:14:12 +03002475 vmx->save_nmsrs = save_nmsrs;
Avi Kivity58972972009-02-24 22:26:47 +02002476
Yang Zhang8d146952013-01-25 10:18:50 +08002477 if (cpu_has_vmx_msr_bitmap())
2478 vmx_set_msr_bitmap(&vmx->vcpu);
Avi Kivitye38aea32007-04-19 13:22:48 +03002479}
2480
2481/*
Avi Kivity6aa8b732006-12-10 02:21:36 -08002482 * reads and returns guest's timestamp counter "register"
Haozhong Zhangbe7b2632015-10-20 15:39:11 +08002483 * guest_tsc = (host_tsc * tsc multiplier) >> 48 + tsc_offset
2484 * -- Intel TSC Scaling for Virtualization White Paper, sec 1.3
Avi Kivity6aa8b732006-12-10 02:21:36 -08002485 */
Haozhong Zhangbe7b2632015-10-20 15:39:11 +08002486static u64 guest_read_tsc(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08002487{
2488 u64 host_tsc, tsc_offset;
2489
Andy Lutomirski4ea16362015-06-25 18:44:07 +02002490 host_tsc = rdtsc();
Avi Kivity6aa8b732006-12-10 02:21:36 -08002491 tsc_offset = vmcs_read64(TSC_OFFSET);
Haozhong Zhangbe7b2632015-10-20 15:39:11 +08002492 return kvm_scale_tsc(vcpu, host_tsc) + tsc_offset;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002493}
2494
2495/*
Nadav Har'Eld5c17852011-08-02 15:54:20 +03002496 * Like guest_read_tsc, but always returns L1's notion of the timestamp
2497 * counter, even if a nested guest (L2) is currently running.
2498 */
Paolo Bonzini48d89b92014-08-26 13:27:46 +02002499static u64 vmx_read_l1_tsc(struct kvm_vcpu *vcpu, u64 host_tsc)
Nadav Har'Eld5c17852011-08-02 15:54:20 +03002500{
Marcelo Tosatti886b4702012-11-27 23:28:58 -02002501 u64 tsc_offset;
Nadav Har'Eld5c17852011-08-02 15:54:20 +03002502
Nadav Har'Eld5c17852011-08-02 15:54:20 +03002503 tsc_offset = is_guest_mode(vcpu) ?
2504 to_vmx(vcpu)->nested.vmcs01_tsc_offset :
2505 vmcs_read64(TSC_OFFSET);
2506 return host_tsc + tsc_offset;
2507}
2508
Will Auldba904632012-11-29 12:42:50 -08002509static u64 vmx_read_tsc_offset(struct kvm_vcpu *vcpu)
2510{
2511 return vmcs_read64(TSC_OFFSET);
2512}
2513
Joerg Roedel4051b182011-03-25 09:44:49 +01002514/*
Zachary Amsden99e3e302010-08-19 22:07:17 -10002515 * writes 'offset' into guest's timestamp counter offset register
Avi Kivity6aa8b732006-12-10 02:21:36 -08002516 */
Zachary Amsden99e3e302010-08-19 22:07:17 -10002517static void vmx_write_tsc_offset(struct kvm_vcpu *vcpu, u64 offset)
Avi Kivity6aa8b732006-12-10 02:21:36 -08002518{
Nadav Har'El27fc51b2011-08-02 15:54:52 +03002519 if (is_guest_mode(vcpu)) {
Nadav Har'El79918252011-05-25 23:15:39 +03002520 /*
Nadav Har'El27fc51b2011-08-02 15:54:52 +03002521 * We're here if L1 chose not to trap WRMSR to TSC. According
2522 * to the spec, this should set L1's TSC; The offset that L1
2523 * set for L2 remains unchanged, and still needs to be added
2524 * to the newly set TSC to get L2's TSC.
Nadav Har'El79918252011-05-25 23:15:39 +03002525 */
Nadav Har'El27fc51b2011-08-02 15:54:52 +03002526 struct vmcs12 *vmcs12;
2527 to_vmx(vcpu)->nested.vmcs01_tsc_offset = offset;
2528 /* recalculate vmcs02.TSC_OFFSET: */
2529 vmcs12 = get_vmcs12(vcpu);
2530 vmcs_write64(TSC_OFFSET, offset +
2531 (nested_cpu_has(vmcs12, CPU_BASED_USE_TSC_OFFSETING) ?
2532 vmcs12->tsc_offset : 0));
2533 } else {
Yoshihiro YUNOMAE489223e2013-06-12 16:43:44 +09002534 trace_kvm_write_tsc_offset(vcpu->vcpu_id,
2535 vmcs_read64(TSC_OFFSET), offset);
Nadav Har'El27fc51b2011-08-02 15:54:52 +03002536 vmcs_write64(TSC_OFFSET, offset);
2537 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08002538}
2539
Haozhong Zhang58ea6762015-10-20 15:39:06 +08002540static void vmx_adjust_tsc_offset_guest(struct kvm_vcpu *vcpu, s64 adjustment)
Zachary Amsdene48672f2010-08-19 22:07:23 -10002541{
2542 u64 offset = vmcs_read64(TSC_OFFSET);
Yoshihiro YUNOMAE489223e2013-06-12 16:43:44 +09002543
Zachary Amsdene48672f2010-08-19 22:07:23 -10002544 vmcs_write64(TSC_OFFSET, offset + adjustment);
Nadav Har'El79918252011-05-25 23:15:39 +03002545 if (is_guest_mode(vcpu)) {
2546 /* Even when running L2, the adjustment needs to apply to L1 */
2547 to_vmx(vcpu)->nested.vmcs01_tsc_offset += adjustment;
Yoshihiro YUNOMAE489223e2013-06-12 16:43:44 +09002548 } else
2549 trace_kvm_write_tsc_offset(vcpu->vcpu_id, offset,
2550 offset + adjustment);
Zachary Amsdene48672f2010-08-19 22:07:23 -10002551}
2552
Nadav Har'El801d3422011-05-25 23:02:23 +03002553static bool guest_cpuid_has_vmx(struct kvm_vcpu *vcpu)
2554{
2555 struct kvm_cpuid_entry2 *best = kvm_find_cpuid_entry(vcpu, 1, 0);
2556 return best && (best->ecx & (1 << (X86_FEATURE_VMX & 31)));
2557}
2558
2559/*
2560 * nested_vmx_allowed() checks whether a guest should be allowed to use VMX
2561 * instructions and MSRs (i.e., nested VMX). Nested VMX is disabled for
2562 * all guests if the "nested" module option is off, and can also be disabled
2563 * for a single guest by disabling its VMX cpuid bit.
2564 */
2565static inline bool nested_vmx_allowed(struct kvm_vcpu *vcpu)
2566{
2567 return nested && guest_cpuid_has_vmx(vcpu);
2568}
2569
Avi Kivity6aa8b732006-12-10 02:21:36 -08002570/*
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002571 * nested_vmx_setup_ctls_msrs() sets up variables containing the values to be
2572 * returned for the various VMX controls MSRs when nested VMX is enabled.
2573 * The same values should also be used to verify that vmcs12 control fields are
2574 * valid during nested entry from L1 to L2.
2575 * Each of these control msrs has a low and high 32-bit half: A low bit is on
2576 * if the corresponding bit in the (32-bit) control field *must* be on, and a
2577 * bit in the high half is on if the corresponding bit in the control field
2578 * may be on. See also vmx_control_verify().
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002579 */
Wincy Vanb9c237b2015-02-03 23:56:30 +08002580static void nested_vmx_setup_ctls_msrs(struct vcpu_vmx *vmx)
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002581{
2582 /*
2583 * Note that as a general rule, the high half of the MSRs (bits in
2584 * the control fields which may be 1) should be initialized by the
2585 * intersection of the underlying hardware's MSR (i.e., features which
2586 * can be supported) and the list of features we want to expose -
2587 * because they are known to be properly supported in our code.
2588 * Also, usually, the low half of the MSRs (bits which must be 1) can
2589 * be set to 0, meaning that L1 may turn off any of these bits. The
2590 * reason is that if one of these bits is necessary, it will appear
2591 * in vmcs01 and prepare_vmcs02, when it bitwise-or's the control
2592 * fields of vmcs01 and vmcs02, will turn these bits off - and
2593 * nested_vmx_exit_handled() will not pass related exits to L1.
2594 * These rules have exceptions below.
2595 */
2596
2597 /* pin-based controls */
Jan Kiszkaeabeaac2013-03-13 11:30:50 +01002598 rdmsr(MSR_IA32_VMX_PINBASED_CTLS,
Wincy Vanb9c237b2015-02-03 23:56:30 +08002599 vmx->nested.nested_vmx_pinbased_ctls_low,
2600 vmx->nested.nested_vmx_pinbased_ctls_high);
2601 vmx->nested.nested_vmx_pinbased_ctls_low |=
2602 PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR;
2603 vmx->nested.nested_vmx_pinbased_ctls_high &=
2604 PIN_BASED_EXT_INTR_MASK |
2605 PIN_BASED_NMI_EXITING |
2606 PIN_BASED_VIRTUAL_NMIS;
2607 vmx->nested.nested_vmx_pinbased_ctls_high |=
2608 PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR |
Jan Kiszka0238ea92013-03-13 11:31:24 +01002609 PIN_BASED_VMX_PREEMPTION_TIMER;
Andrey Smetanind62caab2015-11-10 15:36:33 +03002610 if (kvm_vcpu_apicv_active(&vmx->vcpu))
Wincy Van705699a2015-02-03 23:58:17 +08002611 vmx->nested.nested_vmx_pinbased_ctls_high |=
2612 PIN_BASED_POSTED_INTR;
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002613
Jan Kiszka3dbcd8d2014-06-16 13:59:40 +02002614 /* exit controls */
Arthur Chunqi Lic0dfee52013-08-06 18:41:45 +08002615 rdmsr(MSR_IA32_VMX_EXIT_CTLS,
Wincy Vanb9c237b2015-02-03 23:56:30 +08002616 vmx->nested.nested_vmx_exit_ctls_low,
2617 vmx->nested.nested_vmx_exit_ctls_high);
2618 vmx->nested.nested_vmx_exit_ctls_low =
2619 VM_EXIT_ALWAYSON_WITHOUT_TRUE_MSR;
Bandan Dase0ba1a62014-04-19 18:17:46 -04002620
Wincy Vanb9c237b2015-02-03 23:56:30 +08002621 vmx->nested.nested_vmx_exit_ctls_high &=
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002622#ifdef CONFIG_X86_64
Arthur Chunqi Lic0dfee52013-08-06 18:41:45 +08002623 VM_EXIT_HOST_ADDR_SPACE_SIZE |
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002624#endif
Jan Kiszkaf4124502014-03-07 20:03:13 +01002625 VM_EXIT_LOAD_IA32_PAT | VM_EXIT_SAVE_IA32_PAT;
Wincy Vanb9c237b2015-02-03 23:56:30 +08002626 vmx->nested.nested_vmx_exit_ctls_high |=
2627 VM_EXIT_ALWAYSON_WITHOUT_TRUE_MSR |
Jan Kiszkaf4124502014-03-07 20:03:13 +01002628 VM_EXIT_LOAD_IA32_EFER | VM_EXIT_SAVE_IA32_EFER |
Bandan Dase0ba1a62014-04-19 18:17:46 -04002629 VM_EXIT_SAVE_VMX_PREEMPTION_TIMER | VM_EXIT_ACK_INTR_ON_EXIT;
2630
Paolo Bonzinia87036a2016-03-08 09:52:13 +01002631 if (kvm_mpx_supported())
Wincy Vanb9c237b2015-02-03 23:56:30 +08002632 vmx->nested.nested_vmx_exit_ctls_high |= VM_EXIT_CLEAR_BNDCFGS;
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002633
Jan Kiszka2996fca2014-06-16 13:59:43 +02002634 /* We support free control of debug control saving. */
Wincy Vanb9c237b2015-02-03 23:56:30 +08002635 vmx->nested.nested_vmx_true_exit_ctls_low =
2636 vmx->nested.nested_vmx_exit_ctls_low &
Jan Kiszka2996fca2014-06-16 13:59:43 +02002637 ~VM_EXIT_SAVE_DEBUG_CONTROLS;
2638
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002639 /* entry controls */
2640 rdmsr(MSR_IA32_VMX_ENTRY_CTLS,
Wincy Vanb9c237b2015-02-03 23:56:30 +08002641 vmx->nested.nested_vmx_entry_ctls_low,
2642 vmx->nested.nested_vmx_entry_ctls_high);
2643 vmx->nested.nested_vmx_entry_ctls_low =
2644 VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR;
2645 vmx->nested.nested_vmx_entry_ctls_high &=
Jan Kiszka57435342013-08-06 10:39:56 +02002646#ifdef CONFIG_X86_64
2647 VM_ENTRY_IA32E_MODE |
2648#endif
2649 VM_ENTRY_LOAD_IA32_PAT;
Wincy Vanb9c237b2015-02-03 23:56:30 +08002650 vmx->nested.nested_vmx_entry_ctls_high |=
2651 (VM_ENTRY_ALWAYSON_WITHOUT_TRUE_MSR | VM_ENTRY_LOAD_IA32_EFER);
Paolo Bonzinia87036a2016-03-08 09:52:13 +01002652 if (kvm_mpx_supported())
Wincy Vanb9c237b2015-02-03 23:56:30 +08002653 vmx->nested.nested_vmx_entry_ctls_high |= VM_ENTRY_LOAD_BNDCFGS;
Jan Kiszka57435342013-08-06 10:39:56 +02002654
Jan Kiszka2996fca2014-06-16 13:59:43 +02002655 /* We support free control of debug control loading. */
Wincy Vanb9c237b2015-02-03 23:56:30 +08002656 vmx->nested.nested_vmx_true_entry_ctls_low =
2657 vmx->nested.nested_vmx_entry_ctls_low &
Jan Kiszka2996fca2014-06-16 13:59:43 +02002658 ~VM_ENTRY_LOAD_DEBUG_CONTROLS;
2659
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002660 /* cpu-based controls */
2661 rdmsr(MSR_IA32_VMX_PROCBASED_CTLS,
Wincy Vanb9c237b2015-02-03 23:56:30 +08002662 vmx->nested.nested_vmx_procbased_ctls_low,
2663 vmx->nested.nested_vmx_procbased_ctls_high);
2664 vmx->nested.nested_vmx_procbased_ctls_low =
2665 CPU_BASED_ALWAYSON_WITHOUT_TRUE_MSR;
2666 vmx->nested.nested_vmx_procbased_ctls_high &=
Jan Kiszkaa294c9b2013-10-23 17:43:09 +01002667 CPU_BASED_VIRTUAL_INTR_PENDING |
2668 CPU_BASED_VIRTUAL_NMI_PENDING | CPU_BASED_USE_TSC_OFFSETING |
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002669 CPU_BASED_HLT_EXITING | CPU_BASED_INVLPG_EXITING |
2670 CPU_BASED_MWAIT_EXITING | CPU_BASED_CR3_LOAD_EXITING |
2671 CPU_BASED_CR3_STORE_EXITING |
2672#ifdef CONFIG_X86_64
2673 CPU_BASED_CR8_LOAD_EXITING | CPU_BASED_CR8_STORE_EXITING |
2674#endif
2675 CPU_BASED_MOV_DR_EXITING | CPU_BASED_UNCOND_IO_EXITING |
Mihai Donțu5f3d45e2015-07-05 20:08:57 +03002676 CPU_BASED_USE_IO_BITMAPS | CPU_BASED_MONITOR_TRAP_FLAG |
2677 CPU_BASED_MONITOR_EXITING | CPU_BASED_RDPMC_EXITING |
2678 CPU_BASED_RDTSC_EXITING | CPU_BASED_PAUSE_EXITING |
2679 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS;
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002680 /*
2681 * We can allow some features even when not supported by the
2682 * hardware. For example, L1 can specify an MSR bitmap - and we
2683 * can use it to avoid exits to L1 - even when L0 runs L2
2684 * without MSR bitmaps.
2685 */
Wincy Vanb9c237b2015-02-03 23:56:30 +08002686 vmx->nested.nested_vmx_procbased_ctls_high |=
2687 CPU_BASED_ALWAYSON_WITHOUT_TRUE_MSR |
Jan Kiszka560b7ee2014-06-16 13:59:42 +02002688 CPU_BASED_USE_MSR_BITMAPS;
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002689
Jan Kiszka3dcdf3e2014-06-16 13:59:41 +02002690 /* We support free control of CR3 access interception. */
Wincy Vanb9c237b2015-02-03 23:56:30 +08002691 vmx->nested.nested_vmx_true_procbased_ctls_low =
2692 vmx->nested.nested_vmx_procbased_ctls_low &
Jan Kiszka3dcdf3e2014-06-16 13:59:41 +02002693 ~(CPU_BASED_CR3_LOAD_EXITING | CPU_BASED_CR3_STORE_EXITING);
2694
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002695 /* secondary cpu-based controls */
2696 rdmsr(MSR_IA32_VMX_PROCBASED_CTLS2,
Wincy Vanb9c237b2015-02-03 23:56:30 +08002697 vmx->nested.nested_vmx_secondary_ctls_low,
2698 vmx->nested.nested_vmx_secondary_ctls_high);
2699 vmx->nested.nested_vmx_secondary_ctls_low = 0;
2700 vmx->nested.nested_vmx_secondary_ctls_high &=
Jan Kiszkad6851fb2013-02-23 22:34:39 +01002701 SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES |
Jan Kiszkab3a2a902015-03-23 19:27:19 +01002702 SECONDARY_EXEC_RDTSCP |
Wincy Vanf2b93282015-02-03 23:56:03 +08002703 SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE |
Wanpeng Li5c614b32015-10-13 09:18:36 -07002704 SECONDARY_EXEC_ENABLE_VPID |
Wincy Van82f0dd42015-02-03 23:57:18 +08002705 SECONDARY_EXEC_APIC_REGISTER_VIRT |
Wincy Van608406e2015-02-03 23:57:51 +08002706 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY |
Wanpeng Li81dc01f2014-12-04 19:11:07 +08002707 SECONDARY_EXEC_WBINVD_EXITING |
Dan Williamsdfa169b2016-06-02 11:17:24 -07002708 SECONDARY_EXEC_XSAVES;
Jan Kiszkac18911a2013-03-13 16:06:41 +01002709
Nadav Har'Elafa61f72013-08-07 14:59:22 +02002710 if (enable_ept) {
2711 /* nested EPT: emulate EPT also to L1 */
Wincy Vanb9c237b2015-02-03 23:56:30 +08002712 vmx->nested.nested_vmx_secondary_ctls_high |=
Radim Krčmář0790ec12015-03-17 14:02:32 +01002713 SECONDARY_EXEC_ENABLE_EPT;
Wincy Vanb9c237b2015-02-03 23:56:30 +08002714 vmx->nested.nested_vmx_ept_caps = VMX_EPT_PAGE_WALK_4_BIT |
Jan Kiszkad3134db2013-10-23 14:40:31 +01002715 VMX_EPTP_WB_BIT | VMX_EPT_2MB_PAGE_BIT |
2716 VMX_EPT_INVEPT_BIT;
Wincy Vanb9c237b2015-02-03 23:56:30 +08002717 vmx->nested.nested_vmx_ept_caps &= vmx_capability.ept;
Nadav Har'Elafa61f72013-08-07 14:59:22 +02002718 /*
Bandan Das4b855072014-04-19 18:17:44 -04002719 * For nested guests, we don't do anything specific
2720 * for single context invalidation. Hence, only advertise
2721 * support for global context invalidation.
Nadav Har'Elafa61f72013-08-07 14:59:22 +02002722 */
Wincy Vanb9c237b2015-02-03 23:56:30 +08002723 vmx->nested.nested_vmx_ept_caps |= VMX_EPT_EXTENT_GLOBAL_BIT;
Nadav Har'Elafa61f72013-08-07 14:59:22 +02002724 } else
Wincy Vanb9c237b2015-02-03 23:56:30 +08002725 vmx->nested.nested_vmx_ept_caps = 0;
Nadav Har'Elafa61f72013-08-07 14:59:22 +02002726
Paolo Bonzinief697a72016-03-18 16:58:38 +01002727 /*
2728 * Old versions of KVM use the single-context version without
2729 * checking for support, so declare that it is supported even
2730 * though it is treated as global context. The alternative is
2731 * not failing the single-context invvpid, and it is worse.
2732 */
Wanpeng Li089d7b62015-10-13 09:18:37 -07002733 if (enable_vpid)
2734 vmx->nested.nested_vmx_vpid_caps = VMX_VPID_INVVPID_BIT |
Paolo Bonzinief697a72016-03-18 16:58:38 +01002735 VMX_VPID_EXTENT_SINGLE_CONTEXT_BIT |
Wanpeng Li089d7b62015-10-13 09:18:37 -07002736 VMX_VPID_EXTENT_GLOBAL_CONTEXT_BIT;
2737 else
2738 vmx->nested.nested_vmx_vpid_caps = 0;
Wanpeng Li99b83ac2015-10-13 09:12:21 -07002739
Radim Krčmář0790ec12015-03-17 14:02:32 +01002740 if (enable_unrestricted_guest)
2741 vmx->nested.nested_vmx_secondary_ctls_high |=
2742 SECONDARY_EXEC_UNRESTRICTED_GUEST;
2743
Jan Kiszkac18911a2013-03-13 16:06:41 +01002744 /* miscellaneous data */
Wincy Vanb9c237b2015-02-03 23:56:30 +08002745 rdmsr(MSR_IA32_VMX_MISC,
2746 vmx->nested.nested_vmx_misc_low,
2747 vmx->nested.nested_vmx_misc_high);
2748 vmx->nested.nested_vmx_misc_low &= VMX_MISC_SAVE_EFER_LMA;
2749 vmx->nested.nested_vmx_misc_low |=
2750 VMX_MISC_EMULATED_PREEMPTION_TIMER_RATE |
Jan Kiszkaf4124502014-03-07 20:03:13 +01002751 VMX_MISC_ACTIVITY_HLT;
Wincy Vanb9c237b2015-02-03 23:56:30 +08002752 vmx->nested.nested_vmx_misc_high = 0;
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002753}
2754
2755static inline bool vmx_control_verify(u32 control, u32 low, u32 high)
2756{
2757 /*
2758 * Bits 0 in high must be 0, and bits 1 in low must be 1.
2759 */
2760 return ((control & high) | low) == control;
2761}
2762
2763static inline u64 vmx_control_msr(u32 low, u32 high)
2764{
2765 return low | ((u64)high << 32);
2766}
2767
Jan Kiszkacae50132014-01-04 18:47:22 +01002768/* Returns 0 on success, non-0 otherwise. */
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002769static int vmx_get_vmx_msr(struct kvm_vcpu *vcpu, u32 msr_index, u64 *pdata)
2770{
Wincy Vanb9c237b2015-02-03 23:56:30 +08002771 struct vcpu_vmx *vmx = to_vmx(vcpu);
2772
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002773 switch (msr_index) {
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002774 case MSR_IA32_VMX_BASIC:
2775 /*
2776 * This MSR reports some information about VMX support. We
2777 * should return information about the VMX we emulate for the
2778 * guest, and the VMCS structure we give it - not about the
2779 * VMX support of the underlying hardware.
2780 */
Jan Kiszka3dbcd8d2014-06-16 13:59:40 +02002781 *pdata = VMCS12_REVISION | VMX_BASIC_TRUE_CTLS |
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002782 ((u64)VMCS12_SIZE << VMX_BASIC_VMCS_SIZE_SHIFT) |
2783 (VMX_BASIC_MEM_TYPE_WB << VMX_BASIC_MEM_TYPE_SHIFT);
2784 break;
2785 case MSR_IA32_VMX_TRUE_PINBASED_CTLS:
2786 case MSR_IA32_VMX_PINBASED_CTLS:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002787 *pdata = vmx_control_msr(
2788 vmx->nested.nested_vmx_pinbased_ctls_low,
2789 vmx->nested.nested_vmx_pinbased_ctls_high);
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002790 break;
2791 case MSR_IA32_VMX_TRUE_PROCBASED_CTLS:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002792 *pdata = vmx_control_msr(
2793 vmx->nested.nested_vmx_true_procbased_ctls_low,
2794 vmx->nested.nested_vmx_procbased_ctls_high);
Jan Kiszka3dcdf3e2014-06-16 13:59:41 +02002795 break;
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002796 case MSR_IA32_VMX_PROCBASED_CTLS:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002797 *pdata = vmx_control_msr(
2798 vmx->nested.nested_vmx_procbased_ctls_low,
2799 vmx->nested.nested_vmx_procbased_ctls_high);
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002800 break;
2801 case MSR_IA32_VMX_TRUE_EXIT_CTLS:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002802 *pdata = vmx_control_msr(
2803 vmx->nested.nested_vmx_true_exit_ctls_low,
2804 vmx->nested.nested_vmx_exit_ctls_high);
Jan Kiszka2996fca2014-06-16 13:59:43 +02002805 break;
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002806 case MSR_IA32_VMX_EXIT_CTLS:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002807 *pdata = vmx_control_msr(
2808 vmx->nested.nested_vmx_exit_ctls_low,
2809 vmx->nested.nested_vmx_exit_ctls_high);
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002810 break;
2811 case MSR_IA32_VMX_TRUE_ENTRY_CTLS:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002812 *pdata = vmx_control_msr(
2813 vmx->nested.nested_vmx_true_entry_ctls_low,
2814 vmx->nested.nested_vmx_entry_ctls_high);
Jan Kiszka2996fca2014-06-16 13:59:43 +02002815 break;
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002816 case MSR_IA32_VMX_ENTRY_CTLS:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002817 *pdata = vmx_control_msr(
2818 vmx->nested.nested_vmx_entry_ctls_low,
2819 vmx->nested.nested_vmx_entry_ctls_high);
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002820 break;
2821 case MSR_IA32_VMX_MISC:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002822 *pdata = vmx_control_msr(
2823 vmx->nested.nested_vmx_misc_low,
2824 vmx->nested.nested_vmx_misc_high);
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002825 break;
2826 /*
2827 * These MSRs specify bits which the guest must keep fixed (on or off)
2828 * while L1 is in VMXON mode (in L1's root mode, or running an L2).
2829 * We picked the standard core2 setting.
2830 */
2831#define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE)
2832#define VMXON_CR4_ALWAYSON X86_CR4_VMXE
2833 case MSR_IA32_VMX_CR0_FIXED0:
2834 *pdata = VMXON_CR0_ALWAYSON;
2835 break;
2836 case MSR_IA32_VMX_CR0_FIXED1:
2837 *pdata = -1ULL;
2838 break;
2839 case MSR_IA32_VMX_CR4_FIXED0:
2840 *pdata = VMXON_CR4_ALWAYSON;
2841 break;
2842 case MSR_IA32_VMX_CR4_FIXED1:
2843 *pdata = -1ULL;
2844 break;
2845 case MSR_IA32_VMX_VMCS_ENUM:
Jan Kiszka53814172014-06-16 13:59:44 +02002846 *pdata = 0x2e; /* highest index: VMX_PREEMPTION_TIMER_VALUE */
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002847 break;
2848 case MSR_IA32_VMX_PROCBASED_CTLS2:
Wincy Vanb9c237b2015-02-03 23:56:30 +08002849 *pdata = vmx_control_msr(
2850 vmx->nested.nested_vmx_secondary_ctls_low,
2851 vmx->nested.nested_vmx_secondary_ctls_high);
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002852 break;
2853 case MSR_IA32_VMX_EPT_VPID_CAP:
Nadav Har'Elafa61f72013-08-07 14:59:22 +02002854 /* Currently, no nested vpid support */
Wanpeng Li089d7b62015-10-13 09:18:37 -07002855 *pdata = vmx->nested.nested_vmx_ept_caps |
2856 ((u64)vmx->nested.nested_vmx_vpid_caps << 32);
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002857 break;
2858 default:
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002859 return 1;
Nadav Har'Elb3897a42013-07-08 19:12:35 +08002860 }
2861
Nadav Har'Elb87a51a2011-05-25 23:04:25 +03002862 return 0;
2863}
2864
2865/*
Avi Kivity6aa8b732006-12-10 02:21:36 -08002866 * Reads an msr value (of 'msr_index') into 'pdata'.
2867 * Returns 0 on success, non-0 otherwise.
2868 * Assumes vcpu_load() was already called.
2869 */
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002870static int vmx_get_msr(struct kvm_vcpu *vcpu, struct msr_data *msr_info)
Avi Kivity6aa8b732006-12-10 02:21:36 -08002871{
Avi Kivity26bb0982009-09-07 11:14:12 +03002872 struct shared_msr_entry *msr;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002873
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002874 switch (msr_info->index) {
Avi Kivity05b3e0c2006-12-13 00:33:45 -08002875#ifdef CONFIG_X86_64
Avi Kivity6aa8b732006-12-10 02:21:36 -08002876 case MSR_FS_BASE:
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002877 msr_info->data = vmcs_readl(GUEST_FS_BASE);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002878 break;
2879 case MSR_GS_BASE:
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002880 msr_info->data = vmcs_readl(GUEST_GS_BASE);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002881 break;
Avi Kivity44ea2b12009-09-06 15:55:37 +03002882 case MSR_KERNEL_GS_BASE:
2883 vmx_load_host_state(to_vmx(vcpu));
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002884 msr_info->data = to_vmx(vcpu)->msr_guest_kernel_gs_base;
Avi Kivity44ea2b12009-09-06 15:55:37 +03002885 break;
Avi Kivity26bb0982009-09-07 11:14:12 +03002886#endif
Avi Kivity6aa8b732006-12-10 02:21:36 -08002887 case MSR_EFER:
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002888 return kvm_get_msr_common(vcpu, msr_info);
Jaswinder Singh Rajputaf24a4e2009-05-15 18:42:05 +05302889 case MSR_IA32_TSC:
Haozhong Zhangbe7b2632015-10-20 15:39:11 +08002890 msr_info->data = guest_read_tsc(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002891 break;
2892 case MSR_IA32_SYSENTER_CS:
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002893 msr_info->data = vmcs_read32(GUEST_SYSENTER_CS);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002894 break;
2895 case MSR_IA32_SYSENTER_EIP:
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002896 msr_info->data = vmcs_readl(GUEST_SYSENTER_EIP);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002897 break;
2898 case MSR_IA32_SYSENTER_ESP:
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002899 msr_info->data = vmcs_readl(GUEST_SYSENTER_ESP);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002900 break;
Liu, Jinsong0dd376e2014-02-24 10:56:53 +00002901 case MSR_IA32_BNDCFGS:
Paolo Bonzinia87036a2016-03-08 09:52:13 +01002902 if (!kvm_mpx_supported())
Paolo Bonzini93c4adc2014-03-05 23:19:52 +01002903 return 1;
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002904 msr_info->data = vmcs_read64(GUEST_BNDCFGS);
Liu, Jinsong0dd376e2014-02-24 10:56:53 +00002905 break;
Jan Kiszkacae50132014-01-04 18:47:22 +01002906 case MSR_IA32_FEATURE_CONTROL:
2907 if (!nested_vmx_allowed(vcpu))
2908 return 1;
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002909 msr_info->data = to_vmx(vcpu)->nested.msr_ia32_feature_control;
Jan Kiszkacae50132014-01-04 18:47:22 +01002910 break;
2911 case MSR_IA32_VMX_BASIC ... MSR_IA32_VMX_VMFUNC:
2912 if (!nested_vmx_allowed(vcpu))
2913 return 1;
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002914 return vmx_get_vmx_msr(vcpu, msr_info->index, &msr_info->data);
Wanpeng Li20300092014-12-02 19:14:59 +08002915 case MSR_IA32_XSS:
2916 if (!vmx_xsaves_supported())
2917 return 1;
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002918 msr_info->data = vcpu->arch.ia32_xss;
Wanpeng Li20300092014-12-02 19:14:59 +08002919 break;
Sheng Yang4e47c7a2009-12-18 16:48:47 +08002920 case MSR_TSC_AUX:
Haozhong Zhang81b1b9c2015-12-14 23:13:38 +08002921 if (!guest_cpuid_has_rdtscp(vcpu) && !msr_info->host_initiated)
Sheng Yang4e47c7a2009-12-18 16:48:47 +08002922 return 1;
2923 /* Otherwise falls through */
Avi Kivity6aa8b732006-12-10 02:21:36 -08002924 default:
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002925 msr = find_msr_entry(to_vmx(vcpu), msr_info->index);
Avi Kivity3bab1f52006-12-29 16:49:48 -08002926 if (msr) {
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002927 msr_info->data = msr->data;
Avi Kivity3bab1f52006-12-29 16:49:48 -08002928 break;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002929 }
Paolo Bonzini609e36d2015-04-08 15:30:38 +02002930 return kvm_get_msr_common(vcpu, msr_info);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002931 }
2932
Avi Kivity6aa8b732006-12-10 02:21:36 -08002933 return 0;
2934}
2935
Jan Kiszkacae50132014-01-04 18:47:22 +01002936static void vmx_leave_nested(struct kvm_vcpu *vcpu);
2937
Avi Kivity6aa8b732006-12-10 02:21:36 -08002938/*
2939 * Writes msr value into into the appropriate "register".
2940 * Returns 0 on success, non-0 otherwise.
2941 * Assumes vcpu_load() was already called.
2942 */
Will Auld8fe8ab42012-11-29 12:42:12 -08002943static int vmx_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr_info)
Avi Kivity6aa8b732006-12-10 02:21:36 -08002944{
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04002945 struct vcpu_vmx *vmx = to_vmx(vcpu);
Avi Kivity26bb0982009-09-07 11:14:12 +03002946 struct shared_msr_entry *msr;
Eddie Dong2cc51562007-05-21 07:28:09 +03002947 int ret = 0;
Will Auld8fe8ab42012-11-29 12:42:12 -08002948 u32 msr_index = msr_info->index;
2949 u64 data = msr_info->data;
Eddie Dong2cc51562007-05-21 07:28:09 +03002950
Avi Kivity6aa8b732006-12-10 02:21:36 -08002951 switch (msr_index) {
Avi Kivity3bab1f52006-12-29 16:49:48 -08002952 case MSR_EFER:
Will Auld8fe8ab42012-11-29 12:42:12 -08002953 ret = kvm_set_msr_common(vcpu, msr_info);
Eddie Dong2cc51562007-05-21 07:28:09 +03002954 break;
Avi Kivity16175a72009-03-23 22:13:44 +02002955#ifdef CONFIG_X86_64
Avi Kivity6aa8b732006-12-10 02:21:36 -08002956 case MSR_FS_BASE:
Avi Kivity2fb92db2011-04-27 19:42:18 +03002957 vmx_segment_cache_clear(vmx);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002958 vmcs_writel(GUEST_FS_BASE, data);
2959 break;
2960 case MSR_GS_BASE:
Avi Kivity2fb92db2011-04-27 19:42:18 +03002961 vmx_segment_cache_clear(vmx);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002962 vmcs_writel(GUEST_GS_BASE, data);
2963 break;
Avi Kivity44ea2b12009-09-06 15:55:37 +03002964 case MSR_KERNEL_GS_BASE:
2965 vmx_load_host_state(vmx);
2966 vmx->msr_guest_kernel_gs_base = data;
2967 break;
Avi Kivity6aa8b732006-12-10 02:21:36 -08002968#endif
2969 case MSR_IA32_SYSENTER_CS:
2970 vmcs_write32(GUEST_SYSENTER_CS, data);
2971 break;
2972 case MSR_IA32_SYSENTER_EIP:
Avi Kivityf5b42c32007-03-06 12:05:53 +02002973 vmcs_writel(GUEST_SYSENTER_EIP, data);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002974 break;
2975 case MSR_IA32_SYSENTER_ESP:
Avi Kivityf5b42c32007-03-06 12:05:53 +02002976 vmcs_writel(GUEST_SYSENTER_ESP, data);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002977 break;
Liu, Jinsong0dd376e2014-02-24 10:56:53 +00002978 case MSR_IA32_BNDCFGS:
Paolo Bonzinia87036a2016-03-08 09:52:13 +01002979 if (!kvm_mpx_supported())
Paolo Bonzini93c4adc2014-03-05 23:19:52 +01002980 return 1;
Liu, Jinsong0dd376e2014-02-24 10:56:53 +00002981 vmcs_write64(GUEST_BNDCFGS, data);
2982 break;
Jaswinder Singh Rajputaf24a4e2009-05-15 18:42:05 +05302983 case MSR_IA32_TSC:
Will Auld8fe8ab42012-11-29 12:42:12 -08002984 kvm_write_tsc(vcpu, msr_info);
Avi Kivity6aa8b732006-12-10 02:21:36 -08002985 break;
Sheng Yang468d4722008-10-09 16:01:55 +08002986 case MSR_IA32_CR_PAT:
2987 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) {
Nadav Amit45666542014-09-18 22:39:44 +03002988 if (!kvm_mtrr_valid(vcpu, MSR_IA32_CR_PAT, data))
2989 return 1;
Sheng Yang468d4722008-10-09 16:01:55 +08002990 vmcs_write64(GUEST_IA32_PAT, data);
2991 vcpu->arch.pat = data;
2992 break;
2993 }
Will Auld8fe8ab42012-11-29 12:42:12 -08002994 ret = kvm_set_msr_common(vcpu, msr_info);
Sheng Yang4e47c7a2009-12-18 16:48:47 +08002995 break;
Will Auldba904632012-11-29 12:42:50 -08002996 case MSR_IA32_TSC_ADJUST:
2997 ret = kvm_set_msr_common(vcpu, msr_info);
Sheng Yang4e47c7a2009-12-18 16:48:47 +08002998 break;
Jan Kiszkacae50132014-01-04 18:47:22 +01002999 case MSR_IA32_FEATURE_CONTROL:
3000 if (!nested_vmx_allowed(vcpu) ||
3001 (to_vmx(vcpu)->nested.msr_ia32_feature_control &
3002 FEATURE_CONTROL_LOCKED && !msr_info->host_initiated))
3003 return 1;
3004 vmx->nested.msr_ia32_feature_control = data;
3005 if (msr_info->host_initiated && data == 0)
3006 vmx_leave_nested(vcpu);
3007 break;
3008 case MSR_IA32_VMX_BASIC ... MSR_IA32_VMX_VMFUNC:
3009 return 1; /* they are read-only */
Wanpeng Li20300092014-12-02 19:14:59 +08003010 case MSR_IA32_XSS:
3011 if (!vmx_xsaves_supported())
3012 return 1;
3013 /*
3014 * The only supported bit as of Skylake is bit 8, but
3015 * it is not supported on KVM.
3016 */
3017 if (data != 0)
3018 return 1;
3019 vcpu->arch.ia32_xss = data;
3020 if (vcpu->arch.ia32_xss != host_xss)
3021 add_atomic_switch_msr(vmx, MSR_IA32_XSS,
3022 vcpu->arch.ia32_xss, host_xss);
3023 else
3024 clear_atomic_switch_msr(vmx, MSR_IA32_XSS);
3025 break;
Sheng Yang4e47c7a2009-12-18 16:48:47 +08003026 case MSR_TSC_AUX:
Haozhong Zhang81b1b9c2015-12-14 23:13:38 +08003027 if (!guest_cpuid_has_rdtscp(vcpu) && !msr_info->host_initiated)
Sheng Yang4e47c7a2009-12-18 16:48:47 +08003028 return 1;
3029 /* Check reserved bit, higher 32 bits should be zero */
3030 if ((data >> 32) != 0)
3031 return 1;
3032 /* Otherwise falls through */
Avi Kivity6aa8b732006-12-10 02:21:36 -08003033 default:
Rusty Russell8b9cf982007-07-30 16:31:43 +10003034 msr = find_msr_entry(vmx, msr_index);
Avi Kivity3bab1f52006-12-29 16:49:48 -08003035 if (msr) {
Andy Honig8b3c3102014-08-27 11:16:44 -07003036 u64 old_msr_data = msr->data;
Avi Kivity3bab1f52006-12-29 16:49:48 -08003037 msr->data = data;
Avi Kivity2225fd52012-04-18 15:03:04 +03003038 if (msr - vmx->guest_msrs < vmx->save_nmsrs) {
3039 preempt_disable();
Andy Honig8b3c3102014-08-27 11:16:44 -07003040 ret = kvm_set_shared_msr(msr->index, msr->data,
3041 msr->mask);
Avi Kivity2225fd52012-04-18 15:03:04 +03003042 preempt_enable();
Andy Honig8b3c3102014-08-27 11:16:44 -07003043 if (ret)
3044 msr->data = old_msr_data;
Avi Kivity2225fd52012-04-18 15:03:04 +03003045 }
Avi Kivity3bab1f52006-12-29 16:49:48 -08003046 break;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003047 }
Will Auld8fe8ab42012-11-29 12:42:12 -08003048 ret = kvm_set_msr_common(vcpu, msr_info);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003049 }
3050
Eddie Dong2cc51562007-05-21 07:28:09 +03003051 return ret;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003052}
3053
Marcelo Tosatti5fdbf972008-06-27 14:58:02 -03003054static void vmx_cache_reg(struct kvm_vcpu *vcpu, enum kvm_reg reg)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003055{
Marcelo Tosatti5fdbf972008-06-27 14:58:02 -03003056 __set_bit(reg, (unsigned long *)&vcpu->arch.regs_avail);
3057 switch (reg) {
3058 case VCPU_REGS_RSP:
3059 vcpu->arch.regs[VCPU_REGS_RSP] = vmcs_readl(GUEST_RSP);
3060 break;
3061 case VCPU_REGS_RIP:
3062 vcpu->arch.regs[VCPU_REGS_RIP] = vmcs_readl(GUEST_RIP);
3063 break;
Avi Kivity6de4f3a2009-05-31 22:58:47 +03003064 case VCPU_EXREG_PDPTR:
3065 if (enable_ept)
3066 ept_save_pdptrs(vcpu);
3067 break;
Marcelo Tosatti5fdbf972008-06-27 14:58:02 -03003068 default:
3069 break;
3070 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08003071}
3072
Avi Kivity6aa8b732006-12-10 02:21:36 -08003073static __init int cpu_has_kvm_support(void)
3074{
Eduardo Habkost6210e372008-11-17 19:03:16 -02003075 return cpu_has_vmx();
Avi Kivity6aa8b732006-12-10 02:21:36 -08003076}
3077
3078static __init int vmx_disabled_by_bios(void)
3079{
3080 u64 msr;
3081
3082 rdmsrl(MSR_IA32_FEATURE_CONTROL, msr);
Shane Wangcafd6652010-04-29 12:09:01 -04003083 if (msr & FEATURE_CONTROL_LOCKED) {
Joseph Cihula23f3e992011-02-08 11:45:56 -08003084 /* launched w/ TXT and VMX disabled */
Shane Wangcafd6652010-04-29 12:09:01 -04003085 if (!(msr & FEATURE_CONTROL_VMXON_ENABLED_INSIDE_SMX)
3086 && tboot_enabled())
3087 return 1;
Joseph Cihula23f3e992011-02-08 11:45:56 -08003088 /* launched w/o TXT and VMX only enabled w/ TXT */
Shane Wangcafd6652010-04-29 12:09:01 -04003089 if (!(msr & FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX)
Joseph Cihula23f3e992011-02-08 11:45:56 -08003090 && (msr & FEATURE_CONTROL_VMXON_ENABLED_INSIDE_SMX)
Shane Wangf9335af2010-11-17 11:40:17 +08003091 && !tboot_enabled()) {
3092 printk(KERN_WARNING "kvm: disable TXT in the BIOS or "
Joseph Cihula23f3e992011-02-08 11:45:56 -08003093 "activate TXT before enabling KVM\n");
Shane Wangcafd6652010-04-29 12:09:01 -04003094 return 1;
Shane Wangf9335af2010-11-17 11:40:17 +08003095 }
Joseph Cihula23f3e992011-02-08 11:45:56 -08003096 /* launched w/o TXT and VMX disabled */
3097 if (!(msr & FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX)
3098 && !tboot_enabled())
3099 return 1;
Shane Wangcafd6652010-04-29 12:09:01 -04003100 }
3101
3102 return 0;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003103}
3104
Dongxiao Xu7725b892010-05-11 18:29:38 +08003105static void kvm_cpu_vmxon(u64 addr)
3106{
Alexander Shishkin1c5ac212016-03-29 17:43:10 +03003107 intel_pt_handle_vmx(1);
3108
Dongxiao Xu7725b892010-05-11 18:29:38 +08003109 asm volatile (ASM_VMX_VMXON_RAX
3110 : : "a"(&addr), "m"(addr)
3111 : "memory", "cc");
3112}
3113
Radim Krčmář13a34e02014-08-28 15:13:03 +02003114static int hardware_enable(void)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003115{
3116 int cpu = raw_smp_processor_id();
3117 u64 phys_addr = __pa(per_cpu(vmxarea, cpu));
Shane Wangcafd6652010-04-29 12:09:01 -04003118 u64 old, test_bits;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003119
Andy Lutomirski1e02ce42014-10-24 15:58:08 -07003120 if (cr4_read_shadow() & X86_CR4_VMXE)
Alexander Graf10474ae2009-09-15 11:37:46 +02003121 return -EBUSY;
3122
Nadav Har'Eld462b812011-05-24 15:26:10 +03003123 INIT_LIST_HEAD(&per_cpu(loaded_vmcss_on_cpu, cpu));
Feng Wubf9f6ac2015-09-18 22:29:55 +08003124 INIT_LIST_HEAD(&per_cpu(blocked_vcpu_on_cpu, cpu));
3125 spin_lock_init(&per_cpu(blocked_vcpu_on_cpu_lock, cpu));
Zhang Yanfei8f536b72012-12-06 23:43:34 +08003126
3127 /*
3128 * Now we can enable the vmclear operation in kdump
3129 * since the loaded_vmcss_on_cpu list on this cpu
3130 * has been initialized.
3131 *
3132 * Though the cpu is not in VMX operation now, there
3133 * is no problem to enable the vmclear operation
3134 * for the loaded_vmcss_on_cpu list is empty!
3135 */
3136 crash_enable_local_vmclear(cpu);
3137
Avi Kivity6aa8b732006-12-10 02:21:36 -08003138 rdmsrl(MSR_IA32_FEATURE_CONTROL, old);
Shane Wangcafd6652010-04-29 12:09:01 -04003139
3140 test_bits = FEATURE_CONTROL_LOCKED;
3141 test_bits |= FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX;
3142 if (tboot_enabled())
3143 test_bits |= FEATURE_CONTROL_VMXON_ENABLED_INSIDE_SMX;
3144
3145 if ((old & test_bits) != test_bits) {
Avi Kivity6aa8b732006-12-10 02:21:36 -08003146 /* enable and lock */
Shane Wangcafd6652010-04-29 12:09:01 -04003147 wrmsrl(MSR_IA32_FEATURE_CONTROL, old | test_bits);
3148 }
Andy Lutomirski375074c2014-10-24 15:58:07 -07003149 cr4_set_bits(X86_CR4_VMXE);
Alexander Graf10474ae2009-09-15 11:37:46 +02003150
Dongxiao Xu4610c9c2010-05-11 18:29:48 +08003151 if (vmm_exclusive) {
3152 kvm_cpu_vmxon(phys_addr);
3153 ept_sync_global();
3154 }
Alexander Graf10474ae2009-09-15 11:37:46 +02003155
Christoph Lameter89cbc762014-08-17 12:30:40 -05003156 native_store_gdt(this_cpu_ptr(&host_gdt));
Avi Kivity3444d7d2010-07-26 18:32:38 +03003157
Alexander Graf10474ae2009-09-15 11:37:46 +02003158 return 0;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003159}
3160
Nadav Har'Eld462b812011-05-24 15:26:10 +03003161static void vmclear_local_loaded_vmcss(void)
Avi Kivity543e4242008-05-13 16:22:47 +03003162{
3163 int cpu = raw_smp_processor_id();
Nadav Har'Eld462b812011-05-24 15:26:10 +03003164 struct loaded_vmcs *v, *n;
Avi Kivity543e4242008-05-13 16:22:47 +03003165
Nadav Har'Eld462b812011-05-24 15:26:10 +03003166 list_for_each_entry_safe(v, n, &per_cpu(loaded_vmcss_on_cpu, cpu),
3167 loaded_vmcss_on_cpu_link)
3168 __loaded_vmcs_clear(v);
Avi Kivity543e4242008-05-13 16:22:47 +03003169}
3170
Eduardo Habkost710ff4a2008-11-17 19:03:18 -02003171
3172/* Just like cpu_vmxoff(), but with the __kvm_handle_fault_on_reboot()
3173 * tricks.
3174 */
3175static void kvm_cpu_vmxoff(void)
3176{
3177 asm volatile (__ex(ASM_VMX_VMXOFF) : : : "cc");
Alexander Shishkin1c5ac212016-03-29 17:43:10 +03003178
3179 intel_pt_handle_vmx(0);
Eduardo Habkost710ff4a2008-11-17 19:03:18 -02003180}
3181
Radim Krčmář13a34e02014-08-28 15:13:03 +02003182static void hardware_disable(void)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003183{
Dongxiao Xu4610c9c2010-05-11 18:29:48 +08003184 if (vmm_exclusive) {
Nadav Har'Eld462b812011-05-24 15:26:10 +03003185 vmclear_local_loaded_vmcss();
Dongxiao Xu4610c9c2010-05-11 18:29:48 +08003186 kvm_cpu_vmxoff();
3187 }
Andy Lutomirski375074c2014-10-24 15:58:07 -07003188 cr4_clear_bits(X86_CR4_VMXE);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003189}
3190
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003191static __init int adjust_vmx_controls(u32 ctl_min, u32 ctl_opt,
Mike Dayd77c26f2007-10-08 09:02:08 -04003192 u32 msr, u32 *result)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003193{
3194 u32 vmx_msr_low, vmx_msr_high;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003195 u32 ctl = ctl_min | ctl_opt;
3196
3197 rdmsr(msr, vmx_msr_low, vmx_msr_high);
3198
3199 ctl &= vmx_msr_high; /* bit == 0 in high word ==> must be zero */
3200 ctl |= vmx_msr_low; /* bit == 1 in low word ==> must be one */
3201
3202 /* Ensure minimum (required) set of control bits are supported. */
3203 if (ctl_min & ~ctl)
Yang, Sheng002c7f72007-07-31 14:23:01 +03003204 return -EIO;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003205
3206 *result = ctl;
3207 return 0;
3208}
3209
Avi Kivity110312c2010-12-21 12:54:20 +02003210static __init bool allow_1_setting(u32 msr, u32 ctl)
3211{
3212 u32 vmx_msr_low, vmx_msr_high;
3213
3214 rdmsr(msr, vmx_msr_low, vmx_msr_high);
3215 return vmx_msr_high & ctl;
3216}
3217
Yang, Sheng002c7f72007-07-31 14:23:01 +03003218static __init int setup_vmcs_config(struct vmcs_config *vmcs_conf)
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003219{
3220 u32 vmx_msr_low, vmx_msr_high;
Sheng Yangd56f5462008-04-25 10:13:16 +08003221 u32 min, opt, min2, opt2;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003222 u32 _pin_based_exec_control = 0;
3223 u32 _cpu_based_exec_control = 0;
Sheng Yangf78e0e22007-10-29 09:40:42 +08003224 u32 _cpu_based_2nd_exec_control = 0;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003225 u32 _vmexit_control = 0;
3226 u32 _vmentry_control = 0;
3227
Raghavendra K T10166742012-02-07 23:19:20 +05303228 min = CPU_BASED_HLT_EXITING |
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003229#ifdef CONFIG_X86_64
3230 CPU_BASED_CR8_LOAD_EXITING |
3231 CPU_BASED_CR8_STORE_EXITING |
3232#endif
Sheng Yangd56f5462008-04-25 10:13:16 +08003233 CPU_BASED_CR3_LOAD_EXITING |
3234 CPU_BASED_CR3_STORE_EXITING |
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003235 CPU_BASED_USE_IO_BITMAPS |
3236 CPU_BASED_MOV_DR_EXITING |
Marcelo Tosattia7052892008-09-23 13:18:35 -03003237 CPU_BASED_USE_TSC_OFFSETING |
Sheng Yang59708672009-12-15 13:29:54 +08003238 CPU_BASED_MWAIT_EXITING |
3239 CPU_BASED_MONITOR_EXITING |
Avi Kivityfee84b02011-11-10 14:57:25 +02003240 CPU_BASED_INVLPG_EXITING |
3241 CPU_BASED_RDPMC_EXITING;
Anthony Liguori443381a2010-12-06 10:53:38 -06003242
Sheng Yangf78e0e22007-10-29 09:40:42 +08003243 opt = CPU_BASED_TPR_SHADOW |
Sheng Yang25c5f222008-03-28 13:18:56 +08003244 CPU_BASED_USE_MSR_BITMAPS |
Sheng Yangf78e0e22007-10-29 09:40:42 +08003245 CPU_BASED_ACTIVATE_SECONDARY_CONTROLS;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003246 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PROCBASED_CTLS,
3247 &_cpu_based_exec_control) < 0)
Yang, Sheng002c7f72007-07-31 14:23:01 +03003248 return -EIO;
Yang, Sheng6e5d8652007-09-12 18:03:11 +08003249#ifdef CONFIG_X86_64
3250 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW))
3251 _cpu_based_exec_control &= ~CPU_BASED_CR8_LOAD_EXITING &
3252 ~CPU_BASED_CR8_STORE_EXITING;
3253#endif
Sheng Yangf78e0e22007-10-29 09:40:42 +08003254 if (_cpu_based_exec_control & CPU_BASED_ACTIVATE_SECONDARY_CONTROLS) {
Sheng Yangd56f5462008-04-25 10:13:16 +08003255 min2 = 0;
3256 opt2 = SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES |
Yang Zhang8d146952013-01-25 10:18:50 +08003257 SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE |
Sheng Yang2384d2b2008-01-17 15:14:33 +08003258 SECONDARY_EXEC_WBINVD_EXITING |
Sheng Yangd56f5462008-04-25 10:13:16 +08003259 SECONDARY_EXEC_ENABLE_VPID |
Nitin A Kamble3a624e22009-06-08 11:34:16 -07003260 SECONDARY_EXEC_ENABLE_EPT |
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08003261 SECONDARY_EXEC_UNRESTRICTED_GUEST |
Sheng Yang4e47c7a2009-12-18 16:48:47 +08003262 SECONDARY_EXEC_PAUSE_LOOP_EXITING |
Mao, Junjiead756a12012-07-02 01:18:48 +00003263 SECONDARY_EXEC_RDTSCP |
Yang Zhang83d4c282013-01-25 10:18:49 +08003264 SECONDARY_EXEC_ENABLE_INVPCID |
Yang Zhangc7c9c562013-01-25 10:18:51 +08003265 SECONDARY_EXEC_APIC_REGISTER_VIRT |
Abel Gordonabc4fc52013-04-18 14:35:25 +03003266 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY |
Wanpeng Li20300092014-12-02 19:14:59 +08003267 SECONDARY_EXEC_SHADOW_VMCS |
Kai Huang843e4332015-01-28 10:54:28 +08003268 SECONDARY_EXEC_XSAVES |
Xiao Guangrong8b3e34e2015-09-09 14:05:51 +08003269 SECONDARY_EXEC_ENABLE_PML |
Haozhong Zhang64903d62015-10-20 15:39:09 +08003270 SECONDARY_EXEC_TSC_SCALING;
Sheng Yangd56f5462008-04-25 10:13:16 +08003271 if (adjust_vmx_controls(min2, opt2,
3272 MSR_IA32_VMX_PROCBASED_CTLS2,
Sheng Yangf78e0e22007-10-29 09:40:42 +08003273 &_cpu_based_2nd_exec_control) < 0)
3274 return -EIO;
3275 }
3276#ifndef CONFIG_X86_64
3277 if (!(_cpu_based_2nd_exec_control &
3278 SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES))
3279 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW;
3280#endif
Yang Zhang83d4c282013-01-25 10:18:49 +08003281
3282 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW))
3283 _cpu_based_2nd_exec_control &= ~(
Yang Zhang8d146952013-01-25 10:18:50 +08003284 SECONDARY_EXEC_APIC_REGISTER_VIRT |
Yang Zhangc7c9c562013-01-25 10:18:51 +08003285 SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE |
3286 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY);
Yang Zhang83d4c282013-01-25 10:18:49 +08003287
Sheng Yangd56f5462008-04-25 10:13:16 +08003288 if (_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) {
Marcelo Tosattia7052892008-09-23 13:18:35 -03003289 /* CR3 accesses and invlpg don't need to cause VM Exits when EPT
3290 enabled */
Gleb Natapov5fff7d22009-08-27 18:41:30 +03003291 _cpu_based_exec_control &= ~(CPU_BASED_CR3_LOAD_EXITING |
3292 CPU_BASED_CR3_STORE_EXITING |
3293 CPU_BASED_INVLPG_EXITING);
Sheng Yangd56f5462008-04-25 10:13:16 +08003294 rdmsr(MSR_IA32_VMX_EPT_VPID_CAP,
3295 vmx_capability.ept, vmx_capability.vpid);
3296 }
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003297
Paolo Bonzini81908bf2014-02-21 10:32:27 +01003298 min = VM_EXIT_SAVE_DEBUG_CONTROLS;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003299#ifdef CONFIG_X86_64
3300 min |= VM_EXIT_HOST_ADDR_SPACE_SIZE;
3301#endif
Yang Zhanga547c6d2013-04-11 19:25:10 +08003302 opt = VM_EXIT_SAVE_IA32_PAT | VM_EXIT_LOAD_IA32_PAT |
Liu, Jinsongda8999d2014-02-24 10:55:46 +00003303 VM_EXIT_ACK_INTR_ON_EXIT | VM_EXIT_CLEAR_BNDCFGS;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003304 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_EXIT_CTLS,
3305 &_vmexit_control) < 0)
Yang, Sheng002c7f72007-07-31 14:23:01 +03003306 return -EIO;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003307
Yang Zhang01e439b2013-04-11 19:25:12 +08003308 min = PIN_BASED_EXT_INTR_MASK | PIN_BASED_NMI_EXITING;
3309 opt = PIN_BASED_VIRTUAL_NMIS | PIN_BASED_POSTED_INTR;
3310 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PINBASED_CTLS,
3311 &_pin_based_exec_control) < 0)
3312 return -EIO;
3313
3314 if (!(_cpu_based_2nd_exec_control &
3315 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) ||
3316 !(_vmexit_control & VM_EXIT_ACK_INTR_ON_EXIT))
3317 _pin_based_exec_control &= ~PIN_BASED_POSTED_INTR;
3318
Paolo Bonzinic845f9c2014-02-21 10:55:44 +01003319 min = VM_ENTRY_LOAD_DEBUG_CONTROLS;
Liu, Jinsongda8999d2014-02-24 10:55:46 +00003320 opt = VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003321 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_ENTRY_CTLS,
3322 &_vmentry_control) < 0)
Yang, Sheng002c7f72007-07-31 14:23:01 +03003323 return -EIO;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003324
Nguyen Anh Quynhc68876f2006-12-29 16:49:54 -08003325 rdmsr(MSR_IA32_VMX_BASIC, vmx_msr_low, vmx_msr_high);
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003326
3327 /* IA-32 SDM Vol 3B: VMCS size is never greater than 4kB. */
3328 if ((vmx_msr_high & 0x1fff) > PAGE_SIZE)
Yang, Sheng002c7f72007-07-31 14:23:01 +03003329 return -EIO;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003330
3331#ifdef CONFIG_X86_64
3332 /* IA-32 SDM Vol 3B: 64-bit CPUs always have VMX_BASIC_MSR[48]==0. */
3333 if (vmx_msr_high & (1u<<16))
Yang, Sheng002c7f72007-07-31 14:23:01 +03003334 return -EIO;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003335#endif
3336
3337 /* Require Write-Back (WB) memory type for VMCS accesses. */
3338 if (((vmx_msr_high >> 18) & 15) != 6)
Yang, Sheng002c7f72007-07-31 14:23:01 +03003339 return -EIO;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003340
Yang, Sheng002c7f72007-07-31 14:23:01 +03003341 vmcs_conf->size = vmx_msr_high & 0x1fff;
3342 vmcs_conf->order = get_order(vmcs_config.size);
3343 vmcs_conf->revision_id = vmx_msr_low;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003344
Yang, Sheng002c7f72007-07-31 14:23:01 +03003345 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control;
3346 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control;
Sheng Yangf78e0e22007-10-29 09:40:42 +08003347 vmcs_conf->cpu_based_2nd_exec_ctrl = _cpu_based_2nd_exec_control;
Yang, Sheng002c7f72007-07-31 14:23:01 +03003348 vmcs_conf->vmexit_ctrl = _vmexit_control;
3349 vmcs_conf->vmentry_ctrl = _vmentry_control;
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003350
Avi Kivity110312c2010-12-21 12:54:20 +02003351 cpu_has_load_ia32_efer =
3352 allow_1_setting(MSR_IA32_VMX_ENTRY_CTLS,
3353 VM_ENTRY_LOAD_IA32_EFER)
3354 && allow_1_setting(MSR_IA32_VMX_EXIT_CTLS,
3355 VM_EXIT_LOAD_IA32_EFER);
3356
Gleb Natapov8bf00a52011-10-05 14:01:22 +02003357 cpu_has_load_perf_global_ctrl =
3358 allow_1_setting(MSR_IA32_VMX_ENTRY_CTLS,
3359 VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL)
3360 && allow_1_setting(MSR_IA32_VMX_EXIT_CTLS,
3361 VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL);
3362
3363 /*
3364 * Some cpus support VM_ENTRY_(LOAD|SAVE)_IA32_PERF_GLOBAL_CTRL
3365 * but due to arrata below it can't be used. Workaround is to use
3366 * msr load mechanism to switch IA32_PERF_GLOBAL_CTRL.
3367 *
3368 * VM Exit May Incorrectly Clear IA32_PERF_GLOBAL_CTRL [34:32]
3369 *
3370 * AAK155 (model 26)
3371 * AAP115 (model 30)
3372 * AAT100 (model 37)
3373 * BC86,AAY89,BD102 (model 44)
3374 * BA97 (model 46)
3375 *
3376 */
3377 if (cpu_has_load_perf_global_ctrl && boot_cpu_data.x86 == 0x6) {
3378 switch (boot_cpu_data.x86_model) {
3379 case 26:
3380 case 30:
3381 case 37:
3382 case 44:
3383 case 46:
3384 cpu_has_load_perf_global_ctrl = false;
3385 printk_once(KERN_WARNING"kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL "
3386 "does not work properly. Using workaround\n");
3387 break;
3388 default:
3389 break;
3390 }
3391 }
3392
Borislav Petkov782511b2016-04-04 22:25:03 +02003393 if (boot_cpu_has(X86_FEATURE_XSAVES))
Wanpeng Li20300092014-12-02 19:14:59 +08003394 rdmsrl(MSR_IA32_XSS, host_xss);
3395
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003396 return 0;
Nguyen Anh Quynhc68876f2006-12-29 16:49:54 -08003397}
Avi Kivity6aa8b732006-12-10 02:21:36 -08003398
3399static struct vmcs *alloc_vmcs_cpu(int cpu)
3400{
3401 int node = cpu_to_node(cpu);
3402 struct page *pages;
3403 struct vmcs *vmcs;
3404
Vlastimil Babka96db8002015-09-08 15:03:50 -07003405 pages = __alloc_pages_node(node, GFP_KERNEL, vmcs_config.order);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003406 if (!pages)
3407 return NULL;
3408 vmcs = page_address(pages);
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003409 memset(vmcs, 0, vmcs_config.size);
3410 vmcs->revision_id = vmcs_config.revision_id; /* vmcs revision id */
Avi Kivity6aa8b732006-12-10 02:21:36 -08003411 return vmcs;
3412}
3413
3414static struct vmcs *alloc_vmcs(void)
3415{
Ingo Molnard3b2c332007-01-05 16:36:23 -08003416 return alloc_vmcs_cpu(raw_smp_processor_id());
Avi Kivity6aa8b732006-12-10 02:21:36 -08003417}
3418
3419static void free_vmcs(struct vmcs *vmcs)
3420{
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03003421 free_pages((unsigned long)vmcs, vmcs_config.order);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003422}
3423
Nadav Har'Eld462b812011-05-24 15:26:10 +03003424/*
3425 * Free a VMCS, but before that VMCLEAR it on the CPU where it was last loaded
3426 */
3427static void free_loaded_vmcs(struct loaded_vmcs *loaded_vmcs)
3428{
3429 if (!loaded_vmcs->vmcs)
3430 return;
3431 loaded_vmcs_clear(loaded_vmcs);
3432 free_vmcs(loaded_vmcs->vmcs);
3433 loaded_vmcs->vmcs = NULL;
3434}
3435
Sam Ravnborg39959582007-06-01 00:47:13 -07003436static void free_kvm_area(void)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003437{
3438 int cpu;
3439
Zachary Amsden3230bb42009-09-29 11:38:37 -10003440 for_each_possible_cpu(cpu) {
Avi Kivity6aa8b732006-12-10 02:21:36 -08003441 free_vmcs(per_cpu(vmxarea, cpu));
Zachary Amsden3230bb42009-09-29 11:38:37 -10003442 per_cpu(vmxarea, cpu) = NULL;
3443 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08003444}
3445
Bandan Dasfe2b2012014-04-21 15:20:14 -04003446static void init_vmcs_shadow_fields(void)
3447{
3448 int i, j;
3449
3450 /* No checks for read only fields yet */
3451
3452 for (i = j = 0; i < max_shadow_read_write_fields; i++) {
3453 switch (shadow_read_write_fields[i]) {
3454 case GUEST_BNDCFGS:
Paolo Bonzinia87036a2016-03-08 09:52:13 +01003455 if (!kvm_mpx_supported())
Bandan Dasfe2b2012014-04-21 15:20:14 -04003456 continue;
3457 break;
3458 default:
3459 break;
3460 }
3461
3462 if (j < i)
3463 shadow_read_write_fields[j] =
3464 shadow_read_write_fields[i];
3465 j++;
3466 }
3467 max_shadow_read_write_fields = j;
3468
3469 /* shadowed fields guest access without vmexit */
3470 for (i = 0; i < max_shadow_read_write_fields; i++) {
3471 clear_bit(shadow_read_write_fields[i],
3472 vmx_vmwrite_bitmap);
3473 clear_bit(shadow_read_write_fields[i],
3474 vmx_vmread_bitmap);
3475 }
3476 for (i = 0; i < max_shadow_read_only_fields; i++)
3477 clear_bit(shadow_read_only_fields[i],
3478 vmx_vmread_bitmap);
3479}
3480
Avi Kivity6aa8b732006-12-10 02:21:36 -08003481static __init int alloc_kvm_area(void)
3482{
3483 int cpu;
3484
Zachary Amsden3230bb42009-09-29 11:38:37 -10003485 for_each_possible_cpu(cpu) {
Avi Kivity6aa8b732006-12-10 02:21:36 -08003486 struct vmcs *vmcs;
3487
3488 vmcs = alloc_vmcs_cpu(cpu);
3489 if (!vmcs) {
3490 free_kvm_area();
3491 return -ENOMEM;
3492 }
3493
3494 per_cpu(vmxarea, cpu) = vmcs;
3495 }
3496 return 0;
3497}
3498
Gleb Natapov14168782013-01-21 15:36:49 +02003499static bool emulation_required(struct kvm_vcpu *vcpu)
3500{
3501 return emulate_invalid_guest_state && !guest_state_valid(vcpu);
3502}
3503
Gleb Natapov91b0aa22013-01-21 15:36:47 +02003504static void fix_pmode_seg(struct kvm_vcpu *vcpu, int seg,
Gleb Natapovd99e4152012-12-20 16:57:45 +02003505 struct kvm_segment *save)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003506{
Gleb Natapovd99e4152012-12-20 16:57:45 +02003507 if (!emulate_invalid_guest_state) {
3508 /*
3509 * CS and SS RPL should be equal during guest entry according
3510 * to VMX spec, but in reality it is not always so. Since vcpu
3511 * is in the middle of the transition from real mode to
3512 * protected mode it is safe to assume that RPL 0 is a good
3513 * default value.
3514 */
3515 if (seg == VCPU_SREG_CS || seg == VCPU_SREG_SS)
Nadav Amitb32a9912015-03-29 16:33:04 +03003516 save->selector &= ~SEGMENT_RPL_MASK;
3517 save->dpl = save->selector & SEGMENT_RPL_MASK;
Gleb Natapovd99e4152012-12-20 16:57:45 +02003518 save->s = 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003519 }
Gleb Natapovd99e4152012-12-20 16:57:45 +02003520 vmx_set_segment(vcpu, save, seg);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003521}
3522
3523static void enter_pmode(struct kvm_vcpu *vcpu)
3524{
3525 unsigned long flags;
Mohammed Gamala89a8fb2008-08-17 16:42:16 +03003526 struct vcpu_vmx *vmx = to_vmx(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003527
Gleb Natapovd99e4152012-12-20 16:57:45 +02003528 /*
3529 * Update real mode segment cache. It may be not up-to-date if sement
3530 * register was written while vcpu was in a guest mode.
3531 */
3532 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_ES], VCPU_SREG_ES);
3533 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
3534 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_FS], VCPU_SREG_FS);
3535 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_GS], VCPU_SREG_GS);
3536 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_SS], VCPU_SREG_SS);
3537 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_CS], VCPU_SREG_CS);
3538
Avi Kivity7ffd92c2009-06-09 14:10:45 +03003539 vmx->rmode.vm86_active = 0;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003540
Avi Kivity2fb92db2011-04-27 19:42:18 +03003541 vmx_segment_cache_clear(vmx);
3542
Avi Kivityf5f7b2f2012-08-21 17:07:00 +03003543 vmx_set_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_TR], VCPU_SREG_TR);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003544
3545 flags = vmcs_readl(GUEST_RFLAGS);
Avi Kivity78ac8b42010-04-08 18:19:35 +03003546 flags &= RMODE_GUEST_OWNED_EFLAGS_BITS;
3547 flags |= vmx->rmode.save_rflags & ~RMODE_GUEST_OWNED_EFLAGS_BITS;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003548 vmcs_writel(GUEST_RFLAGS, flags);
3549
Rusty Russell66aee912007-07-17 23:34:16 +10003550 vmcs_writel(GUEST_CR4, (vmcs_readl(GUEST_CR4) & ~X86_CR4_VME) |
3551 (vmcs_readl(CR4_READ_SHADOW) & X86_CR4_VME));
Avi Kivity6aa8b732006-12-10 02:21:36 -08003552
3553 update_exception_bitmap(vcpu);
3554
Gleb Natapov91b0aa22013-01-21 15:36:47 +02003555 fix_pmode_seg(vcpu, VCPU_SREG_CS, &vmx->rmode.segs[VCPU_SREG_CS]);
3556 fix_pmode_seg(vcpu, VCPU_SREG_SS, &vmx->rmode.segs[VCPU_SREG_SS]);
3557 fix_pmode_seg(vcpu, VCPU_SREG_ES, &vmx->rmode.segs[VCPU_SREG_ES]);
3558 fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
3559 fix_pmode_seg(vcpu, VCPU_SREG_FS, &vmx->rmode.segs[VCPU_SREG_FS]);
3560 fix_pmode_seg(vcpu, VCPU_SREG_GS, &vmx->rmode.segs[VCPU_SREG_GS]);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003561}
3562
Avi Kivityf5f7b2f2012-08-21 17:07:00 +03003563static void fix_rmode_seg(int seg, struct kvm_segment *save)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003564{
Mathias Krause772e0312012-08-30 01:30:19 +02003565 const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg];
Gleb Natapovd99e4152012-12-20 16:57:45 +02003566 struct kvm_segment var = *save;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003567
Gleb Natapovd99e4152012-12-20 16:57:45 +02003568 var.dpl = 0x3;
3569 if (seg == VCPU_SREG_CS)
3570 var.type = 0x3;
3571
3572 if (!emulate_invalid_guest_state) {
3573 var.selector = var.base >> 4;
3574 var.base = var.base & 0xffff0;
3575 var.limit = 0xffff;
3576 var.g = 0;
3577 var.db = 0;
3578 var.present = 1;
3579 var.s = 1;
3580 var.l = 0;
3581 var.unusable = 0;
3582 var.type = 0x3;
3583 var.avl = 0;
3584 if (save->base & 0xf)
3585 printk_once(KERN_WARNING "kvm: segment base is not "
3586 "paragraph aligned when entering "
3587 "protected mode (seg=%d)", seg);
3588 }
3589
3590 vmcs_write16(sf->selector, var.selector);
3591 vmcs_write32(sf->base, var.base);
3592 vmcs_write32(sf->limit, var.limit);
3593 vmcs_write32(sf->ar_bytes, vmx_segment_access_rights(&var));
Avi Kivity6aa8b732006-12-10 02:21:36 -08003594}
3595
3596static void enter_rmode(struct kvm_vcpu *vcpu)
3597{
3598 unsigned long flags;
Mohammed Gamala89a8fb2008-08-17 16:42:16 +03003599 struct vcpu_vmx *vmx = to_vmx(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003600
Avi Kivityf5f7b2f2012-08-21 17:07:00 +03003601 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_TR], VCPU_SREG_TR);
3602 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_ES], VCPU_SREG_ES);
3603 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
3604 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_FS], VCPU_SREG_FS);
3605 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_GS], VCPU_SREG_GS);
Gleb Natapovc6ad11532012-12-12 19:10:51 +02003606 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_SS], VCPU_SREG_SS);
3607 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_CS], VCPU_SREG_CS);
Avi Kivityf5f7b2f2012-08-21 17:07:00 +03003608
Avi Kivity7ffd92c2009-06-09 14:10:45 +03003609 vmx->rmode.vm86_active = 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003610
Gleb Natapov776e58e2011-03-13 12:34:27 +02003611 /*
3612 * Very old userspace does not call KVM_SET_TSS_ADDR before entering
Jan Kiszka4918c6c2013-03-15 08:38:56 +01003613 * vcpu. Warn the user that an update is overdue.
Gleb Natapov776e58e2011-03-13 12:34:27 +02003614 */
Jan Kiszka4918c6c2013-03-15 08:38:56 +01003615 if (!vcpu->kvm->arch.tss_addr)
Gleb Natapov776e58e2011-03-13 12:34:27 +02003616 printk_once(KERN_WARNING "kvm: KVM_SET_TSS_ADDR need to be "
3617 "called before entering vcpu\n");
Gleb Natapov776e58e2011-03-13 12:34:27 +02003618
Avi Kivity2fb92db2011-04-27 19:42:18 +03003619 vmx_segment_cache_clear(vmx);
3620
Jan Kiszka4918c6c2013-03-15 08:38:56 +01003621 vmcs_writel(GUEST_TR_BASE, vcpu->kvm->arch.tss_addr);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003622 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003623 vmcs_write32(GUEST_TR_AR_BYTES, 0x008b);
3624
3625 flags = vmcs_readl(GUEST_RFLAGS);
Avi Kivity78ac8b42010-04-08 18:19:35 +03003626 vmx->rmode.save_rflags = flags;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003627
Glauber de Oliveira Costa053de042008-01-30 13:31:27 +01003628 flags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003629
3630 vmcs_writel(GUEST_RFLAGS, flags);
Rusty Russell66aee912007-07-17 23:34:16 +10003631 vmcs_writel(GUEST_CR4, vmcs_readl(GUEST_CR4) | X86_CR4_VME);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003632 update_exception_bitmap(vcpu);
3633
Gleb Natapovd99e4152012-12-20 16:57:45 +02003634 fix_rmode_seg(VCPU_SREG_SS, &vmx->rmode.segs[VCPU_SREG_SS]);
3635 fix_rmode_seg(VCPU_SREG_CS, &vmx->rmode.segs[VCPU_SREG_CS]);
3636 fix_rmode_seg(VCPU_SREG_ES, &vmx->rmode.segs[VCPU_SREG_ES]);
3637 fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
3638 fix_rmode_seg(VCPU_SREG_GS, &vmx->rmode.segs[VCPU_SREG_GS]);
3639 fix_rmode_seg(VCPU_SREG_FS, &vmx->rmode.segs[VCPU_SREG_FS]);
Mohammed Gamala89a8fb2008-08-17 16:42:16 +03003640
Eddie Dong8668a3c2007-10-10 14:26:45 +08003641 kvm_mmu_reset_context(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003642}
3643
Amit Shah401d10d2009-02-20 22:53:37 +05303644static void vmx_set_efer(struct kvm_vcpu *vcpu, u64 efer)
3645{
3646 struct vcpu_vmx *vmx = to_vmx(vcpu);
Avi Kivity26bb0982009-09-07 11:14:12 +03003647 struct shared_msr_entry *msr = find_msr_entry(vmx, MSR_EFER);
3648
3649 if (!msr)
3650 return;
Amit Shah401d10d2009-02-20 22:53:37 +05303651
Avi Kivity44ea2b12009-09-06 15:55:37 +03003652 /*
3653 * Force kernel_gs_base reloading before EFER changes, as control
3654 * of this msr depends on is_long_mode().
3655 */
3656 vmx_load_host_state(to_vmx(vcpu));
Avi Kivityf6801df2010-01-21 15:31:50 +02003657 vcpu->arch.efer = efer;
Amit Shah401d10d2009-02-20 22:53:37 +05303658 if (efer & EFER_LMA) {
Gleb Natapov2961e8762013-11-25 15:37:13 +02003659 vm_entry_controls_setbit(to_vmx(vcpu), VM_ENTRY_IA32E_MODE);
Amit Shah401d10d2009-02-20 22:53:37 +05303660 msr->data = efer;
3661 } else {
Gleb Natapov2961e8762013-11-25 15:37:13 +02003662 vm_entry_controls_clearbit(to_vmx(vcpu), VM_ENTRY_IA32E_MODE);
Amit Shah401d10d2009-02-20 22:53:37 +05303663
3664 msr->data = efer & ~EFER_LME;
3665 }
3666 setup_msrs(vmx);
3667}
3668
Avi Kivity05b3e0c2006-12-13 00:33:45 -08003669#ifdef CONFIG_X86_64
Avi Kivity6aa8b732006-12-10 02:21:36 -08003670
3671static void enter_lmode(struct kvm_vcpu *vcpu)
3672{
3673 u32 guest_tr_ar;
3674
Avi Kivity2fb92db2011-04-27 19:42:18 +03003675 vmx_segment_cache_clear(to_vmx(vcpu));
3676
Avi Kivity6aa8b732006-12-10 02:21:36 -08003677 guest_tr_ar = vmcs_read32(GUEST_TR_AR_BYTES);
Andy Lutomirski4d283ec2015-08-13 13:18:48 -07003678 if ((guest_tr_ar & VMX_AR_TYPE_MASK) != VMX_AR_TYPE_BUSY_64_TSS) {
Jan Kiszkabd801582011-09-12 11:26:22 +02003679 pr_debug_ratelimited("%s: tss fixup for long mode. \n",
3680 __func__);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003681 vmcs_write32(GUEST_TR_AR_BYTES,
Andy Lutomirski4d283ec2015-08-13 13:18:48 -07003682 (guest_tr_ar & ~VMX_AR_TYPE_MASK)
3683 | VMX_AR_TYPE_BUSY_64_TSS);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003684 }
Avi Kivityda38f432010-07-06 11:30:49 +03003685 vmx_set_efer(vcpu, vcpu->arch.efer | EFER_LMA);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003686}
3687
3688static void exit_lmode(struct kvm_vcpu *vcpu)
3689{
Gleb Natapov2961e8762013-11-25 15:37:13 +02003690 vm_entry_controls_clearbit(to_vmx(vcpu), VM_ENTRY_IA32E_MODE);
Avi Kivityda38f432010-07-06 11:30:49 +03003691 vmx_set_efer(vcpu, vcpu->arch.efer & ~EFER_LMA);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003692}
3693
3694#endif
3695
Wanpeng Lidd5f5342015-09-23 18:26:57 +08003696static inline void __vmx_flush_tlb(struct kvm_vcpu *vcpu, int vpid)
Sheng Yang2384d2b2008-01-17 15:14:33 +08003697{
Wanpeng Lidd5f5342015-09-23 18:26:57 +08003698 vpid_sync_context(vpid);
Xiao Guangrongdd180b32010-07-03 16:02:42 +08003699 if (enable_ept) {
3700 if (!VALID_PAGE(vcpu->arch.mmu.root_hpa))
3701 return;
Sheng Yang4e1096d2008-07-06 19:16:51 +08003702 ept_sync_context(construct_eptp(vcpu->arch.mmu.root_hpa));
Xiao Guangrongdd180b32010-07-03 16:02:42 +08003703 }
Sheng Yang2384d2b2008-01-17 15:14:33 +08003704}
3705
Wanpeng Lidd5f5342015-09-23 18:26:57 +08003706static void vmx_flush_tlb(struct kvm_vcpu *vcpu)
3707{
3708 __vmx_flush_tlb(vcpu, to_vmx(vcpu)->vpid);
3709}
3710
Avi Kivitye8467fd2009-12-29 18:43:06 +02003711static void vmx_decache_cr0_guest_bits(struct kvm_vcpu *vcpu)
3712{
3713 ulong cr0_guest_owned_bits = vcpu->arch.cr0_guest_owned_bits;
3714
3715 vcpu->arch.cr0 &= ~cr0_guest_owned_bits;
3716 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & cr0_guest_owned_bits;
3717}
3718
Avi Kivityaff48ba2010-12-05 18:56:11 +02003719static void vmx_decache_cr3(struct kvm_vcpu *vcpu)
3720{
3721 if (enable_ept && is_paging(vcpu))
3722 vcpu->arch.cr3 = vmcs_readl(GUEST_CR3);
3723 __set_bit(VCPU_EXREG_CR3, (ulong *)&vcpu->arch.regs_avail);
3724}
3725
Anthony Liguori25c4c272007-04-27 09:29:21 +03003726static void vmx_decache_cr4_guest_bits(struct kvm_vcpu *vcpu)
Avi Kivity399badf2007-01-05 16:36:38 -08003727{
Avi Kivityfc78f512009-12-07 12:16:48 +02003728 ulong cr4_guest_owned_bits = vcpu->arch.cr4_guest_owned_bits;
3729
3730 vcpu->arch.cr4 &= ~cr4_guest_owned_bits;
3731 vcpu->arch.cr4 |= vmcs_readl(GUEST_CR4) & cr4_guest_owned_bits;
Avi Kivity399badf2007-01-05 16:36:38 -08003732}
3733
Sheng Yang14394422008-04-28 12:24:45 +08003734static void ept_load_pdptrs(struct kvm_vcpu *vcpu)
3735{
Gleb Natapovd0d538b2013-10-09 19:13:19 +03003736 struct kvm_mmu *mmu = vcpu->arch.walk_mmu;
3737
Avi Kivity6de4f3a2009-05-31 22:58:47 +03003738 if (!test_bit(VCPU_EXREG_PDPTR,
3739 (unsigned long *)&vcpu->arch.regs_dirty))
3740 return;
3741
Sheng Yang14394422008-04-28 12:24:45 +08003742 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) {
Gleb Natapovd0d538b2013-10-09 19:13:19 +03003743 vmcs_write64(GUEST_PDPTR0, mmu->pdptrs[0]);
3744 vmcs_write64(GUEST_PDPTR1, mmu->pdptrs[1]);
3745 vmcs_write64(GUEST_PDPTR2, mmu->pdptrs[2]);
3746 vmcs_write64(GUEST_PDPTR3, mmu->pdptrs[3]);
Sheng Yang14394422008-04-28 12:24:45 +08003747 }
3748}
3749
Avi Kivity8f5d5492009-05-31 18:41:29 +03003750static void ept_save_pdptrs(struct kvm_vcpu *vcpu)
3751{
Gleb Natapovd0d538b2013-10-09 19:13:19 +03003752 struct kvm_mmu *mmu = vcpu->arch.walk_mmu;
3753
Avi Kivity8f5d5492009-05-31 18:41:29 +03003754 if (is_paging(vcpu) && is_pae(vcpu) && !is_long_mode(vcpu)) {
Gleb Natapovd0d538b2013-10-09 19:13:19 +03003755 mmu->pdptrs[0] = vmcs_read64(GUEST_PDPTR0);
3756 mmu->pdptrs[1] = vmcs_read64(GUEST_PDPTR1);
3757 mmu->pdptrs[2] = vmcs_read64(GUEST_PDPTR2);
3758 mmu->pdptrs[3] = vmcs_read64(GUEST_PDPTR3);
Avi Kivity8f5d5492009-05-31 18:41:29 +03003759 }
Avi Kivity6de4f3a2009-05-31 22:58:47 +03003760
3761 __set_bit(VCPU_EXREG_PDPTR,
3762 (unsigned long *)&vcpu->arch.regs_avail);
3763 __set_bit(VCPU_EXREG_PDPTR,
3764 (unsigned long *)&vcpu->arch.regs_dirty);
Avi Kivity8f5d5492009-05-31 18:41:29 +03003765}
3766
Nadav Har'El5e1746d2011-05-25 23:03:24 +03003767static int vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
Sheng Yang14394422008-04-28 12:24:45 +08003768
3769static void ept_update_paging_mode_cr0(unsigned long *hw_cr0,
3770 unsigned long cr0,
3771 struct kvm_vcpu *vcpu)
3772{
Marcelo Tosatti5233dd52011-06-06 14:27:47 -03003773 if (!test_bit(VCPU_EXREG_CR3, (ulong *)&vcpu->arch.regs_avail))
3774 vmx_decache_cr3(vcpu);
Sheng Yang14394422008-04-28 12:24:45 +08003775 if (!(cr0 & X86_CR0_PG)) {
3776 /* From paging/starting to nonpaging */
3777 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL,
Sheng Yang65267ea2008-06-18 14:43:38 +08003778 vmcs_read32(CPU_BASED_VM_EXEC_CONTROL) |
Sheng Yang14394422008-04-28 12:24:45 +08003779 (CPU_BASED_CR3_LOAD_EXITING |
3780 CPU_BASED_CR3_STORE_EXITING));
3781 vcpu->arch.cr0 = cr0;
Avi Kivityfc78f512009-12-07 12:16:48 +02003782 vmx_set_cr4(vcpu, kvm_read_cr4(vcpu));
Sheng Yang14394422008-04-28 12:24:45 +08003783 } else if (!is_paging(vcpu)) {
3784 /* From nonpaging to paging */
3785 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL,
Sheng Yang65267ea2008-06-18 14:43:38 +08003786 vmcs_read32(CPU_BASED_VM_EXEC_CONTROL) &
Sheng Yang14394422008-04-28 12:24:45 +08003787 ~(CPU_BASED_CR3_LOAD_EXITING |
3788 CPU_BASED_CR3_STORE_EXITING));
3789 vcpu->arch.cr0 = cr0;
Avi Kivityfc78f512009-12-07 12:16:48 +02003790 vmx_set_cr4(vcpu, kvm_read_cr4(vcpu));
Sheng Yang14394422008-04-28 12:24:45 +08003791 }
Sheng Yang95eb84a2009-08-19 09:52:18 +08003792
3793 if (!(cr0 & X86_CR0_WP))
3794 *hw_cr0 &= ~X86_CR0_WP;
Sheng Yang14394422008-04-28 12:24:45 +08003795}
3796
Avi Kivity6aa8b732006-12-10 02:21:36 -08003797static void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0)
3798{
Avi Kivity7ffd92c2009-06-09 14:10:45 +03003799 struct vcpu_vmx *vmx = to_vmx(vcpu);
Nitin A Kamble3a624e22009-06-08 11:34:16 -07003800 unsigned long hw_cr0;
3801
Gleb Natapov50378782013-02-04 16:00:28 +02003802 hw_cr0 = (cr0 & ~KVM_GUEST_CR0_MASK);
Nitin A Kamble3a624e22009-06-08 11:34:16 -07003803 if (enable_unrestricted_guest)
Gleb Natapov50378782013-02-04 16:00:28 +02003804 hw_cr0 |= KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST;
Gleb Natapov218e7632013-01-21 15:36:45 +02003805 else {
Gleb Natapov50378782013-02-04 16:00:28 +02003806 hw_cr0 |= KVM_VM_CR0_ALWAYS_ON;
Sheng Yang14394422008-04-28 12:24:45 +08003807
Gleb Natapov218e7632013-01-21 15:36:45 +02003808 if (vmx->rmode.vm86_active && (cr0 & X86_CR0_PE))
3809 enter_pmode(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003810
Gleb Natapov218e7632013-01-21 15:36:45 +02003811 if (!vmx->rmode.vm86_active && !(cr0 & X86_CR0_PE))
3812 enter_rmode(vcpu);
3813 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08003814
Avi Kivity05b3e0c2006-12-13 00:33:45 -08003815#ifdef CONFIG_X86_64
Avi Kivityf6801df2010-01-21 15:31:50 +02003816 if (vcpu->arch.efer & EFER_LME) {
Rusty Russell707d92fa2007-07-17 23:19:08 +10003817 if (!is_paging(vcpu) && (cr0 & X86_CR0_PG))
Avi Kivity6aa8b732006-12-10 02:21:36 -08003818 enter_lmode(vcpu);
Rusty Russell707d92fa2007-07-17 23:19:08 +10003819 if (is_paging(vcpu) && !(cr0 & X86_CR0_PG))
Avi Kivity6aa8b732006-12-10 02:21:36 -08003820 exit_lmode(vcpu);
3821 }
3822#endif
3823
Avi Kivity089d0342009-03-23 18:26:32 +02003824 if (enable_ept)
Sheng Yang14394422008-04-28 12:24:45 +08003825 ept_update_paging_mode_cr0(&hw_cr0, cr0, vcpu);
3826
Avi Kivity02daab22009-12-30 12:40:26 +02003827 if (!vcpu->fpu_active)
Avi Kivity81231c62010-01-24 16:26:40 +02003828 hw_cr0 |= X86_CR0_TS | X86_CR0_MP;
Avi Kivity02daab22009-12-30 12:40:26 +02003829
Avi Kivity6aa8b732006-12-10 02:21:36 -08003830 vmcs_writel(CR0_READ_SHADOW, cr0);
Sheng Yang14394422008-04-28 12:24:45 +08003831 vmcs_writel(GUEST_CR0, hw_cr0);
Zhang Xiantaoad312c72007-12-13 23:50:52 +08003832 vcpu->arch.cr0 = cr0;
Gleb Natapov14168782013-01-21 15:36:49 +02003833
3834 /* depends on vcpu->arch.cr0 to be set to a new value */
3835 vmx->emulation_required = emulation_required(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003836}
3837
Sheng Yang14394422008-04-28 12:24:45 +08003838static u64 construct_eptp(unsigned long root_hpa)
3839{
3840 u64 eptp;
3841
3842 /* TODO write the value reading from MSR */
3843 eptp = VMX_EPT_DEFAULT_MT |
3844 VMX_EPT_DEFAULT_GAW << VMX_EPT_GAW_EPTP_SHIFT;
Xudong Haob38f9932012-05-28 19:33:36 +08003845 if (enable_ept_ad_bits)
3846 eptp |= VMX_EPT_AD_ENABLE_BIT;
Sheng Yang14394422008-04-28 12:24:45 +08003847 eptp |= (root_hpa & PAGE_MASK);
3848
3849 return eptp;
3850}
3851
Avi Kivity6aa8b732006-12-10 02:21:36 -08003852static void vmx_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3)
3853{
Sheng Yang14394422008-04-28 12:24:45 +08003854 unsigned long guest_cr3;
3855 u64 eptp;
3856
3857 guest_cr3 = cr3;
Avi Kivity089d0342009-03-23 18:26:32 +02003858 if (enable_ept) {
Sheng Yang14394422008-04-28 12:24:45 +08003859 eptp = construct_eptp(cr3);
3860 vmcs_write64(EPT_POINTER, eptp);
Jan Kiszka59ab5a82013-08-08 16:26:29 +02003861 if (is_paging(vcpu) || is_guest_mode(vcpu))
3862 guest_cr3 = kvm_read_cr3(vcpu);
3863 else
3864 guest_cr3 = vcpu->kvm->arch.ept_identity_map_addr;
Marcelo Tosatti7c93be42009-10-26 16:48:33 -02003865 ept_load_pdptrs(vcpu);
Sheng Yang14394422008-04-28 12:24:45 +08003866 }
3867
Sheng Yang2384d2b2008-01-17 15:14:33 +08003868 vmx_flush_tlb(vcpu);
Sheng Yang14394422008-04-28 12:24:45 +08003869 vmcs_writel(GUEST_CR3, guest_cr3);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003870}
3871
Nadav Har'El5e1746d2011-05-25 23:03:24 +03003872static int vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003873{
Ben Serebrin085e68e2015-04-16 11:58:05 -07003874 /*
3875 * Pass through host's Machine Check Enable value to hw_cr4, which
3876 * is in force while we are in guest mode. Do not let guests control
3877 * this bit, even if host CR4.MCE == 0.
3878 */
3879 unsigned long hw_cr4 =
3880 (cr4_read_shadow() & X86_CR4_MCE) |
3881 (cr4 & ~X86_CR4_MCE) |
3882 (to_vmx(vcpu)->rmode.vm86_active ?
3883 KVM_RMODE_VM_CR4_ALWAYS_ON : KVM_PMODE_VM_CR4_ALWAYS_ON);
Sheng Yang14394422008-04-28 12:24:45 +08003884
Nadav Har'El5e1746d2011-05-25 23:03:24 +03003885 if (cr4 & X86_CR4_VMXE) {
3886 /*
3887 * To use VMXON (and later other VMX instructions), a guest
3888 * must first be able to turn on cr4.VMXE (see handle_vmon()).
3889 * So basically the check on whether to allow nested VMX
3890 * is here.
3891 */
3892 if (!nested_vmx_allowed(vcpu))
3893 return 1;
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01003894 }
3895 if (to_vmx(vcpu)->nested.vmxon &&
3896 ((cr4 & VMXON_CR4_ALWAYSON) != VMXON_CR4_ALWAYSON))
Nadav Har'El5e1746d2011-05-25 23:03:24 +03003897 return 1;
3898
Zhang Xiantaoad312c72007-12-13 23:50:52 +08003899 vcpu->arch.cr4 = cr4;
Avi Kivitybc230082009-12-08 12:14:42 +02003900 if (enable_ept) {
3901 if (!is_paging(vcpu)) {
3902 hw_cr4 &= ~X86_CR4_PAE;
3903 hw_cr4 |= X86_CR4_PSE;
3904 } else if (!(cr4 & X86_CR4_PAE)) {
3905 hw_cr4 &= ~X86_CR4_PAE;
3906 }
3907 }
Sheng Yang14394422008-04-28 12:24:45 +08003908
Radim Krčmář656ec4a2015-11-02 22:20:00 +01003909 if (!enable_unrestricted_guest && !is_paging(vcpu))
3910 /*
Huaitong Handdba2622016-03-22 16:51:15 +08003911 * SMEP/SMAP/PKU is disabled if CPU is in non-paging mode in
3912 * hardware. To emulate this behavior, SMEP/SMAP/PKU needs
3913 * to be manually disabled when guest switches to non-paging
3914 * mode.
3915 *
3916 * If !enable_unrestricted_guest, the CPU is always running
3917 * with CR0.PG=1 and CR4 needs to be modified.
3918 * If enable_unrestricted_guest, the CPU automatically
3919 * disables SMEP/SMAP/PKU when the guest sets CR0.PG=0.
Radim Krčmář656ec4a2015-11-02 22:20:00 +01003920 */
Huaitong Handdba2622016-03-22 16:51:15 +08003921 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE);
Radim Krčmář656ec4a2015-11-02 22:20:00 +01003922
Sheng Yang14394422008-04-28 12:24:45 +08003923 vmcs_writel(CR4_READ_SHADOW, cr4);
3924 vmcs_writel(GUEST_CR4, hw_cr4);
Nadav Har'El5e1746d2011-05-25 23:03:24 +03003925 return 0;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003926}
3927
Avi Kivity6aa8b732006-12-10 02:21:36 -08003928static void vmx_get_segment(struct kvm_vcpu *vcpu,
3929 struct kvm_segment *var, int seg)
3930{
Avi Kivitya9179492011-01-03 14:28:52 +02003931 struct vcpu_vmx *vmx = to_vmx(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08003932 u32 ar;
3933
Gleb Natapovc6ad11532012-12-12 19:10:51 +02003934 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) {
Avi Kivityf5f7b2f2012-08-21 17:07:00 +03003935 *var = vmx->rmode.segs[seg];
Avi Kivitya9179492011-01-03 14:28:52 +02003936 if (seg == VCPU_SREG_TR
Avi Kivity2fb92db2011-04-27 19:42:18 +03003937 || var->selector == vmx_read_guest_seg_selector(vmx, seg))
Avi Kivityf5f7b2f2012-08-21 17:07:00 +03003938 return;
Avi Kivity1390a282012-08-21 17:07:08 +03003939 var->base = vmx_read_guest_seg_base(vmx, seg);
3940 var->selector = vmx_read_guest_seg_selector(vmx, seg);
3941 return;
Avi Kivitya9179492011-01-03 14:28:52 +02003942 }
Avi Kivity2fb92db2011-04-27 19:42:18 +03003943 var->base = vmx_read_guest_seg_base(vmx, seg);
3944 var->limit = vmx_read_guest_seg_limit(vmx, seg);
3945 var->selector = vmx_read_guest_seg_selector(vmx, seg);
3946 ar = vmx_read_guest_seg_ar(vmx, seg);
Gleb Natapov03617c12013-06-28 13:17:18 +03003947 var->unusable = (ar >> 16) & 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003948 var->type = ar & 15;
3949 var->s = (ar >> 4) & 1;
3950 var->dpl = (ar >> 5) & 3;
Gleb Natapov03617c12013-06-28 13:17:18 +03003951 /*
3952 * Some userspaces do not preserve unusable property. Since usable
3953 * segment has to be present according to VMX spec we can use present
3954 * property to amend userspace bug by making unusable segment always
3955 * nonpresent. vmx_segment_access_rights() already marks nonpresent
3956 * segment as unusable.
3957 */
3958 var->present = !var->unusable;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003959 var->avl = (ar >> 12) & 1;
3960 var->l = (ar >> 13) & 1;
3961 var->db = (ar >> 14) & 1;
3962 var->g = (ar >> 15) & 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08003963}
3964
Avi Kivitya9179492011-01-03 14:28:52 +02003965static u64 vmx_get_segment_base(struct kvm_vcpu *vcpu, int seg)
3966{
Avi Kivitya9179492011-01-03 14:28:52 +02003967 struct kvm_segment s;
3968
3969 if (to_vmx(vcpu)->rmode.vm86_active) {
3970 vmx_get_segment(vcpu, &s, seg);
3971 return s.base;
3972 }
Avi Kivity2fb92db2011-04-27 19:42:18 +03003973 return vmx_read_guest_seg_base(to_vmx(vcpu), seg);
Avi Kivitya9179492011-01-03 14:28:52 +02003974}
3975
Marcelo Tosattib09408d2013-01-07 19:27:06 -02003976static int vmx_get_cpl(struct kvm_vcpu *vcpu)
Izik Eidus2e4d2652008-03-24 19:38:34 +02003977{
Marcelo Tosattib09408d2013-01-07 19:27:06 -02003978 struct vcpu_vmx *vmx = to_vmx(vcpu);
3979
Paolo Bonziniae9fedc2014-05-14 09:39:49 +02003980 if (unlikely(vmx->rmode.vm86_active))
Izik Eidus2e4d2652008-03-24 19:38:34 +02003981 return 0;
Paolo Bonziniae9fedc2014-05-14 09:39:49 +02003982 else {
3983 int ar = vmx_read_guest_seg_ar(vmx, VCPU_SREG_SS);
Andy Lutomirski4d283ec2015-08-13 13:18:48 -07003984 return VMX_AR_DPL(ar);
Avi Kivity69c73022011-03-07 15:26:44 +02003985 }
Avi Kivity69c73022011-03-07 15:26:44 +02003986}
3987
Avi Kivity653e3102007-05-07 10:55:37 +03003988static u32 vmx_segment_access_rights(struct kvm_segment *var)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003989{
Avi Kivity6aa8b732006-12-10 02:21:36 -08003990 u32 ar;
3991
Avi Kivityf0495f92012-06-07 17:06:10 +03003992 if (var->unusable || !var->present)
Avi Kivity6aa8b732006-12-10 02:21:36 -08003993 ar = 1 << 16;
3994 else {
3995 ar = var->type & 15;
3996 ar |= (var->s & 1) << 4;
3997 ar |= (var->dpl & 3) << 5;
3998 ar |= (var->present & 1) << 7;
3999 ar |= (var->avl & 1) << 12;
4000 ar |= (var->l & 1) << 13;
4001 ar |= (var->db & 1) << 14;
4002 ar |= (var->g & 1) << 15;
4003 }
Avi Kivity653e3102007-05-07 10:55:37 +03004004
4005 return ar;
4006}
4007
4008static void vmx_set_segment(struct kvm_vcpu *vcpu,
4009 struct kvm_segment *var, int seg)
4010{
Avi Kivity7ffd92c2009-06-09 14:10:45 +03004011 struct vcpu_vmx *vmx = to_vmx(vcpu);
Mathias Krause772e0312012-08-30 01:30:19 +02004012 const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg];
Avi Kivity653e3102007-05-07 10:55:37 +03004013
Avi Kivity2fb92db2011-04-27 19:42:18 +03004014 vmx_segment_cache_clear(vmx);
4015
Gleb Natapov1ecd50a2012-12-12 19:10:54 +02004016 if (vmx->rmode.vm86_active && seg != VCPU_SREG_LDTR) {
4017 vmx->rmode.segs[seg] = *var;
4018 if (seg == VCPU_SREG_TR)
4019 vmcs_write16(sf->selector, var->selector);
4020 else if (var->s)
4021 fix_rmode_seg(seg, &vmx->rmode.segs[seg]);
Gleb Natapovd99e4152012-12-20 16:57:45 +02004022 goto out;
Avi Kivity653e3102007-05-07 10:55:37 +03004023 }
Gleb Natapov1ecd50a2012-12-12 19:10:54 +02004024
Avi Kivity653e3102007-05-07 10:55:37 +03004025 vmcs_writel(sf->base, var->base);
4026 vmcs_write32(sf->limit, var->limit);
4027 vmcs_write16(sf->selector, var->selector);
Nitin A Kamble3a624e22009-06-08 11:34:16 -07004028
4029 /*
4030 * Fix the "Accessed" bit in AR field of segment registers for older
4031 * qemu binaries.
4032 * IA32 arch specifies that at the time of processor reset the
4033 * "Accessed" bit in the AR field of segment registers is 1. And qemu
Guo Chao0fa06072012-06-28 15:16:19 +08004034 * is setting it to 0 in the userland code. This causes invalid guest
Nitin A Kamble3a624e22009-06-08 11:34:16 -07004035 * state vmexit when "unrestricted guest" mode is turned on.
4036 * Fix for this setup issue in cpu_reset is being pushed in the qemu
4037 * tree. Newer qemu binaries with that qemu fix would not need this
4038 * kvm hack.
4039 */
4040 if (enable_unrestricted_guest && (seg != VCPU_SREG_LDTR))
Gleb Natapovf924d662012-12-12 19:10:55 +02004041 var->type |= 0x1; /* Accessed */
Nitin A Kamble3a624e22009-06-08 11:34:16 -07004042
Gleb Natapovf924d662012-12-12 19:10:55 +02004043 vmcs_write32(sf->ar_bytes, vmx_segment_access_rights(var));
Gleb Natapovd99e4152012-12-20 16:57:45 +02004044
4045out:
Paolo Bonzini98eb2f82014-03-27 09:51:52 +01004046 vmx->emulation_required = emulation_required(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004047}
4048
Avi Kivity6aa8b732006-12-10 02:21:36 -08004049static void vmx_get_cs_db_l_bits(struct kvm_vcpu *vcpu, int *db, int *l)
4050{
Avi Kivity2fb92db2011-04-27 19:42:18 +03004051 u32 ar = vmx_read_guest_seg_ar(to_vmx(vcpu), VCPU_SREG_CS);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004052
4053 *db = (ar >> 14) & 1;
4054 *l = (ar >> 13) & 1;
4055}
4056
Gleb Natapov89a27f42010-02-16 10:51:48 +02004057static void vmx_get_idt(struct kvm_vcpu *vcpu, struct desc_ptr *dt)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004058{
Gleb Natapov89a27f42010-02-16 10:51:48 +02004059 dt->size = vmcs_read32(GUEST_IDTR_LIMIT);
4060 dt->address = vmcs_readl(GUEST_IDTR_BASE);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004061}
4062
Gleb Natapov89a27f42010-02-16 10:51:48 +02004063static void vmx_set_idt(struct kvm_vcpu *vcpu, struct desc_ptr *dt)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004064{
Gleb Natapov89a27f42010-02-16 10:51:48 +02004065 vmcs_write32(GUEST_IDTR_LIMIT, dt->size);
4066 vmcs_writel(GUEST_IDTR_BASE, dt->address);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004067}
4068
Gleb Natapov89a27f42010-02-16 10:51:48 +02004069static void vmx_get_gdt(struct kvm_vcpu *vcpu, struct desc_ptr *dt)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004070{
Gleb Natapov89a27f42010-02-16 10:51:48 +02004071 dt->size = vmcs_read32(GUEST_GDTR_LIMIT);
4072 dt->address = vmcs_readl(GUEST_GDTR_BASE);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004073}
4074
Gleb Natapov89a27f42010-02-16 10:51:48 +02004075static void vmx_set_gdt(struct kvm_vcpu *vcpu, struct desc_ptr *dt)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004076{
Gleb Natapov89a27f42010-02-16 10:51:48 +02004077 vmcs_write32(GUEST_GDTR_LIMIT, dt->size);
4078 vmcs_writel(GUEST_GDTR_BASE, dt->address);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004079}
4080
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004081static bool rmode_segment_valid(struct kvm_vcpu *vcpu, int seg)
4082{
4083 struct kvm_segment var;
4084 u32 ar;
4085
4086 vmx_get_segment(vcpu, &var, seg);
Gleb Natapov07f42f52012-12-12 19:10:49 +02004087 var.dpl = 0x3;
Gleb Natapov0647f4a2012-12-12 19:10:50 +02004088 if (seg == VCPU_SREG_CS)
4089 var.type = 0x3;
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004090 ar = vmx_segment_access_rights(&var);
4091
4092 if (var.base != (var.selector << 4))
4093 return false;
Gleb Natapov89efbed2012-12-20 16:57:44 +02004094 if (var.limit != 0xffff)
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004095 return false;
Gleb Natapov07f42f52012-12-12 19:10:49 +02004096 if (ar != 0xf3)
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004097 return false;
4098
4099 return true;
4100}
4101
4102static bool code_segment_valid(struct kvm_vcpu *vcpu)
4103{
4104 struct kvm_segment cs;
4105 unsigned int cs_rpl;
4106
4107 vmx_get_segment(vcpu, &cs, VCPU_SREG_CS);
Nadav Amitb32a9912015-03-29 16:33:04 +03004108 cs_rpl = cs.selector & SEGMENT_RPL_MASK;
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004109
Avi Kivity1872a3f2009-01-04 23:26:52 +02004110 if (cs.unusable)
4111 return false;
Andy Lutomirski4d283ec2015-08-13 13:18:48 -07004112 if (~cs.type & (VMX_AR_TYPE_CODE_MASK|VMX_AR_TYPE_ACCESSES_MASK))
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004113 return false;
4114 if (!cs.s)
4115 return false;
Andy Lutomirski4d283ec2015-08-13 13:18:48 -07004116 if (cs.type & VMX_AR_TYPE_WRITEABLE_MASK) {
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004117 if (cs.dpl > cs_rpl)
4118 return false;
Avi Kivity1872a3f2009-01-04 23:26:52 +02004119 } else {
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004120 if (cs.dpl != cs_rpl)
4121 return false;
4122 }
4123 if (!cs.present)
4124 return false;
4125
4126 /* TODO: Add Reserved field check, this'll require a new member in the kvm_segment_field structure */
4127 return true;
4128}
4129
4130static bool stack_segment_valid(struct kvm_vcpu *vcpu)
4131{
4132 struct kvm_segment ss;
4133 unsigned int ss_rpl;
4134
4135 vmx_get_segment(vcpu, &ss, VCPU_SREG_SS);
Nadav Amitb32a9912015-03-29 16:33:04 +03004136 ss_rpl = ss.selector & SEGMENT_RPL_MASK;
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004137
Avi Kivity1872a3f2009-01-04 23:26:52 +02004138 if (ss.unusable)
4139 return true;
4140 if (ss.type != 3 && ss.type != 7)
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004141 return false;
4142 if (!ss.s)
4143 return false;
4144 if (ss.dpl != ss_rpl) /* DPL != RPL */
4145 return false;
4146 if (!ss.present)
4147 return false;
4148
4149 return true;
4150}
4151
4152static bool data_segment_valid(struct kvm_vcpu *vcpu, int seg)
4153{
4154 struct kvm_segment var;
4155 unsigned int rpl;
4156
4157 vmx_get_segment(vcpu, &var, seg);
Nadav Amitb32a9912015-03-29 16:33:04 +03004158 rpl = var.selector & SEGMENT_RPL_MASK;
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004159
Avi Kivity1872a3f2009-01-04 23:26:52 +02004160 if (var.unusable)
4161 return true;
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004162 if (!var.s)
4163 return false;
4164 if (!var.present)
4165 return false;
Andy Lutomirski4d283ec2015-08-13 13:18:48 -07004166 if (~var.type & (VMX_AR_TYPE_CODE_MASK|VMX_AR_TYPE_WRITEABLE_MASK)) {
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004167 if (var.dpl < rpl) /* DPL < RPL */
4168 return false;
4169 }
4170
4171 /* TODO: Add other members to kvm_segment_field to allow checking for other access
4172 * rights flags
4173 */
4174 return true;
4175}
4176
4177static bool tr_valid(struct kvm_vcpu *vcpu)
4178{
4179 struct kvm_segment tr;
4180
4181 vmx_get_segment(vcpu, &tr, VCPU_SREG_TR);
4182
Avi Kivity1872a3f2009-01-04 23:26:52 +02004183 if (tr.unusable)
4184 return false;
Nadav Amitb32a9912015-03-29 16:33:04 +03004185 if (tr.selector & SEGMENT_TI_MASK) /* TI = 1 */
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004186 return false;
Avi Kivity1872a3f2009-01-04 23:26:52 +02004187 if (tr.type != 3 && tr.type != 11) /* TODO: Check if guest is in IA32e mode */
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004188 return false;
4189 if (!tr.present)
4190 return false;
4191
4192 return true;
4193}
4194
4195static bool ldtr_valid(struct kvm_vcpu *vcpu)
4196{
4197 struct kvm_segment ldtr;
4198
4199 vmx_get_segment(vcpu, &ldtr, VCPU_SREG_LDTR);
4200
Avi Kivity1872a3f2009-01-04 23:26:52 +02004201 if (ldtr.unusable)
4202 return true;
Nadav Amitb32a9912015-03-29 16:33:04 +03004203 if (ldtr.selector & SEGMENT_TI_MASK) /* TI = 1 */
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004204 return false;
4205 if (ldtr.type != 2)
4206 return false;
4207 if (!ldtr.present)
4208 return false;
4209
4210 return true;
4211}
4212
4213static bool cs_ss_rpl_check(struct kvm_vcpu *vcpu)
4214{
4215 struct kvm_segment cs, ss;
4216
4217 vmx_get_segment(vcpu, &cs, VCPU_SREG_CS);
4218 vmx_get_segment(vcpu, &ss, VCPU_SREG_SS);
4219
Nadav Amitb32a9912015-03-29 16:33:04 +03004220 return ((cs.selector & SEGMENT_RPL_MASK) ==
4221 (ss.selector & SEGMENT_RPL_MASK));
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004222}
4223
4224/*
4225 * Check if guest state is valid. Returns true if valid, false if
4226 * not.
4227 * We assume that registers are always usable
4228 */
4229static bool guest_state_valid(struct kvm_vcpu *vcpu)
4230{
Gleb Natapovc5e97c82013-01-21 15:36:43 +02004231 if (enable_unrestricted_guest)
4232 return true;
4233
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004234 /* real mode guest state checks */
Gleb Natapovf13882d2013-04-14 16:07:37 +03004235 if (!is_protmode(vcpu) || (vmx_get_rflags(vcpu) & X86_EFLAGS_VM)) {
Mohammed Gamal648dfaa2008-08-17 16:38:32 +03004236 if (!rmode_segment_valid(vcpu, VCPU_SREG_CS))
4237 return false;
4238 if (!rmode_segment_valid(vcpu, VCPU_SREG_SS))
4239 return false;
4240 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS))
4241 return false;
4242 if (!rmode_segment_valid(vcpu, VCPU_SREG_ES))
4243 return false;
4244 if (!rmode_segment_valid(vcpu, VCPU_SREG_FS))
4245 return false;
4246 if (!rmode_segment_valid(vcpu, VCPU_SREG_GS))
4247 return false;
4248 } else {
4249 /* protected mode guest state checks */
4250 if (!cs_ss_rpl_check(vcpu))
4251 return false;
4252 if (!code_segment_valid(vcpu))
4253 return false;
4254 if (!stack_segment_valid(vcpu))
4255 return false;
4256 if (!data_segment_valid(vcpu, VCPU_SREG_DS))
4257 return false;
4258 if (!data_segment_valid(vcpu, VCPU_SREG_ES))
4259 return false;
4260 if (!data_segment_valid(vcpu, VCPU_SREG_FS))
4261 return false;
4262 if (!data_segment_valid(vcpu, VCPU_SREG_GS))
4263 return false;
4264 if (!tr_valid(vcpu))
4265 return false;
4266 if (!ldtr_valid(vcpu))
4267 return false;
4268 }
4269 /* TODO:
4270 * - Add checks on RIP
4271 * - Add checks on RFLAGS
4272 */
4273
4274 return true;
4275}
4276
Mike Dayd77c26f2007-10-08 09:02:08 -04004277static int init_rmode_tss(struct kvm *kvm)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004278{
Xiao Guangrong40dcaa92011-03-09 15:41:04 +08004279 gfn_t fn;
Izik Eidus195aefd2007-10-01 22:14:18 +02004280 u16 data = 0;
Paolo Bonzini1f755a82014-09-16 13:37:40 +02004281 int idx, r;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004282
Xiao Guangrong40dcaa92011-03-09 15:41:04 +08004283 idx = srcu_read_lock(&kvm->srcu);
Jan Kiszka4918c6c2013-03-15 08:38:56 +01004284 fn = kvm->arch.tss_addr >> PAGE_SHIFT;
Izik Eidus195aefd2007-10-01 22:14:18 +02004285 r = kvm_clear_guest_page(kvm, fn, 0, PAGE_SIZE);
4286 if (r < 0)
Marcelo Tosatti10589a42007-12-20 19:18:22 -05004287 goto out;
Izik Eidus195aefd2007-10-01 22:14:18 +02004288 data = TSS_BASE_SIZE + TSS_REDIRECTION_SIZE;
Sheng Yang464d17c2008-08-13 14:10:33 +08004289 r = kvm_write_guest_page(kvm, fn++, &data,
4290 TSS_IOPB_BASE_OFFSET, sizeof(u16));
Izik Eidus195aefd2007-10-01 22:14:18 +02004291 if (r < 0)
Marcelo Tosatti10589a42007-12-20 19:18:22 -05004292 goto out;
Izik Eidus195aefd2007-10-01 22:14:18 +02004293 r = kvm_clear_guest_page(kvm, fn++, 0, PAGE_SIZE);
4294 if (r < 0)
Marcelo Tosatti10589a42007-12-20 19:18:22 -05004295 goto out;
Izik Eidus195aefd2007-10-01 22:14:18 +02004296 r = kvm_clear_guest_page(kvm, fn, 0, PAGE_SIZE);
4297 if (r < 0)
Marcelo Tosatti10589a42007-12-20 19:18:22 -05004298 goto out;
Izik Eidus195aefd2007-10-01 22:14:18 +02004299 data = ~0;
Marcelo Tosatti10589a42007-12-20 19:18:22 -05004300 r = kvm_write_guest_page(kvm, fn, &data,
4301 RMODE_TSS_SIZE - 2 * PAGE_SIZE - 1,
4302 sizeof(u8));
Marcelo Tosatti10589a42007-12-20 19:18:22 -05004303out:
Xiao Guangrong40dcaa92011-03-09 15:41:04 +08004304 srcu_read_unlock(&kvm->srcu, idx);
Paolo Bonzini1f755a82014-09-16 13:37:40 +02004305 return r;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004306}
4307
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004308static int init_rmode_identity_map(struct kvm *kvm)
4309{
Tang Chenf51770e2014-09-16 18:41:59 +08004310 int i, idx, r = 0;
Dan Williamsba049e92016-01-15 16:56:11 -08004311 kvm_pfn_t identity_map_pfn;
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004312 u32 tmp;
4313
Avi Kivity089d0342009-03-23 18:26:32 +02004314 if (!enable_ept)
Tang Chenf51770e2014-09-16 18:41:59 +08004315 return 0;
Tang Chena255d472014-09-16 18:41:58 +08004316
4317 /* Protect kvm->arch.ept_identity_pagetable_done. */
4318 mutex_lock(&kvm->slots_lock);
4319
Tang Chenf51770e2014-09-16 18:41:59 +08004320 if (likely(kvm->arch.ept_identity_pagetable_done))
Tang Chena255d472014-09-16 18:41:58 +08004321 goto out2;
Tang Chena255d472014-09-16 18:41:58 +08004322
Sheng Yangb927a3c2009-07-21 10:42:48 +08004323 identity_map_pfn = kvm->arch.ept_identity_map_addr >> PAGE_SHIFT;
Tang Chena255d472014-09-16 18:41:58 +08004324
4325 r = alloc_identity_pagetable(kvm);
Tang Chenf51770e2014-09-16 18:41:59 +08004326 if (r < 0)
Tang Chena255d472014-09-16 18:41:58 +08004327 goto out2;
4328
Xiao Guangrong40dcaa92011-03-09 15:41:04 +08004329 idx = srcu_read_lock(&kvm->srcu);
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004330 r = kvm_clear_guest_page(kvm, identity_map_pfn, 0, PAGE_SIZE);
4331 if (r < 0)
4332 goto out;
4333 /* Set up identity-mapping pagetable for EPT in real mode */
4334 for (i = 0; i < PT32_ENT_PER_PAGE; i++) {
4335 tmp = (i << 22) + (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER |
4336 _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_PSE);
4337 r = kvm_write_guest_page(kvm, identity_map_pfn,
4338 &tmp, i * sizeof(tmp), sizeof(tmp));
4339 if (r < 0)
4340 goto out;
4341 }
4342 kvm->arch.ept_identity_pagetable_done = true;
Tang Chenf51770e2014-09-16 18:41:59 +08004343
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004344out:
Xiao Guangrong40dcaa92011-03-09 15:41:04 +08004345 srcu_read_unlock(&kvm->srcu, idx);
Tang Chena255d472014-09-16 18:41:58 +08004346
4347out2:
4348 mutex_unlock(&kvm->slots_lock);
Tang Chenf51770e2014-09-16 18:41:59 +08004349 return r;
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004350}
4351
Avi Kivity6aa8b732006-12-10 02:21:36 -08004352static void seg_setup(int seg)
4353{
Mathias Krause772e0312012-08-30 01:30:19 +02004354 const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg];
Nitin A Kamble3a624e22009-06-08 11:34:16 -07004355 unsigned int ar;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004356
4357 vmcs_write16(sf->selector, 0);
4358 vmcs_writel(sf->base, 0);
4359 vmcs_write32(sf->limit, 0xffff);
Gleb Natapovd54d07b2012-12-20 16:57:46 +02004360 ar = 0x93;
4361 if (seg == VCPU_SREG_CS)
4362 ar |= 0x08; /* code segment */
Nitin A Kamble3a624e22009-06-08 11:34:16 -07004363
4364 vmcs_write32(sf->ar_bytes, ar);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004365}
4366
Sheng Yangf78e0e22007-10-29 09:40:42 +08004367static int alloc_apic_access_page(struct kvm *kvm)
4368{
Xiao Guangrong44841412012-09-07 14:14:20 +08004369 struct page *page;
Sheng Yangf78e0e22007-10-29 09:40:42 +08004370 int r = 0;
4371
Marcelo Tosatti79fac952009-12-23 14:35:26 -02004372 mutex_lock(&kvm->slots_lock);
Tang Chenc24ae0d2014-09-24 15:57:58 +08004373 if (kvm->arch.apic_access_page_done)
Sheng Yangf78e0e22007-10-29 09:40:42 +08004374 goto out;
Paolo Bonzini1d8007b2015-10-12 13:38:32 +02004375 r = __x86_set_memory_region(kvm, APIC_ACCESS_PAGE_PRIVATE_MEMSLOT,
4376 APIC_DEFAULT_PHYS_BASE, PAGE_SIZE);
Sheng Yangf78e0e22007-10-29 09:40:42 +08004377 if (r)
4378 goto out;
Izik Eidus72dc67a2008-02-10 18:04:15 +02004379
Tang Chen73a6d942014-09-11 13:38:00 +08004380 page = gfn_to_page(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT);
Xiao Guangrong44841412012-09-07 14:14:20 +08004381 if (is_error_page(page)) {
4382 r = -EFAULT;
4383 goto out;
4384 }
4385
Tang Chenc24ae0d2014-09-24 15:57:58 +08004386 /*
4387 * Do not pin the page in memory, so that memory hot-unplug
4388 * is able to migrate it.
4389 */
4390 put_page(page);
4391 kvm->arch.apic_access_page_done = true;
Sheng Yangf78e0e22007-10-29 09:40:42 +08004392out:
Marcelo Tosatti79fac952009-12-23 14:35:26 -02004393 mutex_unlock(&kvm->slots_lock);
Sheng Yangf78e0e22007-10-29 09:40:42 +08004394 return r;
4395}
4396
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004397static int alloc_identity_pagetable(struct kvm *kvm)
4398{
Tang Chena255d472014-09-16 18:41:58 +08004399 /* Called with kvm->slots_lock held. */
4400
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004401 int r = 0;
4402
Tang Chena255d472014-09-16 18:41:58 +08004403 BUG_ON(kvm->arch.ept_identity_pagetable_done);
4404
Paolo Bonzini1d8007b2015-10-12 13:38:32 +02004405 r = __x86_set_memory_region(kvm, IDENTITY_PAGETABLE_PRIVATE_MEMSLOT,
4406 kvm->arch.ept_identity_map_addr, PAGE_SIZE);
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004407
Sheng Yangb7ebfb02008-04-25 21:44:52 +08004408 return r;
4409}
4410
Wanpeng Li991e7a02015-09-16 17:30:05 +08004411static int allocate_vpid(void)
Sheng Yang2384d2b2008-01-17 15:14:33 +08004412{
4413 int vpid;
4414
Avi Kivity919818a2009-03-23 18:01:29 +02004415 if (!enable_vpid)
Wanpeng Li991e7a02015-09-16 17:30:05 +08004416 return 0;
Sheng Yang2384d2b2008-01-17 15:14:33 +08004417 spin_lock(&vmx_vpid_lock);
4418 vpid = find_first_zero_bit(vmx_vpid_bitmap, VMX_NR_VPIDS);
Wanpeng Li991e7a02015-09-16 17:30:05 +08004419 if (vpid < VMX_NR_VPIDS)
Sheng Yang2384d2b2008-01-17 15:14:33 +08004420 __set_bit(vpid, vmx_vpid_bitmap);
Wanpeng Li991e7a02015-09-16 17:30:05 +08004421 else
4422 vpid = 0;
Sheng Yang2384d2b2008-01-17 15:14:33 +08004423 spin_unlock(&vmx_vpid_lock);
Wanpeng Li991e7a02015-09-16 17:30:05 +08004424 return vpid;
Sheng Yang2384d2b2008-01-17 15:14:33 +08004425}
4426
Wanpeng Li991e7a02015-09-16 17:30:05 +08004427static void free_vpid(int vpid)
Lai Jiangshancdbecfc2010-04-17 16:41:47 +08004428{
Wanpeng Li991e7a02015-09-16 17:30:05 +08004429 if (!enable_vpid || vpid == 0)
Lai Jiangshancdbecfc2010-04-17 16:41:47 +08004430 return;
4431 spin_lock(&vmx_vpid_lock);
Wanpeng Li991e7a02015-09-16 17:30:05 +08004432 __clear_bit(vpid, vmx_vpid_bitmap);
Lai Jiangshancdbecfc2010-04-17 16:41:47 +08004433 spin_unlock(&vmx_vpid_lock);
4434}
4435
Yang Zhang8d146952013-01-25 10:18:50 +08004436#define MSR_TYPE_R 1
4437#define MSR_TYPE_W 2
4438static void __vmx_disable_intercept_for_msr(unsigned long *msr_bitmap,
4439 u32 msr, int type)
Sheng Yang25c5f222008-03-28 13:18:56 +08004440{
Avi Kivity3e7c73e2009-02-24 21:46:19 +02004441 int f = sizeof(unsigned long);
Sheng Yang25c5f222008-03-28 13:18:56 +08004442
4443 if (!cpu_has_vmx_msr_bitmap())
4444 return;
4445
4446 /*
4447 * See Intel PRM Vol. 3, 20.6.9 (MSR-Bitmap Address). Early manuals
4448 * have the write-low and read-high bitmap offsets the wrong way round.
4449 * We can control MSRs 0x00000000-0x00001fff and 0xc0000000-0xc0001fff.
4450 */
Sheng Yang25c5f222008-03-28 13:18:56 +08004451 if (msr <= 0x1fff) {
Yang Zhang8d146952013-01-25 10:18:50 +08004452 if (type & MSR_TYPE_R)
4453 /* read-low */
4454 __clear_bit(msr, msr_bitmap + 0x000 / f);
4455
4456 if (type & MSR_TYPE_W)
4457 /* write-low */
4458 __clear_bit(msr, msr_bitmap + 0x800 / f);
4459
Sheng Yang25c5f222008-03-28 13:18:56 +08004460 } else if ((msr >= 0xc0000000) && (msr <= 0xc0001fff)) {
4461 msr &= 0x1fff;
Yang Zhang8d146952013-01-25 10:18:50 +08004462 if (type & MSR_TYPE_R)
4463 /* read-high */
4464 __clear_bit(msr, msr_bitmap + 0x400 / f);
4465
4466 if (type & MSR_TYPE_W)
4467 /* write-high */
4468 __clear_bit(msr, msr_bitmap + 0xc00 / f);
4469
4470 }
4471}
4472
4473static void __vmx_enable_intercept_for_msr(unsigned long *msr_bitmap,
4474 u32 msr, int type)
4475{
4476 int f = sizeof(unsigned long);
4477
4478 if (!cpu_has_vmx_msr_bitmap())
4479 return;
4480
4481 /*
4482 * See Intel PRM Vol. 3, 20.6.9 (MSR-Bitmap Address). Early manuals
4483 * have the write-low and read-high bitmap offsets the wrong way round.
4484 * We can control MSRs 0x00000000-0x00001fff and 0xc0000000-0xc0001fff.
4485 */
4486 if (msr <= 0x1fff) {
4487 if (type & MSR_TYPE_R)
4488 /* read-low */
4489 __set_bit(msr, msr_bitmap + 0x000 / f);
4490
4491 if (type & MSR_TYPE_W)
4492 /* write-low */
4493 __set_bit(msr, msr_bitmap + 0x800 / f);
4494
4495 } else if ((msr >= 0xc0000000) && (msr <= 0xc0001fff)) {
4496 msr &= 0x1fff;
4497 if (type & MSR_TYPE_R)
4498 /* read-high */
4499 __set_bit(msr, msr_bitmap + 0x400 / f);
4500
4501 if (type & MSR_TYPE_W)
4502 /* write-high */
4503 __set_bit(msr, msr_bitmap + 0xc00 / f);
4504
Sheng Yang25c5f222008-03-28 13:18:56 +08004505 }
Sheng Yang25c5f222008-03-28 13:18:56 +08004506}
4507
Wincy Vanf2b93282015-02-03 23:56:03 +08004508/*
4509 * If a msr is allowed by L0, we should check whether it is allowed by L1.
4510 * The corresponding bit will be cleared unless both of L0 and L1 allow it.
4511 */
4512static void nested_vmx_disable_intercept_for_msr(unsigned long *msr_bitmap_l1,
4513 unsigned long *msr_bitmap_nested,
4514 u32 msr, int type)
4515{
4516 int f = sizeof(unsigned long);
4517
4518 if (!cpu_has_vmx_msr_bitmap()) {
4519 WARN_ON(1);
4520 return;
4521 }
4522
4523 /*
4524 * See Intel PRM Vol. 3, 20.6.9 (MSR-Bitmap Address). Early manuals
4525 * have the write-low and read-high bitmap offsets the wrong way round.
4526 * We can control MSRs 0x00000000-0x00001fff and 0xc0000000-0xc0001fff.
4527 */
4528 if (msr <= 0x1fff) {
4529 if (type & MSR_TYPE_R &&
4530 !test_bit(msr, msr_bitmap_l1 + 0x000 / f))
4531 /* read-low */
4532 __clear_bit(msr, msr_bitmap_nested + 0x000 / f);
4533
4534 if (type & MSR_TYPE_W &&
4535 !test_bit(msr, msr_bitmap_l1 + 0x800 / f))
4536 /* write-low */
4537 __clear_bit(msr, msr_bitmap_nested + 0x800 / f);
4538
4539 } else if ((msr >= 0xc0000000) && (msr <= 0xc0001fff)) {
4540 msr &= 0x1fff;
4541 if (type & MSR_TYPE_R &&
4542 !test_bit(msr, msr_bitmap_l1 + 0x400 / f))
4543 /* read-high */
4544 __clear_bit(msr, msr_bitmap_nested + 0x400 / f);
4545
4546 if (type & MSR_TYPE_W &&
4547 !test_bit(msr, msr_bitmap_l1 + 0xc00 / f))
4548 /* write-high */
4549 __clear_bit(msr, msr_bitmap_nested + 0xc00 / f);
4550
4551 }
4552}
4553
Avi Kivity58972972009-02-24 22:26:47 +02004554static void vmx_disable_intercept_for_msr(u32 msr, bool longmode_only)
4555{
4556 if (!longmode_only)
Yang Zhang8d146952013-01-25 10:18:50 +08004557 __vmx_disable_intercept_for_msr(vmx_msr_bitmap_legacy,
4558 msr, MSR_TYPE_R | MSR_TYPE_W);
4559 __vmx_disable_intercept_for_msr(vmx_msr_bitmap_longmode,
4560 msr, MSR_TYPE_R | MSR_TYPE_W);
4561}
4562
4563static void vmx_enable_intercept_msr_read_x2apic(u32 msr)
4564{
4565 __vmx_enable_intercept_for_msr(vmx_msr_bitmap_legacy_x2apic,
4566 msr, MSR_TYPE_R);
4567 __vmx_enable_intercept_for_msr(vmx_msr_bitmap_longmode_x2apic,
4568 msr, MSR_TYPE_R);
4569}
4570
4571static void vmx_disable_intercept_msr_read_x2apic(u32 msr)
4572{
4573 __vmx_disable_intercept_for_msr(vmx_msr_bitmap_legacy_x2apic,
4574 msr, MSR_TYPE_R);
4575 __vmx_disable_intercept_for_msr(vmx_msr_bitmap_longmode_x2apic,
4576 msr, MSR_TYPE_R);
4577}
4578
4579static void vmx_disable_intercept_msr_write_x2apic(u32 msr)
4580{
4581 __vmx_disable_intercept_for_msr(vmx_msr_bitmap_legacy_x2apic,
4582 msr, MSR_TYPE_W);
4583 __vmx_disable_intercept_for_msr(vmx_msr_bitmap_longmode_x2apic,
4584 msr, MSR_TYPE_W);
Avi Kivity58972972009-02-24 22:26:47 +02004585}
4586
Andrey Smetanind62caab2015-11-10 15:36:33 +03004587static bool vmx_get_enable_apicv(void)
Paolo Bonzinid50ab6c2015-07-29 11:49:59 +02004588{
Andrey Smetanind62caab2015-11-10 15:36:33 +03004589 return enable_apicv;
Paolo Bonzinid50ab6c2015-07-29 11:49:59 +02004590}
4591
Wincy Van705699a2015-02-03 23:58:17 +08004592static int vmx_complete_nested_posted_interrupt(struct kvm_vcpu *vcpu)
4593{
4594 struct vcpu_vmx *vmx = to_vmx(vcpu);
4595 int max_irr;
4596 void *vapic_page;
4597 u16 status;
4598
4599 if (vmx->nested.pi_desc &&
4600 vmx->nested.pi_pending) {
4601 vmx->nested.pi_pending = false;
4602 if (!pi_test_and_clear_on(vmx->nested.pi_desc))
4603 return 0;
4604
4605 max_irr = find_last_bit(
4606 (unsigned long *)vmx->nested.pi_desc->pir, 256);
4607
4608 if (max_irr == 256)
4609 return 0;
4610
4611 vapic_page = kmap(vmx->nested.virtual_apic_page);
4612 if (!vapic_page) {
4613 WARN_ON(1);
4614 return -ENOMEM;
4615 }
4616 __kvm_apic_update_irr(vmx->nested.pi_desc->pir, vapic_page);
4617 kunmap(vmx->nested.virtual_apic_page);
4618
4619 status = vmcs_read16(GUEST_INTR_STATUS);
4620 if ((u8)max_irr > ((u8)status & 0xff)) {
4621 status &= ~0xff;
4622 status |= (u8)max_irr;
4623 vmcs_write16(GUEST_INTR_STATUS, status);
4624 }
4625 }
4626 return 0;
4627}
4628
Radim Krčmář21bc8dc2015-02-16 15:36:33 +01004629static inline bool kvm_vcpu_trigger_posted_interrupt(struct kvm_vcpu *vcpu)
4630{
4631#ifdef CONFIG_SMP
4632 if (vcpu->mode == IN_GUEST_MODE) {
Feng Wu28b835d2015-09-18 22:29:54 +08004633 struct vcpu_vmx *vmx = to_vmx(vcpu);
4634
4635 /*
4636 * Currently, we don't support urgent interrupt,
4637 * all interrupts are recognized as non-urgent
4638 * interrupt, so we cannot post interrupts when
4639 * 'SN' is set.
4640 *
4641 * If the vcpu is in guest mode, it means it is
4642 * running instead of being scheduled out and
4643 * waiting in the run queue, and that's the only
4644 * case when 'SN' is set currently, warning if
4645 * 'SN' is set.
4646 */
4647 WARN_ON_ONCE(pi_test_sn(&vmx->pi_desc));
4648
Radim Krčmář21bc8dc2015-02-16 15:36:33 +01004649 apic->send_IPI_mask(get_cpu_mask(vcpu->cpu),
4650 POSTED_INTR_VECTOR);
4651 return true;
4652 }
4653#endif
4654 return false;
4655}
4656
Wincy Van705699a2015-02-03 23:58:17 +08004657static int vmx_deliver_nested_posted_interrupt(struct kvm_vcpu *vcpu,
4658 int vector)
4659{
4660 struct vcpu_vmx *vmx = to_vmx(vcpu);
4661
4662 if (is_guest_mode(vcpu) &&
4663 vector == vmx->nested.posted_intr_nv) {
4664 /* the PIR and ON have been set by L1. */
Radim Krčmář21bc8dc2015-02-16 15:36:33 +01004665 kvm_vcpu_trigger_posted_interrupt(vcpu);
Wincy Van705699a2015-02-03 23:58:17 +08004666 /*
4667 * If a posted intr is not recognized by hardware,
4668 * we will accomplish it in the next vmentry.
4669 */
4670 vmx->nested.pi_pending = true;
4671 kvm_make_request(KVM_REQ_EVENT, vcpu);
4672 return 0;
4673 }
4674 return -1;
4675}
Avi Kivity6aa8b732006-12-10 02:21:36 -08004676/*
Yang Zhanga20ed542013-04-11 19:25:15 +08004677 * Send interrupt to vcpu via posted interrupt way.
4678 * 1. If target vcpu is running(non-root mode), send posted interrupt
4679 * notification to vcpu and hardware will sync PIR to vIRR atomically.
4680 * 2. If target vcpu isn't running(root mode), kick it to pick up the
4681 * interrupt from PIR in next vmentry.
4682 */
4683static void vmx_deliver_posted_interrupt(struct kvm_vcpu *vcpu, int vector)
4684{
4685 struct vcpu_vmx *vmx = to_vmx(vcpu);
4686 int r;
4687
Wincy Van705699a2015-02-03 23:58:17 +08004688 r = vmx_deliver_nested_posted_interrupt(vcpu, vector);
4689 if (!r)
4690 return;
4691
Yang Zhanga20ed542013-04-11 19:25:15 +08004692 if (pi_test_and_set_pir(vector, &vmx->pi_desc))
4693 return;
4694
4695 r = pi_test_and_set_on(&vmx->pi_desc);
4696 kvm_make_request(KVM_REQ_EVENT, vcpu);
Radim Krčmář21bc8dc2015-02-16 15:36:33 +01004697 if (r || !kvm_vcpu_trigger_posted_interrupt(vcpu))
Yang Zhanga20ed542013-04-11 19:25:15 +08004698 kvm_vcpu_kick(vcpu);
4699}
4700
4701static void vmx_sync_pir_to_irr(struct kvm_vcpu *vcpu)
4702{
4703 struct vcpu_vmx *vmx = to_vmx(vcpu);
4704
4705 if (!pi_test_and_clear_on(&vmx->pi_desc))
4706 return;
4707
4708 kvm_apic_update_irr(vcpu, vmx->pi_desc.pir);
4709}
4710
Avi Kivity6aa8b732006-12-10 02:21:36 -08004711/*
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004712 * Set up the vmcs's constant host-state fields, i.e., host-state fields that
4713 * will not change in the lifetime of the guest.
4714 * Note that host-state that does change is set elsewhere. E.g., host-state
4715 * that is set differently for each CPU is set in vmx_vcpu_load(), not here.
4716 */
Yang Zhanga547c6d2013-04-11 19:25:10 +08004717static void vmx_set_constant_host_state(struct vcpu_vmx *vmx)
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004718{
4719 u32 low32, high32;
4720 unsigned long tmpl;
4721 struct desc_ptr dt;
Andy Lutomirskid974baa2014-10-08 09:02:13 -07004722 unsigned long cr4;
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004723
Suresh Siddhab1a74bf2012-09-20 11:01:49 -07004724 vmcs_writel(HOST_CR0, read_cr0() & ~X86_CR0_TS); /* 22.2.3 */
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004725 vmcs_writel(HOST_CR3, read_cr3()); /* 22.2.3 FIXME: shadow tables */
4726
Andy Lutomirskid974baa2014-10-08 09:02:13 -07004727 /* Save the most likely value for this task's CR4 in the VMCS. */
Andy Lutomirski1e02ce42014-10-24 15:58:08 -07004728 cr4 = cr4_read_shadow();
Andy Lutomirskid974baa2014-10-08 09:02:13 -07004729 vmcs_writel(HOST_CR4, cr4); /* 22.2.3, 22.2.5 */
4730 vmx->host_state.vmcs_host_cr4 = cr4;
4731
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004732 vmcs_write16(HOST_CS_SELECTOR, __KERNEL_CS); /* 22.2.4 */
Avi Kivityb2da15a2012-05-13 19:53:24 +03004733#ifdef CONFIG_X86_64
4734 /*
4735 * Load null selectors, so we can avoid reloading them in
4736 * __vmx_load_host_state(), in case userspace uses the null selectors
4737 * too (the expected case).
4738 */
4739 vmcs_write16(HOST_DS_SELECTOR, 0);
4740 vmcs_write16(HOST_ES_SELECTOR, 0);
4741#else
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004742 vmcs_write16(HOST_DS_SELECTOR, __KERNEL_DS); /* 22.2.4 */
4743 vmcs_write16(HOST_ES_SELECTOR, __KERNEL_DS); /* 22.2.4 */
Avi Kivityb2da15a2012-05-13 19:53:24 +03004744#endif
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004745 vmcs_write16(HOST_SS_SELECTOR, __KERNEL_DS); /* 22.2.4 */
4746 vmcs_write16(HOST_TR_SELECTOR, GDT_ENTRY_TSS*8); /* 22.2.4 */
4747
4748 native_store_idt(&dt);
4749 vmcs_writel(HOST_IDTR_BASE, dt.address); /* 22.2.4 */
Yang Zhanga547c6d2013-04-11 19:25:10 +08004750 vmx->host_idt_base = dt.address;
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004751
Avi Kivity83287ea422012-09-16 15:10:57 +03004752 vmcs_writel(HOST_RIP, vmx_return); /* 22.2.5 */
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004753
4754 rdmsr(MSR_IA32_SYSENTER_CS, low32, high32);
4755 vmcs_write32(HOST_IA32_SYSENTER_CS, low32);
4756 rdmsrl(MSR_IA32_SYSENTER_EIP, tmpl);
4757 vmcs_writel(HOST_IA32_SYSENTER_EIP, tmpl); /* 22.2.3 */
4758
4759 if (vmcs_config.vmexit_ctrl & VM_EXIT_LOAD_IA32_PAT) {
4760 rdmsr(MSR_IA32_CR_PAT, low32, high32);
4761 vmcs_write64(HOST_IA32_PAT, low32 | ((u64) high32 << 32));
4762 }
4763}
4764
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004765static void set_cr4_guest_host_mask(struct vcpu_vmx *vmx)
4766{
4767 vmx->vcpu.arch.cr4_guest_owned_bits = KVM_CR4_GUEST_OWNED_BITS;
4768 if (enable_ept)
4769 vmx->vcpu.arch.cr4_guest_owned_bits |= X86_CR4_PGE;
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03004770 if (is_guest_mode(&vmx->vcpu))
4771 vmx->vcpu.arch.cr4_guest_owned_bits &=
4772 ~get_vmcs12(&vmx->vcpu)->cr4_guest_host_mask;
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004773 vmcs_writel(CR4_GUEST_HOST_MASK, ~vmx->vcpu.arch.cr4_guest_owned_bits);
4774}
4775
Yang Zhang01e439b2013-04-11 19:25:12 +08004776static u32 vmx_pin_based_exec_ctrl(struct vcpu_vmx *vmx)
4777{
4778 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl;
4779
Andrey Smetanind62caab2015-11-10 15:36:33 +03004780 if (!kvm_vcpu_apicv_active(&vmx->vcpu))
Yang Zhang01e439b2013-04-11 19:25:12 +08004781 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR;
4782 return pin_based_exec_ctrl;
4783}
4784
Andrey Smetanind62caab2015-11-10 15:36:33 +03004785static void vmx_refresh_apicv_exec_ctrl(struct kvm_vcpu *vcpu)
4786{
4787 struct vcpu_vmx *vmx = to_vmx(vcpu);
4788
4789 vmcs_write32(PIN_BASED_VM_EXEC_CONTROL, vmx_pin_based_exec_ctrl(vmx));
Roman Kagan3ce424e2016-05-18 17:48:20 +03004790 if (cpu_has_secondary_exec_ctrls()) {
4791 if (kvm_vcpu_apicv_active(vcpu))
4792 vmcs_set_bits(SECONDARY_VM_EXEC_CONTROL,
4793 SECONDARY_EXEC_APIC_REGISTER_VIRT |
4794 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY);
4795 else
4796 vmcs_clear_bits(SECONDARY_VM_EXEC_CONTROL,
4797 SECONDARY_EXEC_APIC_REGISTER_VIRT |
4798 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY);
4799 }
4800
4801 if (cpu_has_vmx_msr_bitmap())
4802 vmx_set_msr_bitmap(vcpu);
Andrey Smetanind62caab2015-11-10 15:36:33 +03004803}
4804
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004805static u32 vmx_exec_control(struct vcpu_vmx *vmx)
4806{
4807 u32 exec_control = vmcs_config.cpu_based_exec_ctrl;
Paolo Bonzinid16c2932014-02-21 10:36:37 +01004808
4809 if (vmx->vcpu.arch.switch_db_regs & KVM_DEBUGREG_WONT_EXIT)
4810 exec_control &= ~CPU_BASED_MOV_DR_EXITING;
4811
Paolo Bonzini35754c92015-07-29 12:05:37 +02004812 if (!cpu_need_tpr_shadow(&vmx->vcpu)) {
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004813 exec_control &= ~CPU_BASED_TPR_SHADOW;
4814#ifdef CONFIG_X86_64
4815 exec_control |= CPU_BASED_CR8_STORE_EXITING |
4816 CPU_BASED_CR8_LOAD_EXITING;
4817#endif
4818 }
4819 if (!enable_ept)
4820 exec_control |= CPU_BASED_CR3_STORE_EXITING |
4821 CPU_BASED_CR3_LOAD_EXITING |
4822 CPU_BASED_INVLPG_EXITING;
4823 return exec_control;
4824}
4825
4826static u32 vmx_secondary_exec_control(struct vcpu_vmx *vmx)
4827{
4828 u32 exec_control = vmcs_config.cpu_based_2nd_exec_ctrl;
Paolo Bonzini35754c92015-07-29 12:05:37 +02004829 if (!cpu_need_virtualize_apic_accesses(&vmx->vcpu))
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004830 exec_control &= ~SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES;
4831 if (vmx->vpid == 0)
4832 exec_control &= ~SECONDARY_EXEC_ENABLE_VPID;
4833 if (!enable_ept) {
4834 exec_control &= ~SECONDARY_EXEC_ENABLE_EPT;
4835 enable_unrestricted_guest = 0;
Mao, Junjiead756a12012-07-02 01:18:48 +00004836 /* Enable INVPCID for non-ept guests may cause performance regression. */
4837 exec_control &= ~SECONDARY_EXEC_ENABLE_INVPCID;
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004838 }
4839 if (!enable_unrestricted_guest)
4840 exec_control &= ~SECONDARY_EXEC_UNRESTRICTED_GUEST;
4841 if (!ple_gap)
4842 exec_control &= ~SECONDARY_EXEC_PAUSE_LOOP_EXITING;
Andrey Smetanind62caab2015-11-10 15:36:33 +03004843 if (!kvm_vcpu_apicv_active(&vmx->vcpu))
Yang Zhangc7c9c562013-01-25 10:18:51 +08004844 exec_control &= ~(SECONDARY_EXEC_APIC_REGISTER_VIRT |
4845 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY);
Yang Zhang8d146952013-01-25 10:18:50 +08004846 exec_control &= ~SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE;
Abel Gordonabc4fc52013-04-18 14:35:25 +03004847 /* SECONDARY_EXEC_SHADOW_VMCS is enabled when L1 executes VMPTRLD
4848 (handle_vmptrld).
4849 We can NOT enable shadow_vmcs here because we don't have yet
4850 a current VMCS12
4851 */
4852 exec_control &= ~SECONDARY_EXEC_SHADOW_VMCS;
Kai Huanga3eaa862015-11-04 13:46:05 +08004853
4854 if (!enable_pml)
4855 exec_control &= ~SECONDARY_EXEC_ENABLE_PML;
Kai Huang843e4332015-01-28 10:54:28 +08004856
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004857 return exec_control;
4858}
4859
Xiao Guangrongce88dec2011-07-12 03:33:44 +08004860static void ept_set_mmio_spte_mask(void)
4861{
4862 /*
4863 * EPT Misconfigurations can be generated if the value of bits 2:0
4864 * of an EPT paging-structure entry is 110b (write/execute).
Xiao Guangrong885032b2013-06-07 16:51:23 +08004865 * Also, magic bits (0x3ull << 62) is set to quickly identify mmio
Xiao Guangrongce88dec2011-07-12 03:33:44 +08004866 * spte.
4867 */
Xiao Guangrong885032b2013-06-07 16:51:23 +08004868 kvm_mmu_set_mmio_spte_mask((0x3ull << 62) | 0x6ull);
Xiao Guangrongce88dec2011-07-12 03:33:44 +08004869}
4870
Wanpeng Lif53cd632014-12-02 19:14:58 +08004871#define VMX_XSS_EXIT_BITMAP 0
Nadav Har'Ela3a8ff82011-05-25 23:09:01 +03004872/*
Avi Kivity6aa8b732006-12-10 02:21:36 -08004873 * Sets up the vmcs for emulated real mode.
4874 */
Rusty Russell8b9cf982007-07-30 16:31:43 +10004875static int vmx_vcpu_setup(struct vcpu_vmx *vmx)
Avi Kivity6aa8b732006-12-10 02:21:36 -08004876{
Jan Kiszka2e4ce7f2011-06-01 12:57:30 +02004877#ifdef CONFIG_X86_64
Avi Kivity6aa8b732006-12-10 02:21:36 -08004878 unsigned long a;
Jan Kiszka2e4ce7f2011-06-01 12:57:30 +02004879#endif
Avi Kivity6aa8b732006-12-10 02:21:36 -08004880 int i;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004881
Avi Kivity6aa8b732006-12-10 02:21:36 -08004882 /* I/O */
Avi Kivity3e7c73e2009-02-24 21:46:19 +02004883 vmcs_write64(IO_BITMAP_A, __pa(vmx_io_bitmap_a));
4884 vmcs_write64(IO_BITMAP_B, __pa(vmx_io_bitmap_b));
Avi Kivity6aa8b732006-12-10 02:21:36 -08004885
Abel Gordon4607c2d2013-04-18 14:35:55 +03004886 if (enable_shadow_vmcs) {
4887 vmcs_write64(VMREAD_BITMAP, __pa(vmx_vmread_bitmap));
4888 vmcs_write64(VMWRITE_BITMAP, __pa(vmx_vmwrite_bitmap));
4889 }
Sheng Yang25c5f222008-03-28 13:18:56 +08004890 if (cpu_has_vmx_msr_bitmap())
Avi Kivity58972972009-02-24 22:26:47 +02004891 vmcs_write64(MSR_BITMAP, __pa(vmx_msr_bitmap_legacy));
Sheng Yang25c5f222008-03-28 13:18:56 +08004892
Avi Kivity6aa8b732006-12-10 02:21:36 -08004893 vmcs_write64(VMCS_LINK_POINTER, -1ull); /* 22.3.1.5 */
4894
Avi Kivity6aa8b732006-12-10 02:21:36 -08004895 /* Control */
Yang Zhang01e439b2013-04-11 19:25:12 +08004896 vmcs_write32(PIN_BASED_VM_EXEC_CONTROL, vmx_pin_based_exec_ctrl(vmx));
Yang, Sheng6e5d8652007-09-12 18:03:11 +08004897
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004898 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, vmx_exec_control(vmx));
Avi Kivity6aa8b732006-12-10 02:21:36 -08004899
Dan Williamsdfa169b2016-06-02 11:17:24 -07004900 if (cpu_has_secondary_exec_ctrls()) {
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004901 vmcs_write32(SECONDARY_VM_EXEC_CONTROL,
4902 vmx_secondary_exec_control(vmx));
Dan Williamsdfa169b2016-06-02 11:17:24 -07004903 }
Sheng Yangf78e0e22007-10-29 09:40:42 +08004904
Andrey Smetanind62caab2015-11-10 15:36:33 +03004905 if (kvm_vcpu_apicv_active(&vmx->vcpu)) {
Yang Zhangc7c9c562013-01-25 10:18:51 +08004906 vmcs_write64(EOI_EXIT_BITMAP0, 0);
4907 vmcs_write64(EOI_EXIT_BITMAP1, 0);
4908 vmcs_write64(EOI_EXIT_BITMAP2, 0);
4909 vmcs_write64(EOI_EXIT_BITMAP3, 0);
4910
4911 vmcs_write16(GUEST_INTR_STATUS, 0);
Yang Zhang01e439b2013-04-11 19:25:12 +08004912
Li RongQing0bcf2612015-12-03 13:29:34 +08004913 vmcs_write16(POSTED_INTR_NV, POSTED_INTR_VECTOR);
Yang Zhang01e439b2013-04-11 19:25:12 +08004914 vmcs_write64(POSTED_INTR_DESC_ADDR, __pa((&vmx->pi_desc)));
Yang Zhangc7c9c562013-01-25 10:18:51 +08004915 }
4916
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08004917 if (ple_gap) {
4918 vmcs_write32(PLE_GAP, ple_gap);
Radim Krčmářa7653ec2014-08-21 18:08:07 +02004919 vmx->ple_window = ple_window;
4920 vmx->ple_window_dirty = true;
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08004921 }
4922
Xiao Guangrongc3707952011-07-12 03:28:04 +08004923 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, 0);
4924 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, 0);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004925 vmcs_write32(CR3_TARGET_COUNT, 0); /* 22.2.1 */
4926
Avi Kivity9581d442010-10-19 16:46:55 +02004927 vmcs_write16(HOST_FS_SELECTOR, 0); /* 22.2.4 */
4928 vmcs_write16(HOST_GS_SELECTOR, 0); /* 22.2.4 */
Yang Zhanga547c6d2013-04-11 19:25:10 +08004929 vmx_set_constant_host_state(vmx);
Avi Kivity05b3e0c2006-12-13 00:33:45 -08004930#ifdef CONFIG_X86_64
Avi Kivity6aa8b732006-12-10 02:21:36 -08004931 rdmsrl(MSR_FS_BASE, a);
4932 vmcs_writel(HOST_FS_BASE, a); /* 22.2.4 */
4933 rdmsrl(MSR_GS_BASE, a);
4934 vmcs_writel(HOST_GS_BASE, a); /* 22.2.4 */
4935#else
4936 vmcs_writel(HOST_FS_BASE, 0); /* 22.2.4 */
4937 vmcs_writel(HOST_GS_BASE, 0); /* 22.2.4 */
4938#endif
4939
Eddie Dong2cc51562007-05-21 07:28:09 +03004940 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0);
4941 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0);
Avi Kivity61d2ef22010-04-28 16:40:38 +03004942 vmcs_write64(VM_EXIT_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.host));
Eddie Dong2cc51562007-05-21 07:28:09 +03004943 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0);
Avi Kivity61d2ef22010-04-28 16:40:38 +03004944 vmcs_write64(VM_ENTRY_MSR_LOAD_ADDR, __pa(vmx->msr_autoload.guest));
Avi Kivity6aa8b732006-12-10 02:21:36 -08004945
Radim Krčmář74545702015-04-27 15:11:25 +02004946 if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT)
4947 vmcs_write64(GUEST_IA32_PAT, vmx->vcpu.arch.pat);
Sheng Yang468d4722008-10-09 16:01:55 +08004948
Paolo Bonzini03916db2014-07-24 14:21:57 +02004949 for (i = 0; i < ARRAY_SIZE(vmx_msr_index); ++i) {
Avi Kivity6aa8b732006-12-10 02:21:36 -08004950 u32 index = vmx_msr_index[i];
4951 u32 data_low, data_high;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04004952 int j = vmx->nmsrs;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004953
4954 if (rdmsr_safe(index, &data_low, &data_high) < 0)
4955 continue;
Avi Kivity432bd6c2007-01-31 23:48:13 -08004956 if (wrmsr_safe(index, data_low, data_high) < 0)
4957 continue;
Avi Kivity26bb0982009-09-07 11:14:12 +03004958 vmx->guest_msrs[j].index = i;
4959 vmx->guest_msrs[j].data = 0;
Avi Kivityd5696722009-12-02 12:28:47 +02004960 vmx->guest_msrs[j].mask = -1ull;
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04004961 ++vmx->nmsrs;
Avi Kivity6aa8b732006-12-10 02:21:36 -08004962 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08004963
Gleb Natapov2961e8762013-11-25 15:37:13 +02004964
4965 vm_exit_controls_init(vmx, vmcs_config.vmexit_ctrl);
Avi Kivity6aa8b732006-12-10 02:21:36 -08004966
4967 /* 22.2.1, 20.8.1 */
Gleb Natapov2961e8762013-11-25 15:37:13 +02004968 vm_entry_controls_init(vmx, vmcs_config.vmentry_ctrl);
Yang, Sheng1c3d14fe2007-07-29 11:07:42 +03004969
Avi Kivitye00c8cf2007-10-21 11:00:39 +02004970 vmcs_writel(CR0_GUEST_HOST_MASK, ~0UL);
Nadav Har'Elbf8179a2011-05-25 23:09:31 +03004971 set_cr4_guest_host_mask(vmx);
Avi Kivitye00c8cf2007-10-21 11:00:39 +02004972
Wanpeng Lif53cd632014-12-02 19:14:58 +08004973 if (vmx_xsaves_supported())
4974 vmcs_write64(XSS_EXIT_BITMAP, VMX_XSS_EXIT_BITMAP);
4975
Avi Kivitye00c8cf2007-10-21 11:00:39 +02004976 return 0;
4977}
4978
Nadav Amitd28bc9d2015-04-13 14:34:08 +03004979static void vmx_vcpu_reset(struct kvm_vcpu *vcpu, bool init_event)
Avi Kivitye00c8cf2007-10-21 11:00:39 +02004980{
4981 struct vcpu_vmx *vmx = to_vmx(vcpu);
Jan Kiszka58cb6282014-01-24 16:48:44 +01004982 struct msr_data apic_base_msr;
Nadav Amitd28bc9d2015-04-13 14:34:08 +03004983 u64 cr0;
Avi Kivitye00c8cf2007-10-21 11:00:39 +02004984
Avi Kivity7ffd92c2009-06-09 14:10:45 +03004985 vmx->rmode.vm86_active = 0;
Avi Kivitye00c8cf2007-10-21 11:00:39 +02004986
Jan Kiszka3b86cd92008-09-26 09:30:57 +02004987 vmx->soft_vnmi_blocked = 0;
4988
Zhang Xiantaoad312c72007-12-13 23:50:52 +08004989 vmx->vcpu.arch.regs[VCPU_REGS_RDX] = get_rdx_init_val();
Nadav Amitd28bc9d2015-04-13 14:34:08 +03004990 kvm_set_cr8(vcpu, 0);
4991
4992 if (!init_event) {
4993 apic_base_msr.data = APIC_DEFAULT_PHYS_BASE |
4994 MSR_IA32_APICBASE_ENABLE;
4995 if (kvm_vcpu_is_reset_bsp(vcpu))
4996 apic_base_msr.data |= MSR_IA32_APICBASE_BSP;
4997 apic_base_msr.host_initiated = true;
4998 kvm_set_apic_base(vcpu, &apic_base_msr);
4999 }
Avi Kivitye00c8cf2007-10-21 11:00:39 +02005000
Avi Kivity2fb92db2011-04-27 19:42:18 +03005001 vmx_segment_cache_clear(vmx);
5002
Avi Kivity5706be02008-08-20 15:07:31 +03005003 seg_setup(VCPU_SREG_CS);
Jan Kiszka66450a22013-03-13 12:42:34 +01005004 vmcs_write16(GUEST_CS_SELECTOR, 0xf000);
Paolo Bonzinif3531052015-12-03 15:49:56 +01005005 vmcs_writel(GUEST_CS_BASE, 0xffff0000ul);
Avi Kivitye00c8cf2007-10-21 11:00:39 +02005006
5007 seg_setup(VCPU_SREG_DS);
5008 seg_setup(VCPU_SREG_ES);
5009 seg_setup(VCPU_SREG_FS);
5010 seg_setup(VCPU_SREG_GS);
5011 seg_setup(VCPU_SREG_SS);
5012
5013 vmcs_write16(GUEST_TR_SELECTOR, 0);
5014 vmcs_writel(GUEST_TR_BASE, 0);
5015 vmcs_write32(GUEST_TR_LIMIT, 0xffff);
5016 vmcs_write32(GUEST_TR_AR_BYTES, 0x008b);
5017
5018 vmcs_write16(GUEST_LDTR_SELECTOR, 0);
5019 vmcs_writel(GUEST_LDTR_BASE, 0);
5020 vmcs_write32(GUEST_LDTR_LIMIT, 0xffff);
5021 vmcs_write32(GUEST_LDTR_AR_BYTES, 0x00082);
5022
Nadav Amitd28bc9d2015-04-13 14:34:08 +03005023 if (!init_event) {
5024 vmcs_write32(GUEST_SYSENTER_CS, 0);
5025 vmcs_writel(GUEST_SYSENTER_ESP, 0);
5026 vmcs_writel(GUEST_SYSENTER_EIP, 0);
5027 vmcs_write64(GUEST_IA32_DEBUGCTL, 0);
5028 }
Avi Kivitye00c8cf2007-10-21 11:00:39 +02005029
5030 vmcs_writel(GUEST_RFLAGS, 0x02);
Jan Kiszka66450a22013-03-13 12:42:34 +01005031 kvm_rip_write(vcpu, 0xfff0);
Avi Kivitye00c8cf2007-10-21 11:00:39 +02005032
Avi Kivitye00c8cf2007-10-21 11:00:39 +02005033 vmcs_writel(GUEST_GDTR_BASE, 0);
5034 vmcs_write32(GUEST_GDTR_LIMIT, 0xffff);
5035
5036 vmcs_writel(GUEST_IDTR_BASE, 0);
5037 vmcs_write32(GUEST_IDTR_LIMIT, 0xffff);
5038
Anthony Liguori443381a2010-12-06 10:53:38 -06005039 vmcs_write32(GUEST_ACTIVITY_STATE, GUEST_ACTIVITY_ACTIVE);
Avi Kivitye00c8cf2007-10-21 11:00:39 +02005040 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, 0);
Paolo Bonzinif3531052015-12-03 15:49:56 +01005041 vmcs_writel(GUEST_PENDING_DBG_EXCEPTIONS, 0);
Avi Kivitye00c8cf2007-10-21 11:00:39 +02005042
Avi Kivitye00c8cf2007-10-21 11:00:39 +02005043 setup_msrs(vmx);
5044
Avi Kivity6aa8b732006-12-10 02:21:36 -08005045 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); /* 22.2.1 */
5046
Nadav Amitd28bc9d2015-04-13 14:34:08 +03005047 if (cpu_has_vmx_tpr_shadow() && !init_event) {
Sheng Yangf78e0e22007-10-29 09:40:42 +08005048 vmcs_write64(VIRTUAL_APIC_PAGE_ADDR, 0);
Paolo Bonzini35754c92015-07-29 12:05:37 +02005049 if (cpu_need_tpr_shadow(vcpu))
Sheng Yangf78e0e22007-10-29 09:40:42 +08005050 vmcs_write64(VIRTUAL_APIC_PAGE_ADDR,
Nadav Amitd28bc9d2015-04-13 14:34:08 +03005051 __pa(vcpu->arch.apic->regs));
Sheng Yangf78e0e22007-10-29 09:40:42 +08005052 vmcs_write32(TPR_THRESHOLD, 0);
5053 }
5054
Paolo Bonzinia73896c2014-11-02 07:54:30 +01005055 kvm_make_request(KVM_REQ_APIC_PAGE_RELOAD, vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005056
Andrey Smetanind62caab2015-11-10 15:36:33 +03005057 if (kvm_vcpu_apicv_active(vcpu))
Yang Zhang01e439b2013-04-11 19:25:12 +08005058 memset(&vmx->pi_desc, 0, sizeof(struct pi_desc));
5059
Sheng Yang2384d2b2008-01-17 15:14:33 +08005060 if (vmx->vpid != 0)
5061 vmcs_write16(VIRTUAL_PROCESSOR_ID, vmx->vpid);
5062
Nadav Amitd28bc9d2015-04-13 14:34:08 +03005063 cr0 = X86_CR0_NW | X86_CR0_CD | X86_CR0_ET;
Nadav Amitd28bc9d2015-04-13 14:34:08 +03005064 vmx->vcpu.arch.cr0 = cr0;
Bruce Rogersf2463242016-04-28 14:49:21 -06005065 vmx_set_cr0(vcpu, cr0); /* enter rmode */
Nadav Amitd28bc9d2015-04-13 14:34:08 +03005066 vmx_set_cr4(vcpu, 0);
Paolo Bonzini56908912015-10-19 11:30:19 +02005067 vmx_set_efer(vcpu, 0);
Nadav Amitd28bc9d2015-04-13 14:34:08 +03005068 vmx_fpu_activate(vcpu);
5069 update_exception_bitmap(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005070
Wanpeng Lidd5f5342015-09-23 18:26:57 +08005071 vpid_sync_context(vmx->vpid);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005072}
5073
Nadav Har'Elb6f12502011-05-25 23:13:06 +03005074/*
5075 * In nested virtualization, check if L1 asked to exit on external interrupts.
5076 * For most existing hypervisors, this will always return true.
5077 */
5078static bool nested_exit_on_intr(struct kvm_vcpu *vcpu)
5079{
5080 return get_vmcs12(vcpu)->pin_based_vm_exec_control &
5081 PIN_BASED_EXT_INTR_MASK;
5082}
5083
Bandan Das77b0f5d2014-04-19 18:17:45 -04005084/*
5085 * In nested virtualization, check if L1 has set
5086 * VM_EXIT_ACK_INTR_ON_EXIT
5087 */
5088static bool nested_exit_intr_ack_set(struct kvm_vcpu *vcpu)
5089{
5090 return get_vmcs12(vcpu)->vm_exit_controls &
5091 VM_EXIT_ACK_INTR_ON_EXIT;
5092}
5093
Jan Kiszkaea8ceb82013-04-14 21:04:26 +02005094static bool nested_exit_on_nmi(struct kvm_vcpu *vcpu)
5095{
5096 return get_vmcs12(vcpu)->pin_based_vm_exec_control &
5097 PIN_BASED_NMI_EXITING;
5098}
5099
Jan Kiszkac9a79532014-03-07 20:03:15 +01005100static void enable_irq_window(struct kvm_vcpu *vcpu)
Jan Kiszka3b86cd92008-09-26 09:30:57 +02005101{
5102 u32 cpu_based_vm_exec_control;
Jan Kiszka730dca42013-04-28 10:50:52 +02005103
Jan Kiszka3b86cd92008-09-26 09:30:57 +02005104 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL);
5105 cpu_based_vm_exec_control |= CPU_BASED_VIRTUAL_INTR_PENDING;
5106 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control);
5107}
5108
Jan Kiszkac9a79532014-03-07 20:03:15 +01005109static void enable_nmi_window(struct kvm_vcpu *vcpu)
Jan Kiszka3b86cd92008-09-26 09:30:57 +02005110{
5111 u32 cpu_based_vm_exec_control;
5112
Jan Kiszkac9a79532014-03-07 20:03:15 +01005113 if (!cpu_has_virtual_nmis() ||
5114 vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_STI) {
5115 enable_irq_window(vcpu);
5116 return;
5117 }
Jan Kiszka03b28f82013-04-29 16:46:42 +02005118
Jan Kiszka3b86cd92008-09-26 09:30:57 +02005119 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL);
5120 cpu_based_vm_exec_control |= CPU_BASED_VIRTUAL_NMI_PENDING;
5121 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control);
5122}
5123
Gleb Natapov66fd3f72009-05-11 13:35:50 +03005124static void vmx_inject_irq(struct kvm_vcpu *vcpu)
Eddie Dong85f455f2007-07-06 12:20:49 +03005125{
Avi Kivity9c8cba32007-11-22 11:42:59 +02005126 struct vcpu_vmx *vmx = to_vmx(vcpu);
Gleb Natapov66fd3f72009-05-11 13:35:50 +03005127 uint32_t intr;
5128 int irq = vcpu->arch.interrupt.nr;
Avi Kivity9c8cba32007-11-22 11:42:59 +02005129
Marcelo Tosatti229456f2009-06-17 09:22:14 -03005130 trace_kvm_inj_virq(irq);
Feng (Eric) Liu2714d1d2008-04-10 15:31:10 -04005131
Avi Kivityfa89a812008-09-01 15:57:51 +03005132 ++vcpu->stat.irq_injections;
Avi Kivity7ffd92c2009-06-09 14:10:45 +03005133 if (vmx->rmode.vm86_active) {
Serge E. Hallyn71f98332011-04-13 09:12:54 -05005134 int inc_eip = 0;
5135 if (vcpu->arch.interrupt.soft)
5136 inc_eip = vcpu->arch.event_exit_inst_len;
5137 if (kvm_inject_realmode_interrupt(vcpu, irq, inc_eip) != EMULATE_DONE)
Mohammed Gamala92601b2010-09-19 14:34:07 +02005138 kvm_make_request(KVM_REQ_TRIPLE_FAULT, vcpu);
Eddie Dong85f455f2007-07-06 12:20:49 +03005139 return;
5140 }
Gleb Natapov66fd3f72009-05-11 13:35:50 +03005141 intr = irq | INTR_INFO_VALID_MASK;
5142 if (vcpu->arch.interrupt.soft) {
5143 intr |= INTR_TYPE_SOFT_INTR;
5144 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN,
5145 vmx->vcpu.arch.event_exit_inst_len);
5146 } else
5147 intr |= INTR_TYPE_EXT_INTR;
5148 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr);
Eddie Dong85f455f2007-07-06 12:20:49 +03005149}
5150
Sheng Yangf08864b2008-05-15 18:23:25 +08005151static void vmx_inject_nmi(struct kvm_vcpu *vcpu)
5152{
Jan Kiszka66a5a342008-09-26 09:30:51 +02005153 struct vcpu_vmx *vmx = to_vmx(vcpu);
5154
Nadav Har'El0b6ac342011-05-25 23:13:36 +03005155 if (is_guest_mode(vcpu))
5156 return;
5157
Jan Kiszka3b86cd92008-09-26 09:30:57 +02005158 if (!cpu_has_virtual_nmis()) {
5159 /*
5160 * Tracking the NMI-blocked state in software is built upon
5161 * finding the next open IRQ window. This, in turn, depends on
5162 * well-behaving guests: They have to keep IRQs disabled at
5163 * least as long as the NMI handler runs. Otherwise we may
5164 * cause NMI nesting, maybe breaking the guest. But as this is
5165 * highly unlikely, we can live with the residual risk.
5166 */
5167 vmx->soft_vnmi_blocked = 1;
5168 vmx->vnmi_blocked_time = 0;
5169 }
5170
Jan Kiszka487b3912008-09-26 09:30:56 +02005171 ++vcpu->stat.nmi_injections;
Avi Kivity9d58b932011-03-07 16:52:07 +02005172 vmx->nmi_known_unmasked = false;
Avi Kivity7ffd92c2009-06-09 14:10:45 +03005173 if (vmx->rmode.vm86_active) {
Serge E. Hallyn71f98332011-04-13 09:12:54 -05005174 if (kvm_inject_realmode_interrupt(vcpu, NMI_VECTOR, 0) != EMULATE_DONE)
Mohammed Gamala92601b2010-09-19 14:34:07 +02005175 kvm_make_request(KVM_REQ_TRIPLE_FAULT, vcpu);
Jan Kiszka66a5a342008-09-26 09:30:51 +02005176 return;
5177 }
Sheng Yangf08864b2008-05-15 18:23:25 +08005178 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD,
5179 INTR_TYPE_NMI_INTR | INTR_INFO_VALID_MASK | NMI_VECTOR);
Sheng Yangf08864b2008-05-15 18:23:25 +08005180}
5181
Jan Kiszka3cfc3092009-11-12 01:04:25 +01005182static bool vmx_get_nmi_mask(struct kvm_vcpu *vcpu)
5183{
5184 if (!cpu_has_virtual_nmis())
5185 return to_vmx(vcpu)->soft_vnmi_blocked;
Avi Kivity9d58b932011-03-07 16:52:07 +02005186 if (to_vmx(vcpu)->nmi_known_unmasked)
5187 return false;
Avi Kivityc332c832010-05-04 12:24:12 +03005188 return vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_NMI;
Jan Kiszka3cfc3092009-11-12 01:04:25 +01005189}
5190
5191static void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked)
5192{
5193 struct vcpu_vmx *vmx = to_vmx(vcpu);
5194
5195 if (!cpu_has_virtual_nmis()) {
5196 if (vmx->soft_vnmi_blocked != masked) {
5197 vmx->soft_vnmi_blocked = masked;
5198 vmx->vnmi_blocked_time = 0;
5199 }
5200 } else {
Avi Kivity9d58b932011-03-07 16:52:07 +02005201 vmx->nmi_known_unmasked = !masked;
Jan Kiszka3cfc3092009-11-12 01:04:25 +01005202 if (masked)
5203 vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO,
5204 GUEST_INTR_STATE_NMI);
5205 else
5206 vmcs_clear_bits(GUEST_INTERRUPTIBILITY_INFO,
5207 GUEST_INTR_STATE_NMI);
5208 }
5209}
5210
Jan Kiszka2505dc92013-04-14 12:12:47 +02005211static int vmx_nmi_allowed(struct kvm_vcpu *vcpu)
5212{
Jan Kiszkab6b8a142014-03-07 20:03:12 +01005213 if (to_vmx(vcpu)->nested.nested_run_pending)
5214 return 0;
Jan Kiszkaea8ceb82013-04-14 21:04:26 +02005215
Jan Kiszka2505dc92013-04-14 12:12:47 +02005216 if (!cpu_has_virtual_nmis() && to_vmx(vcpu)->soft_vnmi_blocked)
5217 return 0;
5218
5219 return !(vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) &
5220 (GUEST_INTR_STATE_MOV_SS | GUEST_INTR_STATE_STI
5221 | GUEST_INTR_STATE_NMI));
5222}
5223
Gleb Natapov78646122009-03-23 12:12:11 +02005224static int vmx_interrupt_allowed(struct kvm_vcpu *vcpu)
5225{
Jan Kiszkab6b8a142014-03-07 20:03:12 +01005226 return (!to_vmx(vcpu)->nested.nested_run_pending &&
5227 vmcs_readl(GUEST_RFLAGS) & X86_EFLAGS_IF) &&
Gleb Natapovc4282df2009-04-21 17:45:07 +03005228 !(vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) &
5229 (GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS));
Gleb Natapov78646122009-03-23 12:12:11 +02005230}
5231
Izik Eiduscbc94022007-10-25 00:29:55 +02005232static int vmx_set_tss_addr(struct kvm *kvm, unsigned int addr)
5233{
5234 int ret;
Izik Eiduscbc94022007-10-25 00:29:55 +02005235
Paolo Bonzini1d8007b2015-10-12 13:38:32 +02005236 ret = x86_set_memory_region(kvm, TSS_PRIVATE_MEMSLOT, addr,
5237 PAGE_SIZE * 3);
Izik Eiduscbc94022007-10-25 00:29:55 +02005238 if (ret)
5239 return ret;
Zhang Xiantaobfc6d222007-12-14 10:20:16 +08005240 kvm->arch.tss_addr = addr;
Paolo Bonzini1f755a82014-09-16 13:37:40 +02005241 return init_rmode_tss(kvm);
Izik Eiduscbc94022007-10-25 00:29:55 +02005242}
5243
Gleb Natapov0ca1b4f2012-12-20 16:57:47 +02005244static bool rmode_exception(struct kvm_vcpu *vcpu, int vec)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005245{
Jan Kiszka77ab6db2008-07-14 12:28:51 +02005246 switch (vec) {
Jan Kiszka77ab6db2008-07-14 12:28:51 +02005247 case BP_VECTOR:
Jan Kiszkac573cd22010-02-23 17:47:53 +01005248 /*
5249 * Update instruction length as we may reinject the exception
5250 * from user space while in guest debugging mode.
5251 */
5252 to_vmx(vcpu)->vcpu.arch.event_exit_inst_len =
5253 vmcs_read32(VM_EXIT_INSTRUCTION_LEN);
Jan Kiszkad0bfb942008-12-15 13:52:10 +01005254 if (vcpu->guest_debug & KVM_GUESTDBG_USE_SW_BP)
Gleb Natapov0ca1b4f2012-12-20 16:57:47 +02005255 return false;
5256 /* fall through */
5257 case DB_VECTOR:
5258 if (vcpu->guest_debug &
5259 (KVM_GUESTDBG_SINGLESTEP | KVM_GUESTDBG_USE_HW_BP))
5260 return false;
Jan Kiszkad0bfb942008-12-15 13:52:10 +01005261 /* fall through */
5262 case DE_VECTOR:
Jan Kiszka77ab6db2008-07-14 12:28:51 +02005263 case OF_VECTOR:
5264 case BR_VECTOR:
5265 case UD_VECTOR:
5266 case DF_VECTOR:
5267 case SS_VECTOR:
5268 case GP_VECTOR:
5269 case MF_VECTOR:
Gleb Natapov0ca1b4f2012-12-20 16:57:47 +02005270 return true;
5271 break;
Jan Kiszka77ab6db2008-07-14 12:28:51 +02005272 }
Gleb Natapov0ca1b4f2012-12-20 16:57:47 +02005273 return false;
5274}
5275
5276static int handle_rmode_exception(struct kvm_vcpu *vcpu,
5277 int vec, u32 err_code)
5278{
5279 /*
5280 * Instruction with address size override prefix opcode 0x67
5281 * Cause the #SS fault with 0 error code in VM86 mode.
5282 */
5283 if (((vec == GP_VECTOR) || (vec == SS_VECTOR)) && err_code == 0) {
5284 if (emulate_instruction(vcpu, 0) == EMULATE_DONE) {
5285 if (vcpu->arch.halt_request) {
5286 vcpu->arch.halt_request = 0;
Joel Schopp5cb56052015-03-02 13:43:31 -06005287 return kvm_vcpu_halt(vcpu);
Gleb Natapov0ca1b4f2012-12-20 16:57:47 +02005288 }
5289 return 1;
5290 }
5291 return 0;
5292 }
5293
5294 /*
5295 * Forward all other exceptions that are valid in real mode.
5296 * FIXME: Breaks guest debugging in real mode, needs to be fixed with
5297 * the required debugging infrastructure rework.
5298 */
5299 kvm_queue_exception(vcpu, vec);
5300 return 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005301}
5302
Andi Kleena0861c02009-06-08 17:37:09 +08005303/*
5304 * Trigger machine check on the host. We assume all the MSRs are already set up
5305 * by the CPU and that we still run on the same CPU as the MCE occurred on.
5306 * We pass a fake environment to the machine check handler because we want
5307 * the guest to be always treated like user space, no matter what context
5308 * it used internally.
5309 */
5310static void kvm_machine_check(void)
5311{
5312#if defined(CONFIG_X86_MCE) && defined(CONFIG_X86_64)
5313 struct pt_regs regs = {
5314 .cs = 3, /* Fake ring 3 no matter what the guest ran on */
5315 .flags = X86_EFLAGS_IF,
5316 };
5317
5318 do_machine_check(&regs, 0);
5319#endif
5320}
5321
Avi Kivity851ba692009-08-24 11:10:17 +03005322static int handle_machine_check(struct kvm_vcpu *vcpu)
Andi Kleena0861c02009-06-08 17:37:09 +08005323{
5324 /* already handled by vcpu_run */
5325 return 1;
5326}
5327
Avi Kivity851ba692009-08-24 11:10:17 +03005328static int handle_exception(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005329{
Avi Kivity1155f762007-11-22 11:30:47 +02005330 struct vcpu_vmx *vmx = to_vmx(vcpu);
Avi Kivity851ba692009-08-24 11:10:17 +03005331 struct kvm_run *kvm_run = vcpu->run;
Jan Kiszkad0bfb942008-12-15 13:52:10 +01005332 u32 intr_info, ex_no, error_code;
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005333 unsigned long cr2, rip, dr6;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005334 u32 vect_info;
5335 enum emulation_result er;
5336
Avi Kivity1155f762007-11-22 11:30:47 +02005337 vect_info = vmx->idt_vectoring_info;
Avi Kivity88786472011-03-07 17:39:45 +02005338 intr_info = vmx->exit_intr_info;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005339
Andi Kleena0861c02009-06-08 17:37:09 +08005340 if (is_machine_check(intr_info))
Avi Kivity851ba692009-08-24 11:10:17 +03005341 return handle_machine_check(vcpu);
Andi Kleena0861c02009-06-08 17:37:09 +08005342
Jan Kiszkae4a41882008-09-26 09:30:46 +02005343 if ((intr_info & INTR_INFO_INTR_TYPE_MASK) == INTR_TYPE_NMI_INTR)
Avi Kivity1b6269d2007-10-09 12:12:19 +02005344 return 1; /* already handled by vmx_vcpu_run() */
Anthony Liguori2ab455c2007-04-27 09:29:49 +03005345
5346 if (is_no_device(intr_info)) {
Avi Kivity5fd86fc2007-05-02 20:40:00 +03005347 vmx_fpu_activate(vcpu);
Anthony Liguori2ab455c2007-04-27 09:29:49 +03005348 return 1;
5349 }
5350
Anthony Liguori7aa81cc2007-09-17 14:57:50 -05005351 if (is_invalid_opcode(intr_info)) {
Jan Kiszkaae1f5762015-03-09 20:56:43 +01005352 if (is_guest_mode(vcpu)) {
5353 kvm_queue_exception(vcpu, UD_VECTOR);
5354 return 1;
5355 }
Andre Przywara51d8b662010-12-21 11:12:02 +01005356 er = emulate_instruction(vcpu, EMULTYPE_TRAP_UD);
Anthony Liguori7aa81cc2007-09-17 14:57:50 -05005357 if (er != EMULATE_DONE)
Avi Kivity7ee5d9402007-11-25 15:22:50 +02005358 kvm_queue_exception(vcpu, UD_VECTOR);
Anthony Liguori7aa81cc2007-09-17 14:57:50 -05005359 return 1;
5360 }
5361
Avi Kivity6aa8b732006-12-10 02:21:36 -08005362 error_code = 0;
Ryan Harper2e113842008-02-11 10:26:38 -06005363 if (intr_info & INTR_INFO_DELIVER_CODE_MASK)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005364 error_code = vmcs_read32(VM_EXIT_INTR_ERROR_CODE);
Xiao Guangrongbf4ca232012-10-17 13:48:06 +08005365
5366 /*
5367 * The #PF with PFEC.RSVD = 1 indicates the guest is accessing
5368 * MMIO, it is better to report an internal error.
5369 * See the comments in vmx_handle_exit.
5370 */
5371 if ((vect_info & VECTORING_INFO_VALID_MASK) &&
5372 !(is_page_fault(intr_info) && !(error_code & PFERR_RSVD_MASK))) {
5373 vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
5374 vcpu->run->internal.suberror = KVM_INTERNAL_ERROR_SIMUL_EX;
Radim Krčmář80f0e952015-04-02 21:11:05 +02005375 vcpu->run->internal.ndata = 3;
Xiao Guangrongbf4ca232012-10-17 13:48:06 +08005376 vcpu->run->internal.data[0] = vect_info;
5377 vcpu->run->internal.data[1] = intr_info;
Radim Krčmář80f0e952015-04-02 21:11:05 +02005378 vcpu->run->internal.data[2] = error_code;
Xiao Guangrongbf4ca232012-10-17 13:48:06 +08005379 return 0;
5380 }
5381
Avi Kivity6aa8b732006-12-10 02:21:36 -08005382 if (is_page_fault(intr_info)) {
Sheng Yang14394422008-04-28 12:24:45 +08005383 /* EPT won't cause page fault directly */
Julia Lawallcf3ace72011-08-02 12:34:57 +02005384 BUG_ON(enable_ept);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005385 cr2 = vmcs_readl(EXIT_QUALIFICATION);
Marcelo Tosatti229456f2009-06-17 09:22:14 -03005386 trace_kvm_page_fault(cr2, error_code);
5387
Gleb Natapov3298b752009-05-11 13:35:46 +03005388 if (kvm_event_needs_reinjection(vcpu))
Avi Kivity577bdc42008-07-19 08:57:05 +03005389 kvm_mmu_unprotect_page_virt(vcpu, cr2);
Andre Przywaradc25e892010-12-21 11:12:07 +01005390 return kvm_mmu_page_fault(vcpu, cr2, error_code, NULL, 0);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005391 }
5392
Jan Kiszkad0bfb942008-12-15 13:52:10 +01005393 ex_no = intr_info & INTR_INFO_VECTOR_MASK;
Gleb Natapov0ca1b4f2012-12-20 16:57:47 +02005394
5395 if (vmx->rmode.vm86_active && rmode_exception(vcpu, ex_no))
5396 return handle_rmode_exception(vcpu, ex_no, error_code);
5397
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005398 switch (ex_no) {
Eric Northup54a20552015-11-03 18:03:53 +01005399 case AC_VECTOR:
5400 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code);
5401 return 1;
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005402 case DB_VECTOR:
5403 dr6 = vmcs_readl(EXIT_QUALIFICATION);
5404 if (!(vcpu->guest_debug &
5405 (KVM_GUESTDBG_SINGLESTEP | KVM_GUESTDBG_USE_HW_BP))) {
Jan Kiszka8246bf52014-01-04 18:47:17 +01005406 vcpu->arch.dr6 &= ~15;
Nadav Amit6f43ed02014-07-15 17:37:46 +03005407 vcpu->arch.dr6 |= dr6 | DR6_RTM;
Huw Daviesfd2a4452014-04-16 10:02:51 +01005408 if (!(dr6 & ~DR6_RESERVED)) /* icebp */
5409 skip_emulated_instruction(vcpu);
5410
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005411 kvm_queue_exception(vcpu, DB_VECTOR);
5412 return 1;
5413 }
5414 kvm_run->debug.arch.dr6 = dr6 | DR6_FIXED_1;
5415 kvm_run->debug.arch.dr7 = vmcs_readl(GUEST_DR7);
5416 /* fall through */
5417 case BP_VECTOR:
Jan Kiszkac573cd22010-02-23 17:47:53 +01005418 /*
5419 * Update instruction length as we may reinject #BP from
5420 * user space while in guest debugging mode. Reading it for
5421 * #DB as well causes no harm, it is not used in that case.
5422 */
5423 vmx->vcpu.arch.event_exit_inst_len =
5424 vmcs_read32(VM_EXIT_INSTRUCTION_LEN);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005425 kvm_run->exit_reason = KVM_EXIT_DEBUG;
Avi Kivity0a434bb2011-04-28 15:59:33 +03005426 rip = kvm_rip_read(vcpu);
Jan Kiszkad0bfb942008-12-15 13:52:10 +01005427 kvm_run->debug.arch.pc = vmcs_readl(GUEST_CS_BASE) + rip;
5428 kvm_run->debug.arch.exception = ex_no;
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005429 break;
5430 default:
Jan Kiszkad0bfb942008-12-15 13:52:10 +01005431 kvm_run->exit_reason = KVM_EXIT_EXCEPTION;
5432 kvm_run->ex.exception = ex_no;
5433 kvm_run->ex.error_code = error_code;
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005434 break;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005435 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08005436 return 0;
5437}
5438
Avi Kivity851ba692009-08-24 11:10:17 +03005439static int handle_external_interrupt(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005440{
Avi Kivity1165f5f2007-04-19 17:27:43 +03005441 ++vcpu->stat.irq_exits;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005442 return 1;
5443}
5444
Avi Kivity851ba692009-08-24 11:10:17 +03005445static int handle_triple_fault(struct kvm_vcpu *vcpu)
Avi Kivity988ad742007-02-12 00:54:36 -08005446{
Avi Kivity851ba692009-08-24 11:10:17 +03005447 vcpu->run->exit_reason = KVM_EXIT_SHUTDOWN;
Avi Kivity988ad742007-02-12 00:54:36 -08005448 return 0;
5449}
Avi Kivity6aa8b732006-12-10 02:21:36 -08005450
Avi Kivity851ba692009-08-24 11:10:17 +03005451static int handle_io(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005452{
He, Qingbfdaab02007-09-12 14:18:28 +08005453 unsigned long exit_qualification;
Jan Kiszka34c33d12009-02-08 13:28:15 +01005454 int size, in, string;
Avi Kivity039576c2007-03-20 12:46:50 +02005455 unsigned port;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005456
He, Qingbfdaab02007-09-12 14:18:28 +08005457 exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
Avi Kivity039576c2007-03-20 12:46:50 +02005458 string = (exit_qualification & 16) != 0;
Laurent Viviere70669a2007-08-05 10:36:40 +03005459 in = (exit_qualification & 8) != 0;
Laurent Viviere70669a2007-08-05 10:36:40 +03005460
Gleb Natapovcf8f70b2010-03-18 15:20:23 +02005461 ++vcpu->stat.io_exits;
5462
5463 if (string || in)
Andre Przywara51d8b662010-12-21 11:12:02 +01005464 return emulate_instruction(vcpu, 0) == EMULATE_DONE;
Gleb Natapovcf8f70b2010-03-18 15:20:23 +02005465
5466 port = exit_qualification >> 16;
5467 size = (exit_qualification & 7) + 1;
Guillaume Thouvenine93f36b2008-10-28 10:51:30 +01005468 skip_emulated_instruction(vcpu);
Gleb Natapovcf8f70b2010-03-18 15:20:23 +02005469
5470 return kvm_fast_pio_out(vcpu, size, port);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005471}
5472
Ingo Molnar102d8322007-02-19 14:37:47 +02005473static void
5474vmx_patch_hypercall(struct kvm_vcpu *vcpu, unsigned char *hypercall)
5475{
5476 /*
5477 * Patch in the VMCALL instruction:
5478 */
5479 hypercall[0] = 0x0f;
5480 hypercall[1] = 0x01;
5481 hypercall[2] = 0xc1;
Ingo Molnar102d8322007-02-19 14:37:47 +02005482}
5483
Wincy Vanb9c237b2015-02-03 23:56:30 +08005484static bool nested_cr0_valid(struct kvm_vcpu *vcpu, unsigned long val)
Jan Kiszka92fbc7b2013-08-08 16:26:33 +02005485{
5486 unsigned long always_on = VMXON_CR0_ALWAYSON;
Wincy Vanb9c237b2015-02-03 23:56:30 +08005487 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
Jan Kiszka92fbc7b2013-08-08 16:26:33 +02005488
Wincy Vanb9c237b2015-02-03 23:56:30 +08005489 if (to_vmx(vcpu)->nested.nested_vmx_secondary_ctls_high &
Jan Kiszka92fbc7b2013-08-08 16:26:33 +02005490 SECONDARY_EXEC_UNRESTRICTED_GUEST &&
5491 nested_cpu_has2(vmcs12, SECONDARY_EXEC_UNRESTRICTED_GUEST))
5492 always_on &= ~(X86_CR0_PE | X86_CR0_PG);
5493 return (val & always_on) == always_on;
5494}
5495
Guo Chao0fa06072012-06-28 15:16:19 +08005496/* called to set cr0 as appropriate for a mov-to-cr0 exit. */
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005497static int handle_set_cr0(struct kvm_vcpu *vcpu, unsigned long val)
5498{
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005499 if (is_guest_mode(vcpu)) {
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01005500 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
5501 unsigned long orig_val = val;
5502
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005503 /*
5504 * We get here when L2 changed cr0 in a way that did not change
5505 * any of L1's shadowed bits (see nested_vmx_exit_handled_cr),
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01005506 * but did change L0 shadowed bits. So we first calculate the
5507 * effective cr0 value that L1 would like to write into the
5508 * hardware. It consists of the L2-owned bits from the new
5509 * value combined with the L1-owned bits from L1's guest_cr0.
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005510 */
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01005511 val = (val & ~vmcs12->cr0_guest_host_mask) |
5512 (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask);
5513
Wincy Vanb9c237b2015-02-03 23:56:30 +08005514 if (!nested_cr0_valid(vcpu, val))
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005515 return 1;
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01005516
5517 if (kvm_set_cr0(vcpu, val))
5518 return 1;
5519 vmcs_writel(CR0_READ_SHADOW, orig_val);
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005520 return 0;
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01005521 } else {
5522 if (to_vmx(vcpu)->nested.vmxon &&
5523 ((val & VMXON_CR0_ALWAYSON) != VMXON_CR0_ALWAYSON))
5524 return 1;
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005525 return kvm_set_cr0(vcpu, val);
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01005526 }
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005527}
5528
5529static int handle_set_cr4(struct kvm_vcpu *vcpu, unsigned long val)
5530{
5531 if (is_guest_mode(vcpu)) {
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01005532 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
5533 unsigned long orig_val = val;
5534
5535 /* analogously to handle_set_cr0 */
5536 val = (val & ~vmcs12->cr4_guest_host_mask) |
5537 (vmcs12->guest_cr4 & vmcs12->cr4_guest_host_mask);
5538 if (kvm_set_cr4(vcpu, val))
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005539 return 1;
Jan Kiszka1a0d74e2013-03-07 14:08:07 +01005540 vmcs_writel(CR4_READ_SHADOW, orig_val);
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005541 return 0;
5542 } else
5543 return kvm_set_cr4(vcpu, val);
5544}
5545
Adam Buchbinder6a6256f2016-02-23 15:34:30 -08005546/* called to set cr0 as appropriate for clts instruction exit. */
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005547static void handle_clts(struct kvm_vcpu *vcpu)
5548{
5549 if (is_guest_mode(vcpu)) {
5550 /*
5551 * We get here when L2 did CLTS, and L1 didn't shadow CR0.TS
5552 * but we did (!fpu_active). We need to keep GUEST_CR0.TS on,
5553 * just pretend it's off (also in arch.cr0 for fpu_activate).
5554 */
5555 vmcs_writel(CR0_READ_SHADOW,
5556 vmcs_readl(CR0_READ_SHADOW) & ~X86_CR0_TS);
5557 vcpu->arch.cr0 &= ~X86_CR0_TS;
5558 } else
5559 vmx_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~X86_CR0_TS));
5560}
5561
Avi Kivity851ba692009-08-24 11:10:17 +03005562static int handle_cr(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005563{
Marcelo Tosatti229456f2009-06-17 09:22:14 -03005564 unsigned long exit_qualification, val;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005565 int cr;
5566 int reg;
Avi Kivity49a9b072010-06-10 17:02:14 +03005567 int err;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005568
He, Qingbfdaab02007-09-12 14:18:28 +08005569 exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005570 cr = exit_qualification & 15;
5571 reg = (exit_qualification >> 8) & 15;
5572 switch ((exit_qualification >> 4) & 3) {
5573 case 0: /* mov to cr */
Nadav Amit1e32c072014-06-18 17:19:25 +03005574 val = kvm_register_readl(vcpu, reg);
Marcelo Tosatti229456f2009-06-17 09:22:14 -03005575 trace_kvm_cr_write(cr, val);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005576 switch (cr) {
5577 case 0:
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005578 err = handle_set_cr0(vcpu, val);
Andre Przywaradb8fcef2010-12-21 11:12:01 +01005579 kvm_complete_insn_gp(vcpu, err);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005580 return 1;
5581 case 3:
Avi Kivity23902182010-06-10 17:02:16 +03005582 err = kvm_set_cr3(vcpu, val);
Andre Przywaradb8fcef2010-12-21 11:12:01 +01005583 kvm_complete_insn_gp(vcpu, err);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005584 return 1;
5585 case 4:
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005586 err = handle_set_cr4(vcpu, val);
Andre Przywaradb8fcef2010-12-21 11:12:01 +01005587 kvm_complete_insn_gp(vcpu, err);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005588 return 1;
Gleb Natapov0a5fff192009-04-21 17:45:06 +03005589 case 8: {
5590 u8 cr8_prev = kvm_get_cr8(vcpu);
Nadav Amit1e32c072014-06-18 17:19:25 +03005591 u8 cr8 = (u8)val;
Andre Przywaraeea1cff2010-12-21 11:12:00 +01005592 err = kvm_set_cr8(vcpu, cr8);
Andre Przywaradb8fcef2010-12-21 11:12:01 +01005593 kvm_complete_insn_gp(vcpu, err);
Paolo Bonzini35754c92015-07-29 12:05:37 +02005594 if (lapic_in_kernel(vcpu))
Gleb Natapov0a5fff192009-04-21 17:45:06 +03005595 return 1;
5596 if (cr8_prev <= cr8)
5597 return 1;
Avi Kivity851ba692009-08-24 11:10:17 +03005598 vcpu->run->exit_reason = KVM_EXIT_SET_TPR;
Gleb Natapov0a5fff192009-04-21 17:45:06 +03005599 return 0;
5600 }
Peter Senna Tschudin4b8073e2012-09-18 18:36:14 +02005601 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08005602 break;
Anthony Liguori25c4c272007-04-27 09:29:21 +03005603 case 2: /* clts */
Nadav Har'Eleeadf9e2011-05-25 23:14:38 +03005604 handle_clts(vcpu);
Avi Kivity4d4ec082009-12-29 18:07:30 +02005605 trace_kvm_cr_write(0, kvm_read_cr0(vcpu));
Anthony Liguori25c4c272007-04-27 09:29:21 +03005606 skip_emulated_instruction(vcpu);
Avi Kivity6b52d182010-01-21 15:31:47 +02005607 vmx_fpu_activate(vcpu);
Anthony Liguori25c4c272007-04-27 09:29:21 +03005608 return 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005609 case 1: /*mov from cr*/
5610 switch (cr) {
5611 case 3:
Avi Kivity9f8fe502010-12-05 17:30:00 +02005612 val = kvm_read_cr3(vcpu);
5613 kvm_register_write(vcpu, reg, val);
5614 trace_kvm_cr_read(cr, val);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005615 skip_emulated_instruction(vcpu);
5616 return 1;
5617 case 8:
Marcelo Tosatti229456f2009-06-17 09:22:14 -03005618 val = kvm_get_cr8(vcpu);
5619 kvm_register_write(vcpu, reg, val);
5620 trace_kvm_cr_read(cr, val);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005621 skip_emulated_instruction(vcpu);
5622 return 1;
5623 }
5624 break;
5625 case 3: /* lmsw */
Avi Kivitya1f83a72009-12-29 17:33:58 +02005626 val = (exit_qualification >> LMSW_SOURCE_DATA_SHIFT) & 0x0f;
Avi Kivity4d4ec082009-12-29 18:07:30 +02005627 trace_kvm_cr_write(0, (kvm_read_cr0(vcpu) & ~0xful) | val);
Avi Kivitya1f83a72009-12-29 17:33:58 +02005628 kvm_lmsw(vcpu, val);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005629
5630 skip_emulated_instruction(vcpu);
5631 return 1;
5632 default:
5633 break;
5634 }
Avi Kivity851ba692009-08-24 11:10:17 +03005635 vcpu->run->exit_reason = 0;
Christoffer Dalla737f252012-06-03 21:17:48 +03005636 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n",
Avi Kivity6aa8b732006-12-10 02:21:36 -08005637 (int)(exit_qualification >> 4) & 3, cr);
5638 return 0;
5639}
5640
Avi Kivity851ba692009-08-24 11:10:17 +03005641static int handle_dr(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005642{
He, Qingbfdaab02007-09-12 14:18:28 +08005643 unsigned long exit_qualification;
Nadav Amit16f8a6f2014-10-03 01:10:05 +03005644 int dr, dr7, reg;
5645
5646 exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
5647 dr = exit_qualification & DEBUG_REG_ACCESS_NUM;
5648
5649 /* First, if DR does not exist, trigger UD */
5650 if (!kvm_require_dr(vcpu, dr))
5651 return 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005652
Jan Kiszkaf2483412010-01-20 18:20:20 +01005653 /* Do not handle if the CPL > 0, will trigger GP on re-entry */
Avi Kivity0a79b002009-09-01 12:03:25 +03005654 if (!kvm_require_cpl(vcpu, 0))
5655 return 1;
Nadav Amit16f8a6f2014-10-03 01:10:05 +03005656 dr7 = vmcs_readl(GUEST_DR7);
5657 if (dr7 & DR7_GD) {
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005658 /*
5659 * As the vm-exit takes precedence over the debug trap, we
5660 * need to emulate the latter, either for the host or the
5661 * guest debugging itself.
5662 */
5663 if (vcpu->guest_debug & KVM_GUESTDBG_USE_HW_BP) {
Avi Kivity851ba692009-08-24 11:10:17 +03005664 vcpu->run->debug.arch.dr6 = vcpu->arch.dr6;
Nadav Amit16f8a6f2014-10-03 01:10:05 +03005665 vcpu->run->debug.arch.dr7 = dr7;
Nadav Amit82b32772014-11-02 11:54:45 +02005666 vcpu->run->debug.arch.pc = kvm_get_linear_rip(vcpu);
Avi Kivity851ba692009-08-24 11:10:17 +03005667 vcpu->run->debug.arch.exception = DB_VECTOR;
5668 vcpu->run->exit_reason = KVM_EXIT_DEBUG;
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005669 return 0;
5670 } else {
Nadav Amit7305eb52014-11-02 11:54:44 +02005671 vcpu->arch.dr6 &= ~15;
Nadav Amit6f43ed02014-07-15 17:37:46 +03005672 vcpu->arch.dr6 |= DR6_BD | DR6_RTM;
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005673 kvm_queue_exception(vcpu, DB_VECTOR);
5674 return 1;
5675 }
5676 }
5677
Paolo Bonzini81908bf2014-02-21 10:32:27 +01005678 if (vcpu->guest_debug == 0) {
Paolo Bonzini8f223722016-02-26 12:09:49 +01005679 vmcs_clear_bits(CPU_BASED_VM_EXEC_CONTROL,
5680 CPU_BASED_MOV_DR_EXITING);
Paolo Bonzini81908bf2014-02-21 10:32:27 +01005681
5682 /*
5683 * No more DR vmexits; force a reload of the debug registers
5684 * and reenter on this instruction. The next vmexit will
5685 * retrieve the full state of the debug registers.
5686 */
5687 vcpu->arch.switch_db_regs |= KVM_DEBUGREG_WONT_EXIT;
5688 return 1;
5689 }
5690
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005691 reg = DEBUG_REG_ACCESS_REG(exit_qualification);
5692 if (exit_qualification & TYPE_MOV_FROM_DR) {
Gleb Natapov020df072010-04-13 10:05:23 +03005693 unsigned long val;
Jan Kiszka4c4d5632013-12-18 19:16:24 +01005694
5695 if (kvm_get_dr(vcpu, dr, &val))
5696 return 1;
5697 kvm_register_write(vcpu, reg, val);
Gleb Natapov020df072010-04-13 10:05:23 +03005698 } else
Nadav Amit57773922014-06-18 17:19:23 +03005699 if (kvm_set_dr(vcpu, dr, kvm_register_readl(vcpu, reg)))
Jan Kiszka4c4d5632013-12-18 19:16:24 +01005700 return 1;
5701
Avi Kivity6aa8b732006-12-10 02:21:36 -08005702 skip_emulated_instruction(vcpu);
5703 return 1;
5704}
5705
Jan Kiszka73aaf249e2014-01-04 18:47:16 +01005706static u64 vmx_get_dr6(struct kvm_vcpu *vcpu)
5707{
5708 return vcpu->arch.dr6;
5709}
5710
5711static void vmx_set_dr6(struct kvm_vcpu *vcpu, unsigned long val)
5712{
5713}
5714
Paolo Bonzini81908bf2014-02-21 10:32:27 +01005715static void vmx_sync_dirty_debug_regs(struct kvm_vcpu *vcpu)
5716{
Paolo Bonzini81908bf2014-02-21 10:32:27 +01005717 get_debugreg(vcpu->arch.db[0], 0);
5718 get_debugreg(vcpu->arch.db[1], 1);
5719 get_debugreg(vcpu->arch.db[2], 2);
5720 get_debugreg(vcpu->arch.db[3], 3);
5721 get_debugreg(vcpu->arch.dr6, 6);
5722 vcpu->arch.dr7 = vmcs_readl(GUEST_DR7);
5723
5724 vcpu->arch.switch_db_regs &= ~KVM_DEBUGREG_WONT_EXIT;
Paolo Bonzini8f223722016-02-26 12:09:49 +01005725 vmcs_set_bits(CPU_BASED_VM_EXEC_CONTROL, CPU_BASED_MOV_DR_EXITING);
Paolo Bonzini81908bf2014-02-21 10:32:27 +01005726}
5727
Gleb Natapov020df072010-04-13 10:05:23 +03005728static void vmx_set_dr7(struct kvm_vcpu *vcpu, unsigned long val)
5729{
5730 vmcs_writel(GUEST_DR7, val);
5731}
5732
Avi Kivity851ba692009-08-24 11:10:17 +03005733static int handle_cpuid(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005734{
Avi Kivity06465c52007-02-28 20:46:53 +02005735 kvm_emulate_cpuid(vcpu);
5736 return 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005737}
5738
Avi Kivity851ba692009-08-24 11:10:17 +03005739static int handle_rdmsr(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005740{
Zhang Xiantaoad312c72007-12-13 23:50:52 +08005741 u32 ecx = vcpu->arch.regs[VCPU_REGS_RCX];
Paolo Bonzini609e36d2015-04-08 15:30:38 +02005742 struct msr_data msr_info;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005743
Paolo Bonzini609e36d2015-04-08 15:30:38 +02005744 msr_info.index = ecx;
5745 msr_info.host_initiated = false;
5746 if (vmx_get_msr(vcpu, &msr_info)) {
Avi Kivity59200272010-01-25 19:47:02 +02005747 trace_kvm_msr_read_ex(ecx);
Avi Kivityc1a5d4f2007-11-25 14:12:03 +02005748 kvm_inject_gp(vcpu, 0);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005749 return 1;
5750 }
5751
Paolo Bonzini609e36d2015-04-08 15:30:38 +02005752 trace_kvm_msr_read(ecx, msr_info.data);
Feng (Eric) Liu2714d1d2008-04-10 15:31:10 -04005753
Avi Kivity6aa8b732006-12-10 02:21:36 -08005754 /* FIXME: handling of bits 32:63 of rax, rdx */
Paolo Bonzini609e36d2015-04-08 15:30:38 +02005755 vcpu->arch.regs[VCPU_REGS_RAX] = msr_info.data & -1u;
5756 vcpu->arch.regs[VCPU_REGS_RDX] = (msr_info.data >> 32) & -1u;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005757 skip_emulated_instruction(vcpu);
5758 return 1;
5759}
5760
Avi Kivity851ba692009-08-24 11:10:17 +03005761static int handle_wrmsr(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005762{
Will Auld8fe8ab42012-11-29 12:42:12 -08005763 struct msr_data msr;
Zhang Xiantaoad312c72007-12-13 23:50:52 +08005764 u32 ecx = vcpu->arch.regs[VCPU_REGS_RCX];
5765 u64 data = (vcpu->arch.regs[VCPU_REGS_RAX] & -1u)
5766 | ((u64)(vcpu->arch.regs[VCPU_REGS_RDX] & -1u) << 32);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005767
Will Auld8fe8ab42012-11-29 12:42:12 -08005768 msr.data = data;
5769 msr.index = ecx;
5770 msr.host_initiated = false;
Nadav Amit854e8bb2014-09-16 03:24:05 +03005771 if (kvm_set_msr(vcpu, &msr) != 0) {
Avi Kivity59200272010-01-25 19:47:02 +02005772 trace_kvm_msr_write_ex(ecx, data);
Avi Kivityc1a5d4f2007-11-25 14:12:03 +02005773 kvm_inject_gp(vcpu, 0);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005774 return 1;
5775 }
5776
Avi Kivity59200272010-01-25 19:47:02 +02005777 trace_kvm_msr_write(ecx, data);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005778 skip_emulated_instruction(vcpu);
5779 return 1;
5780}
5781
Avi Kivity851ba692009-08-24 11:10:17 +03005782static int handle_tpr_below_threshold(struct kvm_vcpu *vcpu)
Yang, Sheng6e5d8652007-09-12 18:03:11 +08005783{
Avi Kivity3842d132010-07-27 12:30:24 +03005784 kvm_make_request(KVM_REQ_EVENT, vcpu);
Yang, Sheng6e5d8652007-09-12 18:03:11 +08005785 return 1;
5786}
5787
Avi Kivity851ba692009-08-24 11:10:17 +03005788static int handle_interrupt_window(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005789{
Eddie Dong85f455f2007-07-06 12:20:49 +03005790 u32 cpu_based_vm_exec_control;
5791
5792 /* clear pending irq */
5793 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL);
5794 cpu_based_vm_exec_control &= ~CPU_BASED_VIRTUAL_INTR_PENDING;
5795 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control);
Feng (Eric) Liu2714d1d2008-04-10 15:31:10 -04005796
Avi Kivity3842d132010-07-27 12:30:24 +03005797 kvm_make_request(KVM_REQ_EVENT, vcpu);
5798
Jan Kiszkaa26bf122008-09-26 09:30:45 +02005799 ++vcpu->stat.irq_window_exits;
Avi Kivity6aa8b732006-12-10 02:21:36 -08005800 return 1;
5801}
5802
Avi Kivity851ba692009-08-24 11:10:17 +03005803static int handle_halt(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08005804{
Avi Kivityd3bef152007-06-05 15:53:05 +03005805 return kvm_emulate_halt(vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08005806}
5807
Avi Kivity851ba692009-08-24 11:10:17 +03005808static int handle_vmcall(struct kvm_vcpu *vcpu)
Ingo Molnarc21415e2007-02-19 14:37:47 +02005809{
Andrey Smetanin0d9c0552016-02-11 16:44:59 +03005810 return kvm_emulate_hypercall(vcpu);
Ingo Molnarc21415e2007-02-19 14:37:47 +02005811}
5812
Gleb Natapovec25d5e2010-11-01 15:35:01 +02005813static int handle_invd(struct kvm_vcpu *vcpu)
5814{
Andre Przywara51d8b662010-12-21 11:12:02 +01005815 return emulate_instruction(vcpu, 0) == EMULATE_DONE;
Gleb Natapovec25d5e2010-11-01 15:35:01 +02005816}
5817
Avi Kivity851ba692009-08-24 11:10:17 +03005818static int handle_invlpg(struct kvm_vcpu *vcpu)
Marcelo Tosattia7052892008-09-23 13:18:35 -03005819{
Sheng Yangf9c617f2009-03-25 10:08:52 +08005820 unsigned long exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
Marcelo Tosattia7052892008-09-23 13:18:35 -03005821
5822 kvm_mmu_invlpg(vcpu, exit_qualification);
5823 skip_emulated_instruction(vcpu);
5824 return 1;
5825}
5826
Avi Kivityfee84b02011-11-10 14:57:25 +02005827static int handle_rdpmc(struct kvm_vcpu *vcpu)
5828{
5829 int err;
5830
5831 err = kvm_rdpmc(vcpu);
5832 kvm_complete_insn_gp(vcpu, err);
5833
5834 return 1;
5835}
5836
Avi Kivity851ba692009-08-24 11:10:17 +03005837static int handle_wbinvd(struct kvm_vcpu *vcpu)
Eddie Donge5edaa02007-11-11 12:28:35 +02005838{
Sheng Yangf5f48ee2010-06-30 12:25:15 +08005839 kvm_emulate_wbinvd(vcpu);
Eddie Donge5edaa02007-11-11 12:28:35 +02005840 return 1;
5841}
5842
Dexuan Cui2acf9232010-06-10 11:27:12 +08005843static int handle_xsetbv(struct kvm_vcpu *vcpu)
5844{
5845 u64 new_bv = kvm_read_edx_eax(vcpu);
5846 u32 index = kvm_register_read(vcpu, VCPU_REGS_RCX);
5847
5848 if (kvm_set_xcr(vcpu, index, new_bv) == 0)
5849 skip_emulated_instruction(vcpu);
5850 return 1;
5851}
5852
Wanpeng Lif53cd632014-12-02 19:14:58 +08005853static int handle_xsaves(struct kvm_vcpu *vcpu)
5854{
5855 skip_emulated_instruction(vcpu);
5856 WARN(1, "this should never happen\n");
5857 return 1;
5858}
5859
5860static int handle_xrstors(struct kvm_vcpu *vcpu)
5861{
5862 skip_emulated_instruction(vcpu);
5863 WARN(1, "this should never happen\n");
5864 return 1;
5865}
5866
Avi Kivity851ba692009-08-24 11:10:17 +03005867static int handle_apic_access(struct kvm_vcpu *vcpu)
Sheng Yangf78e0e22007-10-29 09:40:42 +08005868{
Kevin Tian58fbbf22011-08-30 13:56:17 +03005869 if (likely(fasteoi)) {
5870 unsigned long exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
5871 int access_type, offset;
5872
5873 access_type = exit_qualification & APIC_ACCESS_TYPE;
5874 offset = exit_qualification & APIC_ACCESS_OFFSET;
5875 /*
5876 * Sane guest uses MOV to write EOI, with written value
5877 * not cared. So make a short-circuit here by avoiding
5878 * heavy instruction emulation.
5879 */
5880 if ((access_type == TYPE_LINEAR_APIC_INST_WRITE) &&
5881 (offset == APIC_EOI)) {
5882 kvm_lapic_set_eoi(vcpu);
5883 skip_emulated_instruction(vcpu);
5884 return 1;
5885 }
5886 }
Andre Przywara51d8b662010-12-21 11:12:02 +01005887 return emulate_instruction(vcpu, 0) == EMULATE_DONE;
Sheng Yangf78e0e22007-10-29 09:40:42 +08005888}
5889
Yang Zhangc7c9c562013-01-25 10:18:51 +08005890static int handle_apic_eoi_induced(struct kvm_vcpu *vcpu)
5891{
5892 unsigned long exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
5893 int vector = exit_qualification & 0xff;
5894
5895 /* EOI-induced VM exit is trap-like and thus no need to adjust IP */
5896 kvm_apic_set_eoi_accelerated(vcpu, vector);
5897 return 1;
5898}
5899
Yang Zhang83d4c282013-01-25 10:18:49 +08005900static int handle_apic_write(struct kvm_vcpu *vcpu)
5901{
5902 unsigned long exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
5903 u32 offset = exit_qualification & 0xfff;
5904
5905 /* APIC-write VM exit is trap-like and thus no need to adjust IP */
5906 kvm_apic_write_nodecode(vcpu, offset);
5907 return 1;
5908}
5909
Avi Kivity851ba692009-08-24 11:10:17 +03005910static int handle_task_switch(struct kvm_vcpu *vcpu)
Izik Eidus37817f22008-03-24 23:14:53 +02005911{
Jan Kiszka60637aa2008-09-26 09:30:47 +02005912 struct vcpu_vmx *vmx = to_vmx(vcpu);
Izik Eidus37817f22008-03-24 23:14:53 +02005913 unsigned long exit_qualification;
Jan Kiszkae269fb22010-04-14 15:51:09 +02005914 bool has_error_code = false;
5915 u32 error_code = 0;
Izik Eidus37817f22008-03-24 23:14:53 +02005916 u16 tss_selector;
Kevin Wolf7f3d35f2012-02-08 14:34:38 +01005917 int reason, type, idt_v, idt_index;
Gleb Natapov64a7ec02009-03-30 16:03:29 +03005918
5919 idt_v = (vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK);
Kevin Wolf7f3d35f2012-02-08 14:34:38 +01005920 idt_index = (vmx->idt_vectoring_info & VECTORING_INFO_VECTOR_MASK);
Gleb Natapov64a7ec02009-03-30 16:03:29 +03005921 type = (vmx->idt_vectoring_info & VECTORING_INFO_TYPE_MASK);
Izik Eidus37817f22008-03-24 23:14:53 +02005922
5923 exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
5924
5925 reason = (u32)exit_qualification >> 30;
Gleb Natapov64a7ec02009-03-30 16:03:29 +03005926 if (reason == TASK_SWITCH_GATE && idt_v) {
5927 switch (type) {
5928 case INTR_TYPE_NMI_INTR:
5929 vcpu->arch.nmi_injected = false;
Avi Kivity654f06f2011-03-23 15:02:47 +02005930 vmx_set_nmi_mask(vcpu, true);
Gleb Natapov64a7ec02009-03-30 16:03:29 +03005931 break;
5932 case INTR_TYPE_EXT_INTR:
Gleb Natapov66fd3f72009-05-11 13:35:50 +03005933 case INTR_TYPE_SOFT_INTR:
Gleb Natapov64a7ec02009-03-30 16:03:29 +03005934 kvm_clear_interrupt_queue(vcpu);
5935 break;
5936 case INTR_TYPE_HARD_EXCEPTION:
Jan Kiszkae269fb22010-04-14 15:51:09 +02005937 if (vmx->idt_vectoring_info &
5938 VECTORING_INFO_DELIVER_CODE_MASK) {
5939 has_error_code = true;
5940 error_code =
5941 vmcs_read32(IDT_VECTORING_ERROR_CODE);
5942 }
5943 /* fall through */
Gleb Natapov64a7ec02009-03-30 16:03:29 +03005944 case INTR_TYPE_SOFT_EXCEPTION:
5945 kvm_clear_exception_queue(vcpu);
5946 break;
5947 default:
5948 break;
5949 }
Jan Kiszka60637aa2008-09-26 09:30:47 +02005950 }
Izik Eidus37817f22008-03-24 23:14:53 +02005951 tss_selector = exit_qualification;
5952
Gleb Natapov64a7ec02009-03-30 16:03:29 +03005953 if (!idt_v || (type != INTR_TYPE_HARD_EXCEPTION &&
5954 type != INTR_TYPE_EXT_INTR &&
5955 type != INTR_TYPE_NMI_INTR))
5956 skip_emulated_instruction(vcpu);
5957
Kevin Wolf7f3d35f2012-02-08 14:34:38 +01005958 if (kvm_task_switch(vcpu, tss_selector,
5959 type == INTR_TYPE_SOFT_INTR ? idt_index : -1, reason,
5960 has_error_code, error_code) == EMULATE_FAIL) {
Gleb Natapovacb54512010-04-15 21:03:50 +03005961 vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
5962 vcpu->run->internal.suberror = KVM_INTERNAL_ERROR_EMULATION;
5963 vcpu->run->internal.ndata = 0;
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005964 return 0;
Gleb Natapovacb54512010-04-15 21:03:50 +03005965 }
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005966
Jan Kiszka42dbaa52008-12-15 13:52:10 +01005967 /*
5968 * TODO: What about debug traps on tss switch?
5969 * Are we supposed to inject them and update dr6?
5970 */
5971
5972 return 1;
Izik Eidus37817f22008-03-24 23:14:53 +02005973}
5974
Avi Kivity851ba692009-08-24 11:10:17 +03005975static int handle_ept_violation(struct kvm_vcpu *vcpu)
Sheng Yang14394422008-04-28 12:24:45 +08005976{
Sheng Yangf9c617f2009-03-25 10:08:52 +08005977 unsigned long exit_qualification;
Sheng Yang14394422008-04-28 12:24:45 +08005978 gpa_t gpa;
Xiao Guangrong4f5982a2012-06-20 15:58:04 +08005979 u32 error_code;
Sheng Yang14394422008-04-28 12:24:45 +08005980 int gla_validity;
Sheng Yang14394422008-04-28 12:24:45 +08005981
Sheng Yangf9c617f2009-03-25 10:08:52 +08005982 exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
Sheng Yang14394422008-04-28 12:24:45 +08005983
Sheng Yang14394422008-04-28 12:24:45 +08005984 gla_validity = (exit_qualification >> 7) & 0x3;
5985 if (gla_validity != 0x3 && gla_validity != 0x1 && gla_validity != 0) {
5986 printk(KERN_ERR "EPT: Handling EPT violation failed!\n");
5987 printk(KERN_ERR "EPT: GPA: 0x%lx, GVA: 0x%lx\n",
5988 (long unsigned int)vmcs_read64(GUEST_PHYSICAL_ADDRESS),
Sheng Yangf9c617f2009-03-25 10:08:52 +08005989 vmcs_readl(GUEST_LINEAR_ADDRESS));
Sheng Yang14394422008-04-28 12:24:45 +08005990 printk(KERN_ERR "EPT: Exit qualification is 0x%lx\n",
5991 (long unsigned int)exit_qualification);
Avi Kivity851ba692009-08-24 11:10:17 +03005992 vcpu->run->exit_reason = KVM_EXIT_UNKNOWN;
5993 vcpu->run->hw.hardware_exit_reason = EXIT_REASON_EPT_VIOLATION;
Avi Kivity596ae892009-06-03 14:12:10 +03005994 return 0;
Sheng Yang14394422008-04-28 12:24:45 +08005995 }
5996
Gleb Natapov0be9c7a2013-09-15 11:07:23 +03005997 /*
5998 * EPT violation happened while executing iret from NMI,
5999 * "blocked by NMI" bit has to be set before next VM entry.
6000 * There are errata that may cause this bit to not be set:
6001 * AAK134, BY25.
6002 */
Gleb Natapovbcd1c292013-09-25 10:58:22 +03006003 if (!(to_vmx(vcpu)->idt_vectoring_info & VECTORING_INFO_VALID_MASK) &&
6004 cpu_has_virtual_nmis() &&
6005 (exit_qualification & INTR_INFO_UNBLOCK_NMI))
Gleb Natapov0be9c7a2013-09-15 11:07:23 +03006006 vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO, GUEST_INTR_STATE_NMI);
6007
Sheng Yang14394422008-04-28 12:24:45 +08006008 gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS);
Marcelo Tosatti229456f2009-06-17 09:22:14 -03006009 trace_kvm_page_fault(gpa, exit_qualification);
Xiao Guangrong4f5982a2012-06-20 15:58:04 +08006010
6011 /* It is a write fault? */
Tiejun Chen81ed33e2014-11-18 17:12:56 +08006012 error_code = exit_qualification & PFERR_WRITE_MASK;
Yang Zhang25d92082013-08-06 12:00:32 +03006013 /* It is a fetch fault? */
Tiejun Chen81ed33e2014-11-18 17:12:56 +08006014 error_code |= (exit_qualification << 2) & PFERR_FETCH_MASK;
Xiao Guangrong4f5982a2012-06-20 15:58:04 +08006015 /* ept page table is present? */
Tiejun Chen81ed33e2014-11-18 17:12:56 +08006016 error_code |= (exit_qualification >> 3) & PFERR_PRESENT_MASK;
Xiao Guangrong4f5982a2012-06-20 15:58:04 +08006017
Yang Zhang25d92082013-08-06 12:00:32 +03006018 vcpu->arch.exit_qualification = exit_qualification;
6019
Xiao Guangrong4f5982a2012-06-20 15:58:04 +08006020 return kvm_mmu_page_fault(vcpu, gpa, error_code, NULL, 0);
Sheng Yang14394422008-04-28 12:24:45 +08006021}
6022
Avi Kivity851ba692009-08-24 11:10:17 +03006023static int handle_ept_misconfig(struct kvm_vcpu *vcpu)
Marcelo Tosatti68f89402009-06-11 12:07:43 -03006024{
Xiao Guangrongf735d4a2015-08-05 12:04:27 +08006025 int ret;
Marcelo Tosatti68f89402009-06-11 12:07:43 -03006026 gpa_t gpa;
6027
6028 gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS);
Nikolay Nikolaeve32edf42015-03-26 14:39:28 +00006029 if (!kvm_io_bus_write(vcpu, KVM_FAST_MMIO_BUS, gpa, 0, NULL)) {
Michael S. Tsirkin68c3b4d2014-03-31 21:50:44 +03006030 skip_emulated_instruction(vcpu);
Jason Wang931c33b2015-09-15 14:41:58 +08006031 trace_kvm_fast_mmio(gpa);
Michael S. Tsirkin68c3b4d2014-03-31 21:50:44 +03006032 return 1;
6033 }
Marcelo Tosatti68f89402009-06-11 12:07:43 -03006034
Paolo Bonzini450869d2015-11-04 13:41:21 +01006035 ret = handle_mmio_page_fault(vcpu, gpa, true);
Xiao Guangrongb37fbea2013-06-07 16:51:25 +08006036 if (likely(ret == RET_MMIO_PF_EMULATE))
Xiao Guangrongce88dec2011-07-12 03:33:44 +08006037 return x86_emulate_instruction(vcpu, gpa, 0, NULL, 0) ==
6038 EMULATE_DONE;
Xiao Guangrongf8f55942013-06-07 16:51:26 +08006039
6040 if (unlikely(ret == RET_MMIO_PF_INVALID))
6041 return kvm_mmu_page_fault(vcpu, gpa, 0, NULL, 0);
6042
Xiao Guangrongb37fbea2013-06-07 16:51:25 +08006043 if (unlikely(ret == RET_MMIO_PF_RETRY))
Xiao Guangrongce88dec2011-07-12 03:33:44 +08006044 return 1;
6045
6046 /* It is the real ept misconfig */
Xiao Guangrongf735d4a2015-08-05 12:04:27 +08006047 WARN_ON(1);
Marcelo Tosatti68f89402009-06-11 12:07:43 -03006048
Avi Kivity851ba692009-08-24 11:10:17 +03006049 vcpu->run->exit_reason = KVM_EXIT_UNKNOWN;
6050 vcpu->run->hw.hardware_exit_reason = EXIT_REASON_EPT_MISCONFIG;
Marcelo Tosatti68f89402009-06-11 12:07:43 -03006051
6052 return 0;
6053}
6054
Avi Kivity851ba692009-08-24 11:10:17 +03006055static int handle_nmi_window(struct kvm_vcpu *vcpu)
Sheng Yangf08864b2008-05-15 18:23:25 +08006056{
6057 u32 cpu_based_vm_exec_control;
6058
6059 /* clear pending NMI */
6060 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL);
6061 cpu_based_vm_exec_control &= ~CPU_BASED_VIRTUAL_NMI_PENDING;
6062 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control);
6063 ++vcpu->stat.nmi_window_exits;
Avi Kivity3842d132010-07-27 12:30:24 +03006064 kvm_make_request(KVM_REQ_EVENT, vcpu);
Sheng Yangf08864b2008-05-15 18:23:25 +08006065
6066 return 1;
6067}
6068
Mohammed Gamal80ced182009-09-01 12:48:18 +02006069static int handle_invalid_guest_state(struct kvm_vcpu *vcpu)
Mohammed Gamalea953ef2008-08-17 16:47:05 +03006070{
Avi Kivity8b3079a2009-01-05 12:10:54 +02006071 struct vcpu_vmx *vmx = to_vmx(vcpu);
6072 enum emulation_result err = EMULATE_DONE;
Mohammed Gamal80ced182009-09-01 12:48:18 +02006073 int ret = 1;
Avi Kivity49e9d552010-09-19 14:34:08 +02006074 u32 cpu_exec_ctrl;
6075 bool intr_window_requested;
Avi Kivityb8405c12012-06-07 17:08:48 +03006076 unsigned count = 130;
Avi Kivity49e9d552010-09-19 14:34:08 +02006077
6078 cpu_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL);
6079 intr_window_requested = cpu_exec_ctrl & CPU_BASED_VIRTUAL_INTR_PENDING;
Mohammed Gamalea953ef2008-08-17 16:47:05 +03006080
Paolo Bonzini98eb2f82014-03-27 09:51:52 +01006081 while (vmx->emulation_required && count-- != 0) {
Avi Kivitybdea48e2012-06-10 18:07:57 +03006082 if (intr_window_requested && vmx_interrupt_allowed(vcpu))
Avi Kivity49e9d552010-09-19 14:34:08 +02006083 return handle_interrupt_window(&vmx->vcpu);
6084
Avi Kivityde87dcd2012-06-12 20:21:38 +03006085 if (test_bit(KVM_REQ_EVENT, &vcpu->requests))
6086 return 1;
6087
Gleb Natapov991eebf2013-04-11 12:10:51 +03006088 err = emulate_instruction(vcpu, EMULTYPE_NO_REEXECUTE);
Mohammed Gamalea953ef2008-08-17 16:47:05 +03006089
Paolo Bonziniac0a48c2013-06-25 18:24:41 +02006090 if (err == EMULATE_USER_EXIT) {
Paolo Bonzini94452b92013-08-27 15:41:42 +02006091 ++vcpu->stat.mmio_exits;
Mohammed Gamal80ced182009-09-01 12:48:18 +02006092 ret = 0;
6093 goto out;
6094 }
Guillaume Thouvenin1d5a4d92008-10-29 09:39:42 +01006095
Avi Kivityde5f70e2012-06-12 20:22:28 +03006096 if (err != EMULATE_DONE) {
6097 vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
6098 vcpu->run->internal.suberror = KVM_INTERNAL_ERROR_EMULATION;
6099 vcpu->run->internal.ndata = 0;
Gleb Natapov6d77dbf2010-05-10 11:16:56 +03006100 return 0;
Avi Kivityde5f70e2012-06-12 20:22:28 +03006101 }
Mohammed Gamalea953ef2008-08-17 16:47:05 +03006102
Gleb Natapov8d76c492013-05-08 18:38:44 +03006103 if (vcpu->arch.halt_request) {
6104 vcpu->arch.halt_request = 0;
Joel Schopp5cb56052015-03-02 13:43:31 -06006105 ret = kvm_vcpu_halt(vcpu);
Gleb Natapov8d76c492013-05-08 18:38:44 +03006106 goto out;
6107 }
6108
Mohammed Gamalea953ef2008-08-17 16:47:05 +03006109 if (signal_pending(current))
Mohammed Gamal80ced182009-09-01 12:48:18 +02006110 goto out;
Mohammed Gamalea953ef2008-08-17 16:47:05 +03006111 if (need_resched())
6112 schedule();
6113 }
6114
Mohammed Gamal80ced182009-09-01 12:48:18 +02006115out:
6116 return ret;
Mohammed Gamalea953ef2008-08-17 16:47:05 +03006117}
6118
Radim Krčmářb4a2d312014-08-21 18:08:08 +02006119static int __grow_ple_window(int val)
6120{
6121 if (ple_window_grow < 1)
6122 return ple_window;
6123
6124 val = min(val, ple_window_actual_max);
6125
6126 if (ple_window_grow < ple_window)
6127 val *= ple_window_grow;
6128 else
6129 val += ple_window_grow;
6130
6131 return val;
6132}
6133
6134static int __shrink_ple_window(int val, int modifier, int minimum)
6135{
6136 if (modifier < 1)
6137 return ple_window;
6138
6139 if (modifier < ple_window)
6140 val /= modifier;
6141 else
6142 val -= modifier;
6143
6144 return max(val, minimum);
6145}
6146
6147static void grow_ple_window(struct kvm_vcpu *vcpu)
6148{
6149 struct vcpu_vmx *vmx = to_vmx(vcpu);
6150 int old = vmx->ple_window;
6151
6152 vmx->ple_window = __grow_ple_window(old);
6153
6154 if (vmx->ple_window != old)
6155 vmx->ple_window_dirty = true;
Radim Krčmář7b462682014-08-21 18:08:09 +02006156
6157 trace_kvm_ple_window_grow(vcpu->vcpu_id, vmx->ple_window, old);
Radim Krčmářb4a2d312014-08-21 18:08:08 +02006158}
6159
6160static void shrink_ple_window(struct kvm_vcpu *vcpu)
6161{
6162 struct vcpu_vmx *vmx = to_vmx(vcpu);
6163 int old = vmx->ple_window;
6164
6165 vmx->ple_window = __shrink_ple_window(old,
6166 ple_window_shrink, ple_window);
6167
6168 if (vmx->ple_window != old)
6169 vmx->ple_window_dirty = true;
Radim Krčmář7b462682014-08-21 18:08:09 +02006170
6171 trace_kvm_ple_window_shrink(vcpu->vcpu_id, vmx->ple_window, old);
Radim Krčmářb4a2d312014-08-21 18:08:08 +02006172}
6173
6174/*
6175 * ple_window_actual_max is computed to be one grow_ple_window() below
6176 * ple_window_max. (See __grow_ple_window for the reason.)
6177 * This prevents overflows, because ple_window_max is int.
6178 * ple_window_max effectively rounded down to a multiple of ple_window_grow in
6179 * this process.
6180 * ple_window_max is also prevented from setting vmx->ple_window < ple_window.
6181 */
6182static void update_ple_window_actual_max(void)
6183{
6184 ple_window_actual_max =
6185 __shrink_ple_window(max(ple_window_max, ple_window),
6186 ple_window_grow, INT_MIN);
6187}
6188
Feng Wubf9f6ac2015-09-18 22:29:55 +08006189/*
6190 * Handler for POSTED_INTERRUPT_WAKEUP_VECTOR.
6191 */
6192static void wakeup_handler(void)
6193{
6194 struct kvm_vcpu *vcpu;
6195 int cpu = smp_processor_id();
6196
6197 spin_lock(&per_cpu(blocked_vcpu_on_cpu_lock, cpu));
6198 list_for_each_entry(vcpu, &per_cpu(blocked_vcpu_on_cpu, cpu),
6199 blocked_vcpu_list) {
6200 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu);
6201
6202 if (pi_test_on(pi_desc) == 1)
6203 kvm_vcpu_kick(vcpu);
6204 }
6205 spin_unlock(&per_cpu(blocked_vcpu_on_cpu_lock, cpu));
6206}
6207
Tiejun Chenf2c76482014-10-28 10:14:47 +08006208static __init int hardware_setup(void)
6209{
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006210 int r = -ENOMEM, i, msr;
6211
6212 rdmsrl_safe(MSR_EFER, &host_efer);
6213
6214 for (i = 0; i < ARRAY_SIZE(vmx_msr_index); ++i)
6215 kvm_define_shared_msr(i, vmx_msr_index[i]);
6216
6217 vmx_io_bitmap_a = (unsigned long *)__get_free_page(GFP_KERNEL);
6218 if (!vmx_io_bitmap_a)
6219 return r;
6220
6221 vmx_io_bitmap_b = (unsigned long *)__get_free_page(GFP_KERNEL);
6222 if (!vmx_io_bitmap_b)
6223 goto out;
6224
6225 vmx_msr_bitmap_legacy = (unsigned long *)__get_free_page(GFP_KERNEL);
6226 if (!vmx_msr_bitmap_legacy)
6227 goto out1;
6228
6229 vmx_msr_bitmap_legacy_x2apic =
6230 (unsigned long *)__get_free_page(GFP_KERNEL);
6231 if (!vmx_msr_bitmap_legacy_x2apic)
6232 goto out2;
6233
6234 vmx_msr_bitmap_longmode = (unsigned long *)__get_free_page(GFP_KERNEL);
6235 if (!vmx_msr_bitmap_longmode)
6236 goto out3;
6237
6238 vmx_msr_bitmap_longmode_x2apic =
6239 (unsigned long *)__get_free_page(GFP_KERNEL);
6240 if (!vmx_msr_bitmap_longmode_x2apic)
6241 goto out4;
Wincy Van3af18d92015-02-03 23:49:31 +08006242
6243 if (nested) {
6244 vmx_msr_bitmap_nested =
6245 (unsigned long *)__get_free_page(GFP_KERNEL);
6246 if (!vmx_msr_bitmap_nested)
6247 goto out5;
6248 }
6249
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006250 vmx_vmread_bitmap = (unsigned long *)__get_free_page(GFP_KERNEL);
6251 if (!vmx_vmread_bitmap)
Wincy Van3af18d92015-02-03 23:49:31 +08006252 goto out6;
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006253
6254 vmx_vmwrite_bitmap = (unsigned long *)__get_free_page(GFP_KERNEL);
6255 if (!vmx_vmwrite_bitmap)
Wincy Van3af18d92015-02-03 23:49:31 +08006256 goto out7;
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006257
6258 memset(vmx_vmread_bitmap, 0xff, PAGE_SIZE);
6259 memset(vmx_vmwrite_bitmap, 0xff, PAGE_SIZE);
6260
6261 /*
6262 * Allow direct access to the PC debug port (it is often used for I/O
6263 * delays, but the vmexits simply slow things down).
6264 */
6265 memset(vmx_io_bitmap_a, 0xff, PAGE_SIZE);
6266 clear_bit(0x80, vmx_io_bitmap_a);
6267
6268 memset(vmx_io_bitmap_b, 0xff, PAGE_SIZE);
6269
6270 memset(vmx_msr_bitmap_legacy, 0xff, PAGE_SIZE);
6271 memset(vmx_msr_bitmap_longmode, 0xff, PAGE_SIZE);
Wincy Van3af18d92015-02-03 23:49:31 +08006272 if (nested)
6273 memset(vmx_msr_bitmap_nested, 0xff, PAGE_SIZE);
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006274
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006275 if (setup_vmcs_config(&vmcs_config) < 0) {
6276 r = -EIO;
Wincy Van3af18d92015-02-03 23:49:31 +08006277 goto out8;
Tiejun Chenbaa03522014-12-23 16:21:11 +08006278 }
Tiejun Chenf2c76482014-10-28 10:14:47 +08006279
6280 if (boot_cpu_has(X86_FEATURE_NX))
6281 kvm_enable_efer_bits(EFER_NX);
6282
6283 if (!cpu_has_vmx_vpid())
6284 enable_vpid = 0;
6285 if (!cpu_has_vmx_shadow_vmcs())
6286 enable_shadow_vmcs = 0;
6287 if (enable_shadow_vmcs)
6288 init_vmcs_shadow_fields();
6289
6290 if (!cpu_has_vmx_ept() ||
6291 !cpu_has_vmx_ept_4levels()) {
6292 enable_ept = 0;
6293 enable_unrestricted_guest = 0;
6294 enable_ept_ad_bits = 0;
6295 }
6296
6297 if (!cpu_has_vmx_ept_ad_bits())
6298 enable_ept_ad_bits = 0;
6299
6300 if (!cpu_has_vmx_unrestricted_guest())
6301 enable_unrestricted_guest = 0;
6302
Paolo Bonziniad15a292015-01-30 16:18:49 +01006303 if (!cpu_has_vmx_flexpriority())
Tiejun Chenf2c76482014-10-28 10:14:47 +08006304 flexpriority_enabled = 0;
6305
Paolo Bonziniad15a292015-01-30 16:18:49 +01006306 /*
6307 * set_apic_access_page_addr() is used to reload apic access
6308 * page upon invalidation. No need to do anything if not
6309 * using the APIC_ACCESS_ADDR VMCS field.
6310 */
6311 if (!flexpriority_enabled)
Tiejun Chenf2c76482014-10-28 10:14:47 +08006312 kvm_x86_ops->set_apic_access_page_addr = NULL;
Tiejun Chenf2c76482014-10-28 10:14:47 +08006313
6314 if (!cpu_has_vmx_tpr_shadow())
6315 kvm_x86_ops->update_cr8_intercept = NULL;
6316
6317 if (enable_ept && !cpu_has_vmx_ept_2m_page())
6318 kvm_disable_largepages();
6319
6320 if (!cpu_has_vmx_ple())
6321 ple_gap = 0;
6322
6323 if (!cpu_has_vmx_apicv())
6324 enable_apicv = 0;
6325
Haozhong Zhang64903d62015-10-20 15:39:09 +08006326 if (cpu_has_vmx_tsc_scaling()) {
6327 kvm_has_tsc_control = true;
6328 kvm_max_tsc_scaling_ratio = KVM_VMX_TSC_MULTIPLIER_MAX;
6329 kvm_tsc_scaling_ratio_frac_bits = 48;
6330 }
6331
Tiejun Chenbaa03522014-12-23 16:21:11 +08006332 vmx_disable_intercept_for_msr(MSR_FS_BASE, false);
6333 vmx_disable_intercept_for_msr(MSR_GS_BASE, false);
6334 vmx_disable_intercept_for_msr(MSR_KERNEL_GS_BASE, true);
6335 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_CS, false);
6336 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_ESP, false);
6337 vmx_disable_intercept_for_msr(MSR_IA32_SYSENTER_EIP, false);
6338 vmx_disable_intercept_for_msr(MSR_IA32_BNDCFGS, true);
6339
6340 memcpy(vmx_msr_bitmap_legacy_x2apic,
6341 vmx_msr_bitmap_legacy, PAGE_SIZE);
6342 memcpy(vmx_msr_bitmap_longmode_x2apic,
6343 vmx_msr_bitmap_longmode, PAGE_SIZE);
6344
Wanpeng Li04bb92e2015-09-16 19:31:11 +08006345 set_bit(0, vmx_vpid_bitmap); /* 0 is reserved for host */
6346
Roman Kagan3ce424e2016-05-18 17:48:20 +03006347 for (msr = 0x800; msr <= 0x8ff; msr++)
6348 vmx_disable_intercept_msr_read_x2apic(msr);
Tiejun Chenbaa03522014-12-23 16:21:11 +08006349
Roman Kagan3ce424e2016-05-18 17:48:20 +03006350 /* According SDM, in x2apic mode, the whole id reg is used. But in
6351 * KVM, it only use the highest eight bits. Need to intercept it */
6352 vmx_enable_intercept_msr_read_x2apic(0x802);
6353 /* TMCCT */
6354 vmx_enable_intercept_msr_read_x2apic(0x839);
6355 /* TPR */
6356 vmx_disable_intercept_msr_write_x2apic(0x808);
6357 /* EOI */
6358 vmx_disable_intercept_msr_write_x2apic(0x80b);
6359 /* SELF-IPI */
6360 vmx_disable_intercept_msr_write_x2apic(0x83f);
Tiejun Chenbaa03522014-12-23 16:21:11 +08006361
6362 if (enable_ept) {
6363 kvm_mmu_set_mask_ptes(0ull,
6364 (enable_ept_ad_bits) ? VMX_EPT_ACCESS_BIT : 0ull,
6365 (enable_ept_ad_bits) ? VMX_EPT_DIRTY_BIT : 0ull,
6366 0ull, VMX_EPT_EXECUTABLE_MASK);
6367 ept_set_mmio_spte_mask();
6368 kvm_enable_tdp();
6369 } else
6370 kvm_disable_tdp();
6371
6372 update_ple_window_actual_max();
6373
Kai Huang843e4332015-01-28 10:54:28 +08006374 /*
6375 * Only enable PML when hardware supports PML feature, and both EPT
6376 * and EPT A/D bit features are enabled -- PML depends on them to work.
6377 */
6378 if (!enable_ept || !enable_ept_ad_bits || !cpu_has_vmx_pml())
6379 enable_pml = 0;
6380
6381 if (!enable_pml) {
6382 kvm_x86_ops->slot_enable_log_dirty = NULL;
6383 kvm_x86_ops->slot_disable_log_dirty = NULL;
6384 kvm_x86_ops->flush_log_dirty = NULL;
6385 kvm_x86_ops->enable_log_dirty_pt_masked = NULL;
6386 }
6387
Feng Wubf9f6ac2015-09-18 22:29:55 +08006388 kvm_set_posted_intr_wakeup_handler(wakeup_handler);
6389
Tiejun Chenf2c76482014-10-28 10:14:47 +08006390 return alloc_kvm_area();
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006391
Wincy Van3af18d92015-02-03 23:49:31 +08006392out8:
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006393 free_page((unsigned long)vmx_vmwrite_bitmap);
Wincy Van3af18d92015-02-03 23:49:31 +08006394out7:
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006395 free_page((unsigned long)vmx_vmread_bitmap);
Wincy Van3af18d92015-02-03 23:49:31 +08006396out6:
6397 if (nested)
6398 free_page((unsigned long)vmx_msr_bitmap_nested);
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006399out5:
6400 free_page((unsigned long)vmx_msr_bitmap_longmode_x2apic);
6401out4:
6402 free_page((unsigned long)vmx_msr_bitmap_longmode);
6403out3:
6404 free_page((unsigned long)vmx_msr_bitmap_legacy_x2apic);
6405out2:
6406 free_page((unsigned long)vmx_msr_bitmap_legacy);
6407out1:
6408 free_page((unsigned long)vmx_io_bitmap_b);
6409out:
6410 free_page((unsigned long)vmx_io_bitmap_a);
6411
6412 return r;
Tiejun Chenf2c76482014-10-28 10:14:47 +08006413}
6414
6415static __exit void hardware_unsetup(void)
6416{
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006417 free_page((unsigned long)vmx_msr_bitmap_legacy_x2apic);
6418 free_page((unsigned long)vmx_msr_bitmap_longmode_x2apic);
6419 free_page((unsigned long)vmx_msr_bitmap_legacy);
6420 free_page((unsigned long)vmx_msr_bitmap_longmode);
6421 free_page((unsigned long)vmx_io_bitmap_b);
6422 free_page((unsigned long)vmx_io_bitmap_a);
6423 free_page((unsigned long)vmx_vmwrite_bitmap);
6424 free_page((unsigned long)vmx_vmread_bitmap);
Wincy Van3af18d92015-02-03 23:49:31 +08006425 if (nested)
6426 free_page((unsigned long)vmx_msr_bitmap_nested);
Tiejun Chen34a1cd62014-10-28 10:14:48 +08006427
Tiejun Chenf2c76482014-10-28 10:14:47 +08006428 free_kvm_area();
6429}
6430
Avi Kivity6aa8b732006-12-10 02:21:36 -08006431/*
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08006432 * Indicate a busy-waiting vcpu in spinlock. We do not enable the PAUSE
6433 * exiting, so only get here on cpu with PAUSE-Loop-Exiting.
6434 */
Marcelo Tosatti9fb41ba2009-10-12 19:37:31 -03006435static int handle_pause(struct kvm_vcpu *vcpu)
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08006436{
Radim Krčmářb4a2d312014-08-21 18:08:08 +02006437 if (ple_gap)
6438 grow_ple_window(vcpu);
6439
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08006440 skip_emulated_instruction(vcpu);
6441 kvm_vcpu_on_spin(vcpu);
6442
6443 return 1;
6444}
6445
Gabriel L. Somlo87c00572014-05-07 16:52:13 -04006446static int handle_nop(struct kvm_vcpu *vcpu)
Sheng Yang59708672009-12-15 13:29:54 +08006447{
Gabriel L. Somlo87c00572014-05-07 16:52:13 -04006448 skip_emulated_instruction(vcpu);
Sheng Yang59708672009-12-15 13:29:54 +08006449 return 1;
6450}
6451
Gabriel L. Somlo87c00572014-05-07 16:52:13 -04006452static int handle_mwait(struct kvm_vcpu *vcpu)
6453{
6454 printk_once(KERN_WARNING "kvm: MWAIT instruction emulated as NOP!\n");
6455 return handle_nop(vcpu);
6456}
6457
Mihai Donțu5f3d45e2015-07-05 20:08:57 +03006458static int handle_monitor_trap(struct kvm_vcpu *vcpu)
6459{
6460 return 1;
6461}
6462
Gabriel L. Somlo87c00572014-05-07 16:52:13 -04006463static int handle_monitor(struct kvm_vcpu *vcpu)
6464{
6465 printk_once(KERN_WARNING "kvm: MONITOR instruction emulated as NOP!\n");
6466 return handle_nop(vcpu);
6467}
6468
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08006469/*
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006470 * To run an L2 guest, we need a vmcs02 based on the L1-specified vmcs12.
6471 * We could reuse a single VMCS for all the L2 guests, but we also want the
6472 * option to allocate a separate vmcs02 for each separate loaded vmcs12 - this
6473 * allows keeping them loaded on the processor, and in the future will allow
6474 * optimizations where prepare_vmcs02 doesn't need to set all the fields on
6475 * every entry if they never change.
6476 * So we keep, in vmx->nested.vmcs02_pool, a cache of size VMCS02_POOL_SIZE
6477 * (>=0) with a vmcs02 for each recently loaded vmcs12s, most recent first.
6478 *
6479 * The following functions allocate and free a vmcs02 in this pool.
6480 */
6481
6482/* Get a VMCS from the pool to use as vmcs02 for the current vmcs12. */
6483static struct loaded_vmcs *nested_get_current_vmcs02(struct vcpu_vmx *vmx)
6484{
6485 struct vmcs02_list *item;
6486 list_for_each_entry(item, &vmx->nested.vmcs02_pool, list)
6487 if (item->vmptr == vmx->nested.current_vmptr) {
6488 list_move(&item->list, &vmx->nested.vmcs02_pool);
6489 return &item->vmcs02;
6490 }
6491
6492 if (vmx->nested.vmcs02_num >= max(VMCS02_POOL_SIZE, 1)) {
6493 /* Recycle the least recently used VMCS. */
Geliang Tangd74c0e62016-01-01 19:47:14 +08006494 item = list_last_entry(&vmx->nested.vmcs02_pool,
6495 struct vmcs02_list, list);
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006496 item->vmptr = vmx->nested.current_vmptr;
6497 list_move(&item->list, &vmx->nested.vmcs02_pool);
6498 return &item->vmcs02;
6499 }
6500
6501 /* Create a new VMCS */
Ioan Orghici0fa24ce2013-03-10 15:46:00 +02006502 item = kmalloc(sizeof(struct vmcs02_list), GFP_KERNEL);
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006503 if (!item)
6504 return NULL;
6505 item->vmcs02.vmcs = alloc_vmcs();
6506 if (!item->vmcs02.vmcs) {
6507 kfree(item);
6508 return NULL;
6509 }
6510 loaded_vmcs_init(&item->vmcs02);
6511 item->vmptr = vmx->nested.current_vmptr;
6512 list_add(&(item->list), &(vmx->nested.vmcs02_pool));
6513 vmx->nested.vmcs02_num++;
6514 return &item->vmcs02;
6515}
6516
6517/* Free and remove from pool a vmcs02 saved for a vmcs12 (if there is one) */
6518static void nested_free_vmcs02(struct vcpu_vmx *vmx, gpa_t vmptr)
6519{
6520 struct vmcs02_list *item;
6521 list_for_each_entry(item, &vmx->nested.vmcs02_pool, list)
6522 if (item->vmptr == vmptr) {
6523 free_loaded_vmcs(&item->vmcs02);
6524 list_del(&item->list);
6525 kfree(item);
6526 vmx->nested.vmcs02_num--;
6527 return;
6528 }
6529}
6530
6531/*
6532 * Free all VMCSs saved for this vcpu, except the one pointed by
Paolo Bonzini4fa77342014-07-17 12:25:16 +02006533 * vmx->loaded_vmcs. We must be running L1, so vmx->loaded_vmcs
6534 * must be &vmx->vmcs01.
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006535 */
6536static void nested_free_all_saved_vmcss(struct vcpu_vmx *vmx)
6537{
6538 struct vmcs02_list *item, *n;
Paolo Bonzini4fa77342014-07-17 12:25:16 +02006539
6540 WARN_ON(vmx->loaded_vmcs != &vmx->vmcs01);
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006541 list_for_each_entry_safe(item, n, &vmx->nested.vmcs02_pool, list) {
Paolo Bonzini4fa77342014-07-17 12:25:16 +02006542 /*
6543 * Something will leak if the above WARN triggers. Better than
6544 * a use-after-free.
6545 */
6546 if (vmx->loaded_vmcs == &item->vmcs02)
6547 continue;
6548
6549 free_loaded_vmcs(&item->vmcs02);
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006550 list_del(&item->list);
6551 kfree(item);
Paolo Bonzini4fa77342014-07-17 12:25:16 +02006552 vmx->nested.vmcs02_num--;
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006553 }
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006554}
6555
Arthur Chunqi Li0658fba2013-07-04 15:03:32 +08006556/*
6557 * The following 3 functions, nested_vmx_succeed()/failValid()/failInvalid(),
6558 * set the success or error code of an emulated VMX instruction, as specified
6559 * by Vol 2B, VMX Instruction Reference, "Conventions".
6560 */
6561static void nested_vmx_succeed(struct kvm_vcpu *vcpu)
6562{
6563 vmx_set_rflags(vcpu, vmx_get_rflags(vcpu)
6564 & ~(X86_EFLAGS_CF | X86_EFLAGS_PF | X86_EFLAGS_AF |
6565 X86_EFLAGS_ZF | X86_EFLAGS_SF | X86_EFLAGS_OF));
6566}
6567
6568static void nested_vmx_failInvalid(struct kvm_vcpu *vcpu)
6569{
6570 vmx_set_rflags(vcpu, (vmx_get_rflags(vcpu)
6571 & ~(X86_EFLAGS_PF | X86_EFLAGS_AF | X86_EFLAGS_ZF |
6572 X86_EFLAGS_SF | X86_EFLAGS_OF))
6573 | X86_EFLAGS_CF);
6574}
6575
Abel Gordon145c28d2013-04-18 14:36:55 +03006576static void nested_vmx_failValid(struct kvm_vcpu *vcpu,
Arthur Chunqi Li0658fba2013-07-04 15:03:32 +08006577 u32 vm_instruction_error)
6578{
6579 if (to_vmx(vcpu)->nested.current_vmptr == -1ull) {
6580 /*
6581 * failValid writes the error number to the current VMCS, which
6582 * can't be done there isn't a current VMCS.
6583 */
6584 nested_vmx_failInvalid(vcpu);
6585 return;
6586 }
6587 vmx_set_rflags(vcpu, (vmx_get_rflags(vcpu)
6588 & ~(X86_EFLAGS_CF | X86_EFLAGS_PF | X86_EFLAGS_AF |
6589 X86_EFLAGS_SF | X86_EFLAGS_OF))
6590 | X86_EFLAGS_ZF);
6591 get_vmcs12(vcpu)->vm_instruction_error = vm_instruction_error;
6592 /*
6593 * We don't need to force a shadow sync because
6594 * VM_INSTRUCTION_ERROR is not shadowed
6595 */
6596}
Abel Gordon145c28d2013-04-18 14:36:55 +03006597
Wincy Vanff651cb2014-12-11 08:52:58 +03006598static void nested_vmx_abort(struct kvm_vcpu *vcpu, u32 indicator)
6599{
6600 /* TODO: not to reset guest simply here. */
6601 kvm_make_request(KVM_REQ_TRIPLE_FAULT, vcpu);
6602 pr_warn("kvm: nested vmx abort, indicator %d\n", indicator);
6603}
6604
Jan Kiszkaf4124502014-03-07 20:03:13 +01006605static enum hrtimer_restart vmx_preemption_timer_fn(struct hrtimer *timer)
6606{
6607 struct vcpu_vmx *vmx =
6608 container_of(timer, struct vcpu_vmx, nested.preemption_timer);
6609
6610 vmx->nested.preemption_timer_expired = true;
6611 kvm_make_request(KVM_REQ_EVENT, &vmx->vcpu);
6612 kvm_vcpu_kick(&vmx->vcpu);
6613
6614 return HRTIMER_NORESTART;
6615}
6616
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006617/*
Bandan Das19677e32014-05-06 02:19:15 -04006618 * Decode the memory-address operand of a vmx instruction, as recorded on an
6619 * exit caused by such an instruction (run by a guest hypervisor).
6620 * On success, returns 0. When the operand is invalid, returns 1 and throws
6621 * #UD or #GP.
6622 */
6623static int get_vmx_mem_address(struct kvm_vcpu *vcpu,
6624 unsigned long exit_qualification,
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00006625 u32 vmx_instruction_info, bool wr, gva_t *ret)
Bandan Das19677e32014-05-06 02:19:15 -04006626{
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00006627 gva_t off;
6628 bool exn;
6629 struct kvm_segment s;
6630
Bandan Das19677e32014-05-06 02:19:15 -04006631 /*
6632 * According to Vol. 3B, "Information for VM Exits Due to Instruction
6633 * Execution", on an exit, vmx_instruction_info holds most of the
6634 * addressing components of the operand. Only the displacement part
6635 * is put in exit_qualification (see 3B, "Basic VM-Exit Information").
6636 * For how an actual address is calculated from all these components,
6637 * refer to Vol. 1, "Operand Addressing".
6638 */
6639 int scaling = vmx_instruction_info & 3;
6640 int addr_size = (vmx_instruction_info >> 7) & 7;
6641 bool is_reg = vmx_instruction_info & (1u << 10);
6642 int seg_reg = (vmx_instruction_info >> 15) & 7;
6643 int index_reg = (vmx_instruction_info >> 18) & 0xf;
6644 bool index_is_valid = !(vmx_instruction_info & (1u << 22));
6645 int base_reg = (vmx_instruction_info >> 23) & 0xf;
6646 bool base_is_valid = !(vmx_instruction_info & (1u << 27));
6647
6648 if (is_reg) {
6649 kvm_queue_exception(vcpu, UD_VECTOR);
6650 return 1;
6651 }
6652
6653 /* Addr = segment_base + offset */
6654 /* offset = base + [index * scale] + displacement */
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00006655 off = exit_qualification; /* holds the displacement */
Bandan Das19677e32014-05-06 02:19:15 -04006656 if (base_is_valid)
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00006657 off += kvm_register_read(vcpu, base_reg);
Bandan Das19677e32014-05-06 02:19:15 -04006658 if (index_is_valid)
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00006659 off += kvm_register_read(vcpu, index_reg)<<scaling;
6660 vmx_get_segment(vcpu, &s, seg_reg);
6661 *ret = s.base + off;
Bandan Das19677e32014-05-06 02:19:15 -04006662
6663 if (addr_size == 1) /* 32 bit */
6664 *ret &= 0xffffffff;
6665
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00006666 /* Checks for #GP/#SS exceptions. */
6667 exn = false;
6668 if (is_protmode(vcpu)) {
6669 /* Protected mode: apply checks for segment validity in the
6670 * following order:
6671 * - segment type check (#GP(0) may be thrown)
6672 * - usability check (#GP(0)/#SS(0))
6673 * - limit check (#GP(0)/#SS(0))
6674 */
6675 if (wr)
6676 /* #GP(0) if the destination operand is located in a
6677 * read-only data segment or any code segment.
6678 */
6679 exn = ((s.type & 0xa) == 0 || (s.type & 8));
6680 else
6681 /* #GP(0) if the source operand is located in an
6682 * execute-only code segment
6683 */
6684 exn = ((s.type & 0xa) == 8);
6685 }
6686 if (exn) {
6687 kvm_queue_exception_e(vcpu, GP_VECTOR, 0);
6688 return 1;
6689 }
6690 if (is_long_mode(vcpu)) {
6691 /* Long mode: #GP(0)/#SS(0) if the memory address is in a
6692 * non-canonical form. This is an only check for long mode.
6693 */
6694 exn = is_noncanonical_address(*ret);
6695 } else if (is_protmode(vcpu)) {
6696 /* Protected mode: #GP(0)/#SS(0) if the segment is unusable.
6697 */
6698 exn = (s.unusable != 0);
6699 /* Protected mode: #GP(0)/#SS(0) if the memory
6700 * operand is outside the segment limit.
6701 */
6702 exn = exn || (off + sizeof(u64) > s.limit);
6703 }
6704 if (exn) {
6705 kvm_queue_exception_e(vcpu,
6706 seg_reg == VCPU_SREG_SS ?
6707 SS_VECTOR : GP_VECTOR,
6708 0);
6709 return 1;
6710 }
6711
Bandan Das19677e32014-05-06 02:19:15 -04006712 return 0;
6713}
6714
6715/*
Bandan Das3573e222014-05-06 02:19:16 -04006716 * This function performs the various checks including
6717 * - if it's 4KB aligned
6718 * - No bits beyond the physical address width are set
6719 * - Returns 0 on success or else 1
Bandan Das4291b582014-05-06 02:19:18 -04006720 * (Intel SDM Section 30.3)
Bandan Das3573e222014-05-06 02:19:16 -04006721 */
Bandan Das4291b582014-05-06 02:19:18 -04006722static int nested_vmx_check_vmptr(struct kvm_vcpu *vcpu, int exit_reason,
6723 gpa_t *vmpointer)
Bandan Das3573e222014-05-06 02:19:16 -04006724{
6725 gva_t gva;
6726 gpa_t vmptr;
6727 struct x86_exception e;
6728 struct page *page;
6729 struct vcpu_vmx *vmx = to_vmx(vcpu);
6730 int maxphyaddr = cpuid_maxphyaddr(vcpu);
6731
6732 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION),
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00006733 vmcs_read32(VMX_INSTRUCTION_INFO), false, &gva))
Bandan Das3573e222014-05-06 02:19:16 -04006734 return 1;
6735
6736 if (kvm_read_guest_virt(&vcpu->arch.emulate_ctxt, gva, &vmptr,
6737 sizeof(vmptr), &e)) {
6738 kvm_inject_page_fault(vcpu, &e);
6739 return 1;
6740 }
6741
6742 switch (exit_reason) {
6743 case EXIT_REASON_VMON:
6744 /*
6745 * SDM 3: 24.11.5
6746 * The first 4 bytes of VMXON region contain the supported
6747 * VMCS revision identifier
6748 *
6749 * Note - IA32_VMX_BASIC[48] will never be 1
6750 * for the nested case;
6751 * which replaces physical address width with 32
6752 *
6753 */
Fabian Frederickbc39c4d2014-06-14 23:44:29 +02006754 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) {
Bandan Das3573e222014-05-06 02:19:16 -04006755 nested_vmx_failInvalid(vcpu);
6756 skip_emulated_instruction(vcpu);
6757 return 1;
6758 }
6759
6760 page = nested_get_page(vcpu, vmptr);
6761 if (page == NULL ||
6762 *(u32 *)kmap(page) != VMCS12_REVISION) {
6763 nested_vmx_failInvalid(vcpu);
6764 kunmap(page);
6765 skip_emulated_instruction(vcpu);
6766 return 1;
6767 }
6768 kunmap(page);
6769 vmx->nested.vmxon_ptr = vmptr;
6770 break;
Bandan Das4291b582014-05-06 02:19:18 -04006771 case EXIT_REASON_VMCLEAR:
Fabian Frederickbc39c4d2014-06-14 23:44:29 +02006772 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) {
Bandan Das4291b582014-05-06 02:19:18 -04006773 nested_vmx_failValid(vcpu,
6774 VMXERR_VMCLEAR_INVALID_ADDRESS);
6775 skip_emulated_instruction(vcpu);
6776 return 1;
6777 }
Bandan Das3573e222014-05-06 02:19:16 -04006778
Bandan Das4291b582014-05-06 02:19:18 -04006779 if (vmptr == vmx->nested.vmxon_ptr) {
6780 nested_vmx_failValid(vcpu,
6781 VMXERR_VMCLEAR_VMXON_POINTER);
6782 skip_emulated_instruction(vcpu);
6783 return 1;
6784 }
6785 break;
6786 case EXIT_REASON_VMPTRLD:
Fabian Frederickbc39c4d2014-06-14 23:44:29 +02006787 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) {
Bandan Das4291b582014-05-06 02:19:18 -04006788 nested_vmx_failValid(vcpu,
6789 VMXERR_VMPTRLD_INVALID_ADDRESS);
6790 skip_emulated_instruction(vcpu);
6791 return 1;
6792 }
6793
6794 if (vmptr == vmx->nested.vmxon_ptr) {
6795 nested_vmx_failValid(vcpu,
6796 VMXERR_VMCLEAR_VMXON_POINTER);
6797 skip_emulated_instruction(vcpu);
6798 return 1;
6799 }
6800 break;
Bandan Das3573e222014-05-06 02:19:16 -04006801 default:
6802 return 1; /* shouldn't happen */
6803 }
6804
Bandan Das4291b582014-05-06 02:19:18 -04006805 if (vmpointer)
6806 *vmpointer = vmptr;
Bandan Das3573e222014-05-06 02:19:16 -04006807 return 0;
6808}
6809
6810/*
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006811 * Emulate the VMXON instruction.
6812 * Currently, we just remember that VMX is active, and do not save or even
6813 * inspect the argument to VMXON (the so-called "VMXON pointer") because we
6814 * do not currently need to store anything in that guest-allocated memory
6815 * region. Consequently, VMCLEAR and VMPTRLD also do not verify that the their
6816 * argument is different from the VMXON pointer (which the spec says they do).
6817 */
6818static int handle_vmon(struct kvm_vcpu *vcpu)
6819{
6820 struct kvm_segment cs;
6821 struct vcpu_vmx *vmx = to_vmx(vcpu);
Abel Gordon8de48832013-04-18 14:37:25 +03006822 struct vmcs *shadow_vmcs;
Nadav Har'Elb3897a42013-07-08 19:12:35 +08006823 const u64 VMXON_NEEDED_FEATURES = FEATURE_CONTROL_LOCKED
6824 | FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX;
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006825
6826 /* The Intel VMX Instruction Reference lists a bunch of bits that
6827 * are prerequisite to running VMXON, most notably cr4.VMXE must be
6828 * set to 1 (see vmx_set_cr4() for when we allow the guest to set this).
6829 * Otherwise, we should fail with #UD. We test these now:
6830 */
6831 if (!kvm_read_cr4_bits(vcpu, X86_CR4_VMXE) ||
6832 !kvm_read_cr0_bits(vcpu, X86_CR0_PE) ||
6833 (vmx_get_rflags(vcpu) & X86_EFLAGS_VM)) {
6834 kvm_queue_exception(vcpu, UD_VECTOR);
6835 return 1;
6836 }
6837
6838 vmx_get_segment(vcpu, &cs, VCPU_SREG_CS);
6839 if (is_long_mode(vcpu) && !cs.l) {
6840 kvm_queue_exception(vcpu, UD_VECTOR);
6841 return 1;
6842 }
6843
6844 if (vmx_get_cpl(vcpu)) {
6845 kvm_inject_gp(vcpu, 0);
6846 return 1;
6847 }
Bandan Das3573e222014-05-06 02:19:16 -04006848
Bandan Das4291b582014-05-06 02:19:18 -04006849 if (nested_vmx_check_vmptr(vcpu, EXIT_REASON_VMON, NULL))
Bandan Das3573e222014-05-06 02:19:16 -04006850 return 1;
6851
Abel Gordon145c28d2013-04-18 14:36:55 +03006852 if (vmx->nested.vmxon) {
6853 nested_vmx_failValid(vcpu, VMXERR_VMXON_IN_VMX_ROOT_OPERATION);
6854 skip_emulated_instruction(vcpu);
6855 return 1;
6856 }
Nadav Har'Elb3897a42013-07-08 19:12:35 +08006857
6858 if ((vmx->nested.msr_ia32_feature_control & VMXON_NEEDED_FEATURES)
6859 != VMXON_NEEDED_FEATURES) {
6860 kvm_inject_gp(vcpu, 0);
6861 return 1;
6862 }
6863
Abel Gordon8de48832013-04-18 14:37:25 +03006864 if (enable_shadow_vmcs) {
6865 shadow_vmcs = alloc_vmcs();
6866 if (!shadow_vmcs)
6867 return -ENOMEM;
6868 /* mark vmcs as shadow */
6869 shadow_vmcs->revision_id |= (1u << 31);
6870 /* init shadow vmcs */
6871 vmcs_clear(shadow_vmcs);
6872 vmx->nested.current_shadow_vmcs = shadow_vmcs;
6873 }
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006874
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006875 INIT_LIST_HEAD(&(vmx->nested.vmcs02_pool));
6876 vmx->nested.vmcs02_num = 0;
6877
Jan Kiszkaf4124502014-03-07 20:03:13 +01006878 hrtimer_init(&vmx->nested.preemption_timer, CLOCK_MONOTONIC,
6879 HRTIMER_MODE_REL);
6880 vmx->nested.preemption_timer.function = vmx_preemption_timer_fn;
6881
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006882 vmx->nested.vmxon = true;
6883
6884 skip_emulated_instruction(vcpu);
Arthur Chunqi Lia25eb112013-07-04 15:03:33 +08006885 nested_vmx_succeed(vcpu);
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006886 return 1;
6887}
6888
6889/*
6890 * Intel's VMX Instruction Reference specifies a common set of prerequisites
6891 * for running VMX instructions (except VMXON, whose prerequisites are
6892 * slightly different). It also specifies what exception to inject otherwise.
6893 */
6894static int nested_vmx_check_permission(struct kvm_vcpu *vcpu)
6895{
6896 struct kvm_segment cs;
6897 struct vcpu_vmx *vmx = to_vmx(vcpu);
6898
6899 if (!vmx->nested.vmxon) {
6900 kvm_queue_exception(vcpu, UD_VECTOR);
6901 return 0;
6902 }
6903
6904 vmx_get_segment(vcpu, &cs, VCPU_SREG_CS);
6905 if ((vmx_get_rflags(vcpu) & X86_EFLAGS_VM) ||
6906 (is_long_mode(vcpu) && !cs.l)) {
6907 kvm_queue_exception(vcpu, UD_VECTOR);
6908 return 0;
6909 }
6910
6911 if (vmx_get_cpl(vcpu)) {
6912 kvm_inject_gp(vcpu, 0);
6913 return 0;
6914 }
6915
6916 return 1;
6917}
6918
Abel Gordone7953d72013-04-18 14:37:55 +03006919static inline void nested_release_vmcs12(struct vcpu_vmx *vmx)
6920{
Paolo Bonzini9a2a05b2014-07-17 11:55:46 +02006921 if (vmx->nested.current_vmptr == -1ull)
6922 return;
6923
6924 /* current_vmptr and current_vmcs12 are always set/reset together */
6925 if (WARN_ON(vmx->nested.current_vmcs12 == NULL))
6926 return;
6927
Abel Gordon012f83c2013-04-18 14:39:25 +03006928 if (enable_shadow_vmcs) {
Paolo Bonzini9a2a05b2014-07-17 11:55:46 +02006929 /* copy to memory all shadowed fields in case
6930 they were modified */
6931 copy_shadow_to_vmcs12(vmx);
6932 vmx->nested.sync_shadow_vmcs = false;
Xiao Guangrong7ec36292015-09-09 14:05:56 +08006933 vmcs_clear_bits(SECONDARY_VM_EXEC_CONTROL,
6934 SECONDARY_EXEC_SHADOW_VMCS);
Paolo Bonzini9a2a05b2014-07-17 11:55:46 +02006935 vmcs_write64(VMCS_LINK_POINTER, -1ull);
Abel Gordon012f83c2013-04-18 14:39:25 +03006936 }
Wincy Van705699a2015-02-03 23:58:17 +08006937 vmx->nested.posted_intr_nv = -1;
Abel Gordone7953d72013-04-18 14:37:55 +03006938 kunmap(vmx->nested.current_vmcs12_page);
6939 nested_release_page(vmx->nested.current_vmcs12_page);
Paolo Bonzini9a2a05b2014-07-17 11:55:46 +02006940 vmx->nested.current_vmptr = -1ull;
6941 vmx->nested.current_vmcs12 = NULL;
Abel Gordone7953d72013-04-18 14:37:55 +03006942}
6943
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006944/*
6945 * Free whatever needs to be freed from vmx->nested when L1 goes down, or
6946 * just stops using VMX.
6947 */
6948static void free_nested(struct vcpu_vmx *vmx)
6949{
6950 if (!vmx->nested.vmxon)
6951 return;
Paolo Bonzini9a2a05b2014-07-17 11:55:46 +02006952
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006953 vmx->nested.vmxon = false;
Wanpeng Li5c614b32015-10-13 09:18:36 -07006954 free_vpid(vmx->nested.vpid02);
Paolo Bonzini9a2a05b2014-07-17 11:55:46 +02006955 nested_release_vmcs12(vmx);
Abel Gordone7953d72013-04-18 14:37:55 +03006956 if (enable_shadow_vmcs)
6957 free_vmcs(vmx->nested.current_shadow_vmcs);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03006958 /* Unpin physical memory we referred to in current vmcs02 */
6959 if (vmx->nested.apic_access_page) {
6960 nested_release_page(vmx->nested.apic_access_page);
Paolo Bonzini48d89b92014-08-26 13:27:46 +02006961 vmx->nested.apic_access_page = NULL;
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03006962 }
Wanpeng Lia7c0b072014-08-21 19:46:50 +08006963 if (vmx->nested.virtual_apic_page) {
6964 nested_release_page(vmx->nested.virtual_apic_page);
Paolo Bonzini48d89b92014-08-26 13:27:46 +02006965 vmx->nested.virtual_apic_page = NULL;
Wanpeng Lia7c0b072014-08-21 19:46:50 +08006966 }
Wincy Van705699a2015-02-03 23:58:17 +08006967 if (vmx->nested.pi_desc_page) {
6968 kunmap(vmx->nested.pi_desc_page);
6969 nested_release_page(vmx->nested.pi_desc_page);
6970 vmx->nested.pi_desc_page = NULL;
6971 vmx->nested.pi_desc = NULL;
6972 }
Nadav Har'Elff2f6fe2011-05-25 23:05:27 +03006973
6974 nested_free_all_saved_vmcss(vmx);
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006975}
6976
6977/* Emulate the VMXOFF instruction */
6978static int handle_vmoff(struct kvm_vcpu *vcpu)
6979{
6980 if (!nested_vmx_check_permission(vcpu))
6981 return 1;
6982 free_nested(to_vmx(vcpu));
6983 skip_emulated_instruction(vcpu);
Arthur Chunqi Lia25eb112013-07-04 15:03:33 +08006984 nested_vmx_succeed(vcpu);
Nadav Har'Elec378ae2011-05-25 23:02:54 +03006985 return 1;
6986}
6987
Nadav Har'El27d6c862011-05-25 23:06:59 +03006988/* Emulate the VMCLEAR instruction */
6989static int handle_vmclear(struct kvm_vcpu *vcpu)
6990{
6991 struct vcpu_vmx *vmx = to_vmx(vcpu);
Nadav Har'El27d6c862011-05-25 23:06:59 +03006992 gpa_t vmptr;
6993 struct vmcs12 *vmcs12;
6994 struct page *page;
Nadav Har'El27d6c862011-05-25 23:06:59 +03006995
6996 if (!nested_vmx_check_permission(vcpu))
6997 return 1;
6998
Bandan Das4291b582014-05-06 02:19:18 -04006999 if (nested_vmx_check_vmptr(vcpu, EXIT_REASON_VMCLEAR, &vmptr))
Nadav Har'El27d6c862011-05-25 23:06:59 +03007000 return 1;
7001
Paolo Bonzini9a2a05b2014-07-17 11:55:46 +02007002 if (vmptr == vmx->nested.current_vmptr)
Abel Gordone7953d72013-04-18 14:37:55 +03007003 nested_release_vmcs12(vmx);
Nadav Har'El27d6c862011-05-25 23:06:59 +03007004
7005 page = nested_get_page(vcpu, vmptr);
7006 if (page == NULL) {
7007 /*
7008 * For accurate processor emulation, VMCLEAR beyond available
7009 * physical memory should do nothing at all. However, it is
7010 * possible that a nested vmx bug, not a guest hypervisor bug,
7011 * resulted in this case, so let's shut down before doing any
7012 * more damage:
7013 */
7014 kvm_make_request(KVM_REQ_TRIPLE_FAULT, vcpu);
7015 return 1;
7016 }
7017 vmcs12 = kmap(page);
7018 vmcs12->launch_state = 0;
7019 kunmap(page);
7020 nested_release_page(page);
7021
7022 nested_free_vmcs02(vmx, vmptr);
7023
7024 skip_emulated_instruction(vcpu);
7025 nested_vmx_succeed(vcpu);
7026 return 1;
7027}
7028
Nadav Har'Elcd232ad2011-05-25 23:10:33 +03007029static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch);
7030
7031/* Emulate the VMLAUNCH instruction */
7032static int handle_vmlaunch(struct kvm_vcpu *vcpu)
7033{
7034 return nested_vmx_run(vcpu, true);
7035}
7036
7037/* Emulate the VMRESUME instruction */
7038static int handle_vmresume(struct kvm_vcpu *vcpu)
7039{
7040
7041 return nested_vmx_run(vcpu, false);
7042}
7043
Nadav Har'El49f705c2011-05-25 23:08:30 +03007044enum vmcs_field_type {
7045 VMCS_FIELD_TYPE_U16 = 0,
7046 VMCS_FIELD_TYPE_U64 = 1,
7047 VMCS_FIELD_TYPE_U32 = 2,
7048 VMCS_FIELD_TYPE_NATURAL_WIDTH = 3
7049};
7050
7051static inline int vmcs_field_type(unsigned long field)
7052{
7053 if (0x1 & field) /* the *_HIGH fields are all 32 bit */
7054 return VMCS_FIELD_TYPE_U32;
7055 return (field >> 13) & 0x3 ;
7056}
7057
7058static inline int vmcs_field_readonly(unsigned long field)
7059{
7060 return (((field >> 10) & 0x3) == 1);
7061}
7062
7063/*
7064 * Read a vmcs12 field. Since these can have varying lengths and we return
7065 * one type, we chose the biggest type (u64) and zero-extend the return value
7066 * to that size. Note that the caller, handle_vmread, might need to use only
7067 * some of the bits we return here (e.g., on 32-bit guests, only 32 bits of
7068 * 64-bit fields are to be returned).
7069 */
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007070static inline int vmcs12_read_any(struct kvm_vcpu *vcpu,
7071 unsigned long field, u64 *ret)
Nadav Har'El49f705c2011-05-25 23:08:30 +03007072{
7073 short offset = vmcs_field_to_offset(field);
7074 char *p;
7075
7076 if (offset < 0)
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007077 return offset;
Nadav Har'El49f705c2011-05-25 23:08:30 +03007078
7079 p = ((char *)(get_vmcs12(vcpu))) + offset;
7080
7081 switch (vmcs_field_type(field)) {
7082 case VMCS_FIELD_TYPE_NATURAL_WIDTH:
7083 *ret = *((natural_width *)p);
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007084 return 0;
Nadav Har'El49f705c2011-05-25 23:08:30 +03007085 case VMCS_FIELD_TYPE_U16:
7086 *ret = *((u16 *)p);
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007087 return 0;
Nadav Har'El49f705c2011-05-25 23:08:30 +03007088 case VMCS_FIELD_TYPE_U32:
7089 *ret = *((u32 *)p);
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007090 return 0;
Nadav Har'El49f705c2011-05-25 23:08:30 +03007091 case VMCS_FIELD_TYPE_U64:
7092 *ret = *((u64 *)p);
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007093 return 0;
Nadav Har'El49f705c2011-05-25 23:08:30 +03007094 default:
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007095 WARN_ON(1);
7096 return -ENOENT;
Nadav Har'El49f705c2011-05-25 23:08:30 +03007097 }
7098}
7099
Abel Gordon20b97fe2013-04-18 14:36:25 +03007100
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007101static inline int vmcs12_write_any(struct kvm_vcpu *vcpu,
7102 unsigned long field, u64 field_value){
Abel Gordon20b97fe2013-04-18 14:36:25 +03007103 short offset = vmcs_field_to_offset(field);
7104 char *p = ((char *) get_vmcs12(vcpu)) + offset;
7105 if (offset < 0)
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007106 return offset;
Abel Gordon20b97fe2013-04-18 14:36:25 +03007107
7108 switch (vmcs_field_type(field)) {
7109 case VMCS_FIELD_TYPE_U16:
7110 *(u16 *)p = field_value;
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007111 return 0;
Abel Gordon20b97fe2013-04-18 14:36:25 +03007112 case VMCS_FIELD_TYPE_U32:
7113 *(u32 *)p = field_value;
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007114 return 0;
Abel Gordon20b97fe2013-04-18 14:36:25 +03007115 case VMCS_FIELD_TYPE_U64:
7116 *(u64 *)p = field_value;
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007117 return 0;
Abel Gordon20b97fe2013-04-18 14:36:25 +03007118 case VMCS_FIELD_TYPE_NATURAL_WIDTH:
7119 *(natural_width *)p = field_value;
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007120 return 0;
Abel Gordon20b97fe2013-04-18 14:36:25 +03007121 default:
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007122 WARN_ON(1);
7123 return -ENOENT;
Abel Gordon20b97fe2013-04-18 14:36:25 +03007124 }
7125
7126}
7127
Abel Gordon16f5b902013-04-18 14:38:25 +03007128static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx)
7129{
7130 int i;
7131 unsigned long field;
7132 u64 field_value;
7133 struct vmcs *shadow_vmcs = vmx->nested.current_shadow_vmcs;
Mathias Krausec2bae892013-06-26 20:36:21 +02007134 const unsigned long *fields = shadow_read_write_fields;
7135 const int num_fields = max_shadow_read_write_fields;
Abel Gordon16f5b902013-04-18 14:38:25 +03007136
Jan Kiszka282da872014-10-08 18:05:39 +02007137 preempt_disable();
7138
Abel Gordon16f5b902013-04-18 14:38:25 +03007139 vmcs_load(shadow_vmcs);
7140
7141 for (i = 0; i < num_fields; i++) {
7142 field = fields[i];
7143 switch (vmcs_field_type(field)) {
7144 case VMCS_FIELD_TYPE_U16:
7145 field_value = vmcs_read16(field);
7146 break;
7147 case VMCS_FIELD_TYPE_U32:
7148 field_value = vmcs_read32(field);
7149 break;
7150 case VMCS_FIELD_TYPE_U64:
7151 field_value = vmcs_read64(field);
7152 break;
7153 case VMCS_FIELD_TYPE_NATURAL_WIDTH:
7154 field_value = vmcs_readl(field);
7155 break;
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007156 default:
7157 WARN_ON(1);
7158 continue;
Abel Gordon16f5b902013-04-18 14:38:25 +03007159 }
7160 vmcs12_write_any(&vmx->vcpu, field, field_value);
7161 }
7162
7163 vmcs_clear(shadow_vmcs);
7164 vmcs_load(vmx->loaded_vmcs->vmcs);
Jan Kiszka282da872014-10-08 18:05:39 +02007165
7166 preempt_enable();
Abel Gordon16f5b902013-04-18 14:38:25 +03007167}
7168
Abel Gordonc3114422013-04-18 14:38:55 +03007169static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx)
7170{
Mathias Krausec2bae892013-06-26 20:36:21 +02007171 const unsigned long *fields[] = {
7172 shadow_read_write_fields,
7173 shadow_read_only_fields
Abel Gordonc3114422013-04-18 14:38:55 +03007174 };
Mathias Krausec2bae892013-06-26 20:36:21 +02007175 const int max_fields[] = {
Abel Gordonc3114422013-04-18 14:38:55 +03007176 max_shadow_read_write_fields,
7177 max_shadow_read_only_fields
7178 };
7179 int i, q;
7180 unsigned long field;
7181 u64 field_value = 0;
7182 struct vmcs *shadow_vmcs = vmx->nested.current_shadow_vmcs;
7183
7184 vmcs_load(shadow_vmcs);
7185
Mathias Krausec2bae892013-06-26 20:36:21 +02007186 for (q = 0; q < ARRAY_SIZE(fields); q++) {
Abel Gordonc3114422013-04-18 14:38:55 +03007187 for (i = 0; i < max_fields[q]; i++) {
7188 field = fields[q][i];
7189 vmcs12_read_any(&vmx->vcpu, field, &field_value);
7190
7191 switch (vmcs_field_type(field)) {
7192 case VMCS_FIELD_TYPE_U16:
7193 vmcs_write16(field, (u16)field_value);
7194 break;
7195 case VMCS_FIELD_TYPE_U32:
7196 vmcs_write32(field, (u32)field_value);
7197 break;
7198 case VMCS_FIELD_TYPE_U64:
7199 vmcs_write64(field, (u64)field_value);
7200 break;
7201 case VMCS_FIELD_TYPE_NATURAL_WIDTH:
7202 vmcs_writel(field, (long)field_value);
7203 break;
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007204 default:
7205 WARN_ON(1);
7206 break;
Abel Gordonc3114422013-04-18 14:38:55 +03007207 }
7208 }
7209 }
7210
7211 vmcs_clear(shadow_vmcs);
7212 vmcs_load(vmx->loaded_vmcs->vmcs);
7213}
7214
Nadav Har'El49f705c2011-05-25 23:08:30 +03007215/*
7216 * VMX instructions which assume a current vmcs12 (i.e., that VMPTRLD was
7217 * used before) all generate the same failure when it is missing.
7218 */
7219static int nested_vmx_check_vmcs12(struct kvm_vcpu *vcpu)
7220{
7221 struct vcpu_vmx *vmx = to_vmx(vcpu);
7222 if (vmx->nested.current_vmptr == -1ull) {
7223 nested_vmx_failInvalid(vcpu);
7224 skip_emulated_instruction(vcpu);
7225 return 0;
7226 }
7227 return 1;
7228}
7229
7230static int handle_vmread(struct kvm_vcpu *vcpu)
7231{
7232 unsigned long field;
7233 u64 field_value;
7234 unsigned long exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
7235 u32 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO);
7236 gva_t gva = 0;
7237
7238 if (!nested_vmx_check_permission(vcpu) ||
7239 !nested_vmx_check_vmcs12(vcpu))
7240 return 1;
7241
7242 /* Decode instruction info and find the field to read */
Nadav Amit27e6fb52014-06-18 17:19:26 +03007243 field = kvm_register_readl(vcpu, (((vmx_instruction_info) >> 28) & 0xf));
Nadav Har'El49f705c2011-05-25 23:08:30 +03007244 /* Read the field, zero-extended to a u64 field_value */
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007245 if (vmcs12_read_any(vcpu, field, &field_value) < 0) {
Nadav Har'El49f705c2011-05-25 23:08:30 +03007246 nested_vmx_failValid(vcpu, VMXERR_UNSUPPORTED_VMCS_COMPONENT);
7247 skip_emulated_instruction(vcpu);
7248 return 1;
7249 }
7250 /*
7251 * Now copy part of this value to register or memory, as requested.
7252 * Note that the number of bits actually copied is 32 or 64 depending
7253 * on the guest's mode (32 or 64 bit), not on the given field's length.
7254 */
7255 if (vmx_instruction_info & (1u << 10)) {
Nadav Amit27e6fb52014-06-18 17:19:26 +03007256 kvm_register_writel(vcpu, (((vmx_instruction_info) >> 3) & 0xf),
Nadav Har'El49f705c2011-05-25 23:08:30 +03007257 field_value);
7258 } else {
7259 if (get_vmx_mem_address(vcpu, exit_qualification,
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00007260 vmx_instruction_info, true, &gva))
Nadav Har'El49f705c2011-05-25 23:08:30 +03007261 return 1;
7262 /* _system ok, as nested_vmx_check_permission verified cpl=0 */
7263 kvm_write_guest_virt_system(&vcpu->arch.emulate_ctxt, gva,
7264 &field_value, (is_long_mode(vcpu) ? 8 : 4), NULL);
7265 }
7266
7267 nested_vmx_succeed(vcpu);
7268 skip_emulated_instruction(vcpu);
7269 return 1;
7270}
7271
7272
7273static int handle_vmwrite(struct kvm_vcpu *vcpu)
7274{
7275 unsigned long field;
7276 gva_t gva;
7277 unsigned long exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
7278 u32 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO);
Nadav Har'El49f705c2011-05-25 23:08:30 +03007279 /* The value to write might be 32 or 64 bits, depending on L1's long
7280 * mode, and eventually we need to write that into a field of several
7281 * possible lengths. The code below first zero-extends the value to 64
Adam Buchbinder6a6256f2016-02-23 15:34:30 -08007282 * bit (field_value), and then copies only the appropriate number of
Nadav Har'El49f705c2011-05-25 23:08:30 +03007283 * bits into the vmcs12 field.
7284 */
7285 u64 field_value = 0;
7286 struct x86_exception e;
7287
7288 if (!nested_vmx_check_permission(vcpu) ||
7289 !nested_vmx_check_vmcs12(vcpu))
7290 return 1;
7291
7292 if (vmx_instruction_info & (1u << 10))
Nadav Amit27e6fb52014-06-18 17:19:26 +03007293 field_value = kvm_register_readl(vcpu,
Nadav Har'El49f705c2011-05-25 23:08:30 +03007294 (((vmx_instruction_info) >> 3) & 0xf));
7295 else {
7296 if (get_vmx_mem_address(vcpu, exit_qualification,
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00007297 vmx_instruction_info, false, &gva))
Nadav Har'El49f705c2011-05-25 23:08:30 +03007298 return 1;
7299 if (kvm_read_guest_virt(&vcpu->arch.emulate_ctxt, gva,
Nadav Amit27e6fb52014-06-18 17:19:26 +03007300 &field_value, (is_64_bit_mode(vcpu) ? 8 : 4), &e)) {
Nadav Har'El49f705c2011-05-25 23:08:30 +03007301 kvm_inject_page_fault(vcpu, &e);
7302 return 1;
7303 }
7304 }
7305
7306
Nadav Amit27e6fb52014-06-18 17:19:26 +03007307 field = kvm_register_readl(vcpu, (((vmx_instruction_info) >> 28) & 0xf));
Nadav Har'El49f705c2011-05-25 23:08:30 +03007308 if (vmcs_field_readonly(field)) {
7309 nested_vmx_failValid(vcpu,
7310 VMXERR_VMWRITE_READ_ONLY_VMCS_COMPONENT);
7311 skip_emulated_instruction(vcpu);
7312 return 1;
7313 }
7314
Paolo Bonzinia2ae9df2014-11-04 18:31:19 +01007315 if (vmcs12_write_any(vcpu, field, field_value) < 0) {
Nadav Har'El49f705c2011-05-25 23:08:30 +03007316 nested_vmx_failValid(vcpu, VMXERR_UNSUPPORTED_VMCS_COMPONENT);
7317 skip_emulated_instruction(vcpu);
7318 return 1;
7319 }
7320
7321 nested_vmx_succeed(vcpu);
7322 skip_emulated_instruction(vcpu);
7323 return 1;
7324}
7325
Nadav Har'El63846662011-05-25 23:07:29 +03007326/* Emulate the VMPTRLD instruction */
7327static int handle_vmptrld(struct kvm_vcpu *vcpu)
7328{
7329 struct vcpu_vmx *vmx = to_vmx(vcpu);
Nadav Har'El63846662011-05-25 23:07:29 +03007330 gpa_t vmptr;
Nadav Har'El63846662011-05-25 23:07:29 +03007331
7332 if (!nested_vmx_check_permission(vcpu))
7333 return 1;
7334
Bandan Das4291b582014-05-06 02:19:18 -04007335 if (nested_vmx_check_vmptr(vcpu, EXIT_REASON_VMPTRLD, &vmptr))
Nadav Har'El63846662011-05-25 23:07:29 +03007336 return 1;
7337
Nadav Har'El63846662011-05-25 23:07:29 +03007338 if (vmx->nested.current_vmptr != vmptr) {
7339 struct vmcs12 *new_vmcs12;
7340 struct page *page;
7341 page = nested_get_page(vcpu, vmptr);
7342 if (page == NULL) {
7343 nested_vmx_failInvalid(vcpu);
7344 skip_emulated_instruction(vcpu);
7345 return 1;
7346 }
7347 new_vmcs12 = kmap(page);
7348 if (new_vmcs12->revision_id != VMCS12_REVISION) {
7349 kunmap(page);
7350 nested_release_page_clean(page);
7351 nested_vmx_failValid(vcpu,
7352 VMXERR_VMPTRLD_INCORRECT_VMCS_REVISION_ID);
7353 skip_emulated_instruction(vcpu);
7354 return 1;
7355 }
Nadav Har'El63846662011-05-25 23:07:29 +03007356
Paolo Bonzini9a2a05b2014-07-17 11:55:46 +02007357 nested_release_vmcs12(vmx);
Nadav Har'El63846662011-05-25 23:07:29 +03007358 vmx->nested.current_vmptr = vmptr;
7359 vmx->nested.current_vmcs12 = new_vmcs12;
7360 vmx->nested.current_vmcs12_page = page;
Abel Gordon012f83c2013-04-18 14:39:25 +03007361 if (enable_shadow_vmcs) {
Xiao Guangrong7ec36292015-09-09 14:05:56 +08007362 vmcs_set_bits(SECONDARY_VM_EXEC_CONTROL,
7363 SECONDARY_EXEC_SHADOW_VMCS);
Abel Gordon8a1b9dd2013-04-18 14:39:55 +03007364 vmcs_write64(VMCS_LINK_POINTER,
7365 __pa(vmx->nested.current_shadow_vmcs));
Abel Gordon012f83c2013-04-18 14:39:25 +03007366 vmx->nested.sync_shadow_vmcs = true;
7367 }
Nadav Har'El63846662011-05-25 23:07:29 +03007368 }
7369
7370 nested_vmx_succeed(vcpu);
7371 skip_emulated_instruction(vcpu);
7372 return 1;
7373}
7374
Nadav Har'El6a4d7552011-05-25 23:08:00 +03007375/* Emulate the VMPTRST instruction */
7376static int handle_vmptrst(struct kvm_vcpu *vcpu)
7377{
7378 unsigned long exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
7379 u32 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO);
7380 gva_t vmcs_gva;
7381 struct x86_exception e;
7382
7383 if (!nested_vmx_check_permission(vcpu))
7384 return 1;
7385
7386 if (get_vmx_mem_address(vcpu, exit_qualification,
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00007387 vmx_instruction_info, true, &vmcs_gva))
Nadav Har'El6a4d7552011-05-25 23:08:00 +03007388 return 1;
7389 /* ok to use *_system, as nested_vmx_check_permission verified cpl=0 */
7390 if (kvm_write_guest_virt_system(&vcpu->arch.emulate_ctxt, vmcs_gva,
7391 (void *)&to_vmx(vcpu)->nested.current_vmptr,
7392 sizeof(u64), &e)) {
7393 kvm_inject_page_fault(vcpu, &e);
7394 return 1;
7395 }
7396 nested_vmx_succeed(vcpu);
7397 skip_emulated_instruction(vcpu);
7398 return 1;
7399}
7400
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007401/* Emulate the INVEPT instruction */
7402static int handle_invept(struct kvm_vcpu *vcpu)
7403{
Wincy Vanb9c237b2015-02-03 23:56:30 +08007404 struct vcpu_vmx *vmx = to_vmx(vcpu);
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007405 u32 vmx_instruction_info, types;
7406 unsigned long type;
7407 gva_t gva;
7408 struct x86_exception e;
7409 struct {
7410 u64 eptp, gpa;
7411 } operand;
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007412
Wincy Vanb9c237b2015-02-03 23:56:30 +08007413 if (!(vmx->nested.nested_vmx_secondary_ctls_high &
7414 SECONDARY_EXEC_ENABLE_EPT) ||
7415 !(vmx->nested.nested_vmx_ept_caps & VMX_EPT_INVEPT_BIT)) {
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007416 kvm_queue_exception(vcpu, UD_VECTOR);
7417 return 1;
7418 }
7419
7420 if (!nested_vmx_check_permission(vcpu))
7421 return 1;
7422
7423 if (!kvm_read_cr0_bits(vcpu, X86_CR0_PE)) {
7424 kvm_queue_exception(vcpu, UD_VECTOR);
7425 return 1;
7426 }
7427
7428 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO);
Nadav Amit27e6fb52014-06-18 17:19:26 +03007429 type = kvm_register_readl(vcpu, (vmx_instruction_info >> 28) & 0xf);
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007430
Wincy Vanb9c237b2015-02-03 23:56:30 +08007431 types = (vmx->nested.nested_vmx_ept_caps >> VMX_EPT_EXTENT_SHIFT) & 6;
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007432
7433 if (!(types & (1UL << type))) {
7434 nested_vmx_failValid(vcpu,
7435 VMXERR_INVALID_OPERAND_TO_INVEPT_INVVPID);
Paolo Bonzini2849eb42016-03-18 16:53:29 +01007436 skip_emulated_instruction(vcpu);
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007437 return 1;
7438 }
7439
7440 /* According to the Intel VMX instruction reference, the memory
7441 * operand is read even if it isn't needed (e.g., for type==global)
7442 */
7443 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION),
Eugene Korenevskyf9eb4af2015-04-17 02:22:21 +00007444 vmx_instruction_info, false, &gva))
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007445 return 1;
7446 if (kvm_read_guest_virt(&vcpu->arch.emulate_ctxt, gva, &operand,
7447 sizeof(operand), &e)) {
7448 kvm_inject_page_fault(vcpu, &e);
7449 return 1;
7450 }
7451
7452 switch (type) {
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007453 case VMX_EPT_EXTENT_GLOBAL:
7454 kvm_mmu_sync_roots(vcpu);
Liang Chen77c39132014-09-18 12:38:37 -04007455 kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu);
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007456 nested_vmx_succeed(vcpu);
7457 break;
7458 default:
Bandan Das4b855072014-04-19 18:17:44 -04007459 /* Trap single context invalidation invept calls */
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007460 BUG_ON(1);
7461 break;
7462 }
7463
7464 skip_emulated_instruction(vcpu);
7465 return 1;
7466}
7467
Petr Matouseka642fc32014-09-23 20:22:30 +02007468static int handle_invvpid(struct kvm_vcpu *vcpu)
7469{
Wanpeng Li99b83ac2015-10-13 09:12:21 -07007470 struct vcpu_vmx *vmx = to_vmx(vcpu);
7471 u32 vmx_instruction_info;
7472 unsigned long type, types;
7473 gva_t gva;
7474 struct x86_exception e;
7475 int vpid;
7476
7477 if (!(vmx->nested.nested_vmx_secondary_ctls_high &
7478 SECONDARY_EXEC_ENABLE_VPID) ||
7479 !(vmx->nested.nested_vmx_vpid_caps & VMX_VPID_INVVPID_BIT)) {
7480 kvm_queue_exception(vcpu, UD_VECTOR);
7481 return 1;
7482 }
7483
7484 if (!nested_vmx_check_permission(vcpu))
7485 return 1;
7486
7487 vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO);
7488 type = kvm_register_readl(vcpu, (vmx_instruction_info >> 28) & 0xf);
7489
7490 types = (vmx->nested.nested_vmx_vpid_caps >> 8) & 0x7;
7491
7492 if (!(types & (1UL << type))) {
7493 nested_vmx_failValid(vcpu,
7494 VMXERR_INVALID_OPERAND_TO_INVEPT_INVVPID);
Paolo Bonzinif6870ee2016-03-18 16:53:42 +01007495 skip_emulated_instruction(vcpu);
Wanpeng Li99b83ac2015-10-13 09:12:21 -07007496 return 1;
7497 }
7498
7499 /* according to the intel vmx instruction reference, the memory
7500 * operand is read even if it isn't needed (e.g., for type==global)
7501 */
7502 if (get_vmx_mem_address(vcpu, vmcs_readl(EXIT_QUALIFICATION),
7503 vmx_instruction_info, false, &gva))
7504 return 1;
7505 if (kvm_read_guest_virt(&vcpu->arch.emulate_ctxt, gva, &vpid,
7506 sizeof(u32), &e)) {
7507 kvm_inject_page_fault(vcpu, &e);
7508 return 1;
7509 }
7510
7511 switch (type) {
Paolo Bonzinief697a72016-03-18 16:58:38 +01007512 case VMX_VPID_EXTENT_SINGLE_CONTEXT:
7513 /*
7514 * Old versions of KVM use the single-context version so we
7515 * have to support it; just treat it the same as all-context.
7516 */
Wanpeng Li99b83ac2015-10-13 09:12:21 -07007517 case VMX_VPID_EXTENT_ALL_CONTEXT:
Wanpeng Li5c614b32015-10-13 09:18:36 -07007518 __vmx_flush_tlb(vcpu, to_vmx(vcpu)->nested.vpid02);
Wanpeng Li99b83ac2015-10-13 09:12:21 -07007519 nested_vmx_succeed(vcpu);
7520 break;
7521 default:
Paolo Bonzinief697a72016-03-18 16:58:38 +01007522 /* Trap individual address invalidation invvpid calls */
Wanpeng Li99b83ac2015-10-13 09:12:21 -07007523 BUG_ON(1);
7524 break;
7525 }
7526
7527 skip_emulated_instruction(vcpu);
Petr Matouseka642fc32014-09-23 20:22:30 +02007528 return 1;
7529}
7530
Kai Huang843e4332015-01-28 10:54:28 +08007531static int handle_pml_full(struct kvm_vcpu *vcpu)
7532{
7533 unsigned long exit_qualification;
7534
7535 trace_kvm_pml_full(vcpu->vcpu_id);
7536
7537 exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
7538
7539 /*
7540 * PML buffer FULL happened while executing iret from NMI,
7541 * "blocked by NMI" bit has to be set before next VM entry.
7542 */
7543 if (!(to_vmx(vcpu)->idt_vectoring_info & VECTORING_INFO_VALID_MASK) &&
7544 cpu_has_virtual_nmis() &&
7545 (exit_qualification & INTR_INFO_UNBLOCK_NMI))
7546 vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO,
7547 GUEST_INTR_STATE_NMI);
7548
7549 /*
7550 * PML buffer already flushed at beginning of VMEXIT. Nothing to do
7551 * here.., and there's no userspace involvement needed for PML.
7552 */
7553 return 1;
7554}
7555
Nadav Har'El0140cae2011-05-25 23:06:28 +03007556/*
Avi Kivity6aa8b732006-12-10 02:21:36 -08007557 * The exit handlers return 1 if the exit was handled fully and guest execution
7558 * may resume. Otherwise they set the kvm_run parameter to indicate what needs
7559 * to be done to userspace and return 0.
7560 */
Mathias Krause772e0312012-08-30 01:30:19 +02007561static int (*const kvm_vmx_exit_handlers[])(struct kvm_vcpu *vcpu) = {
Avi Kivity6aa8b732006-12-10 02:21:36 -08007562 [EXIT_REASON_EXCEPTION_NMI] = handle_exception,
7563 [EXIT_REASON_EXTERNAL_INTERRUPT] = handle_external_interrupt,
Avi Kivity988ad742007-02-12 00:54:36 -08007564 [EXIT_REASON_TRIPLE_FAULT] = handle_triple_fault,
Sheng Yangf08864b2008-05-15 18:23:25 +08007565 [EXIT_REASON_NMI_WINDOW] = handle_nmi_window,
Avi Kivity6aa8b732006-12-10 02:21:36 -08007566 [EXIT_REASON_IO_INSTRUCTION] = handle_io,
Avi Kivity6aa8b732006-12-10 02:21:36 -08007567 [EXIT_REASON_CR_ACCESS] = handle_cr,
7568 [EXIT_REASON_DR_ACCESS] = handle_dr,
7569 [EXIT_REASON_CPUID] = handle_cpuid,
7570 [EXIT_REASON_MSR_READ] = handle_rdmsr,
7571 [EXIT_REASON_MSR_WRITE] = handle_wrmsr,
7572 [EXIT_REASON_PENDING_INTERRUPT] = handle_interrupt_window,
7573 [EXIT_REASON_HLT] = handle_halt,
Gleb Natapovec25d5e2010-11-01 15:35:01 +02007574 [EXIT_REASON_INVD] = handle_invd,
Marcelo Tosattia7052892008-09-23 13:18:35 -03007575 [EXIT_REASON_INVLPG] = handle_invlpg,
Avi Kivityfee84b02011-11-10 14:57:25 +02007576 [EXIT_REASON_RDPMC] = handle_rdpmc,
Ingo Molnarc21415e2007-02-19 14:37:47 +02007577 [EXIT_REASON_VMCALL] = handle_vmcall,
Nadav Har'El27d6c862011-05-25 23:06:59 +03007578 [EXIT_REASON_VMCLEAR] = handle_vmclear,
Nadav Har'Elcd232ad2011-05-25 23:10:33 +03007579 [EXIT_REASON_VMLAUNCH] = handle_vmlaunch,
Nadav Har'El63846662011-05-25 23:07:29 +03007580 [EXIT_REASON_VMPTRLD] = handle_vmptrld,
Nadav Har'El6a4d7552011-05-25 23:08:00 +03007581 [EXIT_REASON_VMPTRST] = handle_vmptrst,
Nadav Har'El49f705c2011-05-25 23:08:30 +03007582 [EXIT_REASON_VMREAD] = handle_vmread,
Nadav Har'Elcd232ad2011-05-25 23:10:33 +03007583 [EXIT_REASON_VMRESUME] = handle_vmresume,
Nadav Har'El49f705c2011-05-25 23:08:30 +03007584 [EXIT_REASON_VMWRITE] = handle_vmwrite,
Nadav Har'Elec378ae2011-05-25 23:02:54 +03007585 [EXIT_REASON_VMOFF] = handle_vmoff,
7586 [EXIT_REASON_VMON] = handle_vmon,
Sheng Yangf78e0e22007-10-29 09:40:42 +08007587 [EXIT_REASON_TPR_BELOW_THRESHOLD] = handle_tpr_below_threshold,
7588 [EXIT_REASON_APIC_ACCESS] = handle_apic_access,
Yang Zhang83d4c282013-01-25 10:18:49 +08007589 [EXIT_REASON_APIC_WRITE] = handle_apic_write,
Yang Zhangc7c9c562013-01-25 10:18:51 +08007590 [EXIT_REASON_EOI_INDUCED] = handle_apic_eoi_induced,
Eddie Donge5edaa02007-11-11 12:28:35 +02007591 [EXIT_REASON_WBINVD] = handle_wbinvd,
Dexuan Cui2acf9232010-06-10 11:27:12 +08007592 [EXIT_REASON_XSETBV] = handle_xsetbv,
Izik Eidus37817f22008-03-24 23:14:53 +02007593 [EXIT_REASON_TASK_SWITCH] = handle_task_switch,
Andi Kleena0861c02009-06-08 17:37:09 +08007594 [EXIT_REASON_MCE_DURING_VMENTRY] = handle_machine_check,
Marcelo Tosatti68f89402009-06-11 12:07:43 -03007595 [EXIT_REASON_EPT_VIOLATION] = handle_ept_violation,
7596 [EXIT_REASON_EPT_MISCONFIG] = handle_ept_misconfig,
Zhai, Edwin4b8d54f2009-10-09 18:03:20 +08007597 [EXIT_REASON_PAUSE_INSTRUCTION] = handle_pause,
Gabriel L. Somlo87c00572014-05-07 16:52:13 -04007598 [EXIT_REASON_MWAIT_INSTRUCTION] = handle_mwait,
Mihai Donțu5f3d45e2015-07-05 20:08:57 +03007599 [EXIT_REASON_MONITOR_TRAP_FLAG] = handle_monitor_trap,
Gabriel L. Somlo87c00572014-05-07 16:52:13 -04007600 [EXIT_REASON_MONITOR_INSTRUCTION] = handle_monitor,
Nadav Har'Elbfd0a562013-08-05 11:07:17 +03007601 [EXIT_REASON_INVEPT] = handle_invept,
Petr Matouseka642fc32014-09-23 20:22:30 +02007602 [EXIT_REASON_INVVPID] = handle_invvpid,
Wanpeng Lif53cd632014-12-02 19:14:58 +08007603 [EXIT_REASON_XSAVES] = handle_xsaves,
7604 [EXIT_REASON_XRSTORS] = handle_xrstors,
Kai Huang843e4332015-01-28 10:54:28 +08007605 [EXIT_REASON_PML_FULL] = handle_pml_full,
Avi Kivity6aa8b732006-12-10 02:21:36 -08007606};
7607
7608static const int kvm_vmx_max_exit_handlers =
Robert P. J. Day50a34852007-06-03 13:35:29 -04007609 ARRAY_SIZE(kvm_vmx_exit_handlers);
Avi Kivity6aa8b732006-12-10 02:21:36 -08007610
Jan Kiszka908a7bd2013-02-18 11:21:16 +01007611static bool nested_vmx_exit_handled_io(struct kvm_vcpu *vcpu,
7612 struct vmcs12 *vmcs12)
7613{
7614 unsigned long exit_qualification;
7615 gpa_t bitmap, last_bitmap;
7616 unsigned int port;
7617 int size;
7618 u8 b;
7619
Jan Kiszka908a7bd2013-02-18 11:21:16 +01007620 if (!nested_cpu_has(vmcs12, CPU_BASED_USE_IO_BITMAPS))
Zhihui Zhang2f0a6392013-12-30 15:56:29 -05007621 return nested_cpu_has(vmcs12, CPU_BASED_UNCOND_IO_EXITING);
Jan Kiszka908a7bd2013-02-18 11:21:16 +01007622
7623 exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
7624
7625 port = exit_qualification >> 16;
7626 size = (exit_qualification & 7) + 1;
7627
7628 last_bitmap = (gpa_t)-1;
7629 b = -1;
7630
7631 while (size > 0) {
7632 if (port < 0x8000)
7633 bitmap = vmcs12->io_bitmap_a;
7634 else if (port < 0x10000)
7635 bitmap = vmcs12->io_bitmap_b;
7636 else
Joe Perches1d804d02015-03-30 16:46:09 -07007637 return true;
Jan Kiszka908a7bd2013-02-18 11:21:16 +01007638 bitmap += (port & 0x7fff) / 8;
7639
7640 if (last_bitmap != bitmap)
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02007641 if (kvm_vcpu_read_guest(vcpu, bitmap, &b, 1))
Joe Perches1d804d02015-03-30 16:46:09 -07007642 return true;
Jan Kiszka908a7bd2013-02-18 11:21:16 +01007643 if (b & (1 << (port & 7)))
Joe Perches1d804d02015-03-30 16:46:09 -07007644 return true;
Jan Kiszka908a7bd2013-02-18 11:21:16 +01007645
7646 port++;
7647 size--;
7648 last_bitmap = bitmap;
7649 }
7650
Joe Perches1d804d02015-03-30 16:46:09 -07007651 return false;
Jan Kiszka908a7bd2013-02-18 11:21:16 +01007652}
7653
Nadav Har'El644d7112011-05-25 23:12:35 +03007654/*
7655 * Return 1 if we should exit from L2 to L1 to handle an MSR access access,
7656 * rather than handle it ourselves in L0. I.e., check whether L1 expressed
7657 * disinterest in the current event (read or write a specific MSR) by using an
7658 * MSR bitmap. This may be the case even when L0 doesn't use MSR bitmaps.
7659 */
7660static bool nested_vmx_exit_handled_msr(struct kvm_vcpu *vcpu,
7661 struct vmcs12 *vmcs12, u32 exit_reason)
7662{
7663 u32 msr_index = vcpu->arch.regs[VCPU_REGS_RCX];
7664 gpa_t bitmap;
7665
Jan Kiszkacbd29cb2013-02-11 12:19:28 +01007666 if (!nested_cpu_has(vmcs12, CPU_BASED_USE_MSR_BITMAPS))
Joe Perches1d804d02015-03-30 16:46:09 -07007667 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007668
7669 /*
7670 * The MSR_BITMAP page is divided into four 1024-byte bitmaps,
7671 * for the four combinations of read/write and low/high MSR numbers.
7672 * First we need to figure out which of the four to use:
7673 */
7674 bitmap = vmcs12->msr_bitmap;
7675 if (exit_reason == EXIT_REASON_MSR_WRITE)
7676 bitmap += 2048;
7677 if (msr_index >= 0xc0000000) {
7678 msr_index -= 0xc0000000;
7679 bitmap += 1024;
7680 }
7681
7682 /* Then read the msr_index'th bit from this bitmap: */
7683 if (msr_index < 1024*8) {
7684 unsigned char b;
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02007685 if (kvm_vcpu_read_guest(vcpu, bitmap + msr_index/8, &b, 1))
Joe Perches1d804d02015-03-30 16:46:09 -07007686 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007687 return 1 & (b >> (msr_index & 7));
7688 } else
Joe Perches1d804d02015-03-30 16:46:09 -07007689 return true; /* let L1 handle the wrong parameter */
Nadav Har'El644d7112011-05-25 23:12:35 +03007690}
7691
7692/*
7693 * Return 1 if we should exit from L2 to L1 to handle a CR access exit,
7694 * rather than handle it ourselves in L0. I.e., check if L1 wanted to
7695 * intercept (via guest_host_mask etc.) the current event.
7696 */
7697static bool nested_vmx_exit_handled_cr(struct kvm_vcpu *vcpu,
7698 struct vmcs12 *vmcs12)
7699{
7700 unsigned long exit_qualification = vmcs_readl(EXIT_QUALIFICATION);
7701 int cr = exit_qualification & 15;
7702 int reg = (exit_qualification >> 8) & 15;
Nadav Amit1e32c072014-06-18 17:19:25 +03007703 unsigned long val = kvm_register_readl(vcpu, reg);
Nadav Har'El644d7112011-05-25 23:12:35 +03007704
7705 switch ((exit_qualification >> 4) & 3) {
7706 case 0: /* mov to cr */
7707 switch (cr) {
7708 case 0:
7709 if (vmcs12->cr0_guest_host_mask &
7710 (val ^ vmcs12->cr0_read_shadow))
Joe Perches1d804d02015-03-30 16:46:09 -07007711 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007712 break;
7713 case 3:
7714 if ((vmcs12->cr3_target_count >= 1 &&
7715 vmcs12->cr3_target_value0 == val) ||
7716 (vmcs12->cr3_target_count >= 2 &&
7717 vmcs12->cr3_target_value1 == val) ||
7718 (vmcs12->cr3_target_count >= 3 &&
7719 vmcs12->cr3_target_value2 == val) ||
7720 (vmcs12->cr3_target_count >= 4 &&
7721 vmcs12->cr3_target_value3 == val))
Joe Perches1d804d02015-03-30 16:46:09 -07007722 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007723 if (nested_cpu_has(vmcs12, CPU_BASED_CR3_LOAD_EXITING))
Joe Perches1d804d02015-03-30 16:46:09 -07007724 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007725 break;
7726 case 4:
7727 if (vmcs12->cr4_guest_host_mask &
7728 (vmcs12->cr4_read_shadow ^ val))
Joe Perches1d804d02015-03-30 16:46:09 -07007729 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007730 break;
7731 case 8:
7732 if (nested_cpu_has(vmcs12, CPU_BASED_CR8_LOAD_EXITING))
Joe Perches1d804d02015-03-30 16:46:09 -07007733 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007734 break;
7735 }
7736 break;
7737 case 2: /* clts */
7738 if ((vmcs12->cr0_guest_host_mask & X86_CR0_TS) &&
7739 (vmcs12->cr0_read_shadow & X86_CR0_TS))
Joe Perches1d804d02015-03-30 16:46:09 -07007740 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007741 break;
7742 case 1: /* mov from cr */
7743 switch (cr) {
7744 case 3:
7745 if (vmcs12->cpu_based_vm_exec_control &
7746 CPU_BASED_CR3_STORE_EXITING)
Joe Perches1d804d02015-03-30 16:46:09 -07007747 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007748 break;
7749 case 8:
7750 if (vmcs12->cpu_based_vm_exec_control &
7751 CPU_BASED_CR8_STORE_EXITING)
Joe Perches1d804d02015-03-30 16:46:09 -07007752 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007753 break;
7754 }
7755 break;
7756 case 3: /* lmsw */
7757 /*
7758 * lmsw can change bits 1..3 of cr0, and only set bit 0 of
7759 * cr0. Other attempted changes are ignored, with no exit.
7760 */
7761 if (vmcs12->cr0_guest_host_mask & 0xe &
7762 (val ^ vmcs12->cr0_read_shadow))
Joe Perches1d804d02015-03-30 16:46:09 -07007763 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007764 if ((vmcs12->cr0_guest_host_mask & 0x1) &&
7765 !(vmcs12->cr0_read_shadow & 0x1) &&
7766 (val & 0x1))
Joe Perches1d804d02015-03-30 16:46:09 -07007767 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007768 break;
7769 }
Joe Perches1d804d02015-03-30 16:46:09 -07007770 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007771}
7772
7773/*
7774 * Return 1 if we should exit from L2 to L1 to handle an exit, or 0 if we
7775 * should handle it ourselves in L0 (and then continue L2). Only call this
7776 * when in is_guest_mode (L2).
7777 */
7778static bool nested_vmx_exit_handled(struct kvm_vcpu *vcpu)
7779{
Nadav Har'El644d7112011-05-25 23:12:35 +03007780 u32 intr_info = vmcs_read32(VM_EXIT_INTR_INFO);
7781 struct vcpu_vmx *vmx = to_vmx(vcpu);
7782 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
Jan Kiszka957c8972013-02-24 14:11:34 +01007783 u32 exit_reason = vmx->exit_reason;
Nadav Har'El644d7112011-05-25 23:12:35 +03007784
Jan Kiszka542060e2014-01-04 18:47:21 +01007785 trace_kvm_nested_vmexit(kvm_rip_read(vcpu), exit_reason,
7786 vmcs_readl(EXIT_QUALIFICATION),
7787 vmx->idt_vectoring_info,
7788 intr_info,
7789 vmcs_read32(VM_EXIT_INTR_ERROR_CODE),
7790 KVM_ISA_VMX);
7791
Nadav Har'El644d7112011-05-25 23:12:35 +03007792 if (vmx->nested.nested_run_pending)
Joe Perches1d804d02015-03-30 16:46:09 -07007793 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007794
7795 if (unlikely(vmx->fail)) {
Jan Kiszkabd801582011-09-12 11:26:22 +02007796 pr_info_ratelimited("%s failed vm entry %x\n", __func__,
7797 vmcs_read32(VM_INSTRUCTION_ERROR));
Joe Perches1d804d02015-03-30 16:46:09 -07007798 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007799 }
7800
7801 switch (exit_reason) {
7802 case EXIT_REASON_EXCEPTION_NMI:
7803 if (!is_exception(intr_info))
Joe Perches1d804d02015-03-30 16:46:09 -07007804 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007805 else if (is_page_fault(intr_info))
7806 return enable_ept;
Anthoine Bourgeoise504c902013-11-13 11:45:37 +01007807 else if (is_no_device(intr_info) &&
Paolo Bonziniccf98442014-02-27 22:54:11 +01007808 !(vmcs12->guest_cr0 & X86_CR0_TS))
Joe Perches1d804d02015-03-30 16:46:09 -07007809 return false;
Jan Kiszka6f054852016-02-09 20:15:18 +01007810 else if (is_debug(intr_info) &&
7811 vcpu->guest_debug &
7812 (KVM_GUESTDBG_SINGLESTEP | KVM_GUESTDBG_USE_HW_BP))
7813 return false;
7814 else if (is_breakpoint(intr_info) &&
7815 vcpu->guest_debug & KVM_GUESTDBG_USE_SW_BP)
7816 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007817 return vmcs12->exception_bitmap &
7818 (1u << (intr_info & INTR_INFO_VECTOR_MASK));
7819 case EXIT_REASON_EXTERNAL_INTERRUPT:
Joe Perches1d804d02015-03-30 16:46:09 -07007820 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007821 case EXIT_REASON_TRIPLE_FAULT:
Joe Perches1d804d02015-03-30 16:46:09 -07007822 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007823 case EXIT_REASON_PENDING_INTERRUPT:
Jan Kiszka3b656cf2013-04-14 12:12:45 +02007824 return nested_cpu_has(vmcs12, CPU_BASED_VIRTUAL_INTR_PENDING);
Nadav Har'El644d7112011-05-25 23:12:35 +03007825 case EXIT_REASON_NMI_WINDOW:
Jan Kiszka3b656cf2013-04-14 12:12:45 +02007826 return nested_cpu_has(vmcs12, CPU_BASED_VIRTUAL_NMI_PENDING);
Nadav Har'El644d7112011-05-25 23:12:35 +03007827 case EXIT_REASON_TASK_SWITCH:
Joe Perches1d804d02015-03-30 16:46:09 -07007828 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007829 case EXIT_REASON_CPUID:
Marcelo Tosattibc613492014-09-18 18:24:57 -03007830 if (kvm_register_read(vcpu, VCPU_REGS_RAX) == 0xa)
Joe Perches1d804d02015-03-30 16:46:09 -07007831 return false;
7832 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007833 case EXIT_REASON_HLT:
7834 return nested_cpu_has(vmcs12, CPU_BASED_HLT_EXITING);
7835 case EXIT_REASON_INVD:
Joe Perches1d804d02015-03-30 16:46:09 -07007836 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007837 case EXIT_REASON_INVLPG:
7838 return nested_cpu_has(vmcs12, CPU_BASED_INVLPG_EXITING);
7839 case EXIT_REASON_RDPMC:
7840 return nested_cpu_has(vmcs12, CPU_BASED_RDPMC_EXITING);
Jan Kiszkab3a2a902015-03-23 19:27:19 +01007841 case EXIT_REASON_RDTSC: case EXIT_REASON_RDTSCP:
Nadav Har'El644d7112011-05-25 23:12:35 +03007842 return nested_cpu_has(vmcs12, CPU_BASED_RDTSC_EXITING);
7843 case EXIT_REASON_VMCALL: case EXIT_REASON_VMCLEAR:
7844 case EXIT_REASON_VMLAUNCH: case EXIT_REASON_VMPTRLD:
7845 case EXIT_REASON_VMPTRST: case EXIT_REASON_VMREAD:
7846 case EXIT_REASON_VMRESUME: case EXIT_REASON_VMWRITE:
7847 case EXIT_REASON_VMOFF: case EXIT_REASON_VMON:
Petr Matouseka642fc32014-09-23 20:22:30 +02007848 case EXIT_REASON_INVEPT: case EXIT_REASON_INVVPID:
Nadav Har'El644d7112011-05-25 23:12:35 +03007849 /*
7850 * VMX instructions trap unconditionally. This allows L1 to
7851 * emulate them for its L2 guest, i.e., allows 3-level nesting!
7852 */
Joe Perches1d804d02015-03-30 16:46:09 -07007853 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007854 case EXIT_REASON_CR_ACCESS:
7855 return nested_vmx_exit_handled_cr(vcpu, vmcs12);
7856 case EXIT_REASON_DR_ACCESS:
7857 return nested_cpu_has(vmcs12, CPU_BASED_MOV_DR_EXITING);
7858 case EXIT_REASON_IO_INSTRUCTION:
Jan Kiszka908a7bd2013-02-18 11:21:16 +01007859 return nested_vmx_exit_handled_io(vcpu, vmcs12);
Nadav Har'El644d7112011-05-25 23:12:35 +03007860 case EXIT_REASON_MSR_READ:
7861 case EXIT_REASON_MSR_WRITE:
7862 return nested_vmx_exit_handled_msr(vcpu, vmcs12, exit_reason);
7863 case EXIT_REASON_INVALID_STATE:
Joe Perches1d804d02015-03-30 16:46:09 -07007864 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007865 case EXIT_REASON_MWAIT_INSTRUCTION:
7866 return nested_cpu_has(vmcs12, CPU_BASED_MWAIT_EXITING);
Mihai Donțu5f3d45e2015-07-05 20:08:57 +03007867 case EXIT_REASON_MONITOR_TRAP_FLAG:
7868 return nested_cpu_has(vmcs12, CPU_BASED_MONITOR_TRAP_FLAG);
Nadav Har'El644d7112011-05-25 23:12:35 +03007869 case EXIT_REASON_MONITOR_INSTRUCTION:
7870 return nested_cpu_has(vmcs12, CPU_BASED_MONITOR_EXITING);
7871 case EXIT_REASON_PAUSE_INSTRUCTION:
7872 return nested_cpu_has(vmcs12, CPU_BASED_PAUSE_EXITING) ||
7873 nested_cpu_has2(vmcs12,
7874 SECONDARY_EXEC_PAUSE_LOOP_EXITING);
7875 case EXIT_REASON_MCE_DURING_VMENTRY:
Joe Perches1d804d02015-03-30 16:46:09 -07007876 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007877 case EXIT_REASON_TPR_BELOW_THRESHOLD:
Wanpeng Lia7c0b072014-08-21 19:46:50 +08007878 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW);
Nadav Har'El644d7112011-05-25 23:12:35 +03007879 case EXIT_REASON_APIC_ACCESS:
7880 return nested_cpu_has2(vmcs12,
7881 SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES);
Wincy Van82f0dd42015-02-03 23:57:18 +08007882 case EXIT_REASON_APIC_WRITE:
Wincy Van608406e2015-02-03 23:57:51 +08007883 case EXIT_REASON_EOI_INDUCED:
7884 /* apic_write and eoi_induced should exit unconditionally. */
Joe Perches1d804d02015-03-30 16:46:09 -07007885 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007886 case EXIT_REASON_EPT_VIOLATION:
Nadav Har'El2b1be672013-08-05 11:07:19 +03007887 /*
7888 * L0 always deals with the EPT violation. If nested EPT is
7889 * used, and the nested mmu code discovers that the address is
7890 * missing in the guest EPT table (EPT12), the EPT violation
7891 * will be injected with nested_ept_inject_page_fault()
7892 */
Joe Perches1d804d02015-03-30 16:46:09 -07007893 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007894 case EXIT_REASON_EPT_MISCONFIG:
Nadav Har'El2b1be672013-08-05 11:07:19 +03007895 /*
7896 * L2 never uses directly L1's EPT, but rather L0's own EPT
7897 * table (shadow on EPT) or a merged EPT table that L0 built
7898 * (EPT on EPT). So any problems with the structure of the
7899 * table is L0's fault.
7900 */
Joe Perches1d804d02015-03-30 16:46:09 -07007901 return false;
Nadav Har'El644d7112011-05-25 23:12:35 +03007902 case EXIT_REASON_WBINVD:
7903 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_WBINVD_EXITING);
7904 case EXIT_REASON_XSETBV:
Joe Perches1d804d02015-03-30 16:46:09 -07007905 return true;
Wanpeng Li81dc01f2014-12-04 19:11:07 +08007906 case EXIT_REASON_XSAVES: case EXIT_REASON_XRSTORS:
7907 /*
7908 * This should never happen, since it is not possible to
7909 * set XSS to a non-zero value---neither in L1 nor in L2.
7910 * If if it were, XSS would have to be checked against
7911 * the XSS exit bitmap in vmcs12.
7912 */
7913 return nested_cpu_has2(vmcs12, SECONDARY_EXEC_XSAVES);
Nadav Har'El644d7112011-05-25 23:12:35 +03007914 default:
Joe Perches1d804d02015-03-30 16:46:09 -07007915 return true;
Nadav Har'El644d7112011-05-25 23:12:35 +03007916 }
7917}
7918
Avi Kivity586f9602010-11-18 13:09:54 +02007919static void vmx_get_exit_info(struct kvm_vcpu *vcpu, u64 *info1, u64 *info2)
7920{
7921 *info1 = vmcs_readl(EXIT_QUALIFICATION);
7922 *info2 = vmcs_read32(VM_EXIT_INTR_INFO);
7923}
7924
Kai Huanga3eaa862015-11-04 13:46:05 +08007925static int vmx_create_pml_buffer(struct vcpu_vmx *vmx)
Kai Huang843e4332015-01-28 10:54:28 +08007926{
7927 struct page *pml_pg;
Kai Huang843e4332015-01-28 10:54:28 +08007928
7929 pml_pg = alloc_page(GFP_KERNEL | __GFP_ZERO);
7930 if (!pml_pg)
7931 return -ENOMEM;
7932
7933 vmx->pml_pg = pml_pg;
7934
7935 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg));
7936 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1);
7937
Kai Huang843e4332015-01-28 10:54:28 +08007938 return 0;
7939}
7940
Kai Huanga3eaa862015-11-04 13:46:05 +08007941static void vmx_destroy_pml_buffer(struct vcpu_vmx *vmx)
Kai Huang843e4332015-01-28 10:54:28 +08007942{
Kai Huanga3eaa862015-11-04 13:46:05 +08007943 if (vmx->pml_pg) {
7944 __free_page(vmx->pml_pg);
7945 vmx->pml_pg = NULL;
7946 }
Kai Huang843e4332015-01-28 10:54:28 +08007947}
7948
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02007949static void vmx_flush_pml_buffer(struct kvm_vcpu *vcpu)
Kai Huang843e4332015-01-28 10:54:28 +08007950{
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02007951 struct vcpu_vmx *vmx = to_vmx(vcpu);
Kai Huang843e4332015-01-28 10:54:28 +08007952 u64 *pml_buf;
7953 u16 pml_idx;
7954
7955 pml_idx = vmcs_read16(GUEST_PML_INDEX);
7956
7957 /* Do nothing if PML buffer is empty */
7958 if (pml_idx == (PML_ENTITY_NUM - 1))
7959 return;
7960
7961 /* PML index always points to next available PML buffer entity */
7962 if (pml_idx >= PML_ENTITY_NUM)
7963 pml_idx = 0;
7964 else
7965 pml_idx++;
7966
7967 pml_buf = page_address(vmx->pml_pg);
7968 for (; pml_idx < PML_ENTITY_NUM; pml_idx++) {
7969 u64 gpa;
7970
7971 gpa = pml_buf[pml_idx];
7972 WARN_ON(gpa & (PAGE_SIZE - 1));
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02007973 kvm_vcpu_mark_page_dirty(vcpu, gpa >> PAGE_SHIFT);
Kai Huang843e4332015-01-28 10:54:28 +08007974 }
7975
7976 /* reset PML index */
7977 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1);
7978}
7979
7980/*
7981 * Flush all vcpus' PML buffer and update logged GPAs to dirty_bitmap.
7982 * Called before reporting dirty_bitmap to userspace.
7983 */
7984static void kvm_flush_pml_buffers(struct kvm *kvm)
7985{
7986 int i;
7987 struct kvm_vcpu *vcpu;
7988 /*
7989 * We only need to kick vcpu out of guest mode here, as PML buffer
7990 * is flushed at beginning of all VMEXITs, and it's obvious that only
7991 * vcpus running in guest are possible to have unflushed GPAs in PML
7992 * buffer.
7993 */
7994 kvm_for_each_vcpu(i, vcpu, kvm)
7995 kvm_vcpu_kick(vcpu);
7996}
7997
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02007998static void vmx_dump_sel(char *name, uint32_t sel)
7999{
8000 pr_err("%s sel=0x%04x, attr=0x%05x, limit=0x%08x, base=0x%016lx\n",
8001 name, vmcs_read32(sel),
8002 vmcs_read32(sel + GUEST_ES_AR_BYTES - GUEST_ES_SELECTOR),
8003 vmcs_read32(sel + GUEST_ES_LIMIT - GUEST_ES_SELECTOR),
8004 vmcs_readl(sel + GUEST_ES_BASE - GUEST_ES_SELECTOR));
8005}
8006
8007static void vmx_dump_dtsel(char *name, uint32_t limit)
8008{
8009 pr_err("%s limit=0x%08x, base=0x%016lx\n",
8010 name, vmcs_read32(limit),
8011 vmcs_readl(limit + GUEST_GDTR_BASE - GUEST_GDTR_LIMIT));
8012}
8013
8014static void dump_vmcs(void)
8015{
8016 u32 vmentry_ctl = vmcs_read32(VM_ENTRY_CONTROLS);
8017 u32 vmexit_ctl = vmcs_read32(VM_EXIT_CONTROLS);
8018 u32 cpu_based_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL);
8019 u32 pin_based_exec_ctrl = vmcs_read32(PIN_BASED_VM_EXEC_CONTROL);
8020 u32 secondary_exec_control = 0;
8021 unsigned long cr4 = vmcs_readl(GUEST_CR4);
Paolo Bonzinif3531052015-12-03 15:49:56 +01008022 u64 efer = vmcs_read64(GUEST_IA32_EFER);
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008023 int i, n;
8024
8025 if (cpu_has_secondary_exec_ctrls())
8026 secondary_exec_control = vmcs_read32(SECONDARY_VM_EXEC_CONTROL);
8027
8028 pr_err("*** Guest State ***\n");
8029 pr_err("CR0: actual=0x%016lx, shadow=0x%016lx, gh_mask=%016lx\n",
8030 vmcs_readl(GUEST_CR0), vmcs_readl(CR0_READ_SHADOW),
8031 vmcs_readl(CR0_GUEST_HOST_MASK));
8032 pr_err("CR4: actual=0x%016lx, shadow=0x%016lx, gh_mask=%016lx\n",
8033 cr4, vmcs_readl(CR4_READ_SHADOW), vmcs_readl(CR4_GUEST_HOST_MASK));
8034 pr_err("CR3 = 0x%016lx\n", vmcs_readl(GUEST_CR3));
8035 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT) &&
8036 (cr4 & X86_CR4_PAE) && !(efer & EFER_LMA))
8037 {
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008038 pr_err("PDPTR0 = 0x%016llx PDPTR1 = 0x%016llx\n",
8039 vmcs_read64(GUEST_PDPTR0), vmcs_read64(GUEST_PDPTR1));
8040 pr_err("PDPTR2 = 0x%016llx PDPTR3 = 0x%016llx\n",
8041 vmcs_read64(GUEST_PDPTR2), vmcs_read64(GUEST_PDPTR3));
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008042 }
8043 pr_err("RSP = 0x%016lx RIP = 0x%016lx\n",
8044 vmcs_readl(GUEST_RSP), vmcs_readl(GUEST_RIP));
8045 pr_err("RFLAGS=0x%08lx DR7 = 0x%016lx\n",
8046 vmcs_readl(GUEST_RFLAGS), vmcs_readl(GUEST_DR7));
8047 pr_err("Sysenter RSP=%016lx CS:RIP=%04x:%016lx\n",
8048 vmcs_readl(GUEST_SYSENTER_ESP),
8049 vmcs_read32(GUEST_SYSENTER_CS), vmcs_readl(GUEST_SYSENTER_EIP));
8050 vmx_dump_sel("CS: ", GUEST_CS_SELECTOR);
8051 vmx_dump_sel("DS: ", GUEST_DS_SELECTOR);
8052 vmx_dump_sel("SS: ", GUEST_SS_SELECTOR);
8053 vmx_dump_sel("ES: ", GUEST_ES_SELECTOR);
8054 vmx_dump_sel("FS: ", GUEST_FS_SELECTOR);
8055 vmx_dump_sel("GS: ", GUEST_GS_SELECTOR);
8056 vmx_dump_dtsel("GDTR:", GUEST_GDTR_LIMIT);
8057 vmx_dump_sel("LDTR:", GUEST_LDTR_SELECTOR);
8058 vmx_dump_dtsel("IDTR:", GUEST_IDTR_LIMIT);
8059 vmx_dump_sel("TR: ", GUEST_TR_SELECTOR);
8060 if ((vmexit_ctl & (VM_EXIT_SAVE_IA32_PAT | VM_EXIT_SAVE_IA32_EFER)) ||
8061 (vmentry_ctl & (VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_IA32_EFER)))
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008062 pr_err("EFER = 0x%016llx PAT = 0x%016llx\n",
8063 efer, vmcs_read64(GUEST_IA32_PAT));
8064 pr_err("DebugCtl = 0x%016llx DebugExceptions = 0x%016lx\n",
8065 vmcs_read64(GUEST_IA32_DEBUGCTL),
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008066 vmcs_readl(GUEST_PENDING_DBG_EXCEPTIONS));
8067 if (vmentry_ctl & VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL)
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008068 pr_err("PerfGlobCtl = 0x%016llx\n",
8069 vmcs_read64(GUEST_IA32_PERF_GLOBAL_CTRL));
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008070 if (vmentry_ctl & VM_ENTRY_LOAD_BNDCFGS)
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008071 pr_err("BndCfgS = 0x%016llx\n", vmcs_read64(GUEST_BNDCFGS));
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008072 pr_err("Interruptibility = %08x ActivityState = %08x\n",
8073 vmcs_read32(GUEST_INTERRUPTIBILITY_INFO),
8074 vmcs_read32(GUEST_ACTIVITY_STATE));
8075 if (secondary_exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY)
8076 pr_err("InterruptStatus = %04x\n",
8077 vmcs_read16(GUEST_INTR_STATUS));
8078
8079 pr_err("*** Host State ***\n");
8080 pr_err("RIP = 0x%016lx RSP = 0x%016lx\n",
8081 vmcs_readl(HOST_RIP), vmcs_readl(HOST_RSP));
8082 pr_err("CS=%04x SS=%04x DS=%04x ES=%04x FS=%04x GS=%04x TR=%04x\n",
8083 vmcs_read16(HOST_CS_SELECTOR), vmcs_read16(HOST_SS_SELECTOR),
8084 vmcs_read16(HOST_DS_SELECTOR), vmcs_read16(HOST_ES_SELECTOR),
8085 vmcs_read16(HOST_FS_SELECTOR), vmcs_read16(HOST_GS_SELECTOR),
8086 vmcs_read16(HOST_TR_SELECTOR));
8087 pr_err("FSBase=%016lx GSBase=%016lx TRBase=%016lx\n",
8088 vmcs_readl(HOST_FS_BASE), vmcs_readl(HOST_GS_BASE),
8089 vmcs_readl(HOST_TR_BASE));
8090 pr_err("GDTBase=%016lx IDTBase=%016lx\n",
8091 vmcs_readl(HOST_GDTR_BASE), vmcs_readl(HOST_IDTR_BASE));
8092 pr_err("CR0=%016lx CR3=%016lx CR4=%016lx\n",
8093 vmcs_readl(HOST_CR0), vmcs_readl(HOST_CR3),
8094 vmcs_readl(HOST_CR4));
8095 pr_err("Sysenter RSP=%016lx CS:RIP=%04x:%016lx\n",
8096 vmcs_readl(HOST_IA32_SYSENTER_ESP),
8097 vmcs_read32(HOST_IA32_SYSENTER_CS),
8098 vmcs_readl(HOST_IA32_SYSENTER_EIP));
8099 if (vmexit_ctl & (VM_EXIT_LOAD_IA32_PAT | VM_EXIT_LOAD_IA32_EFER))
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008100 pr_err("EFER = 0x%016llx PAT = 0x%016llx\n",
8101 vmcs_read64(HOST_IA32_EFER),
8102 vmcs_read64(HOST_IA32_PAT));
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008103 if (vmexit_ctl & VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL)
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008104 pr_err("PerfGlobCtl = 0x%016llx\n",
8105 vmcs_read64(HOST_IA32_PERF_GLOBAL_CTRL));
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008106
8107 pr_err("*** Control State ***\n");
8108 pr_err("PinBased=%08x CPUBased=%08x SecondaryExec=%08x\n",
8109 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control);
8110 pr_err("EntryControls=%08x ExitControls=%08x\n", vmentry_ctl, vmexit_ctl);
8111 pr_err("ExceptionBitmap=%08x PFECmask=%08x PFECmatch=%08x\n",
8112 vmcs_read32(EXCEPTION_BITMAP),
8113 vmcs_read32(PAGE_FAULT_ERROR_CODE_MASK),
8114 vmcs_read32(PAGE_FAULT_ERROR_CODE_MATCH));
8115 pr_err("VMEntry: intr_info=%08x errcode=%08x ilen=%08x\n",
8116 vmcs_read32(VM_ENTRY_INTR_INFO_FIELD),
8117 vmcs_read32(VM_ENTRY_EXCEPTION_ERROR_CODE),
8118 vmcs_read32(VM_ENTRY_INSTRUCTION_LEN));
8119 pr_err("VMExit: intr_info=%08x errcode=%08x ilen=%08x\n",
8120 vmcs_read32(VM_EXIT_INTR_INFO),
8121 vmcs_read32(VM_EXIT_INTR_ERROR_CODE),
8122 vmcs_read32(VM_EXIT_INSTRUCTION_LEN));
8123 pr_err(" reason=%08x qualification=%016lx\n",
8124 vmcs_read32(VM_EXIT_REASON), vmcs_readl(EXIT_QUALIFICATION));
8125 pr_err("IDTVectoring: info=%08x errcode=%08x\n",
8126 vmcs_read32(IDT_VECTORING_INFO_FIELD),
8127 vmcs_read32(IDT_VECTORING_ERROR_CODE));
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008128 pr_err("TSC Offset = 0x%016llx\n", vmcs_read64(TSC_OFFSET));
Haozhong Zhang8cfe9862015-10-20 15:39:12 +08008129 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING)
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008130 pr_err("TSC Multiplier = 0x%016llx\n",
8131 vmcs_read64(TSC_MULTIPLIER));
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008132 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW)
8133 pr_err("TPR Threshold = 0x%02x\n", vmcs_read32(TPR_THRESHOLD));
8134 if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR)
8135 pr_err("PostedIntrVec = 0x%02x\n", vmcs_read16(POSTED_INTR_NV));
8136 if ((secondary_exec_control & SECONDARY_EXEC_ENABLE_EPT))
Paolo Bonzini845c5b42015-12-03 15:51:00 +01008137 pr_err("EPT pointer = 0x%016llx\n", vmcs_read64(EPT_POINTER));
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008138 n = vmcs_read32(CR3_TARGET_COUNT);
8139 for (i = 0; i + 1 < n; i += 4)
8140 pr_err("CR3 target%u=%016lx target%u=%016lx\n",
8141 i, vmcs_readl(CR3_TARGET_VALUE0 + i * 2),
8142 i + 1, vmcs_readl(CR3_TARGET_VALUE0 + i * 2 + 2));
8143 if (i < n)
8144 pr_err("CR3 target%u=%016lx\n",
8145 i, vmcs_readl(CR3_TARGET_VALUE0 + i * 2));
8146 if (secondary_exec_control & SECONDARY_EXEC_PAUSE_LOOP_EXITING)
8147 pr_err("PLE Gap=%08x Window=%08x\n",
8148 vmcs_read32(PLE_GAP), vmcs_read32(PLE_WINDOW));
8149 if (secondary_exec_control & SECONDARY_EXEC_ENABLE_VPID)
8150 pr_err("Virtual processor ID = 0x%04x\n",
8151 vmcs_read16(VIRTUAL_PROCESSOR_ID));
8152}
8153
Avi Kivity6aa8b732006-12-10 02:21:36 -08008154/*
8155 * The guest has exited. See if we can fix it or if we need userspace
8156 * assistance.
8157 */
Avi Kivity851ba692009-08-24 11:10:17 +03008158static int vmx_handle_exit(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08008159{
Avi Kivity29bd8a72007-09-10 17:27:03 +03008160 struct vcpu_vmx *vmx = to_vmx(vcpu);
Andi Kleena0861c02009-06-08 17:37:09 +08008161 u32 exit_reason = vmx->exit_reason;
Avi Kivity1155f762007-11-22 11:30:47 +02008162 u32 vectoring_info = vmx->idt_vectoring_info;
Avi Kivity29bd8a72007-09-10 17:27:03 +03008163
Paolo Bonzini8b89fe12015-12-10 18:37:32 +01008164 trace_kvm_exit(exit_reason, vcpu, KVM_ISA_VMX);
8165
Kai Huang843e4332015-01-28 10:54:28 +08008166 /*
8167 * Flush logged GPAs PML buffer, this will make dirty_bitmap more
8168 * updated. Another good is, in kvm_vm_ioctl_get_dirty_log, before
8169 * querying dirty_bitmap, we only need to kick all vcpus out of guest
8170 * mode as if vcpus is in root mode, the PML buffer must has been
8171 * flushed already.
8172 */
8173 if (enable_pml)
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02008174 vmx_flush_pml_buffer(vcpu);
Kai Huang843e4332015-01-28 10:54:28 +08008175
Mohammed Gamal80ced182009-09-01 12:48:18 +02008176 /* If guest state is invalid, start emulating */
Gleb Natapov14168782013-01-21 15:36:49 +02008177 if (vmx->emulation_required)
Mohammed Gamal80ced182009-09-01 12:48:18 +02008178 return handle_invalid_guest_state(vcpu);
Guillaume Thouvenin1d5a4d92008-10-29 09:39:42 +01008179
Nadav Har'El644d7112011-05-25 23:12:35 +03008180 if (is_guest_mode(vcpu) && nested_vmx_exit_handled(vcpu)) {
Jan Kiszka533558b2014-01-04 18:47:20 +01008181 nested_vmx_vmexit(vcpu, exit_reason,
8182 vmcs_read32(VM_EXIT_INTR_INFO),
8183 vmcs_readl(EXIT_QUALIFICATION));
Nadav Har'El644d7112011-05-25 23:12:35 +03008184 return 1;
8185 }
8186
Mohammed Gamal51207022010-05-31 22:40:54 +03008187 if (exit_reason & VMX_EXIT_REASONS_FAILED_VMENTRY) {
Paolo Bonzini4eb64dc2015-04-30 12:57:28 +02008188 dump_vmcs();
Mohammed Gamal51207022010-05-31 22:40:54 +03008189 vcpu->run->exit_reason = KVM_EXIT_FAIL_ENTRY;
8190 vcpu->run->fail_entry.hardware_entry_failure_reason
8191 = exit_reason;
8192 return 0;
8193 }
8194
Avi Kivity29bd8a72007-09-10 17:27:03 +03008195 if (unlikely(vmx->fail)) {
Avi Kivity851ba692009-08-24 11:10:17 +03008196 vcpu->run->exit_reason = KVM_EXIT_FAIL_ENTRY;
8197 vcpu->run->fail_entry.hardware_entry_failure_reason
Avi Kivity29bd8a72007-09-10 17:27:03 +03008198 = vmcs_read32(VM_INSTRUCTION_ERROR);
8199 return 0;
8200 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08008201
Xiao Guangrongb9bf6882012-10-17 13:46:52 +08008202 /*
8203 * Note:
8204 * Do not try to fix EXIT_REASON_EPT_MISCONFIG if it caused by
8205 * delivery event since it indicates guest is accessing MMIO.
8206 * The vm-exit can be triggered again after return to guest that
8207 * will cause infinite loop.
8208 */
Mike Dayd77c26f2007-10-08 09:02:08 -04008209 if ((vectoring_info & VECTORING_INFO_VALID_MASK) &&
Sheng Yang14394422008-04-28 12:24:45 +08008210 (exit_reason != EXIT_REASON_EXCEPTION_NMI &&
Jan Kiszka60637aa2008-09-26 09:30:47 +02008211 exit_reason != EXIT_REASON_EPT_VIOLATION &&
Xiao Guangrongb9bf6882012-10-17 13:46:52 +08008212 exit_reason != EXIT_REASON_TASK_SWITCH)) {
8213 vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
8214 vcpu->run->internal.suberror = KVM_INTERNAL_ERROR_DELIVERY_EV;
8215 vcpu->run->internal.ndata = 2;
8216 vcpu->run->internal.data[0] = vectoring_info;
8217 vcpu->run->internal.data[1] = exit_reason;
8218 return 0;
8219 }
Jan Kiszka3b86cd92008-09-26 09:30:57 +02008220
Nadav Har'El644d7112011-05-25 23:12:35 +03008221 if (unlikely(!cpu_has_virtual_nmis() && vmx->soft_vnmi_blocked &&
8222 !(is_guest_mode(vcpu) && nested_cpu_has_virtual_nmis(
Nadav Har'Elf5c43682013-08-05 11:07:20 +03008223 get_vmcs12(vcpu))))) {
Gleb Natapovc4282df2009-04-21 17:45:07 +03008224 if (vmx_interrupt_allowed(vcpu)) {
Jan Kiszka3b86cd92008-09-26 09:30:57 +02008225 vmx->soft_vnmi_blocked = 0;
Jan Kiszka3b86cd92008-09-26 09:30:57 +02008226 } else if (vmx->vnmi_blocked_time > 1000000000LL &&
Jan Kiszka45312202008-12-11 16:54:54 +01008227 vcpu->arch.nmi_pending) {
Jan Kiszka3b86cd92008-09-26 09:30:57 +02008228 /*
8229 * This CPU don't support us in finding the end of an
8230 * NMI-blocked window if the guest runs with IRQs
8231 * disabled. So we pull the trigger after 1 s of
8232 * futile waiting, but inform the user about this.
8233 */
8234 printk(KERN_WARNING "%s: Breaking out of NMI-blocked "
8235 "state on VCPU %d after 1 s timeout\n",
8236 __func__, vcpu->vcpu_id);
8237 vmx->soft_vnmi_blocked = 0;
Jan Kiszka3b86cd92008-09-26 09:30:57 +02008238 }
Jan Kiszka3b86cd92008-09-26 09:30:57 +02008239 }
8240
Avi Kivity6aa8b732006-12-10 02:21:36 -08008241 if (exit_reason < kvm_vmx_max_exit_handlers
8242 && kvm_vmx_exit_handlers[exit_reason])
Avi Kivity851ba692009-08-24 11:10:17 +03008243 return kvm_vmx_exit_handlers[exit_reason](vcpu);
Avi Kivity6aa8b732006-12-10 02:21:36 -08008244 else {
Michael S. Tsirkin2bc19dc2014-09-18 16:21:16 +03008245 WARN_ONCE(1, "vmx: unexpected exit reason 0x%x\n", exit_reason);
8246 kvm_queue_exception(vcpu, UD_VECTOR);
8247 return 1;
Avi Kivity6aa8b732006-12-10 02:21:36 -08008248 }
Avi Kivity6aa8b732006-12-10 02:21:36 -08008249}
8250
Gleb Natapov95ba8273132009-04-21 17:45:08 +03008251static void update_cr8_intercept(struct kvm_vcpu *vcpu, int tpr, int irr)
Yang, Sheng6e5d8652007-09-12 18:03:11 +08008252{
Wanpeng Lia7c0b072014-08-21 19:46:50 +08008253 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
8254
8255 if (is_guest_mode(vcpu) &&
8256 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))
8257 return;
8258
Gleb Natapov95ba8273132009-04-21 17:45:08 +03008259 if (irr == -1 || tpr < irr) {
Yang, Sheng6e5d8652007-09-12 18:03:11 +08008260 vmcs_write32(TPR_THRESHOLD, 0);
8261 return;
8262 }
8263
Gleb Natapov95ba8273132009-04-21 17:45:08 +03008264 vmcs_write32(TPR_THRESHOLD, irr);
Yang, Sheng6e5d8652007-09-12 18:03:11 +08008265}
8266
Yang Zhang8d146952013-01-25 10:18:50 +08008267static void vmx_set_virtual_x2apic_mode(struct kvm_vcpu *vcpu, bool set)
8268{
8269 u32 sec_exec_control;
8270
8271 /*
8272 * There is not point to enable virtualize x2apic without enable
8273 * apicv
8274 */
Yang Zhangc7c9c562013-01-25 10:18:51 +08008275 if (!cpu_has_vmx_virtualize_x2apic_mode() ||
Andrey Smetanind62caab2015-11-10 15:36:33 +03008276 !kvm_vcpu_apicv_active(vcpu))
Yang Zhang8d146952013-01-25 10:18:50 +08008277 return;
8278
Paolo Bonzini35754c92015-07-29 12:05:37 +02008279 if (!cpu_need_tpr_shadow(vcpu))
Yang Zhang8d146952013-01-25 10:18:50 +08008280 return;
8281
8282 sec_exec_control = vmcs_read32(SECONDARY_VM_EXEC_CONTROL);
8283
8284 if (set) {
8285 sec_exec_control &= ~SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES;
8286 sec_exec_control |= SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE;
8287 } else {
8288 sec_exec_control &= ~SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE;
8289 sec_exec_control |= SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES;
8290 }
8291 vmcs_write32(SECONDARY_VM_EXEC_CONTROL, sec_exec_control);
8292
8293 vmx_set_msr_bitmap(vcpu);
8294}
8295
Tang Chen38b99172014-09-24 15:57:54 +08008296static void vmx_set_apic_access_page_addr(struct kvm_vcpu *vcpu, hpa_t hpa)
8297{
8298 struct vcpu_vmx *vmx = to_vmx(vcpu);
8299
8300 /*
8301 * Currently we do not handle the nested case where L2 has an
8302 * APIC access page of its own; that page is still pinned.
8303 * Hence, we skip the case where the VCPU is in guest mode _and_
8304 * L1 prepared an APIC access page for L2.
8305 *
8306 * For the case where L1 and L2 share the same APIC access page
8307 * (flexpriority=Y but SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES clear
8308 * in the vmcs12), this function will only update either the vmcs01
8309 * or the vmcs02. If the former, the vmcs02 will be updated by
8310 * prepare_vmcs02. If the latter, the vmcs01 will be updated in
8311 * the next L2->L1 exit.
8312 */
8313 if (!is_guest_mode(vcpu) ||
8314 !nested_cpu_has2(vmx->nested.current_vmcs12,
8315 SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES))
8316 vmcs_write64(APIC_ACCESS_ADDR, hpa);
8317}
8318
Paolo Bonzini67c9ddd2016-05-10 17:01:23 +02008319static void vmx_hwapic_isr_update(struct kvm_vcpu *vcpu, int max_isr)
Yang Zhangc7c9c562013-01-25 10:18:51 +08008320{
8321 u16 status;
8322 u8 old;
8323
Paolo Bonzini67c9ddd2016-05-10 17:01:23 +02008324 if (max_isr == -1)
8325 max_isr = 0;
Yang Zhangc7c9c562013-01-25 10:18:51 +08008326
8327 status = vmcs_read16(GUEST_INTR_STATUS);
8328 old = status >> 8;
Paolo Bonzini67c9ddd2016-05-10 17:01:23 +02008329 if (max_isr != old) {
Yang Zhangc7c9c562013-01-25 10:18:51 +08008330 status &= 0xff;
Paolo Bonzini67c9ddd2016-05-10 17:01:23 +02008331 status |= max_isr << 8;
Yang Zhangc7c9c562013-01-25 10:18:51 +08008332 vmcs_write16(GUEST_INTR_STATUS, status);
8333 }
8334}
8335
8336static void vmx_set_rvi(int vector)
8337{
8338 u16 status;
8339 u8 old;
8340
Wei Wang4114c272014-11-05 10:53:43 +08008341 if (vector == -1)
8342 vector = 0;
8343
Yang Zhangc7c9c562013-01-25 10:18:51 +08008344 status = vmcs_read16(GUEST_INTR_STATUS);
8345 old = (u8)status & 0xff;
8346 if ((u8)vector != old) {
8347 status &= ~0xff;
8348 status |= (u8)vector;
8349 vmcs_write16(GUEST_INTR_STATUS, status);
8350 }
8351}
8352
8353static void vmx_hwapic_irr_update(struct kvm_vcpu *vcpu, int max_irr)
8354{
Wanpeng Li963fee12014-07-17 19:03:00 +08008355 if (!is_guest_mode(vcpu)) {
8356 vmx_set_rvi(max_irr);
8357 return;
8358 }
8359
Wei Wang4114c272014-11-05 10:53:43 +08008360 if (max_irr == -1)
8361 return;
8362
Wanpeng Li963fee12014-07-17 19:03:00 +08008363 /*
Wei Wang4114c272014-11-05 10:53:43 +08008364 * In guest mode. If a vmexit is needed, vmx_check_nested_events
8365 * handles it.
8366 */
8367 if (nested_exit_on_intr(vcpu))
8368 return;
8369
8370 /*
8371 * Else, fall back to pre-APICv interrupt injection since L2
Wanpeng Li963fee12014-07-17 19:03:00 +08008372 * is run without virtual interrupt delivery.
8373 */
8374 if (!kvm_event_needs_reinjection(vcpu) &&
8375 vmx_interrupt_allowed(vcpu)) {
8376 kvm_queue_interrupt(vcpu, max_irr, false);
8377 vmx_inject_irq(vcpu);
8378 }
Yang Zhangc7c9c562013-01-25 10:18:51 +08008379}
8380
Andrey Smetanin63086302015-11-10 15:36:32 +03008381static void vmx_load_eoi_exitmap(struct kvm_vcpu *vcpu, u64 *eoi_exit_bitmap)
Yang Zhangc7c9c562013-01-25 10:18:51 +08008382{
Andrey Smetanind62caab2015-11-10 15:36:33 +03008383 if (!kvm_vcpu_apicv_active(vcpu))
Yang Zhang3d81bc72013-04-11 19:25:13 +08008384 return;
8385
Yang Zhangc7c9c562013-01-25 10:18:51 +08008386 vmcs_write64(EOI_EXIT_BITMAP0, eoi_exit_bitmap[0]);
8387 vmcs_write64(EOI_EXIT_BITMAP1, eoi_exit_bitmap[1]);
8388 vmcs_write64(EOI_EXIT_BITMAP2, eoi_exit_bitmap[2]);
8389 vmcs_write64(EOI_EXIT_BITMAP3, eoi_exit_bitmap[3]);
8390}
8391
Avi Kivity51aa01d2010-07-20 14:31:20 +03008392static void vmx_complete_atomic_exit(struct vcpu_vmx *vmx)
Avi Kivitycf393f72008-07-01 16:20:21 +03008393{
Avi Kivity00eba012011-03-07 17:24:54 +02008394 u32 exit_intr_info;
8395
8396 if (!(vmx->exit_reason == EXIT_REASON_MCE_DURING_VMENTRY
8397 || vmx->exit_reason == EXIT_REASON_EXCEPTION_NMI))
8398 return;
8399
Avi Kivityc5ca8e52011-03-07 17:37:37 +02008400 vmx->exit_intr_info = vmcs_read32(VM_EXIT_INTR_INFO);
Avi Kivity00eba012011-03-07 17:24:54 +02008401 exit_intr_info = vmx->exit_intr_info;
Andi Kleena0861c02009-06-08 17:37:09 +08008402
8403 /* Handle machine checks before interrupts are enabled */
Avi Kivity00eba012011-03-07 17:24:54 +02008404 if (is_machine_check(exit_intr_info))
Andi Kleena0861c02009-06-08 17:37:09 +08008405 kvm_machine_check();
8406
Gleb Natapov20f65982009-05-11 13:35:55 +03008407 /* We need to handle NMIs before interrupts are enabled */
Avi Kivity00eba012011-03-07 17:24:54 +02008408 if ((exit_intr_info & INTR_INFO_INTR_TYPE_MASK) == INTR_TYPE_NMI_INTR &&
Zhang, Yanminff9d07a2010-04-19 13:32:45 +08008409 (exit_intr_info & INTR_INFO_VALID_MASK)) {
8410 kvm_before_handle_nmi(&vmx->vcpu);
Gleb Natapov20f65982009-05-11 13:35:55 +03008411 asm("int $2");
Zhang, Yanminff9d07a2010-04-19 13:32:45 +08008412 kvm_after_handle_nmi(&vmx->vcpu);
8413 }
Avi Kivity51aa01d2010-07-20 14:31:20 +03008414}
Gleb Natapov20f65982009-05-11 13:35:55 +03008415
Yang Zhanga547c6d2013-04-11 19:25:10 +08008416static void vmx_handle_external_intr(struct kvm_vcpu *vcpu)
8417{
8418 u32 exit_intr_info = vmcs_read32(VM_EXIT_INTR_INFO);
Chris J Arges3f62de52016-01-22 15:44:38 -06008419 register void *__sp asm(_ASM_SP);
Yang Zhanga547c6d2013-04-11 19:25:10 +08008420
8421 /*
8422 * If external interrupt exists, IF bit is set in rflags/eflags on the
8423 * interrupt stack frame, and interrupt will be enabled on a return
8424 * from interrupt handler.
8425 */
8426 if ((exit_intr_info & (INTR_INFO_VALID_MASK | INTR_INFO_INTR_TYPE_MASK))
8427 == (INTR_INFO_VALID_MASK | INTR_TYPE_EXT_INTR)) {
8428 unsigned int vector;
8429 unsigned long entry;
8430 gate_desc *desc;
8431 struct vcpu_vmx *vmx = to_vmx(vcpu);
8432#ifdef CONFIG_X86_64
8433 unsigned long tmp;
8434#endif
8435
8436 vector = exit_intr_info & INTR_INFO_VECTOR_MASK;
8437 desc = (gate_desc *)vmx->host_idt_base + vector;
8438 entry = gate_offset(*desc);
8439 asm volatile(
8440#ifdef CONFIG_X86_64
8441 "mov %%" _ASM_SP ", %[sp]\n\t"
8442 "and $0xfffffffffffffff0, %%" _ASM_SP "\n\t"
8443 "push $%c[ss]\n\t"
8444 "push %[sp]\n\t"
8445#endif
8446 "pushf\n\t"
8447 "orl $0x200, (%%" _ASM_SP ")\n\t"
8448 __ASM_SIZE(push) " $%c[cs]\n\t"
8449 "call *%[entry]\n\t"
8450 :
8451#ifdef CONFIG_X86_64
Chris J Arges3f62de52016-01-22 15:44:38 -06008452 [sp]"=&r"(tmp),
Yang Zhanga547c6d2013-04-11 19:25:10 +08008453#endif
Chris J Arges3f62de52016-01-22 15:44:38 -06008454 "+r"(__sp)
Yang Zhanga547c6d2013-04-11 19:25:10 +08008455 :
8456 [entry]"r"(entry),
8457 [ss]"i"(__KERNEL_DS),
8458 [cs]"i"(__KERNEL_CS)
8459 );
8460 } else
8461 local_irq_enable();
8462}
8463
Paolo Bonzini6d396b52015-04-01 14:25:33 +02008464static bool vmx_has_high_real_mode_segbase(void)
8465{
8466 return enable_unrestricted_guest || emulate_invalid_guest_state;
8467}
8468
Liu, Jinsongda8999d2014-02-24 10:55:46 +00008469static bool vmx_mpx_supported(void)
8470{
8471 return (vmcs_config.vmexit_ctrl & VM_EXIT_CLEAR_BNDCFGS) &&
8472 (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_BNDCFGS);
8473}
8474
Wanpeng Li55412b22014-12-02 19:21:30 +08008475static bool vmx_xsaves_supported(void)
8476{
8477 return vmcs_config.cpu_based_2nd_exec_ctrl &
8478 SECONDARY_EXEC_XSAVES;
8479}
8480
Avi Kivity51aa01d2010-07-20 14:31:20 +03008481static void vmx_recover_nmi_blocking(struct vcpu_vmx *vmx)
8482{
Avi Kivityc5ca8e52011-03-07 17:37:37 +02008483 u32 exit_intr_info;
Avi Kivity51aa01d2010-07-20 14:31:20 +03008484 bool unblock_nmi;
8485 u8 vector;
8486 bool idtv_info_valid;
8487
8488 idtv_info_valid = vmx->idt_vectoring_info & VECTORING_INFO_VALID_MASK;
Gleb Natapov20f65982009-05-11 13:35:55 +03008489
Avi Kivitycf393f72008-07-01 16:20:21 +03008490 if (cpu_has_virtual_nmis()) {
Avi Kivity9d58b932011-03-07 16:52:07 +02008491 if (vmx->nmi_known_unmasked)
8492 return;
Avi Kivityc5ca8e52011-03-07 17:37:37 +02008493 /*
8494 * Can't use vmx->exit_intr_info since we're not sure what
8495 * the exit reason is.
8496 */
8497 exit_intr_info = vmcs_read32(VM_EXIT_INTR_INFO);
Avi Kivitycf393f72008-07-01 16:20:21 +03008498 unblock_nmi = (exit_intr_info & INTR_INFO_UNBLOCK_NMI) != 0;
8499 vector = exit_intr_info & INTR_INFO_VECTOR_MASK;
8500 /*
Gleb Natapov7b4a25c2009-03-30 16:03:08 +03008501 * SDM 3: 27.7.1.2 (September 2008)
Avi Kivitycf393f72008-07-01 16:20:21 +03008502 * Re-set bit "block by NMI" before VM entry if vmexit caused by
8503 * a guest IRET fault.
Gleb Natapov7b4a25c2009-03-30 16:03:08 +03008504 * SDM 3: 23.2.2 (September 2008)
8505 * Bit 12 is undefined in any of the following cases:
8506 * If the VM exit sets the valid bit in the IDT-vectoring
8507 * information field.
8508 * If the VM exit is due to a double fault.
Avi Kivitycf393f72008-07-01 16:20:21 +03008509 */
Gleb Natapov7b4a25c2009-03-30 16:03:08 +03008510 if ((exit_intr_info & INTR_INFO_VALID_MASK) && unblock_nmi &&
8511 vector != DF_VECTOR && !idtv_info_valid)
Avi Kivitycf393f72008-07-01 16:20:21 +03008512 vmcs_set_bits(GUEST_INTERRUPTIBILITY_INFO,
8513 GUEST_INTR_STATE_NMI);
Avi Kivity9d58b932011-03-07 16:52:07 +02008514 else
8515 vmx->nmi_known_unmasked =
8516 !(vmcs_read32(GUEST_INTERRUPTIBILITY_INFO)
8517 & GUEST_INTR_STATE_NMI);
Jan Kiszka3b86cd92008-09-26 09:30:57 +02008518 } else if (unlikely(vmx->soft_vnmi_blocked))
8519 vmx->vnmi_blocked_time +=
8520 ktime_to_ns(ktime_sub(ktime_get(), vmx->entry_time));
Avi Kivity51aa01d2010-07-20 14:31:20 +03008521}
8522
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008523static void __vmx_complete_interrupts(struct kvm_vcpu *vcpu,
Avi Kivity83422e12010-07-20 14:43:23 +03008524 u32 idt_vectoring_info,
8525 int instr_len_field,
8526 int error_code_field)
Avi Kivity51aa01d2010-07-20 14:31:20 +03008527{
Avi Kivity51aa01d2010-07-20 14:31:20 +03008528 u8 vector;
8529 int type;
8530 bool idtv_info_valid;
8531
8532 idtv_info_valid = idt_vectoring_info & VECTORING_INFO_VALID_MASK;
Avi Kivity668f6122008-07-02 09:28:55 +03008533
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008534 vcpu->arch.nmi_injected = false;
8535 kvm_clear_exception_queue(vcpu);
8536 kvm_clear_interrupt_queue(vcpu);
Gleb Natapov37b96e92009-03-30 16:03:13 +03008537
8538 if (!idtv_info_valid)
8539 return;
8540
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008541 kvm_make_request(KVM_REQ_EVENT, vcpu);
Avi Kivity3842d132010-07-27 12:30:24 +03008542
Avi Kivity668f6122008-07-02 09:28:55 +03008543 vector = idt_vectoring_info & VECTORING_INFO_VECTOR_MASK;
8544 type = idt_vectoring_info & VECTORING_INFO_TYPE_MASK;
Gleb Natapov37b96e92009-03-30 16:03:13 +03008545
Gleb Natapov64a7ec02009-03-30 16:03:29 +03008546 switch (type) {
Gleb Natapov37b96e92009-03-30 16:03:13 +03008547 case INTR_TYPE_NMI_INTR:
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008548 vcpu->arch.nmi_injected = true;
Avi Kivity668f6122008-07-02 09:28:55 +03008549 /*
Gleb Natapov7b4a25c2009-03-30 16:03:08 +03008550 * SDM 3: 27.7.1.2 (September 2008)
Gleb Natapov37b96e92009-03-30 16:03:13 +03008551 * Clear bit "block by NMI" before VM entry if a NMI
8552 * delivery faulted.
Avi Kivity668f6122008-07-02 09:28:55 +03008553 */
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008554 vmx_set_nmi_mask(vcpu, false);
Gleb Natapov37b96e92009-03-30 16:03:13 +03008555 break;
Gleb Natapov37b96e92009-03-30 16:03:13 +03008556 case INTR_TYPE_SOFT_EXCEPTION:
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008557 vcpu->arch.event_exit_inst_len = vmcs_read32(instr_len_field);
Gleb Natapov66fd3f72009-05-11 13:35:50 +03008558 /* fall through */
8559 case INTR_TYPE_HARD_EXCEPTION:
Avi Kivity35920a32008-07-03 14:50:12 +03008560 if (idt_vectoring_info & VECTORING_INFO_DELIVER_CODE_MASK) {
Avi Kivity83422e12010-07-20 14:43:23 +03008561 u32 err = vmcs_read32(error_code_field);
Gleb Natapov851eb6672013-09-25 12:51:34 +03008562 kvm_requeue_exception_e(vcpu, vector, err);
Avi Kivity35920a32008-07-03 14:50:12 +03008563 } else
Gleb Natapov851eb6672013-09-25 12:51:34 +03008564 kvm_requeue_exception(vcpu, vector);
Gleb Natapov37b96e92009-03-30 16:03:13 +03008565 break;
Gleb Natapov66fd3f72009-05-11 13:35:50 +03008566 case INTR_TYPE_SOFT_INTR:
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008567 vcpu->arch.event_exit_inst_len = vmcs_read32(instr_len_field);
Gleb Natapov66fd3f72009-05-11 13:35:50 +03008568 /* fall through */
Gleb Natapov37b96e92009-03-30 16:03:13 +03008569 case INTR_TYPE_EXT_INTR:
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008570 kvm_queue_interrupt(vcpu, vector, type == INTR_TYPE_SOFT_INTR);
Gleb Natapov37b96e92009-03-30 16:03:13 +03008571 break;
8572 default:
8573 break;
Avi Kivityf7d92382008-07-03 16:14:28 +03008574 }
Avi Kivitycf393f72008-07-01 16:20:21 +03008575}
8576
Avi Kivity83422e12010-07-20 14:43:23 +03008577static void vmx_complete_interrupts(struct vcpu_vmx *vmx)
8578{
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008579 __vmx_complete_interrupts(&vmx->vcpu, vmx->idt_vectoring_info,
Avi Kivity83422e12010-07-20 14:43:23 +03008580 VM_EXIT_INSTRUCTION_LEN,
8581 IDT_VECTORING_ERROR_CODE);
8582}
8583
Avi Kivityb463a6f2010-07-20 15:06:17 +03008584static void vmx_cancel_injection(struct kvm_vcpu *vcpu)
8585{
Jan Kiszka3ab66e82013-02-20 14:03:24 +01008586 __vmx_complete_interrupts(vcpu,
Avi Kivityb463a6f2010-07-20 15:06:17 +03008587 vmcs_read32(VM_ENTRY_INTR_INFO_FIELD),
8588 VM_ENTRY_INSTRUCTION_LEN,
8589 VM_ENTRY_EXCEPTION_ERROR_CODE);
8590
8591 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0);
8592}
8593
Gleb Natapovd7cd9792011-10-05 14:01:23 +02008594static void atomic_switch_perf_msrs(struct vcpu_vmx *vmx)
8595{
8596 int i, nr_msrs;
8597 struct perf_guest_switch_msr *msrs;
8598
8599 msrs = perf_guest_get_msrs(&nr_msrs);
8600
8601 if (!msrs)
8602 return;
8603
8604 for (i = 0; i < nr_msrs; i++)
8605 if (msrs[i].host == msrs[i].guest)
8606 clear_atomic_switch_msr(vmx, msrs[i].msr);
8607 else
8608 add_atomic_switch_msr(vmx, msrs[i].msr, msrs[i].guest,
8609 msrs[i].host);
8610}
8611
Lai Jiangshana3b5ba42011-02-11 14:29:40 +08008612static void __noclone vmx_vcpu_run(struct kvm_vcpu *vcpu)
Avi Kivity6aa8b732006-12-10 02:21:36 -08008613{
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04008614 struct vcpu_vmx *vmx = to_vmx(vcpu);
Andy Lutomirskid974baa2014-10-08 09:02:13 -07008615 unsigned long debugctlmsr, cr4;
Avi Kivity104f2262010-11-18 13:12:52 +02008616
8617 /* Record the guest's net vcpu time for enforced NMI injections. */
8618 if (unlikely(!cpu_has_virtual_nmis() && vmx->soft_vnmi_blocked))
8619 vmx->entry_time = ktime_get();
8620
8621 /* Don't enter VMX if guest state is invalid, let the exit handler
8622 start emulation until we arrive back to a valid state */
Gleb Natapov14168782013-01-21 15:36:49 +02008623 if (vmx->emulation_required)
Avi Kivity104f2262010-11-18 13:12:52 +02008624 return;
8625
Radim Krčmářa7653ec2014-08-21 18:08:07 +02008626 if (vmx->ple_window_dirty) {
8627 vmx->ple_window_dirty = false;
8628 vmcs_write32(PLE_WINDOW, vmx->ple_window);
8629 }
8630
Abel Gordon012f83c2013-04-18 14:39:25 +03008631 if (vmx->nested.sync_shadow_vmcs) {
8632 copy_vmcs12_to_shadow(vmx);
8633 vmx->nested.sync_shadow_vmcs = false;
8634 }
8635
Avi Kivity104f2262010-11-18 13:12:52 +02008636 if (test_bit(VCPU_REGS_RSP, (unsigned long *)&vcpu->arch.regs_dirty))
8637 vmcs_writel(GUEST_RSP, vcpu->arch.regs[VCPU_REGS_RSP]);
8638 if (test_bit(VCPU_REGS_RIP, (unsigned long *)&vcpu->arch.regs_dirty))
8639 vmcs_writel(GUEST_RIP, vcpu->arch.regs[VCPU_REGS_RIP]);
8640
Andy Lutomirski1e02ce42014-10-24 15:58:08 -07008641 cr4 = cr4_read_shadow();
Andy Lutomirskid974baa2014-10-08 09:02:13 -07008642 if (unlikely(cr4 != vmx->host_state.vmcs_host_cr4)) {
8643 vmcs_writel(HOST_CR4, cr4);
8644 vmx->host_state.vmcs_host_cr4 = cr4;
8645 }
8646
Avi Kivity104f2262010-11-18 13:12:52 +02008647 /* When single-stepping over STI and MOV SS, we must clear the
8648 * corresponding interruptibility bits in the guest state. Otherwise
8649 * vmentry fails as it then expects bit 14 (BS) in pending debug
8650 * exceptions being set, but that's not correct for the guest debugging
8651 * case. */
8652 if (vcpu->guest_debug & KVM_GUESTDBG_SINGLESTEP)
8653 vmx_set_interrupt_shadow(vcpu, 0);
8654
Xiao Guangrong1be0e612016-03-22 16:51:18 +08008655 if (vmx->guest_pkru_valid)
8656 __write_pkru(vmx->guest_pkru);
8657
Gleb Natapovd7cd9792011-10-05 14:01:23 +02008658 atomic_switch_perf_msrs(vmx);
Gleb Natapov2a7921b2012-08-12 16:12:29 +03008659 debugctlmsr = get_debugctlmsr();
Gleb Natapovd7cd9792011-10-05 14:01:23 +02008660
Nadav Har'Eld462b812011-05-24 15:26:10 +03008661 vmx->__launched = vmx->loaded_vmcs->launched;
Avi Kivity104f2262010-11-18 13:12:52 +02008662 asm(
Avi Kivity6aa8b732006-12-10 02:21:36 -08008663 /* Store host registers */
Avi Kivityb188c81f2012-09-16 15:10:58 +03008664 "push %%" _ASM_DX "; push %%" _ASM_BP ";"
8665 "push %%" _ASM_CX " \n\t" /* placeholder for guest rcx */
8666 "push %%" _ASM_CX " \n\t"
8667 "cmp %%" _ASM_SP ", %c[host_rsp](%0) \n\t"
Avi Kivity313dbd42008-07-17 18:04:30 +03008668 "je 1f \n\t"
Avi Kivityb188c81f2012-09-16 15:10:58 +03008669 "mov %%" _ASM_SP ", %c[host_rsp](%0) \n\t"
Avi Kivity4ecac3f2008-05-13 13:23:38 +03008670 __ex(ASM_VMX_VMWRITE_RSP_RDX) "\n\t"
Avi Kivity313dbd42008-07-17 18:04:30 +03008671 "1: \n\t"
Avi Kivityd3edefc2009-06-16 12:33:56 +03008672 /* Reload cr2 if changed */
Avi Kivityb188c81f2012-09-16 15:10:58 +03008673 "mov %c[cr2](%0), %%" _ASM_AX " \n\t"
8674 "mov %%cr2, %%" _ASM_DX " \n\t"
8675 "cmp %%" _ASM_AX ", %%" _ASM_DX " \n\t"
Avi Kivityd3edefc2009-06-16 12:33:56 +03008676 "je 2f \n\t"
Avi Kivityb188c81f2012-09-16 15:10:58 +03008677 "mov %%" _ASM_AX", %%cr2 \n\t"
Avi Kivityd3edefc2009-06-16 12:33:56 +03008678 "2: \n\t"
Avi Kivity6aa8b732006-12-10 02:21:36 -08008679 /* Check if vmlaunch of vmresume is needed */
Avi Kivitye08aa782007-11-15 18:06:18 +02008680 "cmpl $0, %c[launched](%0) \n\t"
Avi Kivity6aa8b732006-12-10 02:21:36 -08008681 /* Load guest registers. Don't clobber flags. */
Avi Kivityb188c81f2012-09-16 15:10:58 +03008682 "mov %c[rax](%0), %%" _ASM_AX " \n\t"
8683 "mov %c[rbx](%0), %%" _ASM_BX " \n\t"
8684 "mov %c[rdx](%0), %%" _ASM_DX " \n\t"
8685 "mov %c[rsi](%0), %%" _ASM_SI " \n\t"
8686 "mov %c[rdi](%0), %%" _ASM_DI " \n\t"
8687 "mov %c[rbp](%0), %%" _ASM_BP " \n\t"
Avi Kivity05b3e0c2006-12-13 00:33:45 -08008688#ifdef CONFIG_X86_64
Avi Kivitye08aa782007-11-15 18:06:18 +02008689 "mov %c[r8](%0), %%r8 \n\t"
8690 "mov %c[r9](%0), %%r9 \n\t"
8691 "mov %c[r10](%0), %%r10 \n\t"
8692 "mov %c[r11](%0), %%r11 \n\t"
8693 "mov %c[r12](%0), %%r12 \n\t"
8694 "mov %c[r13](%0), %%r13 \n\t"
8695 "mov %c[r14](%0), %%r14 \n\t"
8696 "mov %c[r15](%0), %%r15 \n\t"
Avi Kivity6aa8b732006-12-10 02:21:36 -08008697#endif
Avi Kivityb188c81f2012-09-16 15:10:58 +03008698 "mov %c[rcx](%0), %%" _ASM_CX " \n\t" /* kills %0 (ecx) */
Avi Kivityc8019492008-07-14 14:44:59 +03008699
Avi Kivity6aa8b732006-12-10 02:21:36 -08008700 /* Enter guest mode */
Avi Kivity83287ea422012-09-16 15:10:57 +03008701 "jne 1f \n\t"
Avi Kivity4ecac3f2008-05-13 13:23:38 +03008702 __ex(ASM_VMX_VMLAUNCH) "\n\t"
Avi Kivity83287ea422012-09-16 15:10:57 +03008703 "jmp 2f \n\t"
8704 "1: " __ex(ASM_VMX_VMRESUME) "\n\t"
8705 "2: "
Avi Kivity6aa8b732006-12-10 02:21:36 -08008706 /* Save guest registers, load host registers, keep flags */
Avi Kivityb188c81f2012-09-16 15:10:58 +03008707 "mov %0, %c[wordsize](%%" _ASM_SP ") \n\t"
Avi Kivity40712fa2011-01-06 18:09:12 +02008708 "pop %0 \n\t"
Avi Kivityb188c81f2012-09-16 15:10:58 +03008709 "mov %%" _ASM_AX ", %c[rax](%0) \n\t"
8710 "mov %%" _ASM_BX ", %c[rbx](%0) \n\t"
8711 __ASM_SIZE(pop) " %c[rcx](%0) \n\t"
8712 "mov %%" _ASM_DX ", %c[rdx](%0) \n\t"
8713 "mov %%" _ASM_SI ", %c[rsi](%0) \n\t"
8714 "mov %%" _ASM_DI ", %c[rdi](%0) \n\t"
8715 "mov %%" _ASM_BP ", %c[rbp](%0) \n\t"
Avi Kivity05b3e0c2006-12-13 00:33:45 -08008716#ifdef CONFIG_X86_64
Avi Kivitye08aa782007-11-15 18:06:18 +02008717 "mov %%r8, %c[r8](%0) \n\t"
8718 "mov %%r9, %c[r9](%0) \n\t"
8719 "mov %%r10, %c[r10](%0) \n\t"
8720 "mov %%r11, %c[r11](%0) \n\t"
8721 "mov %%r12, %c[r12](%0) \n\t"
8722 "mov %%r13, %c[r13](%0) \n\t"
8723 "mov %%r14, %c[r14](%0) \n\t"
8724 "mov %%r15, %c[r15](%0) \n\t"
Avi Kivity6aa8b732006-12-10 02:21:36 -08008725#endif
Avi Kivityb188c81f2012-09-16 15:10:58 +03008726 "mov %%cr2, %%" _ASM_AX " \n\t"
8727 "mov %%" _ASM_AX ", %c[cr2](%0) \n\t"
Avi Kivityc8019492008-07-14 14:44:59 +03008728
Avi Kivityb188c81f2012-09-16 15:10:58 +03008729 "pop %%" _ASM_BP "; pop %%" _ASM_DX " \n\t"
Avi Kivitye08aa782007-11-15 18:06:18 +02008730 "setbe %c[fail](%0) \n\t"
Avi Kivity83287ea422012-09-16 15:10:57 +03008731 ".pushsection .rodata \n\t"
8732 ".global vmx_return \n\t"
8733 "vmx_return: " _ASM_PTR " 2b \n\t"
8734 ".popsection"
Avi Kivitye08aa782007-11-15 18:06:18 +02008735 : : "c"(vmx), "d"((unsigned long)HOST_RSP),
Nadav Har'Eld462b812011-05-24 15:26:10 +03008736 [launched]"i"(offsetof(struct vcpu_vmx, __launched)),
Avi Kivitye08aa782007-11-15 18:06:18 +02008737 [fail]"i"(offsetof(struct vcpu_vmx, fail)),
Avi Kivity313dbd42008-07-17 18:04:30 +03008738 [host_rsp]"i"(offsetof(struct vcpu_vmx, host_rsp)),
Zhang Xiantaoad312c72007-12-13 23:50:52 +08008739 [rax]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RAX])),
8740 [rbx]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RBX])),
8741 [rcx]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RCX])),
8742 [rdx]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RDX])),
8743 [rsi]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RSI])),
8744 [rdi]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RDI])),
8745 [rbp]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_RBP])),
Avi Kivity05b3e0c2006-12-13 00:33:45 -08008746#ifdef CONFIG_X86_64
Zhang Xiantaoad312c72007-12-13 23:50:52 +08008747 [r8]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R8])),
8748 [r9]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R9])),
8749 [r10]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R10])),
8750 [r11]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R11])),
8751 [r12]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R12])),
8752 [r13]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R13])),
8753 [r14]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R14])),
8754 [r15]"i"(offsetof(struct vcpu_vmx, vcpu.arch.regs[VCPU_REGS_R15])),
Avi Kivity6aa8b732006-12-10 02:21:36 -08008755#endif
Avi Kivity40712fa2011-01-06 18:09:12 +02008756 [cr2]"i"(offsetof(struct vcpu_vmx, vcpu.arch.cr2)),
8757 [wordsize]"i"(sizeof(ulong))
Laurent Vivierc2036302007-10-25 14:18:52 +02008758 : "cc", "memory"
8759#ifdef CONFIG_X86_64
Avi Kivityb188c81f2012-09-16 15:10:58 +03008760 , "rax", "rbx", "rdi", "rsi"
Laurent Vivierc2036302007-10-25 14:18:52 +02008761 , "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15"
Avi Kivityb188c81f2012-09-16 15:10:58 +03008762#else
8763 , "eax", "ebx", "edi", "esi"
Laurent Vivierc2036302007-10-25 14:18:52 +02008764#endif
8765 );
Avi Kivity6aa8b732006-12-10 02:21:36 -08008766
Gleb Natapov2a7921b2012-08-12 16:12:29 +03008767 /* MSR_IA32_DEBUGCTLMSR is zeroed on vmexit. Restore it if needed */
8768 if (debugctlmsr)
8769 update_debugctlmsr(debugctlmsr);
8770
Avi Kivityaa67f602012-08-01 16:48:03 +03008771#ifndef CONFIG_X86_64
8772 /*
8773 * The sysexit path does not restore ds/es, so we must set them to
8774 * a reasonable value ourselves.
8775 *
8776 * We can't defer this to vmx_load_host_state() since that function
8777 * may be executed in interrupt context, which saves and restore segments
8778 * around it, nullifying its effect.
8779 */
8780 loadsegment(ds, __USER_DS);
8781 loadsegment(es, __USER_DS);
8782#endif
8783
Avi Kivity6de4f3a2009-05-31 22:58:47 +03008784 vcpu->arch.regs_avail = ~((1 << VCPU_REGS_RIP) | (1 << VCPU_REGS_RSP)
Avi Kivity6de12732011-03-07 12:51:22 +02008785 | (1 << VCPU_EXREG_RFLAGS)
Avi Kivityaff48ba2010-12-05 18:56:11 +02008786 | (1 << VCPU_EXREG_PDPTR)
Avi Kivity2fb92db2011-04-27 19:42:18 +03008787 | (1 << VCPU_EXREG_SEGMENTS)
Avi Kivityaff48ba2010-12-05 18:56:11 +02008788 | (1 << VCPU_EXREG_CR3));
Marcelo Tosatti5fdbf972008-06-27 14:58:02 -03008789 vcpu->arch.regs_dirty = 0;
8790
Avi Kivity1155f762007-11-22 11:30:47 +02008791 vmx->idt_vectoring_info = vmcs_read32(IDT_VECTORING_INFO_FIELD);
8792
Nadav Har'Eld462b812011-05-24 15:26:10 +03008793 vmx->loaded_vmcs->launched = 1;
Avi Kivity1b6269d2007-10-09 12:12:19 +02008794
Avi Kivity51aa01d2010-07-20 14:31:20 +03008795 vmx->exit_reason = vmcs_read32(VM_EXIT_REASON);
Avi Kivity51aa01d2010-07-20 14:31:20 +03008796
Gleb Natapove0b890d2013-09-25 12:51:33 +03008797 /*
Xiao Guangrong1be0e612016-03-22 16:51:18 +08008798 * eager fpu is enabled if PKEY is supported and CR4 is switched
8799 * back on host, so it is safe to read guest PKRU from current
8800 * XSAVE.
8801 */
8802 if (boot_cpu_has(X86_FEATURE_OSPKE)) {
8803 vmx->guest_pkru = __read_pkru();
8804 if (vmx->guest_pkru != vmx->host_pkru) {
8805 vmx->guest_pkru_valid = true;
8806 __write_pkru(vmx->host_pkru);
8807 } else
8808 vmx->guest_pkru_valid = false;
8809 }
8810
8811 /*
Gleb Natapove0b890d2013-09-25 12:51:33 +03008812 * the KVM_REQ_EVENT optimization bit is only on for one entry, and if
8813 * we did not inject a still-pending event to L1 now because of
8814 * nested_run_pending, we need to re-enable this bit.
8815 */
8816 if (vmx->nested.nested_run_pending)
8817 kvm_make_request(KVM_REQ_EVENT, vcpu);
8818
8819 vmx->nested.nested_run_pending = 0;
8820
Avi Kivity51aa01d2010-07-20 14:31:20 +03008821 vmx_complete_atomic_exit(vmx);
8822 vmx_recover_nmi_blocking(vmx);
Avi Kivitycf393f72008-07-01 16:20:21 +03008823 vmx_complete_interrupts(vmx);
Avi Kivity6aa8b732006-12-10 02:21:36 -08008824}
8825
Paolo Bonzini4fa77342014-07-17 12:25:16 +02008826static void vmx_load_vmcs01(struct kvm_vcpu *vcpu)
8827{
8828 struct vcpu_vmx *vmx = to_vmx(vcpu);
8829 int cpu;
8830
8831 if (vmx->loaded_vmcs == &vmx->vmcs01)
8832 return;
8833
8834 cpu = get_cpu();
8835 vmx->loaded_vmcs = &vmx->vmcs01;
8836 vmx_vcpu_put(vcpu);
8837 vmx_vcpu_load(vcpu, cpu);
8838 vcpu->cpu = cpu;
8839 put_cpu();
8840}
8841
Avi Kivity6aa8b732006-12-10 02:21:36 -08008842static void vmx_free_vcpu(struct kvm_vcpu *vcpu)
8843{
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008844 struct vcpu_vmx *vmx = to_vmx(vcpu);
8845
Kai Huang843e4332015-01-28 10:54:28 +08008846 if (enable_pml)
Kai Huanga3eaa862015-11-04 13:46:05 +08008847 vmx_destroy_pml_buffer(vmx);
Wanpeng Li991e7a02015-09-16 17:30:05 +08008848 free_vpid(vmx->vpid);
Paolo Bonzini4fa77342014-07-17 12:25:16 +02008849 leave_guest_mode(vcpu);
8850 vmx_load_vmcs01(vcpu);
Marcelo Tosatti26a865f2014-01-03 17:00:51 -02008851 free_nested(vmx);
Paolo Bonzini4fa77342014-07-17 12:25:16 +02008852 free_loaded_vmcs(vmx->loaded_vmcs);
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008853 kfree(vmx->guest_msrs);
8854 kvm_vcpu_uninit(vcpu);
Rusty Russella4770342007-08-01 14:46:11 +10008855 kmem_cache_free(kvm_vcpu_cache, vmx);
Avi Kivity6aa8b732006-12-10 02:21:36 -08008856}
8857
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008858static struct kvm_vcpu *vmx_create_vcpu(struct kvm *kvm, unsigned int id)
Avi Kivity6aa8b732006-12-10 02:21:36 -08008859{
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008860 int err;
Rusty Russellc16f8622007-07-30 21:12:19 +10008861 struct vcpu_vmx *vmx = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL);
Avi Kivity15ad7142007-07-11 18:17:21 +03008862 int cpu;
Avi Kivity6aa8b732006-12-10 02:21:36 -08008863
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04008864 if (!vmx)
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008865 return ERR_PTR(-ENOMEM);
8866
Wanpeng Li991e7a02015-09-16 17:30:05 +08008867 vmx->vpid = allocate_vpid();
Sheng Yang2384d2b2008-01-17 15:14:33 +08008868
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008869 err = kvm_vcpu_init(&vmx->vcpu, kvm, id);
8870 if (err)
8871 goto free_vcpu;
Ingo Molnar965b58a2007-01-05 16:36:23 -08008872
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04008873 vmx->guest_msrs = kmalloc(PAGE_SIZE, GFP_KERNEL);
Paolo Bonzini03916db2014-07-24 14:21:57 +02008874 BUILD_BUG_ON(ARRAY_SIZE(vmx_msr_index) * sizeof(vmx->guest_msrs[0])
8875 > PAGE_SIZE);
Nadav Amit0123be42014-07-24 15:06:56 +03008876
Jan Kiszkabe6d05c2011-04-13 01:27:55 +02008877 err = -ENOMEM;
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008878 if (!vmx->guest_msrs) {
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008879 goto uninit_vcpu;
8880 }
Ingo Molnar965b58a2007-01-05 16:36:23 -08008881
Nadav Har'Eld462b812011-05-24 15:26:10 +03008882 vmx->loaded_vmcs = &vmx->vmcs01;
8883 vmx->loaded_vmcs->vmcs = alloc_vmcs();
8884 if (!vmx->loaded_vmcs->vmcs)
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008885 goto free_msrs;
Nadav Har'Eld462b812011-05-24 15:26:10 +03008886 if (!vmm_exclusive)
8887 kvm_cpu_vmxon(__pa(per_cpu(vmxarea, raw_smp_processor_id())));
8888 loaded_vmcs_init(vmx->loaded_vmcs);
8889 if (!vmm_exclusive)
8890 kvm_cpu_vmxoff();
Gregory Haskinsa2fa3e92007-07-27 08:13:10 -04008891
Avi Kivity15ad7142007-07-11 18:17:21 +03008892 cpu = get_cpu();
8893 vmx_vcpu_load(&vmx->vcpu, cpu);
Zachary Amsdene48672f2010-08-19 22:07:23 -10008894 vmx->vcpu.cpu = cpu;
Rusty Russell8b9cf982007-07-30 16:31:43 +10008895 err = vmx_vcpu_setup(vmx);
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008896 vmx_vcpu_put(&vmx->vcpu);
Avi Kivity15ad7142007-07-11 18:17:21 +03008897 put_cpu();
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008898 if (err)
8899 goto free_vmcs;
Paolo Bonzini35754c92015-07-29 12:05:37 +02008900 if (cpu_need_virtualize_apic_accesses(&vmx->vcpu)) {
Jan Kiszkabe6d05c2011-04-13 01:27:55 +02008901 err = alloc_apic_access_page(kvm);
8902 if (err)
Marcelo Tosatti5e4a0b32008-02-14 21:21:43 -02008903 goto free_vmcs;
Jan Kiszkaa63cb562013-04-08 11:07:46 +02008904 }
Ingo Molnar965b58a2007-01-05 16:36:23 -08008905
Sheng Yangb927a3c2009-07-21 10:42:48 +08008906 if (enable_ept) {
8907 if (!kvm->arch.ept_identity_map_addr)
8908 kvm->arch.ept_identity_map_addr =
8909 VMX_EPT_IDENTITY_PAGETABLE_ADDR;
Tang Chenf51770e2014-09-16 18:41:59 +08008910 err = init_rmode_identity_map(kvm);
8911 if (err)
Gleb Natapov93ea5382011-02-21 12:07:59 +02008912 goto free_vmcs;
Sheng Yangb927a3c2009-07-21 10:42:48 +08008913 }
Sheng Yangb7ebfb02008-04-25 21:44:52 +08008914
Wanpeng Li5c614b32015-10-13 09:18:36 -07008915 if (nested) {
Wincy Vanb9c237b2015-02-03 23:56:30 +08008916 nested_vmx_setup_ctls_msrs(vmx);
Wanpeng Li5c614b32015-10-13 09:18:36 -07008917 vmx->nested.vpid02 = allocate_vpid();
8918 }
Wincy Vanb9c237b2015-02-03 23:56:30 +08008919
Wincy Van705699a2015-02-03 23:58:17 +08008920 vmx->nested.posted_intr_nv = -1;
Nadav Har'Ela9d30f32011-05-25 23:03:55 +03008921 vmx->nested.current_vmptr = -1ull;
8922 vmx->nested.current_vmcs12 = NULL;
8923
Kai Huang843e4332015-01-28 10:54:28 +08008924 /*
8925 * If PML is turned on, failure on enabling PML just results in failure
8926 * of creating the vcpu, therefore we can simplify PML logic (by
8927 * avoiding dealing with cases, such as enabling PML partially on vcpus
8928 * for the guest, etc.
8929 */
8930 if (enable_pml) {
Kai Huanga3eaa862015-11-04 13:46:05 +08008931 err = vmx_create_pml_buffer(vmx);
Kai Huang843e4332015-01-28 10:54:28 +08008932 if (err)
8933 goto free_vmcs;
8934 }
8935
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008936 return &vmx->vcpu;
Ingo Molnar965b58a2007-01-05 16:36:23 -08008937
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008938free_vmcs:
Wanpeng Li5c614b32015-10-13 09:18:36 -07008939 free_vpid(vmx->nested.vpid02);
Xiao Guangrong5f3fbc32012-05-14 14:58:58 +08008940 free_loaded_vmcs(vmx->loaded_vmcs);
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008941free_msrs:
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008942 kfree(vmx->guest_msrs);
8943uninit_vcpu:
8944 kvm_vcpu_uninit(&vmx->vcpu);
8945free_vcpu:
Wanpeng Li991e7a02015-09-16 17:30:05 +08008946 free_vpid(vmx->vpid);
Rusty Russella4770342007-08-01 14:46:11 +10008947 kmem_cache_free(kvm_vcpu_cache, vmx);
Rusty Russellfb3f0f52007-07-27 17:16:56 +10008948 return ERR_PTR(err);
Avi Kivity6aa8b732006-12-10 02:21:36 -08008949}
8950
Yang, Sheng002c7f72007-07-31 14:23:01 +03008951static void __init vmx_check_processor_compat(void *rtn)
8952{
8953 struct vmcs_config vmcs_conf;
8954
8955 *(int *)rtn = 0;
8956 if (setup_vmcs_config(&vmcs_conf) < 0)
8957 *(int *)rtn = -EIO;
8958 if (memcmp(&vmcs_config, &vmcs_conf, sizeof(struct vmcs_config)) != 0) {
8959 printk(KERN_ERR "kvm: CPU %d feature inconsistency!\n",
8960 smp_processor_id());
8961 *(int *)rtn = -EIO;
8962 }
8963}
8964
Sheng Yang67253af2008-04-25 10:20:22 +08008965static int get_ept_level(void)
8966{
8967 return VMX_EPT_DEFAULT_GAW + 1;
8968}
8969
Sheng Yang4b12f0d2009-04-27 20:35:42 +08008970static u64 vmx_get_mt_mask(struct kvm_vcpu *vcpu, gfn_t gfn, bool is_mmio)
Sheng Yang64d4d522008-10-09 16:01:57 +08008971{
Xiao Guangrongb18d5432015-06-15 16:55:21 +08008972 u8 cache;
8973 u64 ipat = 0;
Sheng Yang4b12f0d2009-04-27 20:35:42 +08008974
Sheng Yang522c68c2009-04-27 20:35:43 +08008975 /* For VT-d and EPT combination
Paolo Bonzini606decd2015-10-01 13:12:47 +02008976 * 1. MMIO: always map as UC
Sheng Yang522c68c2009-04-27 20:35:43 +08008977 * 2. EPT with VT-d:
8978 * a. VT-d without snooping control feature: can't guarantee the
Paolo Bonzini606decd2015-10-01 13:12:47 +02008979 * result, try to trust guest.
Sheng Yang522c68c2009-04-27 20:35:43 +08008980 * b. VT-d with snooping control feature: snooping control feature of
8981 * VT-d engine can guarantee the cache correctness. Just set it
8982 * to WB to keep consistent with host. So the same as item 3.
Sheng Yanga19a6d12010-02-09 16:41:53 +08008983 * 3. EPT without VT-d: always map as WB and set IPAT=1 to keep
Sheng Yang522c68c2009-04-27 20:35:43 +08008984 * consistent with host MTRR
8985 */
Paolo Bonzini606decd2015-10-01 13:12:47 +02008986 if (is_mmio) {
8987 cache = MTRR_TYPE_UNCACHABLE;
8988 goto exit;
8989 }
8990
8991 if (!kvm_arch_has_noncoherent_dma(vcpu->kvm)) {
Xiao Guangrongb18d5432015-06-15 16:55:21 +08008992 ipat = VMX_EPT_IPAT_BIT;
8993 cache = MTRR_TYPE_WRBACK;
8994 goto exit;
8995 }
8996
8997 if (kvm_read_cr0(vcpu) & X86_CR0_CD) {
8998 ipat = VMX_EPT_IPAT_BIT;
Paolo Bonzini0da029e2015-07-23 08:24:42 +02008999 if (kvm_check_has_quirk(vcpu->kvm, KVM_X86_QUIRK_CD_NW_CLEARED))
Xiao Guangrongfb2799502015-07-16 03:25:56 +08009000 cache = MTRR_TYPE_WRBACK;
9001 else
9002 cache = MTRR_TYPE_UNCACHABLE;
Xiao Guangrongb18d5432015-06-15 16:55:21 +08009003 goto exit;
9004 }
9005
Xiao Guangrongff536042015-06-15 16:55:22 +08009006 cache = kvm_mtrr_get_guest_memory_type(vcpu, gfn);
Xiao Guangrongb18d5432015-06-15 16:55:21 +08009007
9008exit:
9009 return (cache << VMX_EPT_MT_EPTE_SHIFT) | ipat;
Sheng Yang64d4d522008-10-09 16:01:57 +08009010}
9011
Sheng Yang17cc3932010-01-05 19:02:27 +08009012static int vmx_get_lpage_level(void)
Joerg Roedel344f4142009-07-27 16:30:48 +02009013{
Sheng Yang878403b2010-01-05 19:02:29 +08009014 if (enable_ept && !cpu_has_vmx_ept_1g_page())
9015 return PT_DIRECTORY_LEVEL;
9016 else
9017 /* For shadow and EPT supported 1GB page */
9018 return PT_PDPE_LEVEL;
Joerg Roedel344f4142009-07-27 16:30:48 +02009019}
9020
Xiao Guangrongfeda8052015-09-09 14:05:55 +08009021static void vmcs_set_secondary_exec_control(u32 new_ctl)
9022{
9023 /*
9024 * These bits in the secondary execution controls field
9025 * are dynamic, the others are mostly based on the hypervisor
9026 * architecture and the guest's CPUID. Do not touch the
9027 * dynamic bits.
9028 */
9029 u32 mask =
9030 SECONDARY_EXEC_SHADOW_VMCS |
9031 SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE |
9032 SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES;
9033
9034 u32 cur_ctl = vmcs_read32(SECONDARY_VM_EXEC_CONTROL);
9035
9036 vmcs_write32(SECONDARY_VM_EXEC_CONTROL,
9037 (new_ctl & ~mask) | (cur_ctl & mask));
9038}
9039
Sheng Yang0e851882009-12-18 16:48:46 +08009040static void vmx_cpuid_update(struct kvm_vcpu *vcpu)
9041{
Sheng Yang4e47c7a2009-12-18 16:48:47 +08009042 struct kvm_cpuid_entry2 *best;
9043 struct vcpu_vmx *vmx = to_vmx(vcpu);
Xiao Guangrongfeda8052015-09-09 14:05:55 +08009044 u32 secondary_exec_ctl = vmx_secondary_exec_control(vmx);
Sheng Yang4e47c7a2009-12-18 16:48:47 +08009045
Sheng Yang4e47c7a2009-12-18 16:48:47 +08009046 if (vmx_rdtscp_supported()) {
Xiao Guangrong1cea0ce2015-09-09 14:05:57 +08009047 bool rdtscp_enabled = guest_cpuid_has_rdtscp(vcpu);
9048 if (!rdtscp_enabled)
Xiao Guangrongfeda8052015-09-09 14:05:55 +08009049 secondary_exec_ctl &= ~SECONDARY_EXEC_RDTSCP;
Xiao Guangrongf36201e2015-09-09 14:05:53 +08009050
Paolo Bonzini8b972652015-09-15 17:34:42 +02009051 if (nested) {
Xiao Guangrong1cea0ce2015-09-09 14:05:57 +08009052 if (rdtscp_enabled)
Paolo Bonzini8b972652015-09-15 17:34:42 +02009053 vmx->nested.nested_vmx_secondary_ctls_high |=
9054 SECONDARY_EXEC_RDTSCP;
9055 else
9056 vmx->nested.nested_vmx_secondary_ctls_high &=
9057 ~SECONDARY_EXEC_RDTSCP;
9058 }
Sheng Yang4e47c7a2009-12-18 16:48:47 +08009059 }
Mao, Junjiead756a12012-07-02 01:18:48 +00009060
Mao, Junjiead756a12012-07-02 01:18:48 +00009061 /* Exposing INVPCID only when PCID is exposed */
9062 best = kvm_find_cpuid_entry(vcpu, 0x7, 0);
9063 if (vmx_invpcid_supported() &&
Xiao Guangrong29541bb2015-09-09 14:05:54 +08009064 (!best || !(best->ebx & bit(X86_FEATURE_INVPCID)) ||
9065 !guest_cpuid_has_pcid(vcpu))) {
Xiao Guangrongfeda8052015-09-09 14:05:55 +08009066 secondary_exec_ctl &= ~SECONDARY_EXEC_ENABLE_INVPCID;
Xiao Guangrong29541bb2015-09-09 14:05:54 +08009067
Mao, Junjiead756a12012-07-02 01:18:48 +00009068 if (best)
Ren, Yongjie4f977042012-09-07 07:36:59 +00009069 best->ebx &= ~bit(X86_FEATURE_INVPCID);
Mao, Junjiead756a12012-07-02 01:18:48 +00009070 }
Xiao Guangrong8b3e34e2015-09-09 14:05:51 +08009071
Huaitong Han45bdbcf2016-01-12 16:04:20 +08009072 if (cpu_has_secondary_exec_ctrls())
9073 vmcs_set_secondary_exec_control(secondary_exec_ctl);
Sheng Yang0e851882009-12-18 16:48:46 +08009074}
9075
Joerg Roedeld4330ef2010-04-22 12:33:11 +02009076static void vmx_set_supported_cpuid(u32 func, struct kvm_cpuid_entry2 *entry)
9077{
Nadav Har'El7b8050f2011-05-25 23:16:10 +03009078 if (func == 1 && nested)
9079 entry->ecx |= bit(X86_FEATURE_VMX);
Joerg Roedeld4330ef2010-04-22 12:33:11 +02009080}
9081
Yang Zhang25d92082013-08-06 12:00:32 +03009082static void nested_ept_inject_page_fault(struct kvm_vcpu *vcpu,
9083 struct x86_exception *fault)
9084{
Jan Kiszka533558b2014-01-04 18:47:20 +01009085 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
9086 u32 exit_reason;
Yang Zhang25d92082013-08-06 12:00:32 +03009087
9088 if (fault->error_code & PFERR_RSVD_MASK)
Jan Kiszka533558b2014-01-04 18:47:20 +01009089 exit_reason = EXIT_REASON_EPT_MISCONFIG;
Yang Zhang25d92082013-08-06 12:00:32 +03009090 else
Jan Kiszka533558b2014-01-04 18:47:20 +01009091 exit_reason = EXIT_REASON_EPT_VIOLATION;
9092 nested_vmx_vmexit(vcpu, exit_reason, 0, vcpu->arch.exit_qualification);
Yang Zhang25d92082013-08-06 12:00:32 +03009093 vmcs12->guest_physical_address = fault->address;
9094}
9095
Nadav Har'El155a97a2013-08-05 11:07:16 +03009096/* Callbacks for nested_ept_init_mmu_context: */
9097
9098static unsigned long nested_ept_get_cr3(struct kvm_vcpu *vcpu)
9099{
9100 /* return the page table to be shadowed - in our case, EPT12 */
9101 return get_vmcs12(vcpu)->ept_pointer;
9102}
9103
Paolo Bonzini8a3c1a332013-10-02 16:56:13 +02009104static void nested_ept_init_mmu_context(struct kvm_vcpu *vcpu)
Nadav Har'El155a97a2013-08-05 11:07:16 +03009105{
Paolo Bonziniad896af2013-10-02 16:56:14 +02009106 WARN_ON(mmu_is_nested(vcpu));
9107 kvm_init_shadow_ept_mmu(vcpu,
Wincy Vanb9c237b2015-02-03 23:56:30 +08009108 to_vmx(vcpu)->nested.nested_vmx_ept_caps &
9109 VMX_EPT_EXECUTE_ONLY_BIT);
Nadav Har'El155a97a2013-08-05 11:07:16 +03009110 vcpu->arch.mmu.set_cr3 = vmx_set_cr3;
9111 vcpu->arch.mmu.get_cr3 = nested_ept_get_cr3;
9112 vcpu->arch.mmu.inject_page_fault = nested_ept_inject_page_fault;
9113
9114 vcpu->arch.walk_mmu = &vcpu->arch.nested_mmu;
Nadav Har'El155a97a2013-08-05 11:07:16 +03009115}
9116
9117static void nested_ept_uninit_mmu_context(struct kvm_vcpu *vcpu)
9118{
9119 vcpu->arch.walk_mmu = &vcpu->arch.mmu;
9120}
9121
Eugene Korenevsky19d5f102014-12-16 22:35:53 +03009122static bool nested_vmx_is_page_fault_vmexit(struct vmcs12 *vmcs12,
9123 u16 error_code)
9124{
9125 bool inequality, bit;
9126
9127 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0;
9128 inequality =
9129 (error_code & vmcs12->page_fault_error_code_mask) !=
9130 vmcs12->page_fault_error_code_match;
9131 return inequality ^ bit;
9132}
9133
Gleb Natapovfeaf0c7d2013-09-25 12:51:36 +03009134static void vmx_inject_page_fault_nested(struct kvm_vcpu *vcpu,
9135 struct x86_exception *fault)
9136{
9137 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
9138
9139 WARN_ON(!is_guest_mode(vcpu));
9140
Eugene Korenevsky19d5f102014-12-16 22:35:53 +03009141 if (nested_vmx_is_page_fault_vmexit(vmcs12, fault->error_code))
Jan Kiszka533558b2014-01-04 18:47:20 +01009142 nested_vmx_vmexit(vcpu, to_vmx(vcpu)->exit_reason,
9143 vmcs_read32(VM_EXIT_INTR_INFO),
9144 vmcs_readl(EXIT_QUALIFICATION));
Gleb Natapovfeaf0c7d2013-09-25 12:51:36 +03009145 else
9146 kvm_inject_page_fault(vcpu, fault);
9147}
9148
Wanpeng Lia2bcba52014-08-21 19:46:49 +08009149static bool nested_get_vmcs12_pages(struct kvm_vcpu *vcpu,
9150 struct vmcs12 *vmcs12)
9151{
9152 struct vcpu_vmx *vmx = to_vmx(vcpu);
Eugene Korenevsky90904222015-03-29 23:56:27 +03009153 int maxphyaddr = cpuid_maxphyaddr(vcpu);
Wanpeng Lia2bcba52014-08-21 19:46:49 +08009154
9155 if (nested_cpu_has2(vmcs12, SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES)) {
Eugene Korenevsky90904222015-03-29 23:56:27 +03009156 if (!PAGE_ALIGNED(vmcs12->apic_access_addr) ||
9157 vmcs12->apic_access_addr >> maxphyaddr)
Wanpeng Lia2bcba52014-08-21 19:46:49 +08009158 return false;
9159
9160 /*
9161 * Translate L1 physical address to host physical
9162 * address for vmcs02. Keep the page pinned, so this
9163 * physical address remains valid. We keep a reference
9164 * to it so we can release it later.
9165 */
9166 if (vmx->nested.apic_access_page) /* shouldn't happen */
9167 nested_release_page(vmx->nested.apic_access_page);
9168 vmx->nested.apic_access_page =
9169 nested_get_page(vcpu, vmcs12->apic_access_addr);
9170 }
Wanpeng Lia7c0b072014-08-21 19:46:50 +08009171
9172 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) {
Eugene Korenevsky90904222015-03-29 23:56:27 +03009173 if (!PAGE_ALIGNED(vmcs12->virtual_apic_page_addr) ||
9174 vmcs12->virtual_apic_page_addr >> maxphyaddr)
Wanpeng Lia7c0b072014-08-21 19:46:50 +08009175 return false;
9176
9177 if (vmx->nested.virtual_apic_page) /* shouldn't happen */
9178 nested_release_page(vmx->nested.virtual_apic_page);
9179 vmx->nested.virtual_apic_page =
9180 nested_get_page(vcpu, vmcs12->virtual_apic_page_addr);
9181
9182 /*
9183 * Failing the vm entry is _not_ what the processor does
9184 * but it's basically the only possibility we have.
9185 * We could still enter the guest if CR8 load exits are
9186 * enabled, CR8 store exits are enabled, and virtualize APIC
9187 * access is disabled; in this case the processor would never
9188 * use the TPR shadow and we could simply clear the bit from
9189 * the execution control. But such a configuration is useless,
9190 * so let's keep the code simple.
9191 */
9192 if (!vmx->nested.virtual_apic_page)
9193 return false;
9194 }
9195
Wincy Van705699a2015-02-03 23:58:17 +08009196 if (nested_cpu_has_posted_intr(vmcs12)) {
Eugene Korenevsky90904222015-03-29 23:56:27 +03009197 if (!IS_ALIGNED(vmcs12->posted_intr_desc_addr, 64) ||
9198 vmcs12->posted_intr_desc_addr >> maxphyaddr)
Wincy Van705699a2015-02-03 23:58:17 +08009199 return false;
9200
9201 if (vmx->nested.pi_desc_page) { /* shouldn't happen */
9202 kunmap(vmx->nested.pi_desc_page);
9203 nested_release_page(vmx->nested.pi_desc_page);
9204 }
9205 vmx->nested.pi_desc_page =
9206 nested_get_page(vcpu, vmcs12->posted_intr_desc_addr);
9207 if (!vmx->nested.pi_desc_page)
9208 return false;
9209
9210 vmx->nested.pi_desc =
9211 (struct pi_desc *)kmap(vmx->nested.pi_desc_page);
9212 if (!vmx->nested.pi_desc) {
9213 nested_release_page_clean(vmx->nested.pi_desc_page);
9214 return false;
9215 }
9216 vmx->nested.pi_desc =
9217 (struct pi_desc *)((void *)vmx->nested.pi_desc +
9218 (unsigned long)(vmcs12->posted_intr_desc_addr &
9219 (PAGE_SIZE - 1)));
9220 }
9221
Wanpeng Lia2bcba52014-08-21 19:46:49 +08009222 return true;
9223}
9224
Jan Kiszkaf4124502014-03-07 20:03:13 +01009225static void vmx_start_preemption_timer(struct kvm_vcpu *vcpu)
9226{
9227 u64 preemption_timeout = get_vmcs12(vcpu)->vmx_preemption_timer_value;
9228 struct vcpu_vmx *vmx = to_vmx(vcpu);
9229
9230 if (vcpu->arch.virtual_tsc_khz == 0)
9231 return;
9232
9233 /* Make sure short timeouts reliably trigger an immediate vmexit.
9234 * hrtimer_start does not guarantee this. */
9235 if (preemption_timeout <= 1) {
9236 vmx_preemption_timer_fn(&vmx->nested.preemption_timer);
9237 return;
9238 }
9239
9240 preemption_timeout <<= VMX_MISC_EMULATED_PREEMPTION_TIMER_RATE;
9241 preemption_timeout *= 1000000;
9242 do_div(preemption_timeout, vcpu->arch.virtual_tsc_khz);
9243 hrtimer_start(&vmx->nested.preemption_timer,
9244 ns_to_ktime(preemption_timeout), HRTIMER_MODE_REL);
9245}
9246
Wincy Van3af18d92015-02-03 23:49:31 +08009247static int nested_vmx_check_msr_bitmap_controls(struct kvm_vcpu *vcpu,
9248 struct vmcs12 *vmcs12)
9249{
9250 int maxphyaddr;
9251 u64 addr;
9252
9253 if (!nested_cpu_has(vmcs12, CPU_BASED_USE_MSR_BITMAPS))
9254 return 0;
9255
9256 if (vmcs12_read_any(vcpu, MSR_BITMAP, &addr)) {
9257 WARN_ON(1);
9258 return -EINVAL;
9259 }
9260 maxphyaddr = cpuid_maxphyaddr(vcpu);
9261
9262 if (!PAGE_ALIGNED(vmcs12->msr_bitmap) ||
9263 ((addr + PAGE_SIZE) >> maxphyaddr))
9264 return -EINVAL;
9265
9266 return 0;
9267}
9268
9269/*
9270 * Merge L0's and L1's MSR bitmap, return false to indicate that
9271 * we do not use the hardware.
9272 */
9273static inline bool nested_vmx_merge_msr_bitmap(struct kvm_vcpu *vcpu,
9274 struct vmcs12 *vmcs12)
9275{
Wincy Van82f0dd42015-02-03 23:57:18 +08009276 int msr;
Wincy Vanf2b93282015-02-03 23:56:03 +08009277 struct page *page;
9278 unsigned long *msr_bitmap;
9279
9280 if (!nested_cpu_has_virt_x2apic_mode(vmcs12))
9281 return false;
9282
9283 page = nested_get_page(vcpu, vmcs12->msr_bitmap);
9284 if (!page) {
9285 WARN_ON(1);
9286 return false;
9287 }
9288 msr_bitmap = (unsigned long *)kmap(page);
9289 if (!msr_bitmap) {
9290 nested_release_page_clean(page);
9291 WARN_ON(1);
9292 return false;
9293 }
9294
9295 if (nested_cpu_has_virt_x2apic_mode(vmcs12)) {
Wincy Van82f0dd42015-02-03 23:57:18 +08009296 if (nested_cpu_has_apic_reg_virt(vmcs12))
9297 for (msr = 0x800; msr <= 0x8ff; msr++)
9298 nested_vmx_disable_intercept_for_msr(
9299 msr_bitmap,
9300 vmx_msr_bitmap_nested,
9301 msr, MSR_TYPE_R);
Wincy Vanf2b93282015-02-03 23:56:03 +08009302 /* TPR is allowed */
9303 nested_vmx_disable_intercept_for_msr(msr_bitmap,
9304 vmx_msr_bitmap_nested,
9305 APIC_BASE_MSR + (APIC_TASKPRI >> 4),
9306 MSR_TYPE_R | MSR_TYPE_W);
Wincy Van608406e2015-02-03 23:57:51 +08009307 if (nested_cpu_has_vid(vmcs12)) {
9308 /* EOI and self-IPI are allowed */
9309 nested_vmx_disable_intercept_for_msr(
9310 msr_bitmap,
9311 vmx_msr_bitmap_nested,
9312 APIC_BASE_MSR + (APIC_EOI >> 4),
9313 MSR_TYPE_W);
9314 nested_vmx_disable_intercept_for_msr(
9315 msr_bitmap,
9316 vmx_msr_bitmap_nested,
9317 APIC_BASE_MSR + (APIC_SELF_IPI >> 4),
9318 MSR_TYPE_W);
9319 }
Wincy Van82f0dd42015-02-03 23:57:18 +08009320 } else {
9321 /*
9322 * Enable reading intercept of all the x2apic
9323 * MSRs. We should not rely on vmcs12 to do any
9324 * optimizations here, it may have been modified
9325 * by L1.
9326 */
9327 for (msr = 0x800; msr <= 0x8ff; msr++)
9328 __vmx_enable_intercept_for_msr(
9329 vmx_msr_bitmap_nested,
9330 msr,
9331 MSR_TYPE_R);
9332
Wincy Vanf2b93282015-02-03 23:56:03 +08009333 __vmx_enable_intercept_for_msr(
9334 vmx_msr_bitmap_nested,
9335 APIC_BASE_MSR + (APIC_TASKPRI >> 4),
Wincy Van82f0dd42015-02-03 23:57:18 +08009336 MSR_TYPE_W);
Wincy Van608406e2015-02-03 23:57:51 +08009337 __vmx_enable_intercept_for_msr(
9338 vmx_msr_bitmap_nested,
9339 APIC_BASE_MSR + (APIC_EOI >> 4),
9340 MSR_TYPE_W);
9341 __vmx_enable_intercept_for_msr(
9342 vmx_msr_bitmap_nested,
9343 APIC_BASE_MSR + (APIC_SELF_IPI >> 4),
9344 MSR_TYPE_W);
Wincy Van82f0dd42015-02-03 23:57:18 +08009345 }
Wincy Vanf2b93282015-02-03 23:56:03 +08009346 kunmap(page);
9347 nested_release_page_clean(page);
9348
9349 return true;
9350}
9351
9352static int nested_vmx_check_apicv_controls(struct kvm_vcpu *vcpu,
9353 struct vmcs12 *vmcs12)
9354{
Wincy Van82f0dd42015-02-03 23:57:18 +08009355 if (!nested_cpu_has_virt_x2apic_mode(vmcs12) &&
Wincy Van608406e2015-02-03 23:57:51 +08009356 !nested_cpu_has_apic_reg_virt(vmcs12) &&
Wincy Van705699a2015-02-03 23:58:17 +08009357 !nested_cpu_has_vid(vmcs12) &&
9358 !nested_cpu_has_posted_intr(vmcs12))
Wincy Vanf2b93282015-02-03 23:56:03 +08009359 return 0;
9360
9361 /*
9362 * If virtualize x2apic mode is enabled,
9363 * virtualize apic access must be disabled.
9364 */
Wincy Van82f0dd42015-02-03 23:57:18 +08009365 if (nested_cpu_has_virt_x2apic_mode(vmcs12) &&
9366 nested_cpu_has2(vmcs12, SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES))
Wincy Vanf2b93282015-02-03 23:56:03 +08009367 return -EINVAL;
9368
Wincy Van608406e2015-02-03 23:57:51 +08009369 /*
9370 * If virtual interrupt delivery is enabled,
9371 * we must exit on external interrupts.
9372 */
9373 if (nested_cpu_has_vid(vmcs12) &&
9374 !nested_exit_on_intr(vcpu))
9375 return -EINVAL;
9376
Wincy Van705699a2015-02-03 23:58:17 +08009377 /*
9378 * bits 15:8 should be zero in posted_intr_nv,
9379 * the descriptor address has been already checked
9380 * in nested_get_vmcs12_pages.
9381 */
9382 if (nested_cpu_has_posted_intr(vmcs12) &&
9383 (!nested_cpu_has_vid(vmcs12) ||
9384 !nested_exit_intr_ack_set(vcpu) ||
9385 vmcs12->posted_intr_nv & 0xff00))
9386 return -EINVAL;
9387
Wincy Vanf2b93282015-02-03 23:56:03 +08009388 /* tpr shadow is needed by all apicv features. */
9389 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))
9390 return -EINVAL;
9391
9392 return 0;
Wincy Van3af18d92015-02-03 23:49:31 +08009393}
9394
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009395static int nested_vmx_check_msr_switch(struct kvm_vcpu *vcpu,
9396 unsigned long count_field,
Eugene Korenevsky92d71bc2015-03-29 23:56:44 +03009397 unsigned long addr_field)
Wincy Vanff651cb2014-12-11 08:52:58 +03009398{
Eugene Korenevsky92d71bc2015-03-29 23:56:44 +03009399 int maxphyaddr;
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009400 u64 count, addr;
9401
9402 if (vmcs12_read_any(vcpu, count_field, &count) ||
9403 vmcs12_read_any(vcpu, addr_field, &addr)) {
9404 WARN_ON(1);
9405 return -EINVAL;
9406 }
9407 if (count == 0)
9408 return 0;
Eugene Korenevsky92d71bc2015-03-29 23:56:44 +03009409 maxphyaddr = cpuid_maxphyaddr(vcpu);
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009410 if (!IS_ALIGNED(addr, 16) || addr >> maxphyaddr ||
9411 (addr + count * sizeof(struct vmx_msr_entry) - 1) >> maxphyaddr) {
9412 pr_warn_ratelimited(
9413 "nVMX: invalid MSR switch (0x%lx, %d, %llu, 0x%08llx)",
9414 addr_field, maxphyaddr, count, addr);
9415 return -EINVAL;
9416 }
9417 return 0;
9418}
9419
9420static int nested_vmx_check_msr_switch_controls(struct kvm_vcpu *vcpu,
9421 struct vmcs12 *vmcs12)
9422{
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009423 if (vmcs12->vm_exit_msr_load_count == 0 &&
9424 vmcs12->vm_exit_msr_store_count == 0 &&
9425 vmcs12->vm_entry_msr_load_count == 0)
9426 return 0; /* Fast path */
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009427 if (nested_vmx_check_msr_switch(vcpu, VM_EXIT_MSR_LOAD_COUNT,
Eugene Korenevsky92d71bc2015-03-29 23:56:44 +03009428 VM_EXIT_MSR_LOAD_ADDR) ||
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009429 nested_vmx_check_msr_switch(vcpu, VM_EXIT_MSR_STORE_COUNT,
Eugene Korenevsky92d71bc2015-03-29 23:56:44 +03009430 VM_EXIT_MSR_STORE_ADDR) ||
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009431 nested_vmx_check_msr_switch(vcpu, VM_ENTRY_MSR_LOAD_COUNT,
Eugene Korenevsky92d71bc2015-03-29 23:56:44 +03009432 VM_ENTRY_MSR_LOAD_ADDR))
Wincy Vanff651cb2014-12-11 08:52:58 +03009433 return -EINVAL;
9434 return 0;
9435}
9436
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009437static int nested_vmx_msr_check_common(struct kvm_vcpu *vcpu,
9438 struct vmx_msr_entry *e)
9439{
9440 /* x2APIC MSR accesses are not allowed */
Jan Kiszka8a9781f2015-05-04 08:32:32 +02009441 if (vcpu->arch.apic_base & X2APIC_ENABLE && e->index >> 8 == 0x8)
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009442 return -EINVAL;
9443 if (e->index == MSR_IA32_UCODE_WRITE || /* SDM Table 35-2 */
9444 e->index == MSR_IA32_UCODE_REV)
9445 return -EINVAL;
9446 if (e->reserved != 0)
9447 return -EINVAL;
9448 return 0;
9449}
9450
9451static int nested_vmx_load_msr_check(struct kvm_vcpu *vcpu,
9452 struct vmx_msr_entry *e)
Wincy Vanff651cb2014-12-11 08:52:58 +03009453{
9454 if (e->index == MSR_FS_BASE ||
9455 e->index == MSR_GS_BASE ||
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009456 e->index == MSR_IA32_SMM_MONITOR_CTL || /* SMM is not supported */
9457 nested_vmx_msr_check_common(vcpu, e))
9458 return -EINVAL;
9459 return 0;
9460}
9461
9462static int nested_vmx_store_msr_check(struct kvm_vcpu *vcpu,
9463 struct vmx_msr_entry *e)
9464{
9465 if (e->index == MSR_IA32_SMBASE || /* SMM is not supported */
9466 nested_vmx_msr_check_common(vcpu, e))
Wincy Vanff651cb2014-12-11 08:52:58 +03009467 return -EINVAL;
9468 return 0;
9469}
9470
9471/*
9472 * Load guest's/host's msr at nested entry/exit.
9473 * return 0 for success, entry index for failure.
9474 */
9475static u32 nested_vmx_load_msr(struct kvm_vcpu *vcpu, u64 gpa, u32 count)
9476{
9477 u32 i;
9478 struct vmx_msr_entry e;
9479 struct msr_data msr;
9480
9481 msr.host_initiated = false;
9482 for (i = 0; i < count; i++) {
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02009483 if (kvm_vcpu_read_guest(vcpu, gpa + i * sizeof(e),
9484 &e, sizeof(e))) {
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009485 pr_warn_ratelimited(
9486 "%s cannot read MSR entry (%u, 0x%08llx)\n",
9487 __func__, i, gpa + i * sizeof(e));
Wincy Vanff651cb2014-12-11 08:52:58 +03009488 goto fail;
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009489 }
9490 if (nested_vmx_load_msr_check(vcpu, &e)) {
9491 pr_warn_ratelimited(
9492 "%s check failed (%u, 0x%x, 0x%x)\n",
9493 __func__, i, e.index, e.reserved);
9494 goto fail;
9495 }
Wincy Vanff651cb2014-12-11 08:52:58 +03009496 msr.index = e.index;
9497 msr.data = e.value;
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009498 if (kvm_set_msr(vcpu, &msr)) {
9499 pr_warn_ratelimited(
9500 "%s cannot write MSR (%u, 0x%x, 0x%llx)\n",
9501 __func__, i, e.index, e.value);
Wincy Vanff651cb2014-12-11 08:52:58 +03009502 goto fail;
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009503 }
Wincy Vanff651cb2014-12-11 08:52:58 +03009504 }
9505 return 0;
9506fail:
9507 return i + 1;
9508}
9509
9510static int nested_vmx_store_msr(struct kvm_vcpu *vcpu, u64 gpa, u32 count)
9511{
9512 u32 i;
9513 struct vmx_msr_entry e;
9514
9515 for (i = 0; i < count; i++) {
Paolo Bonzini609e36d2015-04-08 15:30:38 +02009516 struct msr_data msr_info;
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02009517 if (kvm_vcpu_read_guest(vcpu,
9518 gpa + i * sizeof(e),
9519 &e, 2 * sizeof(u32))) {
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009520 pr_warn_ratelimited(
9521 "%s cannot read MSR entry (%u, 0x%08llx)\n",
9522 __func__, i, gpa + i * sizeof(e));
Wincy Vanff651cb2014-12-11 08:52:58 +03009523 return -EINVAL;
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009524 }
9525 if (nested_vmx_store_msr_check(vcpu, &e)) {
9526 pr_warn_ratelimited(
9527 "%s check failed (%u, 0x%x, 0x%x)\n",
9528 __func__, i, e.index, e.reserved);
Wincy Vanff651cb2014-12-11 08:52:58 +03009529 return -EINVAL;
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009530 }
Paolo Bonzini609e36d2015-04-08 15:30:38 +02009531 msr_info.host_initiated = false;
9532 msr_info.index = e.index;
9533 if (kvm_get_msr(vcpu, &msr_info)) {
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009534 pr_warn_ratelimited(
9535 "%s cannot read MSR (%u, 0x%x)\n",
9536 __func__, i, e.index);
9537 return -EINVAL;
9538 }
Paolo Bonzini54bf36a2015-04-08 15:39:23 +02009539 if (kvm_vcpu_write_guest(vcpu,
9540 gpa + i * sizeof(e) +
9541 offsetof(struct vmx_msr_entry, value),
9542 &msr_info.data, sizeof(msr_info.data))) {
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009543 pr_warn_ratelimited(
9544 "%s cannot write MSR (%u, 0x%x, 0x%llx)\n",
Paolo Bonzini609e36d2015-04-08 15:30:38 +02009545 __func__, i, e.index, msr_info.data);
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009546 return -EINVAL;
9547 }
Wincy Vanff651cb2014-12-11 08:52:58 +03009548 }
9549 return 0;
9550}
9551
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009552/*
9553 * prepare_vmcs02 is called when the L1 guest hypervisor runs its nested
9554 * L2 guest. L1 has a vmcs for L2 (vmcs12), and this function "merges" it
Tiejun Chenb4619662014-09-22 10:31:38 +08009555 * with L0's requirements for its guest (a.k.a. vmcs01), so we can run the L2
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009556 * guest in a way that will both be appropriate to L1's requests, and our
9557 * needs. In addition to modifying the active vmcs (which is vmcs02), this
9558 * function also has additional necessary side-effects, like setting various
9559 * vcpu->arch fields.
9560 */
9561static void prepare_vmcs02(struct kvm_vcpu *vcpu, struct vmcs12 *vmcs12)
9562{
9563 struct vcpu_vmx *vmx = to_vmx(vcpu);
9564 u32 exec_control;
9565
9566 vmcs_write16(GUEST_ES_SELECTOR, vmcs12->guest_es_selector);
9567 vmcs_write16(GUEST_CS_SELECTOR, vmcs12->guest_cs_selector);
9568 vmcs_write16(GUEST_SS_SELECTOR, vmcs12->guest_ss_selector);
9569 vmcs_write16(GUEST_DS_SELECTOR, vmcs12->guest_ds_selector);
9570 vmcs_write16(GUEST_FS_SELECTOR, vmcs12->guest_fs_selector);
9571 vmcs_write16(GUEST_GS_SELECTOR, vmcs12->guest_gs_selector);
9572 vmcs_write16(GUEST_LDTR_SELECTOR, vmcs12->guest_ldtr_selector);
9573 vmcs_write16(GUEST_TR_SELECTOR, vmcs12->guest_tr_selector);
9574 vmcs_write32(GUEST_ES_LIMIT, vmcs12->guest_es_limit);
9575 vmcs_write32(GUEST_CS_LIMIT, vmcs12->guest_cs_limit);
9576 vmcs_write32(GUEST_SS_LIMIT, vmcs12->guest_ss_limit);
9577 vmcs_write32(GUEST_DS_LIMIT, vmcs12->guest_ds_limit);
9578 vmcs_write32(GUEST_FS_LIMIT, vmcs12->guest_fs_limit);
9579 vmcs_write32(GUEST_GS_LIMIT, vmcs12->guest_gs_limit);
9580 vmcs_write32(GUEST_LDTR_LIMIT, vmcs12->guest_ldtr_limit);
9581 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit);
9582 vmcs_write32(GUEST_GDTR_LIMIT, vmcs12->guest_gdtr_limit);
9583 vmcs_write32(GUEST_IDTR_LIMIT, vmcs12->guest_idtr_limit);
9584 vmcs_write32(GUEST_ES_AR_BYTES, vmcs12->guest_es_ar_bytes);
9585 vmcs_write32(GUEST_CS_AR_BYTES, vmcs12->guest_cs_ar_bytes);
9586 vmcs_write32(GUEST_SS_AR_BYTES, vmcs12->guest_ss_ar_bytes);
9587 vmcs_write32(GUEST_DS_AR_BYTES, vmcs12->guest_ds_ar_bytes);
9588 vmcs_write32(GUEST_FS_AR_BYTES, vmcs12->guest_fs_ar_bytes);
9589 vmcs_write32(GUEST_GS_AR_BYTES, vmcs12->guest_gs_ar_bytes);
9590 vmcs_write32(GUEST_LDTR_AR_BYTES, vmcs12->guest_ldtr_ar_bytes);
9591 vmcs_write32(GUEST_TR_AR_BYTES, vmcs12->guest_tr_ar_bytes);
9592 vmcs_writel(GUEST_ES_BASE, vmcs12->guest_es_base);
9593 vmcs_writel(GUEST_CS_BASE, vmcs12->guest_cs_base);
9594 vmcs_writel(GUEST_SS_BASE, vmcs12->guest_ss_base);
9595 vmcs_writel(GUEST_DS_BASE, vmcs12->guest_ds_base);
9596 vmcs_writel(GUEST_FS_BASE, vmcs12->guest_fs_base);
9597 vmcs_writel(GUEST_GS_BASE, vmcs12->guest_gs_base);
9598 vmcs_writel(GUEST_LDTR_BASE, vmcs12->guest_ldtr_base);
9599 vmcs_writel(GUEST_TR_BASE, vmcs12->guest_tr_base);
9600 vmcs_writel(GUEST_GDTR_BASE, vmcs12->guest_gdtr_base);
9601 vmcs_writel(GUEST_IDTR_BASE, vmcs12->guest_idtr_base);
9602
Jan Kiszka2996fca2014-06-16 13:59:43 +02009603 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS) {
9604 kvm_set_dr(vcpu, 7, vmcs12->guest_dr7);
9605 vmcs_write64(GUEST_IA32_DEBUGCTL, vmcs12->guest_ia32_debugctl);
9606 } else {
9607 kvm_set_dr(vcpu, 7, vcpu->arch.dr7);
9608 vmcs_write64(GUEST_IA32_DEBUGCTL, vmx->nested.vmcs01_debugctl);
9609 }
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009610 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD,
9611 vmcs12->vm_entry_intr_info_field);
9612 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE,
9613 vmcs12->vm_entry_exception_error_code);
9614 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN,
9615 vmcs12->vm_entry_instruction_len);
9616 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO,
9617 vmcs12->guest_interruptibility_info);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009618 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->guest_sysenter_cs);
Gleb Natapov63fbf592013-07-28 18:31:06 +03009619 vmx_set_rflags(vcpu, vmcs12->guest_rflags);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009620 vmcs_writel(GUEST_PENDING_DBG_EXCEPTIONS,
9621 vmcs12->guest_pending_dbg_exceptions);
9622 vmcs_writel(GUEST_SYSENTER_ESP, vmcs12->guest_sysenter_esp);
9623 vmcs_writel(GUEST_SYSENTER_EIP, vmcs12->guest_sysenter_eip);
9624
Wanpeng Li81dc01f2014-12-04 19:11:07 +08009625 if (nested_cpu_has_xsaves(vmcs12))
9626 vmcs_write64(XSS_EXIT_BITMAP, vmcs12->xss_exit_bitmap);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009627 vmcs_write64(VMCS_LINK_POINTER, -1ull);
9628
Jan Kiszkaf4124502014-03-07 20:03:13 +01009629 exec_control = vmcs12->pin_based_vm_exec_control;
9630 exec_control |= vmcs_config.pin_based_exec_ctrl;
Wincy Van705699a2015-02-03 23:58:17 +08009631 exec_control &= ~PIN_BASED_VMX_PREEMPTION_TIMER;
9632
9633 if (nested_cpu_has_posted_intr(vmcs12)) {
9634 /*
9635 * Note that we use L0's vector here and in
9636 * vmx_deliver_nested_posted_interrupt.
9637 */
9638 vmx->nested.posted_intr_nv = vmcs12->posted_intr_nv;
9639 vmx->nested.pi_pending = false;
Li RongQing0bcf2612015-12-03 13:29:34 +08009640 vmcs_write16(POSTED_INTR_NV, POSTED_INTR_VECTOR);
Wincy Van705699a2015-02-03 23:58:17 +08009641 vmcs_write64(POSTED_INTR_DESC_ADDR,
9642 page_to_phys(vmx->nested.pi_desc_page) +
9643 (unsigned long)(vmcs12->posted_intr_desc_addr &
9644 (PAGE_SIZE - 1)));
9645 } else
9646 exec_control &= ~PIN_BASED_POSTED_INTR;
9647
Jan Kiszkaf4124502014-03-07 20:03:13 +01009648 vmcs_write32(PIN_BASED_VM_EXEC_CONTROL, exec_control);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009649
Jan Kiszkaf4124502014-03-07 20:03:13 +01009650 vmx->nested.preemption_timer_expired = false;
9651 if (nested_cpu_has_preemption_timer(vmcs12))
9652 vmx_start_preemption_timer(vcpu);
Jan Kiszka0238ea92013-03-13 11:31:24 +01009653
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009654 /*
9655 * Whether page-faults are trapped is determined by a combination of
9656 * 3 settings: PFEC_MASK, PFEC_MATCH and EXCEPTION_BITMAP.PF.
9657 * If enable_ept, L0 doesn't care about page faults and we should
9658 * set all of these to L1's desires. However, if !enable_ept, L0 does
9659 * care about (at least some) page faults, and because it is not easy
9660 * (if at all possible?) to merge L0 and L1's desires, we simply ask
9661 * to exit on each and every L2 page fault. This is done by setting
9662 * MASK=MATCH=0 and (see below) EB.PF=1.
9663 * Note that below we don't need special code to set EB.PF beyond the
9664 * "or"ing of the EB of vmcs01 and vmcs12, because when enable_ept,
9665 * vmcs01's EB.PF is 0 so the "or" will take vmcs12's value, and when
9666 * !enable_ept, EB.PF is 1, so the "or" will always be 1.
9667 *
9668 * A problem with this approach (when !enable_ept) is that L1 may be
9669 * injected with more page faults than it asked for. This could have
9670 * caused problems, but in practice existing hypervisors don't care.
9671 * To fix this, we will need to emulate the PFEC checking (on the L1
9672 * page tables), using walk_addr(), when injecting PFs to L1.
9673 */
9674 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK,
9675 enable_ept ? vmcs12->page_fault_error_code_mask : 0);
9676 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH,
9677 enable_ept ? vmcs12->page_fault_error_code_match : 0);
9678
9679 if (cpu_has_secondary_exec_ctrls()) {
Jan Kiszkaf4124502014-03-07 20:03:13 +01009680 exec_control = vmx_secondary_exec_control(vmx);
Xiao Guangronge2821622015-09-09 14:05:52 +08009681
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009682 /* Take the following fields only from vmcs12 */
Paolo Bonzini696dfd92014-05-07 11:20:54 +02009683 exec_control &= ~(SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES |
Jan Kiszkab3a2a902015-03-23 19:27:19 +01009684 SECONDARY_EXEC_RDTSCP |
Paolo Bonzini696dfd92014-05-07 11:20:54 +02009685 SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY |
Dan Williamsdfa169b2016-06-02 11:17:24 -07009686 SECONDARY_EXEC_APIC_REGISTER_VIRT);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009687 if (nested_cpu_has(vmcs12,
9688 CPU_BASED_ACTIVATE_SECONDARY_CONTROLS))
9689 exec_control |= vmcs12->secondary_vm_exec_control;
9690
9691 if (exec_control & SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES) {
9692 /*
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009693 * If translation failed, no matter: This feature asks
9694 * to exit when accessing the given address, and if it
9695 * can never be accessed, this feature won't do
9696 * anything anyway.
9697 */
9698 if (!vmx->nested.apic_access_page)
9699 exec_control &=
9700 ~SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES;
9701 else
9702 vmcs_write64(APIC_ACCESS_ADDR,
9703 page_to_phys(vmx->nested.apic_access_page));
Wincy Vanf2b93282015-02-03 23:56:03 +08009704 } else if (!(nested_cpu_has_virt_x2apic_mode(vmcs12)) &&
Paolo Bonzini35754c92015-07-29 12:05:37 +02009705 cpu_need_virtualize_apic_accesses(&vmx->vcpu)) {
Jan Kiszkaca3f2572013-12-16 12:55:46 +01009706 exec_control |=
9707 SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES;
Tang Chen38b99172014-09-24 15:57:54 +08009708 kvm_vcpu_reload_apic_access_page(vcpu);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009709 }
9710
Wincy Van608406e2015-02-03 23:57:51 +08009711 if (exec_control & SECONDARY_EXEC_VIRTUAL_INTR_DELIVERY) {
9712 vmcs_write64(EOI_EXIT_BITMAP0,
9713 vmcs12->eoi_exit_bitmap0);
9714 vmcs_write64(EOI_EXIT_BITMAP1,
9715 vmcs12->eoi_exit_bitmap1);
9716 vmcs_write64(EOI_EXIT_BITMAP2,
9717 vmcs12->eoi_exit_bitmap2);
9718 vmcs_write64(EOI_EXIT_BITMAP3,
9719 vmcs12->eoi_exit_bitmap3);
9720 vmcs_write16(GUEST_INTR_STATUS,
9721 vmcs12->guest_intr_status);
9722 }
9723
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009724 vmcs_write32(SECONDARY_VM_EXEC_CONTROL, exec_control);
9725 }
9726
9727
9728 /*
9729 * Set host-state according to L0's settings (vmcs12 is irrelevant here)
9730 * Some constant fields are set here by vmx_set_constant_host_state().
9731 * Other fields are different per CPU, and will be set later when
9732 * vmx_vcpu_load() is called, and when vmx_save_host_state() is called.
9733 */
Yang Zhanga547c6d2013-04-11 19:25:10 +08009734 vmx_set_constant_host_state(vmx);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009735
9736 /*
9737 * HOST_RSP is normally set correctly in vmx_vcpu_run() just before
9738 * entry, but only if the current (host) sp changed from the value
9739 * we wrote last (vmx->host_rsp). This cache is no longer relevant
9740 * if we switch vmcs, and rather than hold a separate cache per vmcs,
9741 * here we just force the write to happen on entry.
9742 */
9743 vmx->host_rsp = 0;
9744
9745 exec_control = vmx_exec_control(vmx); /* L0's desires */
9746 exec_control &= ~CPU_BASED_VIRTUAL_INTR_PENDING;
9747 exec_control &= ~CPU_BASED_VIRTUAL_NMI_PENDING;
9748 exec_control &= ~CPU_BASED_TPR_SHADOW;
9749 exec_control |= vmcs12->cpu_based_vm_exec_control;
Wanpeng Lia7c0b072014-08-21 19:46:50 +08009750
9751 if (exec_control & CPU_BASED_TPR_SHADOW) {
9752 vmcs_write64(VIRTUAL_APIC_PAGE_ADDR,
9753 page_to_phys(vmx->nested.virtual_apic_page));
9754 vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold);
9755 }
9756
Wincy Van3af18d92015-02-03 23:49:31 +08009757 if (cpu_has_vmx_msr_bitmap() &&
Wincy Van670125b2015-03-04 14:31:56 +08009758 exec_control & CPU_BASED_USE_MSR_BITMAPS) {
9759 nested_vmx_merge_msr_bitmap(vcpu, vmcs12);
9760 /* MSR_BITMAP will be set by following vmx_set_efer. */
Wincy Van3af18d92015-02-03 23:49:31 +08009761 } else
9762 exec_control &= ~CPU_BASED_USE_MSR_BITMAPS;
9763
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009764 /*
Wincy Van3af18d92015-02-03 23:49:31 +08009765 * Merging of IO bitmap not currently supported.
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009766 * Rather, exit every time.
9767 */
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009768 exec_control &= ~CPU_BASED_USE_IO_BITMAPS;
9769 exec_control |= CPU_BASED_UNCOND_IO_EXITING;
9770
9771 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, exec_control);
9772
9773 /* EXCEPTION_BITMAP and CR0_GUEST_HOST_MASK should basically be the
9774 * bitwise-or of what L1 wants to trap for L2, and what we want to
9775 * trap. Note that CR0.TS also needs updating - we do this later.
9776 */
9777 update_exception_bitmap(vcpu);
9778 vcpu->arch.cr0_guest_owned_bits &= ~vmcs12->cr0_guest_host_mask;
9779 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits);
9780
Nadav Har'El8049d652013-08-05 11:07:06 +03009781 /* L2->L1 exit controls are emulated - the hardware exit is to L0 so
9782 * we should use its exit controls. Note that VM_EXIT_LOAD_IA32_EFER
9783 * bits are further modified by vmx_set_efer() below.
9784 */
Jan Kiszkaf4124502014-03-07 20:03:13 +01009785 vmcs_write32(VM_EXIT_CONTROLS, vmcs_config.vmexit_ctrl);
Nadav Har'El8049d652013-08-05 11:07:06 +03009786
9787 /* vmcs12's VM_ENTRY_LOAD_IA32_EFER and VM_ENTRY_IA32E_MODE are
9788 * emulated by vmx_set_efer(), below.
9789 */
Gleb Natapov2961e8762013-11-25 15:37:13 +02009790 vm_entry_controls_init(vmx,
Nadav Har'El8049d652013-08-05 11:07:06 +03009791 (vmcs12->vm_entry_controls & ~VM_ENTRY_LOAD_IA32_EFER &
9792 ~VM_ENTRY_IA32E_MODE) |
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009793 (vmcs_config.vmentry_ctrl & ~VM_ENTRY_IA32E_MODE));
9794
Jan Kiszka44811c02013-08-04 17:17:27 +02009795 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_PAT) {
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009796 vmcs_write64(GUEST_IA32_PAT, vmcs12->guest_ia32_pat);
Jan Kiszka44811c02013-08-04 17:17:27 +02009797 vcpu->arch.pat = vmcs12->guest_ia32_pat;
9798 } else if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT)
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009799 vmcs_write64(GUEST_IA32_PAT, vmx->vcpu.arch.pat);
9800
9801
9802 set_cr4_guest_host_mask(vmx);
9803
Paolo Bonzini36be0b92014-02-24 12:30:04 +01009804 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_BNDCFGS)
9805 vmcs_write64(GUEST_BNDCFGS, vmcs12->guest_bndcfgs);
9806
Nadav Har'El27fc51b2011-08-02 15:54:52 +03009807 if (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETING)
9808 vmcs_write64(TSC_OFFSET,
9809 vmx->nested.vmcs01_tsc_offset + vmcs12->tsc_offset);
9810 else
9811 vmcs_write64(TSC_OFFSET, vmx->nested.vmcs01_tsc_offset);
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009812
9813 if (enable_vpid) {
9814 /*
Wanpeng Li5c614b32015-10-13 09:18:36 -07009815 * There is no direct mapping between vpid02 and vpid12, the
9816 * vpid02 is per-vCPU for L0 and reused while the value of
9817 * vpid12 is changed w/ one invvpid during nested vmentry.
9818 * The vpid12 is allocated by L1 for L2, so it will not
9819 * influence global bitmap(for vpid01 and vpid02 allocation)
9820 * even if spawn a lot of nested vCPUs.
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009821 */
Wanpeng Li5c614b32015-10-13 09:18:36 -07009822 if (nested_cpu_has_vpid(vmcs12) && vmx->nested.vpid02) {
9823 vmcs_write16(VIRTUAL_PROCESSOR_ID, vmx->nested.vpid02);
9824 if (vmcs12->virtual_processor_id != vmx->nested.last_vpid) {
9825 vmx->nested.last_vpid = vmcs12->virtual_processor_id;
9826 __vmx_flush_tlb(vcpu, to_vmx(vcpu)->nested.vpid02);
9827 }
9828 } else {
9829 vmcs_write16(VIRTUAL_PROCESSOR_ID, vmx->vpid);
9830 vmx_flush_tlb(vcpu);
9831 }
9832
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009833 }
9834
Nadav Har'El155a97a2013-08-05 11:07:16 +03009835 if (nested_cpu_has_ept(vmcs12)) {
9836 kvm_mmu_unload(vcpu);
9837 nested_ept_init_mmu_context(vcpu);
9838 }
9839
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009840 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER)
9841 vcpu->arch.efer = vmcs12->guest_ia32_efer;
Jan Kiszkad1fa0352013-04-14 12:44:54 +02009842 else if (vmcs12->vm_entry_controls & VM_ENTRY_IA32E_MODE)
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009843 vcpu->arch.efer |= (EFER_LMA | EFER_LME);
9844 else
9845 vcpu->arch.efer &= ~(EFER_LMA | EFER_LME);
9846 /* Note: modifies VM_ENTRY/EXIT_CONTROLS and GUEST/HOST_IA32_EFER */
9847 vmx_set_efer(vcpu, vcpu->arch.efer);
9848
9849 /*
9850 * This sets GUEST_CR0 to vmcs12->guest_cr0, with possibly a modified
9851 * TS bit (for lazy fpu) and bits which we consider mandatory enabled.
9852 * The CR0_READ_SHADOW is what L2 should have expected to read given
9853 * the specifications by L1; It's not enough to take
9854 * vmcs12->cr0_read_shadow because on our cr0_guest_host_mask we we
9855 * have more bits than L1 expected.
9856 */
9857 vmx_set_cr0(vcpu, vmcs12->guest_cr0);
9858 vmcs_writel(CR0_READ_SHADOW, nested_read_cr0(vmcs12));
9859
9860 vmx_set_cr4(vcpu, vmcs12->guest_cr4);
9861 vmcs_writel(CR4_READ_SHADOW, nested_read_cr4(vmcs12));
9862
9863 /* shadow page tables on either EPT or shadow page tables */
9864 kvm_set_cr3(vcpu, vmcs12->guest_cr3);
9865 kvm_mmu_reset_context(vcpu);
9866
Gleb Natapovfeaf0c7d2013-09-25 12:51:36 +03009867 if (!enable_ept)
9868 vcpu->arch.walk_mmu->inject_page_fault = vmx_inject_page_fault_nested;
9869
Nadav Har'El3633cfc2013-08-05 11:07:07 +03009870 /*
9871 * L1 may access the L2's PDPTR, so save them to construct vmcs12
9872 */
9873 if (enable_ept) {
9874 vmcs_write64(GUEST_PDPTR0, vmcs12->guest_pdptr0);
9875 vmcs_write64(GUEST_PDPTR1, vmcs12->guest_pdptr1);
9876 vmcs_write64(GUEST_PDPTR2, vmcs12->guest_pdptr2);
9877 vmcs_write64(GUEST_PDPTR3, vmcs12->guest_pdptr3);
9878 }
9879
Nadav Har'Elfe3ef052011-05-25 23:10:02 +03009880 kvm_register_write(vcpu, VCPU_REGS_RSP, vmcs12->guest_rsp);
9881 kvm_register_write(vcpu, VCPU_REGS_RIP, vmcs12->guest_rip);
9882}
9883
Nadav Har'Elcd232ad2011-05-25 23:10:33 +03009884/*
9885 * nested_vmx_run() handles a nested entry, i.e., a VMLAUNCH or VMRESUME on L1
9886 * for running an L2 nested guest.
9887 */
9888static int nested_vmx_run(struct kvm_vcpu *vcpu, bool launch)
9889{
9890 struct vmcs12 *vmcs12;
9891 struct vcpu_vmx *vmx = to_vmx(vcpu);
9892 int cpu;
9893 struct loaded_vmcs *vmcs02;
Jan Kiszka384bb782013-04-20 10:52:36 +02009894 bool ia32e;
Wincy Vanff651cb2014-12-11 08:52:58 +03009895 u32 msr_entry_idx;
Nadav Har'Elcd232ad2011-05-25 23:10:33 +03009896
9897 if (!nested_vmx_check_permission(vcpu) ||
9898 !nested_vmx_check_vmcs12(vcpu))
9899 return 1;
9900
9901 skip_emulated_instruction(vcpu);
9902 vmcs12 = get_vmcs12(vcpu);
9903
Abel Gordon012f83c2013-04-18 14:39:25 +03009904 if (enable_shadow_vmcs)
9905 copy_shadow_to_vmcs12(vmx);
9906
Nadav Har'El7c177932011-05-25 23:12:04 +03009907 /*
9908 * The nested entry process starts with enforcing various prerequisites
9909 * on vmcs12 as required by the Intel SDM, and act appropriately when
9910 * they fail: As the SDM explains, some conditions should cause the
9911 * instruction to fail, while others will cause the instruction to seem
9912 * to succeed, but return an EXIT_REASON_INVALID_STATE.
9913 * To speed up the normal (success) code path, we should avoid checking
9914 * for misconfigurations which will anyway be caught by the processor
9915 * when using the merged vmcs02.
9916 */
9917 if (vmcs12->launch_state == launch) {
9918 nested_vmx_failValid(vcpu,
9919 launch ? VMXERR_VMLAUNCH_NONCLEAR_VMCS
9920 : VMXERR_VMRESUME_NONLAUNCHED_VMCS);
9921 return 1;
9922 }
9923
Jan Kiszka6dfacad2013-12-04 08:58:54 +01009924 if (vmcs12->guest_activity_state != GUEST_ACTIVITY_ACTIVE &&
9925 vmcs12->guest_activity_state != GUEST_ACTIVITY_HLT) {
Paolo Bonzini26539bd2013-04-15 15:00:27 +02009926 nested_vmx_failValid(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD);
9927 return 1;
9928 }
9929
Wincy Van3af18d92015-02-03 23:49:31 +08009930 if (!nested_get_vmcs12_pages(vcpu, vmcs12)) {
Nadav Har'El7c177932011-05-25 23:12:04 +03009931 nested_vmx_failValid(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD);
9932 return 1;
9933 }
9934
Wincy Van3af18d92015-02-03 23:49:31 +08009935 if (nested_vmx_check_msr_bitmap_controls(vcpu, vmcs12)) {
Nadav Har'El7c177932011-05-25 23:12:04 +03009936 nested_vmx_failValid(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD);
9937 return 1;
9938 }
9939
Wincy Vanf2b93282015-02-03 23:56:03 +08009940 if (nested_vmx_check_apicv_controls(vcpu, vmcs12)) {
9941 nested_vmx_failValid(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD);
9942 return 1;
9943 }
9944
Eugene Korenevskye9ac0332014-12-11 08:53:27 +03009945 if (nested_vmx_check_msr_switch_controls(vcpu, vmcs12)) {
9946 nested_vmx_failValid(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD);
9947 return 1;
9948 }
9949
Nadav Har'El7c177932011-05-25 23:12:04 +03009950 if (!vmx_control_verify(vmcs12->cpu_based_vm_exec_control,
Wincy Vanb9c237b2015-02-03 23:56:30 +08009951 vmx->nested.nested_vmx_true_procbased_ctls_low,
9952 vmx->nested.nested_vmx_procbased_ctls_high) ||
Nadav Har'El7c177932011-05-25 23:12:04 +03009953 !vmx_control_verify(vmcs12->secondary_vm_exec_control,
Wincy Vanb9c237b2015-02-03 23:56:30 +08009954 vmx->nested.nested_vmx_secondary_ctls_low,
9955 vmx->nested.nested_vmx_secondary_ctls_high) ||
Nadav Har'El7c177932011-05-25 23:12:04 +03009956 !vmx_control_verify(vmcs12->pin_based_vm_exec_control,
Wincy Vanb9c237b2015-02-03 23:56:30 +08009957 vmx->nested.nested_vmx_pinbased_ctls_low,
9958 vmx->nested.nested_vmx_pinbased_ctls_high) ||
Nadav Har'El7c177932011-05-25 23:12:04 +03009959 !vmx_control_verify(vmcs12->vm_exit_controls,
Wincy Vanb9c237b2015-02-03 23:56:30 +08009960 vmx->nested.nested_vmx_true_exit_ctls_low,
9961 vmx->nested.nested_vmx_exit_ctls_high) ||
Nadav Har'El7c177932011-05-25 23:12:04 +03009962 !vmx_control_verify(vmcs12->vm_entry_controls,
Wincy Vanb9c237b2015-02-03 23:56:30 +08009963 vmx->nested.nested_vmx_true_entry_ctls_low,
9964 vmx->nested.nested_vmx_entry_ctls_high))
Nadav Har'El7c177932011-05-25 23:12:04 +03009965 {
9966 nested_vmx_failValid(vcpu, VMXERR_ENTRY_INVALID_CONTROL_FIELD);
9967 return 1;
9968 }
9969
9970 if (((vmcs12->host_cr0 & VMXON_CR0_ALWAYSON) != VMXON_CR0_ALWAYSON) ||
9971 ((vmcs12->host_cr4 & VMXON_CR4_ALWAYSON) != VMXON_CR4_ALWAYSON)) {
9972 nested_vmx_failValid(vcpu,
9973 VMXERR_ENTRY_INVALID_HOST_STATE_FIELD);
9974 return 1;
9975 }
9976
Wincy Vanb9c237b2015-02-03 23:56:30 +08009977 if (!nested_cr0_valid(vcpu, vmcs12->guest_cr0) ||
Nadav Har'El7c177932011-05-25 23:12:04 +03009978 ((vmcs12->guest_cr4 & VMXON_CR4_ALWAYSON) != VMXON_CR4_ALWAYSON)) {
9979 nested_vmx_entry_failure(vcpu, vmcs12,
9980 EXIT_REASON_INVALID_STATE, ENTRY_FAIL_DEFAULT);
9981 return 1;
9982 }
9983 if (vmcs12->vmcs_link_pointer != -1ull) {
9984 nested_vmx_entry_failure(vcpu, vmcs12,
9985 EXIT_REASON_INVALID_STATE, ENTRY_FAIL_VMCS_LINK_PTR);
9986 return 1;
9987 }
9988
9989 /*
Jan Kiszkacb0c8cda2013-04-27 12:58:00 +02009990 * If the load IA32_EFER VM-entry control is 1, the following checks
Jan Kiszka384bb782013-04-20 10:52:36 +02009991 * are performed on the field for the IA32_EFER MSR:
9992 * - Bits reserved in the IA32_EFER MSR must be 0.
9993 * - Bit 10 (corresponding to IA32_EFER.LMA) must equal the value of
9994 * the IA-32e mode guest VM-exit control. It must also be identical
9995 * to bit 8 (LME) if bit 31 in the CR0 field (corresponding to
9996 * CR0.PG) is 1.
9997 */
9998 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_IA32_EFER) {
9999 ia32e = (vmcs12->vm_entry_controls & VM_ENTRY_IA32E_MODE) != 0;
10000 if (!kvm_valid_efer(vcpu, vmcs12->guest_ia32_efer) ||
10001 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LMA) ||
10002 ((vmcs12->guest_cr0 & X86_CR0_PG) &&
10003 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LME))) {
10004 nested_vmx_entry_failure(vcpu, vmcs12,
10005 EXIT_REASON_INVALID_STATE, ENTRY_FAIL_DEFAULT);
10006 return 1;
10007 }
10008 }
10009
10010 /*
10011 * If the load IA32_EFER VM-exit control is 1, bits reserved in the
10012 * IA32_EFER MSR must be 0 in the field for that register. In addition,
10013 * the values of the LMA and LME bits in the field must each be that of
10014 * the host address-space size VM-exit control.
10015 */
10016 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_EFER) {
10017 ia32e = (vmcs12->vm_exit_controls &
10018 VM_EXIT_HOST_ADDR_SPACE_SIZE) != 0;
10019 if (!kvm_valid_efer(vcpu, vmcs12->host_ia32_efer) ||
10020 ia32e != !!(vmcs12->host_ia32_efer & EFER_LMA) ||
10021 ia32e != !!(vmcs12->host_ia32_efer & EFER_LME)) {
10022 nested_vmx_entry_failure(vcpu, vmcs12,
10023 EXIT_REASON_INVALID_STATE, ENTRY_FAIL_DEFAULT);
10024 return 1;
10025 }
10026 }
10027
10028 /*
Nadav Har'El7c177932011-05-25 23:12:04 +030010029 * We're finally done with prerequisite checking, and can start with
10030 * the nested entry.
10031 */
10032
Nadav Har'Elcd232ad2011-05-25 23:10:33 +030010033 vmcs02 = nested_get_current_vmcs02(vmx);
10034 if (!vmcs02)
10035 return -ENOMEM;
10036
10037 enter_guest_mode(vcpu);
10038
10039 vmx->nested.vmcs01_tsc_offset = vmcs_read64(TSC_OFFSET);
10040
Jan Kiszka2996fca2014-06-16 13:59:43 +020010041 if (!(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS))
10042 vmx->nested.vmcs01_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL);
10043
Nadav Har'Elcd232ad2011-05-25 23:10:33 +030010044 cpu = get_cpu();
10045 vmx->loaded_vmcs = vmcs02;
10046 vmx_vcpu_put(vcpu);
10047 vmx_vcpu_load(vcpu, cpu);
10048 vcpu->cpu = cpu;
10049 put_cpu();
10050
Jan Kiszka36c3cc42013-02-23 22:35:37 +010010051 vmx_segment_cache_clear(vmx);
10052
Nadav Har'Elcd232ad2011-05-25 23:10:33 +030010053 prepare_vmcs02(vcpu, vmcs12);
10054
Wincy Vanff651cb2014-12-11 08:52:58 +030010055 msr_entry_idx = nested_vmx_load_msr(vcpu,
10056 vmcs12->vm_entry_msr_load_addr,
10057 vmcs12->vm_entry_msr_load_count);
10058 if (msr_entry_idx) {
10059 leave_guest_mode(vcpu);
10060 vmx_load_vmcs01(vcpu);
10061 nested_vmx_entry_failure(vcpu, vmcs12,
10062 EXIT_REASON_MSR_LOAD_FAIL, msr_entry_idx);
10063 return 1;
10064 }
10065
10066 vmcs12->launch_state = 1;
10067
Jan Kiszka6dfacad2013-12-04 08:58:54 +010010068 if (vmcs12->guest_activity_state == GUEST_ACTIVITY_HLT)
Joel Schopp5cb56052015-03-02 13:43:31 -060010069 return kvm_vcpu_halt(vcpu);
Jan Kiszka6dfacad2013-12-04 08:58:54 +010010070
Jan Kiszka7af40ad32014-01-04 18:47:23 +010010071 vmx->nested.nested_run_pending = 1;
10072
Nadav Har'Elcd232ad2011-05-25 23:10:33 +030010073 /*
10074 * Note no nested_vmx_succeed or nested_vmx_fail here. At this point
10075 * we are no longer running L1, and VMLAUNCH/VMRESUME has not yet
10076 * returned as far as L1 is concerned. It will only return (and set
10077 * the success flag) when L2 exits (see nested_vmx_vmexit()).
10078 */
10079 return 1;
10080}
10081
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010082/*
10083 * On a nested exit from L2 to L1, vmcs12.guest_cr0 might not be up-to-date
10084 * because L2 may have changed some cr0 bits directly (CRO_GUEST_HOST_MASK).
10085 * This function returns the new value we should put in vmcs12.guest_cr0.
10086 * It's not enough to just return the vmcs02 GUEST_CR0. Rather,
10087 * 1. Bits that neither L0 nor L1 trapped, were set directly by L2 and are now
10088 * available in vmcs02 GUEST_CR0. (Note: It's enough to check that L0
10089 * didn't trap the bit, because if L1 did, so would L0).
10090 * 2. Bits that L1 asked to trap (and therefore L0 also did) could not have
10091 * been modified by L2, and L1 knows it. So just leave the old value of
10092 * the bit from vmcs12.guest_cr0. Note that the bit from vmcs02 GUEST_CR0
10093 * isn't relevant, because if L0 traps this bit it can set it to anything.
10094 * 3. Bits that L1 didn't trap, but L0 did. L1 believes the guest could have
10095 * changed these bits, and therefore they need to be updated, but L0
10096 * didn't necessarily allow them to be changed in GUEST_CR0 - and rather
10097 * put them in vmcs02 CR0_READ_SHADOW. So take these bits from there.
10098 */
10099static inline unsigned long
10100vmcs12_guest_cr0(struct kvm_vcpu *vcpu, struct vmcs12 *vmcs12)
10101{
10102 return
10103 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) |
10104 /*2*/ (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask) |
10105 /*3*/ (vmcs_readl(CR0_READ_SHADOW) & ~(vmcs12->cr0_guest_host_mask |
10106 vcpu->arch.cr0_guest_owned_bits));
10107}
10108
10109static inline unsigned long
10110vmcs12_guest_cr4(struct kvm_vcpu *vcpu, struct vmcs12 *vmcs12)
10111{
10112 return
10113 /*1*/ (vmcs_readl(GUEST_CR4) & vcpu->arch.cr4_guest_owned_bits) |
10114 /*2*/ (vmcs12->guest_cr4 & vmcs12->cr4_guest_host_mask) |
10115 /*3*/ (vmcs_readl(CR4_READ_SHADOW) & ~(vmcs12->cr4_guest_host_mask |
10116 vcpu->arch.cr4_guest_owned_bits));
10117}
10118
Jan Kiszka5f3d5792013-04-14 12:12:46 +020010119static void vmcs12_save_pending_event(struct kvm_vcpu *vcpu,
10120 struct vmcs12 *vmcs12)
10121{
10122 u32 idt_vectoring;
10123 unsigned int nr;
10124
Gleb Natapov851eb6672013-09-25 12:51:34 +030010125 if (vcpu->arch.exception.pending && vcpu->arch.exception.reinject) {
Jan Kiszka5f3d5792013-04-14 12:12:46 +020010126 nr = vcpu->arch.exception.nr;
10127 idt_vectoring = nr | VECTORING_INFO_VALID_MASK;
10128
10129 if (kvm_exception_is_soft(nr)) {
10130 vmcs12->vm_exit_instruction_len =
10131 vcpu->arch.event_exit_inst_len;
10132 idt_vectoring |= INTR_TYPE_SOFT_EXCEPTION;
10133 } else
10134 idt_vectoring |= INTR_TYPE_HARD_EXCEPTION;
10135
10136 if (vcpu->arch.exception.has_error_code) {
10137 idt_vectoring |= VECTORING_INFO_DELIVER_CODE_MASK;
10138 vmcs12->idt_vectoring_error_code =
10139 vcpu->arch.exception.error_code;
10140 }
10141
10142 vmcs12->idt_vectoring_info_field = idt_vectoring;
Jan Kiszkacd2633c2013-10-23 17:42:15 +010010143 } else if (vcpu->arch.nmi_injected) {
Jan Kiszka5f3d5792013-04-14 12:12:46 +020010144 vmcs12->idt_vectoring_info_field =
10145 INTR_TYPE_NMI_INTR | INTR_INFO_VALID_MASK | NMI_VECTOR;
10146 } else if (vcpu->arch.interrupt.pending) {
10147 nr = vcpu->arch.interrupt.nr;
10148 idt_vectoring = nr | VECTORING_INFO_VALID_MASK;
10149
10150 if (vcpu->arch.interrupt.soft) {
10151 idt_vectoring |= INTR_TYPE_SOFT_INTR;
10152 vmcs12->vm_entry_instruction_len =
10153 vcpu->arch.event_exit_inst_len;
10154 } else
10155 idt_vectoring |= INTR_TYPE_EXT_INTR;
10156
10157 vmcs12->idt_vectoring_info_field = idt_vectoring;
10158 }
10159}
10160
Jan Kiszkab6b8a142014-03-07 20:03:12 +010010161static int vmx_check_nested_events(struct kvm_vcpu *vcpu, bool external_intr)
10162{
10163 struct vcpu_vmx *vmx = to_vmx(vcpu);
10164
Jan Kiszkaf4124502014-03-07 20:03:13 +010010165 if (nested_cpu_has_preemption_timer(get_vmcs12(vcpu)) &&
10166 vmx->nested.preemption_timer_expired) {
10167 if (vmx->nested.nested_run_pending)
10168 return -EBUSY;
10169 nested_vmx_vmexit(vcpu, EXIT_REASON_PREEMPTION_TIMER, 0, 0);
10170 return 0;
10171 }
10172
Jan Kiszkab6b8a142014-03-07 20:03:12 +010010173 if (vcpu->arch.nmi_pending && nested_exit_on_nmi(vcpu)) {
Jan Kiszka220c5672014-03-07 20:03:14 +010010174 if (vmx->nested.nested_run_pending ||
10175 vcpu->arch.interrupt.pending)
Jan Kiszkab6b8a142014-03-07 20:03:12 +010010176 return -EBUSY;
10177 nested_vmx_vmexit(vcpu, EXIT_REASON_EXCEPTION_NMI,
10178 NMI_VECTOR | INTR_TYPE_NMI_INTR |
10179 INTR_INFO_VALID_MASK, 0);
10180 /*
10181 * The NMI-triggered VM exit counts as injection:
10182 * clear this one and block further NMIs.
10183 */
10184 vcpu->arch.nmi_pending = 0;
10185 vmx_set_nmi_mask(vcpu, true);
10186 return 0;
10187 }
10188
10189 if ((kvm_cpu_has_interrupt(vcpu) || external_intr) &&
10190 nested_exit_on_intr(vcpu)) {
10191 if (vmx->nested.nested_run_pending)
10192 return -EBUSY;
10193 nested_vmx_vmexit(vcpu, EXIT_REASON_EXTERNAL_INTERRUPT, 0, 0);
Wincy Van705699a2015-02-03 23:58:17 +080010194 return 0;
Jan Kiszkab6b8a142014-03-07 20:03:12 +010010195 }
10196
Wincy Van705699a2015-02-03 23:58:17 +080010197 return vmx_complete_nested_posted_interrupt(vcpu);
Jan Kiszkab6b8a142014-03-07 20:03:12 +010010198}
10199
Jan Kiszkaf4124502014-03-07 20:03:13 +010010200static u32 vmx_get_preemption_timer_value(struct kvm_vcpu *vcpu)
10201{
10202 ktime_t remaining =
10203 hrtimer_get_remaining(&to_vmx(vcpu)->nested.preemption_timer);
10204 u64 value;
10205
10206 if (ktime_to_ns(remaining) <= 0)
10207 return 0;
10208
10209 value = ktime_to_ns(remaining) * vcpu->arch.virtual_tsc_khz;
10210 do_div(value, 1000000);
10211 return value >> VMX_MISC_EMULATED_PREEMPTION_TIMER_RATE;
10212}
10213
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010214/*
10215 * prepare_vmcs12 is part of what we need to do when the nested L2 guest exits
10216 * and we want to prepare to run its L1 parent. L1 keeps a vmcs for L2 (vmcs12),
10217 * and this function updates it to reflect the changes to the guest state while
10218 * L2 was running (and perhaps made some exits which were handled directly by L0
10219 * without going back to L1), and to reflect the exit reason.
10220 * Note that we do not have to copy here all VMCS fields, just those that
10221 * could have changed by the L2 guest or the exit - i.e., the guest-state and
10222 * exit-information fields only. Other fields are modified by L1 with VMWRITE,
10223 * which already writes to vmcs12 directly.
10224 */
Jan Kiszka533558b2014-01-04 18:47:20 +010010225static void prepare_vmcs12(struct kvm_vcpu *vcpu, struct vmcs12 *vmcs12,
10226 u32 exit_reason, u32 exit_intr_info,
10227 unsigned long exit_qualification)
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010228{
10229 /* update guest state fields: */
10230 vmcs12->guest_cr0 = vmcs12_guest_cr0(vcpu, vmcs12);
10231 vmcs12->guest_cr4 = vmcs12_guest_cr4(vcpu, vmcs12);
10232
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010233 vmcs12->guest_rsp = kvm_register_read(vcpu, VCPU_REGS_RSP);
10234 vmcs12->guest_rip = kvm_register_read(vcpu, VCPU_REGS_RIP);
10235 vmcs12->guest_rflags = vmcs_readl(GUEST_RFLAGS);
10236
10237 vmcs12->guest_es_selector = vmcs_read16(GUEST_ES_SELECTOR);
10238 vmcs12->guest_cs_selector = vmcs_read16(GUEST_CS_SELECTOR);
10239 vmcs12->guest_ss_selector = vmcs_read16(GUEST_SS_SELECTOR);
10240 vmcs12->guest_ds_selector = vmcs_read16(GUEST_DS_SELECTOR);
10241 vmcs12->guest_fs_selector = vmcs_read16(GUEST_FS_SELECTOR);
10242 vmcs12->guest_gs_selector = vmcs_read16(GUEST_GS_SELECTOR);
10243 vmcs12->guest_ldtr_selector = vmcs_read16(GUEST_LDTR_SELECTOR);
10244 vmcs12->guest_tr_selector = vmcs_read16(GUEST_TR_SELECTOR);
10245 vmcs12->guest_es_limit = vmcs_read32(GUEST_ES_LIMIT);
10246 vmcs12->guest_cs_limit = vmcs_read32(GUEST_CS_LIMIT);
10247 vmcs12->guest_ss_limit = vmcs_read32(GUEST_SS_LIMIT);
10248 vmcs12->guest_ds_limit = vmcs_read32(GUEST_DS_LIMIT);
10249 vmcs12->guest_fs_limit = vmcs_read32(GUEST_FS_LIMIT);
10250 vmcs12->guest_gs_limit = vmcs_read32(GUEST_GS_LIMIT);
10251 vmcs12->guest_ldtr_limit = vmcs_read32(GUEST_LDTR_LIMIT);
10252 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT);
10253 vmcs12->guest_gdtr_limit = vmcs_read32(GUEST_GDTR_LIMIT);
10254 vmcs12->guest_idtr_limit = vmcs_read32(GUEST_IDTR_LIMIT);
10255 vmcs12->guest_es_ar_bytes = vmcs_read32(GUEST_ES_AR_BYTES);
10256 vmcs12->guest_cs_ar_bytes = vmcs_read32(GUEST_CS_AR_BYTES);
10257 vmcs12->guest_ss_ar_bytes = vmcs_read32(GUEST_SS_AR_BYTES);
10258 vmcs12->guest_ds_ar_bytes = vmcs_read32(GUEST_DS_AR_BYTES);
10259 vmcs12->guest_fs_ar_bytes = vmcs_read32(GUEST_FS_AR_BYTES);
10260 vmcs12->guest_gs_ar_bytes = vmcs_read32(GUEST_GS_AR_BYTES);
10261 vmcs12->guest_ldtr_ar_bytes = vmcs_read32(GUEST_LDTR_AR_BYTES);
10262 vmcs12->guest_tr_ar_bytes = vmcs_read32(GUEST_TR_AR_BYTES);
10263 vmcs12->guest_es_base = vmcs_readl(GUEST_ES_BASE);
10264 vmcs12->guest_cs_base = vmcs_readl(GUEST_CS_BASE);
10265 vmcs12->guest_ss_base = vmcs_readl(GUEST_SS_BASE);
10266 vmcs12->guest_ds_base = vmcs_readl(GUEST_DS_BASE);
10267 vmcs12->guest_fs_base = vmcs_readl(GUEST_FS_BASE);
10268 vmcs12->guest_gs_base = vmcs_readl(GUEST_GS_BASE);
10269 vmcs12->guest_ldtr_base = vmcs_readl(GUEST_LDTR_BASE);
10270 vmcs12->guest_tr_base = vmcs_readl(GUEST_TR_BASE);
10271 vmcs12->guest_gdtr_base = vmcs_readl(GUEST_GDTR_BASE);
10272 vmcs12->guest_idtr_base = vmcs_readl(GUEST_IDTR_BASE);
10273
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010274 vmcs12->guest_interruptibility_info =
10275 vmcs_read32(GUEST_INTERRUPTIBILITY_INFO);
10276 vmcs12->guest_pending_dbg_exceptions =
10277 vmcs_readl(GUEST_PENDING_DBG_EXCEPTIONS);
Jan Kiszka3edf1e62014-01-04 18:47:24 +010010278 if (vcpu->arch.mp_state == KVM_MP_STATE_HALTED)
10279 vmcs12->guest_activity_state = GUEST_ACTIVITY_HLT;
10280 else
10281 vmcs12->guest_activity_state = GUEST_ACTIVITY_ACTIVE;
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010282
Jan Kiszkaf4124502014-03-07 20:03:13 +010010283 if (nested_cpu_has_preemption_timer(vmcs12)) {
10284 if (vmcs12->vm_exit_controls &
10285 VM_EXIT_SAVE_VMX_PREEMPTION_TIMER)
10286 vmcs12->vmx_preemption_timer_value =
10287 vmx_get_preemption_timer_value(vcpu);
10288 hrtimer_cancel(&to_vmx(vcpu)->nested.preemption_timer);
10289 }
Arthur Chunqi Li7854cbc2013-09-16 16:11:44 +080010290
Nadav Har'El3633cfc2013-08-05 11:07:07 +030010291 /*
10292 * In some cases (usually, nested EPT), L2 is allowed to change its
10293 * own CR3 without exiting. If it has changed it, we must keep it.
10294 * Of course, if L0 is using shadow page tables, GUEST_CR3 was defined
10295 * by L0, not L1 or L2, so we mustn't unconditionally copy it to vmcs12.
10296 *
10297 * Additionally, restore L2's PDPTR to vmcs12.
10298 */
10299 if (enable_ept) {
Paolo Bonzinif3531052015-12-03 15:49:56 +010010300 vmcs12->guest_cr3 = vmcs_readl(GUEST_CR3);
Nadav Har'El3633cfc2013-08-05 11:07:07 +030010301 vmcs12->guest_pdptr0 = vmcs_read64(GUEST_PDPTR0);
10302 vmcs12->guest_pdptr1 = vmcs_read64(GUEST_PDPTR1);
10303 vmcs12->guest_pdptr2 = vmcs_read64(GUEST_PDPTR2);
10304 vmcs12->guest_pdptr3 = vmcs_read64(GUEST_PDPTR3);
10305 }
10306
Wincy Van608406e2015-02-03 23:57:51 +080010307 if (nested_cpu_has_vid(vmcs12))
10308 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS);
10309
Jan Kiszkac18911a2013-03-13 16:06:41 +010010310 vmcs12->vm_entry_controls =
10311 (vmcs12->vm_entry_controls & ~VM_ENTRY_IA32E_MODE) |
Gleb Natapov2961e8762013-11-25 15:37:13 +020010312 (vm_entry_controls_get(to_vmx(vcpu)) & VM_ENTRY_IA32E_MODE);
Jan Kiszkac18911a2013-03-13 16:06:41 +010010313
Jan Kiszka2996fca2014-06-16 13:59:43 +020010314 if (vmcs12->vm_exit_controls & VM_EXIT_SAVE_DEBUG_CONTROLS) {
10315 kvm_get_dr(vcpu, 7, (unsigned long *)&vmcs12->guest_dr7);
10316 vmcs12->guest_ia32_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL);
10317 }
10318
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010319 /* TODO: These cannot have changed unless we have MSR bitmaps and
10320 * the relevant bit asks not to trap the change */
Jan Kiszkab8c07d52013-04-06 13:51:21 +020010321 if (vmcs12->vm_exit_controls & VM_EXIT_SAVE_IA32_PAT)
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010322 vmcs12->guest_ia32_pat = vmcs_read64(GUEST_IA32_PAT);
Jan Kiszka10ba54a2013-08-08 16:26:31 +020010323 if (vmcs12->vm_exit_controls & VM_EXIT_SAVE_IA32_EFER)
10324 vmcs12->guest_ia32_efer = vcpu->arch.efer;
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010325 vmcs12->guest_sysenter_cs = vmcs_read32(GUEST_SYSENTER_CS);
10326 vmcs12->guest_sysenter_esp = vmcs_readl(GUEST_SYSENTER_ESP);
10327 vmcs12->guest_sysenter_eip = vmcs_readl(GUEST_SYSENTER_EIP);
Paolo Bonzinia87036a2016-03-08 09:52:13 +010010328 if (kvm_mpx_supported())
Paolo Bonzini36be0b92014-02-24 12:30:04 +010010329 vmcs12->guest_bndcfgs = vmcs_read64(GUEST_BNDCFGS);
Wanpeng Li81dc01f2014-12-04 19:11:07 +080010330 if (nested_cpu_has_xsaves(vmcs12))
10331 vmcs12->xss_exit_bitmap = vmcs_read64(XSS_EXIT_BITMAP);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010332
10333 /* update exit information fields: */
10334
Jan Kiszka533558b2014-01-04 18:47:20 +010010335 vmcs12->vm_exit_reason = exit_reason;
10336 vmcs12->exit_qualification = exit_qualification;
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010337
Jan Kiszka533558b2014-01-04 18:47:20 +010010338 vmcs12->vm_exit_intr_info = exit_intr_info;
Jan Kiszkac0d1c772013-04-14 12:12:50 +020010339 if ((vmcs12->vm_exit_intr_info &
10340 (INTR_INFO_VALID_MASK | INTR_INFO_DELIVER_CODE_MASK)) ==
10341 (INTR_INFO_VALID_MASK | INTR_INFO_DELIVER_CODE_MASK))
10342 vmcs12->vm_exit_intr_error_code =
10343 vmcs_read32(VM_EXIT_INTR_ERROR_CODE);
Jan Kiszka5f3d5792013-04-14 12:12:46 +020010344 vmcs12->idt_vectoring_info_field = 0;
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010345 vmcs12->vm_exit_instruction_len = vmcs_read32(VM_EXIT_INSTRUCTION_LEN);
10346 vmcs12->vmx_instruction_info = vmcs_read32(VMX_INSTRUCTION_INFO);
10347
Jan Kiszka5f3d5792013-04-14 12:12:46 +020010348 if (!(vmcs12->vm_exit_reason & VMX_EXIT_REASONS_FAILED_VMENTRY)) {
10349 /* vm_entry_intr_info_field is cleared on exit. Emulate this
10350 * instead of reading the real value. */
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010351 vmcs12->vm_entry_intr_info_field &= ~INTR_INFO_VALID_MASK;
Jan Kiszka5f3d5792013-04-14 12:12:46 +020010352
10353 /*
10354 * Transfer the event that L0 or L1 may wanted to inject into
10355 * L2 to IDT_VECTORING_INFO_FIELD.
10356 */
10357 vmcs12_save_pending_event(vcpu, vmcs12);
10358 }
10359
10360 /*
10361 * Drop what we picked up for L2 via vmx_complete_interrupts. It is
10362 * preserved above and would only end up incorrectly in L1.
10363 */
10364 vcpu->arch.nmi_injected = false;
10365 kvm_clear_exception_queue(vcpu);
10366 kvm_clear_interrupt_queue(vcpu);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010367}
10368
10369/*
10370 * A part of what we need to when the nested L2 guest exits and we want to
10371 * run its L1 parent, is to reset L1's guest state to the host state specified
10372 * in vmcs12.
10373 * This function is to be called not only on normal nested exit, but also on
10374 * a nested entry failure, as explained in Intel's spec, 3B.23.7 ("VM-Entry
10375 * Failures During or After Loading Guest State").
10376 * This function should be called when the active VMCS is L1's (vmcs01).
10377 */
Jan Kiszka733568f2013-02-23 15:07:47 +010010378static void load_vmcs12_host_state(struct kvm_vcpu *vcpu,
10379 struct vmcs12 *vmcs12)
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010380{
Arthur Chunqi Li21feb4e2013-07-15 16:04:08 +080010381 struct kvm_segment seg;
10382
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010383 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_EFER)
10384 vcpu->arch.efer = vmcs12->host_ia32_efer;
Jan Kiszkad1fa0352013-04-14 12:44:54 +020010385 else if (vmcs12->vm_exit_controls & VM_EXIT_HOST_ADDR_SPACE_SIZE)
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010386 vcpu->arch.efer |= (EFER_LMA | EFER_LME);
10387 else
10388 vcpu->arch.efer &= ~(EFER_LMA | EFER_LME);
10389 vmx_set_efer(vcpu, vcpu->arch.efer);
10390
10391 kvm_register_write(vcpu, VCPU_REGS_RSP, vmcs12->host_rsp);
10392 kvm_register_write(vcpu, VCPU_REGS_RIP, vmcs12->host_rip);
H. Peter Anvin1adfa762013-04-27 16:10:11 -070010393 vmx_set_rflags(vcpu, X86_EFLAGS_FIXED);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010394 /*
10395 * Note that calling vmx_set_cr0 is important, even if cr0 hasn't
10396 * actually changed, because it depends on the current state of
10397 * fpu_active (which may have changed).
10398 * Note that vmx_set_cr0 refers to efer set above.
10399 */
Jan Kiszka9e3e4db2013-09-03 21:11:45 +020010400 vmx_set_cr0(vcpu, vmcs12->host_cr0);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010401 /*
10402 * If we did fpu_activate()/fpu_deactivate() during L2's run, we need
10403 * to apply the same changes to L1's vmcs. We just set cr0 correctly,
10404 * but we also need to update cr0_guest_host_mask and exception_bitmap.
10405 */
10406 update_exception_bitmap(vcpu);
10407 vcpu->arch.cr0_guest_owned_bits = (vcpu->fpu_active ? X86_CR0_TS : 0);
10408 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits);
10409
10410 /*
10411 * Note that CR4_GUEST_HOST_MASK is already set in the original vmcs01
10412 * (KVM doesn't change it)- no reason to call set_cr4_guest_host_mask();
10413 */
10414 vcpu->arch.cr4_guest_owned_bits = ~vmcs_readl(CR4_GUEST_HOST_MASK);
10415 kvm_set_cr4(vcpu, vmcs12->host_cr4);
10416
Jan Kiszka29bf08f2013-12-28 16:31:52 +010010417 nested_ept_uninit_mmu_context(vcpu);
Nadav Har'El155a97a2013-08-05 11:07:16 +030010418
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010419 kvm_set_cr3(vcpu, vmcs12->host_cr3);
10420 kvm_mmu_reset_context(vcpu);
10421
Gleb Natapovfeaf0c7d2013-09-25 12:51:36 +030010422 if (!enable_ept)
10423 vcpu->arch.walk_mmu->inject_page_fault = kvm_inject_page_fault;
10424
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010425 if (enable_vpid) {
10426 /*
10427 * Trivially support vpid by letting L2s share their parent
10428 * L1's vpid. TODO: move to a more elaborate solution, giving
10429 * each L2 its own vpid and exposing the vpid feature to L1.
10430 */
10431 vmx_flush_tlb(vcpu);
10432 }
10433
10434
10435 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->host_ia32_sysenter_cs);
10436 vmcs_writel(GUEST_SYSENTER_ESP, vmcs12->host_ia32_sysenter_esp);
10437 vmcs_writel(GUEST_SYSENTER_EIP, vmcs12->host_ia32_sysenter_eip);
10438 vmcs_writel(GUEST_IDTR_BASE, vmcs12->host_idtr_base);
10439 vmcs_writel(GUEST_GDTR_BASE, vmcs12->host_gdtr_base);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010440
Paolo Bonzini36be0b92014-02-24 12:30:04 +010010441 /* If not VM_EXIT_CLEAR_BNDCFGS, the L2 value propagates to L1. */
10442 if (vmcs12->vm_exit_controls & VM_EXIT_CLEAR_BNDCFGS)
10443 vmcs_write64(GUEST_BNDCFGS, 0);
10444
Jan Kiszka44811c02013-08-04 17:17:27 +020010445 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_PAT) {
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010446 vmcs_write64(GUEST_IA32_PAT, vmcs12->host_ia32_pat);
Jan Kiszka44811c02013-08-04 17:17:27 +020010447 vcpu->arch.pat = vmcs12->host_ia32_pat;
10448 }
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010449 if (vmcs12->vm_exit_controls & VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL)
10450 vmcs_write64(GUEST_IA32_PERF_GLOBAL_CTRL,
10451 vmcs12->host_ia32_perf_global_ctrl);
Jan Kiszka503cd0c2013-03-03 13:05:44 +010010452
Arthur Chunqi Li21feb4e2013-07-15 16:04:08 +080010453 /* Set L1 segment info according to Intel SDM
10454 27.5.2 Loading Host Segment and Descriptor-Table Registers */
10455 seg = (struct kvm_segment) {
10456 .base = 0,
10457 .limit = 0xFFFFFFFF,
10458 .selector = vmcs12->host_cs_selector,
10459 .type = 11,
10460 .present = 1,
10461 .s = 1,
10462 .g = 1
10463 };
10464 if (vmcs12->vm_exit_controls & VM_EXIT_HOST_ADDR_SPACE_SIZE)
10465 seg.l = 1;
10466 else
10467 seg.db = 1;
10468 vmx_set_segment(vcpu, &seg, VCPU_SREG_CS);
10469 seg = (struct kvm_segment) {
10470 .base = 0,
10471 .limit = 0xFFFFFFFF,
10472 .type = 3,
10473 .present = 1,
10474 .s = 1,
10475 .db = 1,
10476 .g = 1
10477 };
10478 seg.selector = vmcs12->host_ds_selector;
10479 vmx_set_segment(vcpu, &seg, VCPU_SREG_DS);
10480 seg.selector = vmcs12->host_es_selector;
10481 vmx_set_segment(vcpu, &seg, VCPU_SREG_ES);
10482 seg.selector = vmcs12->host_ss_selector;
10483 vmx_set_segment(vcpu, &seg, VCPU_SREG_SS);
10484 seg.selector = vmcs12->host_fs_selector;
10485 seg.base = vmcs12->host_fs_base;
10486 vmx_set_segment(vcpu, &seg, VCPU_SREG_FS);
10487 seg.selector = vmcs12->host_gs_selector;
10488 seg.base = vmcs12->host_gs_base;
10489 vmx_set_segment(vcpu, &seg, VCPU_SREG_GS);
10490 seg = (struct kvm_segment) {
Gleb Natapov205befd2013-08-04 15:08:06 +030010491 .base = vmcs12->host_tr_base,
Arthur Chunqi Li21feb4e2013-07-15 16:04:08 +080010492 .limit = 0x67,
10493 .selector = vmcs12->host_tr_selector,
10494 .type = 11,
10495 .present = 1
10496 };
10497 vmx_set_segment(vcpu, &seg, VCPU_SREG_TR);
10498
Jan Kiszka503cd0c2013-03-03 13:05:44 +010010499 kvm_set_dr(vcpu, 7, 0x400);
10500 vmcs_write64(GUEST_IA32_DEBUGCTL, 0);
Wincy Vanff651cb2014-12-11 08:52:58 +030010501
Wincy Van3af18d92015-02-03 23:49:31 +080010502 if (cpu_has_vmx_msr_bitmap())
10503 vmx_set_msr_bitmap(vcpu);
10504
Wincy Vanff651cb2014-12-11 08:52:58 +030010505 if (nested_vmx_load_msr(vcpu, vmcs12->vm_exit_msr_load_addr,
10506 vmcs12->vm_exit_msr_load_count))
10507 nested_vmx_abort(vcpu, VMX_ABORT_LOAD_HOST_MSR_FAIL);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010508}
10509
10510/*
10511 * Emulate an exit from nested guest (L2) to L1, i.e., prepare to run L1
10512 * and modify vmcs12 to make it see what it would expect to see there if
10513 * L2 was its real guest. Must only be called when in L2 (is_guest_mode())
10514 */
Jan Kiszka533558b2014-01-04 18:47:20 +010010515static void nested_vmx_vmexit(struct kvm_vcpu *vcpu, u32 exit_reason,
10516 u32 exit_intr_info,
10517 unsigned long exit_qualification)
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010518{
10519 struct vcpu_vmx *vmx = to_vmx(vcpu);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010520 struct vmcs12 *vmcs12 = get_vmcs12(vcpu);
10521
Jan Kiszka5f3d5792013-04-14 12:12:46 +020010522 /* trying to cancel vmlaunch/vmresume is a bug */
10523 WARN_ON_ONCE(vmx->nested.nested_run_pending);
10524
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010525 leave_guest_mode(vcpu);
Jan Kiszka533558b2014-01-04 18:47:20 +010010526 prepare_vmcs12(vcpu, vmcs12, exit_reason, exit_intr_info,
10527 exit_qualification);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010528
Wincy Vanff651cb2014-12-11 08:52:58 +030010529 if (nested_vmx_store_msr(vcpu, vmcs12->vm_exit_msr_store_addr,
10530 vmcs12->vm_exit_msr_store_count))
10531 nested_vmx_abort(vcpu, VMX_ABORT_SAVE_GUEST_MSR_FAIL);
10532
Wanpeng Lif3380ca2014-08-05 12:42:23 +080010533 vmx_load_vmcs01(vcpu);
10534
Bandan Das77b0f5d2014-04-19 18:17:45 -040010535 if ((exit_reason == EXIT_REASON_EXTERNAL_INTERRUPT)
10536 && nested_exit_intr_ack_set(vcpu)) {
10537 int irq = kvm_cpu_get_interrupt(vcpu);
10538 WARN_ON(irq < 0);
10539 vmcs12->vm_exit_intr_info = irq |
10540 INTR_INFO_VALID_MASK | INTR_TYPE_EXT_INTR;
10541 }
10542
Jan Kiszka542060e2014-01-04 18:47:21 +010010543 trace_kvm_nested_vmexit_inject(vmcs12->vm_exit_reason,
10544 vmcs12->exit_qualification,
10545 vmcs12->idt_vectoring_info_field,
10546 vmcs12->vm_exit_intr_info,
10547 vmcs12->vm_exit_intr_error_code,
10548 KVM_ISA_VMX);
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010549
Gleb Natapov2961e8762013-11-25 15:37:13 +020010550 vm_entry_controls_init(vmx, vmcs_read32(VM_ENTRY_CONTROLS));
10551 vm_exit_controls_init(vmx, vmcs_read32(VM_EXIT_CONTROLS));
Jan Kiszka36c3cc42013-02-23 22:35:37 +010010552 vmx_segment_cache_clear(vmx);
10553
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010554 /* if no vmcs02 cache requested, remove the one we used */
10555 if (VMCS02_POOL_SIZE == 0)
10556 nested_free_vmcs02(vmx, vmx->nested.current_vmptr);
10557
10558 load_vmcs12_host_state(vcpu, vmcs12);
10559
Nadav Har'El27fc51b2011-08-02 15:54:52 +030010560 /* Update TSC_OFFSET if TSC was changed while L2 ran */
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010561 vmcs_write64(TSC_OFFSET, vmx->nested.vmcs01_tsc_offset);
10562
10563 /* This is needed for same reason as it was needed in prepare_vmcs02 */
10564 vmx->host_rsp = 0;
10565
10566 /* Unpin physical memory we referred to in vmcs02 */
10567 if (vmx->nested.apic_access_page) {
10568 nested_release_page(vmx->nested.apic_access_page);
Paolo Bonzini48d89b92014-08-26 13:27:46 +020010569 vmx->nested.apic_access_page = NULL;
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010570 }
Wanpeng Lia7c0b072014-08-21 19:46:50 +080010571 if (vmx->nested.virtual_apic_page) {
10572 nested_release_page(vmx->nested.virtual_apic_page);
Paolo Bonzini48d89b92014-08-26 13:27:46 +020010573 vmx->nested.virtual_apic_page = NULL;
Wanpeng Lia7c0b072014-08-21 19:46:50 +080010574 }
Wincy Van705699a2015-02-03 23:58:17 +080010575 if (vmx->nested.pi_desc_page) {
10576 kunmap(vmx->nested.pi_desc_page);
10577 nested_release_page(vmx->nested.pi_desc_page);
10578 vmx->nested.pi_desc_page = NULL;
10579 vmx->nested.pi_desc = NULL;
10580 }
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010581
10582 /*
Tang Chen38b99172014-09-24 15:57:54 +080010583 * We are now running in L2, mmu_notifier will force to reload the
10584 * page's hpa for L2 vmcs. Need to reload it for L1 before entering L1.
10585 */
10586 kvm_vcpu_reload_apic_access_page(vcpu);
10587
10588 /*
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010589 * Exiting from L2 to L1, we're now back to L1 which thinks it just
10590 * finished a VMLAUNCH or VMRESUME instruction, so we need to set the
10591 * success or failure flag accordingly.
10592 */
10593 if (unlikely(vmx->fail)) {
10594 vmx->fail = 0;
10595 nested_vmx_failValid(vcpu, vmcs_read32(VM_INSTRUCTION_ERROR));
10596 } else
10597 nested_vmx_succeed(vcpu);
Abel Gordon012f83c2013-04-18 14:39:25 +030010598 if (enable_shadow_vmcs)
10599 vmx->nested.sync_shadow_vmcs = true;
Jan Kiszkab6b8a142014-03-07 20:03:12 +010010600
10601 /* in case we halted in L2 */
10602 vcpu->arch.mp_state = KVM_MP_STATE_RUNNABLE;
Nadav Har'El4704d0b2011-05-25 23:11:34 +030010603}
10604
Nadav Har'El7c177932011-05-25 23:12:04 +030010605/*
Jan Kiszka42124922014-01-04 18:47:19 +010010606 * Forcibly leave nested mode in order to be able to reset the VCPU later on.
10607 */
10608static void vmx_leave_nested(struct kvm_vcpu *vcpu)
10609{
10610 if (is_guest_mode(vcpu))
Jan Kiszka533558b2014-01-04 18:47:20 +010010611 nested_vmx_vmexit(vcpu, -1, 0, 0);
Jan Kiszka42124922014-01-04 18:47:19 +010010612 free_nested(to_vmx(vcpu));
10613}
10614
10615/*
Nadav Har'El7c177932011-05-25 23:12:04 +030010616 * L1's failure to enter L2 is a subset of a normal exit, as explained in
10617 * 23.7 "VM-entry failures during or after loading guest state" (this also
10618 * lists the acceptable exit-reason and exit-qualification parameters).
10619 * It should only be called before L2 actually succeeded to run, and when
10620 * vmcs01 is current (it doesn't leave_guest_mode() or switch vmcss).
10621 */
10622static void nested_vmx_entry_failure(struct kvm_vcpu *vcpu,
10623 struct vmcs12 *vmcs12,
10624 u32 reason, unsigned long qualification)
10625{
10626 load_vmcs12_host_state(vcpu, vmcs12);
10627 vmcs12->vm_exit_reason = reason | VMX_EXIT_REASONS_FAILED_VMENTRY;
10628 vmcs12->exit_qualification = qualification;
10629 nested_vmx_succeed(vcpu);
Abel Gordon012f83c2013-04-18 14:39:25 +030010630 if (enable_shadow_vmcs)
10631 to_vmx(vcpu)->nested.sync_shadow_vmcs = true;
Nadav Har'El7c177932011-05-25 23:12:04 +030010632}
10633
Joerg Roedel8a76d7f2011-04-04 12:39:27 +020010634static int vmx_check_intercept(struct kvm_vcpu *vcpu,
10635 struct x86_instruction_info *info,
10636 enum x86_intercept_stage stage)
10637{
10638 return X86EMUL_CONTINUE;
10639}
10640
Paolo Bonzini48d89b92014-08-26 13:27:46 +020010641static void vmx_sched_in(struct kvm_vcpu *vcpu, int cpu)
Radim Krčmářae97a3b2014-08-21 18:08:06 +020010642{
Radim Krčmářb4a2d312014-08-21 18:08:08 +020010643 if (ple_gap)
10644 shrink_ple_window(vcpu);
Radim Krčmářae97a3b2014-08-21 18:08:06 +020010645}
10646
Kai Huang843e4332015-01-28 10:54:28 +080010647static void vmx_slot_enable_log_dirty(struct kvm *kvm,
10648 struct kvm_memory_slot *slot)
10649{
10650 kvm_mmu_slot_leaf_clear_dirty(kvm, slot);
10651 kvm_mmu_slot_largepage_remove_write_access(kvm, slot);
10652}
10653
10654static void vmx_slot_disable_log_dirty(struct kvm *kvm,
10655 struct kvm_memory_slot *slot)
10656{
10657 kvm_mmu_slot_set_dirty(kvm, slot);
10658}
10659
10660static void vmx_flush_log_dirty(struct kvm *kvm)
10661{
10662 kvm_flush_pml_buffers(kvm);
10663}
10664
10665static void vmx_enable_log_dirty_pt_masked(struct kvm *kvm,
10666 struct kvm_memory_slot *memslot,
10667 gfn_t offset, unsigned long mask)
10668{
10669 kvm_mmu_clear_dirty_pt_masked(kvm, memslot, offset, mask);
10670}
10671
Feng Wuefc64402015-09-18 22:29:51 +080010672/*
Feng Wubf9f6ac2015-09-18 22:29:55 +080010673 * This routine does the following things for vCPU which is going
10674 * to be blocked if VT-d PI is enabled.
10675 * - Store the vCPU to the wakeup list, so when interrupts happen
10676 * we can find the right vCPU to wake up.
10677 * - Change the Posted-interrupt descriptor as below:
10678 * 'NDST' <-- vcpu->pre_pcpu
10679 * 'NV' <-- POSTED_INTR_WAKEUP_VECTOR
10680 * - If 'ON' is set during this process, which means at least one
10681 * interrupt is posted for this vCPU, we cannot block it, in
10682 * this case, return 1, otherwise, return 0.
10683 *
10684 */
10685static int vmx_pre_block(struct kvm_vcpu *vcpu)
10686{
10687 unsigned long flags;
10688 unsigned int dest;
10689 struct pi_desc old, new;
10690 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu);
10691
10692 if (!kvm_arch_has_assigned_device(vcpu->kvm) ||
10693 !irq_remapping_cap(IRQ_POSTING_CAP))
10694 return 0;
10695
10696 vcpu->pre_pcpu = vcpu->cpu;
10697 spin_lock_irqsave(&per_cpu(blocked_vcpu_on_cpu_lock,
10698 vcpu->pre_pcpu), flags);
10699 list_add_tail(&vcpu->blocked_vcpu_list,
10700 &per_cpu(blocked_vcpu_on_cpu,
10701 vcpu->pre_pcpu));
10702 spin_unlock_irqrestore(&per_cpu(blocked_vcpu_on_cpu_lock,
10703 vcpu->pre_pcpu), flags);
10704
10705 do {
10706 old.control = new.control = pi_desc->control;
10707
10708 /*
10709 * We should not block the vCPU if
10710 * an interrupt is posted for it.
10711 */
10712 if (pi_test_on(pi_desc) == 1) {
10713 spin_lock_irqsave(&per_cpu(blocked_vcpu_on_cpu_lock,
10714 vcpu->pre_pcpu), flags);
10715 list_del(&vcpu->blocked_vcpu_list);
10716 spin_unlock_irqrestore(
10717 &per_cpu(blocked_vcpu_on_cpu_lock,
10718 vcpu->pre_pcpu), flags);
10719 vcpu->pre_pcpu = -1;
10720
10721 return 1;
10722 }
10723
10724 WARN((pi_desc->sn == 1),
10725 "Warning: SN field of posted-interrupts "
10726 "is set before blocking\n");
10727
10728 /*
10729 * Since vCPU can be preempted during this process,
10730 * vcpu->cpu could be different with pre_pcpu, we
10731 * need to set pre_pcpu as the destination of wakeup
10732 * notification event, then we can find the right vCPU
10733 * to wakeup in wakeup handler if interrupts happen
10734 * when the vCPU is in blocked state.
10735 */
10736 dest = cpu_physical_id(vcpu->pre_pcpu);
10737
10738 if (x2apic_enabled())
10739 new.ndst = dest;
10740 else
10741 new.ndst = (dest << 8) & 0xFF00;
10742
10743 /* set 'NV' to 'wakeup vector' */
10744 new.nv = POSTED_INTR_WAKEUP_VECTOR;
10745 } while (cmpxchg(&pi_desc->control, old.control,
10746 new.control) != old.control);
10747
10748 return 0;
10749}
10750
10751static void vmx_post_block(struct kvm_vcpu *vcpu)
10752{
10753 struct pi_desc *pi_desc = vcpu_to_pi_desc(vcpu);
10754 struct pi_desc old, new;
10755 unsigned int dest;
10756 unsigned long flags;
10757
10758 if (!kvm_arch_has_assigned_device(vcpu->kvm) ||
10759 !irq_remapping_cap(IRQ_POSTING_CAP))
10760 return;
10761
10762 do {
10763 old.control = new.control = pi_desc->control;
10764
10765 dest = cpu_physical_id(vcpu->cpu);
10766
10767 if (x2apic_enabled())
10768 new.ndst = dest;
10769 else
10770 new.ndst = (dest << 8) & 0xFF00;
10771
10772 /* Allow posting non-urgent interrupts */
10773 new.sn = 0;
10774
10775 /* set 'NV' to 'notification vector' */
10776 new.nv = POSTED_INTR_VECTOR;
10777 } while (cmpxchg(&pi_desc->control, old.control,
10778 new.control) != old.control);
10779
10780 if(vcpu->pre_pcpu != -1) {
10781 spin_lock_irqsave(
10782 &per_cpu(blocked_vcpu_on_cpu_lock,
10783 vcpu->pre_pcpu), flags);
10784 list_del(&vcpu->blocked_vcpu_list);
10785 spin_unlock_irqrestore(
10786 &per_cpu(blocked_vcpu_on_cpu_lock,
10787 vcpu->pre_pcpu), flags);
10788 vcpu->pre_pcpu = -1;
10789 }
10790}
10791
10792/*
Feng Wuefc64402015-09-18 22:29:51 +080010793 * vmx_update_pi_irte - set IRTE for Posted-Interrupts
10794 *
10795 * @kvm: kvm
10796 * @host_irq: host irq of the interrupt
10797 * @guest_irq: gsi of the interrupt
10798 * @set: set or unset PI
10799 * returns 0 on success, < 0 on failure
10800 */
10801static int vmx_update_pi_irte(struct kvm *kvm, unsigned int host_irq,
10802 uint32_t guest_irq, bool set)
10803{
10804 struct kvm_kernel_irq_routing_entry *e;
10805 struct kvm_irq_routing_table *irq_rt;
10806 struct kvm_lapic_irq irq;
10807 struct kvm_vcpu *vcpu;
10808 struct vcpu_data vcpu_info;
10809 int idx, ret = -EINVAL;
10810
10811 if (!kvm_arch_has_assigned_device(kvm) ||
10812 !irq_remapping_cap(IRQ_POSTING_CAP))
10813 return 0;
10814
10815 idx = srcu_read_lock(&kvm->irq_srcu);
10816 irq_rt = srcu_dereference(kvm->irq_routing, &kvm->irq_srcu);
10817 BUG_ON(guest_irq >= irq_rt->nr_rt_entries);
10818
10819 hlist_for_each_entry(e, &irq_rt->map[guest_irq], link) {
10820 if (e->type != KVM_IRQ_ROUTING_MSI)
10821 continue;
10822 /*
10823 * VT-d PI cannot support posting multicast/broadcast
10824 * interrupts to a vCPU, we still use interrupt remapping
10825 * for these kind of interrupts.
10826 *
10827 * For lowest-priority interrupts, we only support
10828 * those with single CPU as the destination, e.g. user
10829 * configures the interrupts via /proc/irq or uses
10830 * irqbalance to make the interrupts single-CPU.
10831 *
10832 * We will support full lowest-priority interrupt later.
10833 */
10834
10835 kvm_set_msi_irq(e, &irq);
Feng Wu23a1c252016-01-25 16:53:32 +080010836 if (!kvm_intr_is_single_vcpu(kvm, &irq, &vcpu)) {
10837 /*
10838 * Make sure the IRTE is in remapped mode if
10839 * we don't handle it in posted mode.
10840 */
10841 ret = irq_set_vcpu_affinity(host_irq, NULL);
10842 if (ret < 0) {
10843 printk(KERN_INFO
10844 "failed to back to remapped mode, irq: %u\n",
10845 host_irq);
10846 goto out;
10847 }
10848
Feng Wuefc64402015-09-18 22:29:51 +080010849 continue;
Feng Wu23a1c252016-01-25 16:53:32 +080010850 }
Feng Wuefc64402015-09-18 22:29:51 +080010851
10852 vcpu_info.pi_desc_addr = __pa(vcpu_to_pi_desc(vcpu));
10853 vcpu_info.vector = irq.vector;
10854
Feng Wub6ce9782016-01-25 16:53:35 +080010855 trace_kvm_pi_irte_update(vcpu->vcpu_id, host_irq, e->gsi,
Feng Wuefc64402015-09-18 22:29:51 +080010856 vcpu_info.vector, vcpu_info.pi_desc_addr, set);
10857
10858 if (set)
10859 ret = irq_set_vcpu_affinity(host_irq, &vcpu_info);
10860 else {
10861 /* suppress notification event before unposting */
10862 pi_set_sn(vcpu_to_pi_desc(vcpu));
10863 ret = irq_set_vcpu_affinity(host_irq, NULL);
10864 pi_clear_sn(vcpu_to_pi_desc(vcpu));
10865 }
10866
10867 if (ret < 0) {
10868 printk(KERN_INFO "%s: failed to update PI IRTE\n",
10869 __func__);
10870 goto out;
10871 }
10872 }
10873
10874 ret = 0;
10875out:
10876 srcu_read_unlock(&kvm->irq_srcu, idx);
10877 return ret;
10878}
10879
Christian Ehrhardtcbdd1be2007-09-09 15:41:59 +030010880static struct kvm_x86_ops vmx_x86_ops = {
Avi Kivity6aa8b732006-12-10 02:21:36 -080010881 .cpu_has_kvm_support = cpu_has_kvm_support,
10882 .disabled_by_bios = vmx_disabled_by_bios,
10883 .hardware_setup = hardware_setup,
10884 .hardware_unsetup = hardware_unsetup,
Yang, Sheng002c7f72007-07-31 14:23:01 +030010885 .check_processor_compatibility = vmx_check_processor_compat,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010886 .hardware_enable = hardware_enable,
10887 .hardware_disable = hardware_disable,
Sheng Yang04547152009-04-01 15:52:31 +080010888 .cpu_has_accelerated_tpr = report_flexpriority,
Paolo Bonzini6d396b52015-04-01 14:25:33 +020010889 .cpu_has_high_real_mode_segbase = vmx_has_high_real_mode_segbase,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010890
10891 .vcpu_create = vmx_create_vcpu,
10892 .vcpu_free = vmx_free_vcpu,
Avi Kivity04d2cc72007-09-10 18:10:54 +030010893 .vcpu_reset = vmx_vcpu_reset,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010894
Avi Kivity04d2cc72007-09-10 18:10:54 +030010895 .prepare_guest_switch = vmx_save_host_state,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010896 .vcpu_load = vmx_vcpu_load,
10897 .vcpu_put = vmx_vcpu_put,
10898
Paolo Bonzinia96036b2015-11-10 11:55:36 +010010899 .update_bp_intercept = update_exception_bitmap,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010900 .get_msr = vmx_get_msr,
10901 .set_msr = vmx_set_msr,
10902 .get_segment_base = vmx_get_segment_base,
10903 .get_segment = vmx_get_segment,
10904 .set_segment = vmx_set_segment,
Izik Eidus2e4d2652008-03-24 19:38:34 +020010905 .get_cpl = vmx_get_cpl,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010906 .get_cs_db_l_bits = vmx_get_cs_db_l_bits,
Avi Kivitye8467fd2009-12-29 18:43:06 +020010907 .decache_cr0_guest_bits = vmx_decache_cr0_guest_bits,
Avi Kivityaff48ba2010-12-05 18:56:11 +020010908 .decache_cr3 = vmx_decache_cr3,
Anthony Liguori25c4c272007-04-27 09:29:21 +030010909 .decache_cr4_guest_bits = vmx_decache_cr4_guest_bits,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010910 .set_cr0 = vmx_set_cr0,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010911 .set_cr3 = vmx_set_cr3,
10912 .set_cr4 = vmx_set_cr4,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010913 .set_efer = vmx_set_efer,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010914 .get_idt = vmx_get_idt,
10915 .set_idt = vmx_set_idt,
10916 .get_gdt = vmx_get_gdt,
10917 .set_gdt = vmx_set_gdt,
Jan Kiszka73aaf249e2014-01-04 18:47:16 +010010918 .get_dr6 = vmx_get_dr6,
10919 .set_dr6 = vmx_set_dr6,
Gleb Natapov020df072010-04-13 10:05:23 +030010920 .set_dr7 = vmx_set_dr7,
Paolo Bonzini81908bf2014-02-21 10:32:27 +010010921 .sync_dirty_debug_regs = vmx_sync_dirty_debug_regs,
Marcelo Tosatti5fdbf972008-06-27 14:58:02 -030010922 .cache_reg = vmx_cache_reg,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010923 .get_rflags = vmx_get_rflags,
10924 .set_rflags = vmx_set_rflags,
Huaitong Hanbe94f6b2016-03-22 16:51:20 +080010925
10926 .get_pkru = vmx_get_pkru,
10927
Paolo Bonzini0fdd74f2015-05-20 11:33:43 +020010928 .fpu_activate = vmx_fpu_activate,
Avi Kivity02daab22009-12-30 12:40:26 +020010929 .fpu_deactivate = vmx_fpu_deactivate,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010930
10931 .tlb_flush = vmx_flush_tlb,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010932
Avi Kivity6aa8b732006-12-10 02:21:36 -080010933 .run = vmx_vcpu_run,
Avi Kivity6062d012009-03-23 17:35:17 +020010934 .handle_exit = vmx_handle_exit,
Avi Kivity6aa8b732006-12-10 02:21:36 -080010935 .skip_emulated_instruction = skip_emulated_instruction,
Glauber Costa2809f5d2009-05-12 16:21:05 -040010936 .set_interrupt_shadow = vmx_set_interrupt_shadow,
10937 .get_interrupt_shadow = vmx_get_interrupt_shadow,
Ingo Molnar102d8322007-02-19 14:37:47 +020010938 .patch_hypercall = vmx_patch_hypercall,
Eddie Dong2a8067f2007-08-06 16:29:07 +030010939 .set_irq = vmx_inject_irq,
Gleb Natapov95ba8273132009-04-21 17:45:08 +030010940 .set_nmi = vmx_inject_nmi,
Avi Kivity298101d2007-11-25 13:41:11 +020010941 .queue_exception = vmx_queue_exception,
Avi Kivityb463a6f2010-07-20 15:06:17 +030010942 .cancel_injection = vmx_cancel_injection,
Gleb Natapov78646122009-03-23 12:12:11 +020010943 .interrupt_allowed = vmx_interrupt_allowed,
Gleb Natapov95ba8273132009-04-21 17:45:08 +030010944 .nmi_allowed = vmx_nmi_allowed,
Jan Kiszka3cfc3092009-11-12 01:04:25 +010010945 .get_nmi_mask = vmx_get_nmi_mask,
10946 .set_nmi_mask = vmx_set_nmi_mask,
Gleb Natapov95ba8273132009-04-21 17:45:08 +030010947 .enable_nmi_window = enable_nmi_window,
10948 .enable_irq_window = enable_irq_window,
10949 .update_cr8_intercept = update_cr8_intercept,
Yang Zhang8d146952013-01-25 10:18:50 +080010950 .set_virtual_x2apic_mode = vmx_set_virtual_x2apic_mode,
Tang Chen38b99172014-09-24 15:57:54 +080010951 .set_apic_access_page_addr = vmx_set_apic_access_page_addr,
Andrey Smetanind62caab2015-11-10 15:36:33 +030010952 .get_enable_apicv = vmx_get_enable_apicv,
10953 .refresh_apicv_exec_ctrl = vmx_refresh_apicv_exec_ctrl,
Yang Zhangc7c9c562013-01-25 10:18:51 +080010954 .load_eoi_exitmap = vmx_load_eoi_exitmap,
10955 .hwapic_irr_update = vmx_hwapic_irr_update,
10956 .hwapic_isr_update = vmx_hwapic_isr_update,
Yang Zhanga20ed542013-04-11 19:25:15 +080010957 .sync_pir_to_irr = vmx_sync_pir_to_irr,
10958 .deliver_posted_interrupt = vmx_deliver_posted_interrupt,
Gleb Natapov95ba8273132009-04-21 17:45:08 +030010959
Izik Eiduscbc94022007-10-25 00:29:55 +020010960 .set_tss_addr = vmx_set_tss_addr,
Sheng Yang67253af2008-04-25 10:20:22 +080010961 .get_tdp_level = get_ept_level,
Sheng Yang4b12f0d2009-04-27 20:35:42 +080010962 .get_mt_mask = vmx_get_mt_mask,
Marcelo Tosatti229456f2009-06-17 09:22:14 -030010963
Avi Kivity586f9602010-11-18 13:09:54 +020010964 .get_exit_info = vmx_get_exit_info,
Avi Kivity586f9602010-11-18 13:09:54 +020010965
Sheng Yang17cc3932010-01-05 19:02:27 +080010966 .get_lpage_level = vmx_get_lpage_level,
Sheng Yang0e851882009-12-18 16:48:46 +080010967
10968 .cpuid_update = vmx_cpuid_update,
Sheng Yang4e47c7a2009-12-18 16:48:47 +080010969
10970 .rdtscp_supported = vmx_rdtscp_supported,
Mao, Junjiead756a12012-07-02 01:18:48 +000010971 .invpcid_supported = vmx_invpcid_supported,
Joerg Roedeld4330ef2010-04-22 12:33:11 +020010972
10973 .set_supported_cpuid = vmx_set_supported_cpuid,
Sheng Yangf5f48ee2010-06-30 12:25:15 +080010974
10975 .has_wbinvd_exit = cpu_has_vmx_wbinvd_exit,
Zachary Amsden99e3e302010-08-19 22:07:17 -100010976
Will Auldba904632012-11-29 12:42:50 -080010977 .read_tsc_offset = vmx_read_tsc_offset,
Zachary Amsden99e3e302010-08-19 22:07:17 -100010978 .write_tsc_offset = vmx_write_tsc_offset,
Haozhong Zhang58ea6762015-10-20 15:39:06 +080010979 .adjust_tsc_offset_guest = vmx_adjust_tsc_offset_guest,
Nadav Har'Eld5c17852011-08-02 15:54:20 +030010980 .read_l1_tsc = vmx_read_l1_tsc,
Joerg Roedel1c97f0a2010-09-10 17:30:41 +020010981
10982 .set_tdp_cr3 = vmx_set_cr3,
Joerg Roedel8a76d7f2011-04-04 12:39:27 +020010983
10984 .check_intercept = vmx_check_intercept,
Yang Zhanga547c6d2013-04-11 19:25:10 +080010985 .handle_external_intr = vmx_handle_external_intr,
Liu, Jinsongda8999d2014-02-24 10:55:46 +000010986 .mpx_supported = vmx_mpx_supported,
Wanpeng Li55412b22014-12-02 19:21:30 +080010987 .xsaves_supported = vmx_xsaves_supported,
Jan Kiszkab6b8a142014-03-07 20:03:12 +010010988
10989 .check_nested_events = vmx_check_nested_events,
Radim Krčmářae97a3b2014-08-21 18:08:06 +020010990
10991 .sched_in = vmx_sched_in,
Kai Huang843e4332015-01-28 10:54:28 +080010992
10993 .slot_enable_log_dirty = vmx_slot_enable_log_dirty,
10994 .slot_disable_log_dirty = vmx_slot_disable_log_dirty,
10995 .flush_log_dirty = vmx_flush_log_dirty,
10996 .enable_log_dirty_pt_masked = vmx_enable_log_dirty_pt_masked,
Wei Huang25462f72015-06-19 15:45:05 +020010997
Feng Wubf9f6ac2015-09-18 22:29:55 +080010998 .pre_block = vmx_pre_block,
10999 .post_block = vmx_post_block,
11000
Wei Huang25462f72015-06-19 15:45:05 +020011001 .pmu_ops = &intel_pmu_ops,
Feng Wuefc64402015-09-18 22:29:51 +080011002
11003 .update_pi_irte = vmx_update_pi_irte,
Avi Kivity6aa8b732006-12-10 02:21:36 -080011004};
11005
11006static int __init vmx_init(void)
11007{
Tiejun Chen34a1cd62014-10-28 10:14:48 +080011008 int r = kvm_init(&vmx_x86_ops, sizeof(struct vcpu_vmx),
11009 __alignof__(struct vcpu_vmx), THIS_MODULE);
He, Qingfdef3ad2007-04-30 09:45:24 +030011010 if (r)
Tiejun Chen34a1cd62014-10-28 10:14:48 +080011011 return r;
Sheng Yang25c5f222008-03-28 13:18:56 +080011012
Dave Young2965faa2015-09-09 15:38:55 -070011013#ifdef CONFIG_KEXEC_CORE
Zhang Yanfei8f536b72012-12-06 23:43:34 +080011014 rcu_assign_pointer(crash_vmclear_loaded_vmcss,
11015 crash_vmclear_local_loaded_vmcss);
11016#endif
11017
He, Qingfdef3ad2007-04-30 09:45:24 +030011018 return 0;
Avi Kivity6aa8b732006-12-10 02:21:36 -080011019}
11020
11021static void __exit vmx_exit(void)
11022{
Dave Young2965faa2015-09-09 15:38:55 -070011023#ifdef CONFIG_KEXEC_CORE
Monam Agarwal3b63a432014-03-22 12:28:10 +053011024 RCU_INIT_POINTER(crash_vmclear_loaded_vmcss, NULL);
Zhang Yanfei8f536b72012-12-06 23:43:34 +080011025 synchronize_rcu();
11026#endif
11027
Zhang Xiantaocb498ea2007-11-14 20:39:31 +080011028 kvm_exit();
Avi Kivity6aa8b732006-12-10 02:21:36 -080011029}
11030
11031module_init(vmx_init)
11032module_exit(vmx_exit)