blob: b95d4a481b0c19db09083c47c6ca01414c49de6c [file] [log] [blame]
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001/*
Heiko Carstensa53c8fa2012-07-20 11:15:04 +02002 * hosting zSeries kernel virtual machines
Heiko Carstensb0c632d2008-03-25 18:47:20 +01003 *
Heiko Carstensa53c8fa2012-07-20 11:15:04 +02004 * Copyright IBM Corp. 2008, 2009
Heiko Carstensb0c632d2008-03-25 18:47:20 +01005 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License (version 2 only)
8 * as published by the Free Software Foundation.
9 *
10 * Author(s): Carsten Otte <cotte@de.ibm.com>
11 * Christian Borntraeger <borntraeger@de.ibm.com>
12 * Heiko Carstens <heiko.carstens@de.ibm.com>
Christian Ehrhardt628eb9b2009-05-25 13:40:51 +020013 * Christian Ehrhardt <ehrhardt@de.ibm.com>
Jason J. Herne15f36eb2012-08-02 10:10:17 -040014 * Jason J. Herne <jjherne@us.ibm.com>
Heiko Carstensb0c632d2008-03-25 18:47:20 +010015 */
16
17#include <linux/compiler.h>
18#include <linux/err.h>
19#include <linux/fs.h>
Christian Borntraegerca872302009-05-12 17:21:49 +020020#include <linux/hrtimer.h>
Heiko Carstensb0c632d2008-03-25 18:47:20 +010021#include <linux/init.h>
22#include <linux/kvm.h>
23#include <linux/kvm_host.h>
24#include <linux/module.h>
25#include <linux/slab.h>
Carsten Otteba5c1e92008-03-25 18:47:26 +010026#include <linux/timer.h>
Heiko Carstenscbb870c2010-02-26 22:37:43 +010027#include <asm/asm-offsets.h>
Heiko Carstensb0c632d2008-03-25 18:47:20 +010028#include <asm/lowcore.h>
29#include <asm/pgtable.h>
Heiko Carstensf5daba12009-03-26 15:24:01 +010030#include <asm/nmi.h>
David Howellsa0616cd2012-03-28 18:30:02 +010031#include <asm/switch_to.h>
Michael Mueller78c4b592013-07-26 15:04:04 +020032#include <asm/facility.h>
Christian Borntraeger1526bf92012-05-15 14:15:25 +020033#include <asm/sclp.h>
Christian Borntraeger8f2abe62008-03-25 18:47:23 +010034#include "kvm-s390.h"
Heiko Carstensb0c632d2008-03-25 18:47:20 +010035#include "gaccess.h"
36
Cornelia Huck5786fff2012-07-23 17:20:29 +020037#define CREATE_TRACE_POINTS
38#include "trace.h"
Cornelia Huckade38c32012-07-23 17:20:30 +020039#include "trace-s390.h"
Cornelia Huck5786fff2012-07-23 17:20:29 +020040
Heiko Carstensb0c632d2008-03-25 18:47:20 +010041#define VCPU_STAT(x) offsetof(struct kvm_vcpu, stat.x), KVM_STAT_VCPU
42
43struct kvm_stats_debugfs_item debugfs_entries[] = {
44 { "userspace_handled", VCPU_STAT(exit_userspace) },
Christian Borntraeger0eaeafa2008-05-07 09:22:53 +020045 { "exit_null", VCPU_STAT(exit_null) },
Christian Borntraeger8f2abe62008-03-25 18:47:23 +010046 { "exit_validity", VCPU_STAT(exit_validity) },
47 { "exit_stop_request", VCPU_STAT(exit_stop_request) },
48 { "exit_external_request", VCPU_STAT(exit_external_request) },
49 { "exit_external_interrupt", VCPU_STAT(exit_external_interrupt) },
Carsten Otteba5c1e92008-03-25 18:47:26 +010050 { "exit_instruction", VCPU_STAT(exit_instruction) },
51 { "exit_program_interruption", VCPU_STAT(exit_program_interruption) },
52 { "exit_instr_and_program_int", VCPU_STAT(exit_instr_and_program) },
Christian Borntraegerf5e10b02008-07-25 15:52:44 +020053 { "instruction_lctlg", VCPU_STAT(instruction_lctlg) },
Carsten Otteba5c1e92008-03-25 18:47:26 +010054 { "instruction_lctl", VCPU_STAT(instruction_lctl) },
David Hildenbrandaba07502014-01-23 10:47:13 +010055 { "instruction_stctl", VCPU_STAT(instruction_stctl) },
56 { "instruction_stctg", VCPU_STAT(instruction_stctg) },
Carsten Otteba5c1e92008-03-25 18:47:26 +010057 { "deliver_emergency_signal", VCPU_STAT(deliver_emergency_signal) },
Christian Ehrhardt7697e71f2011-10-18 12:27:15 +020058 { "deliver_external_call", VCPU_STAT(deliver_external_call) },
Carsten Otteba5c1e92008-03-25 18:47:26 +010059 { "deliver_service_signal", VCPU_STAT(deliver_service_signal) },
60 { "deliver_virtio_interrupt", VCPU_STAT(deliver_virtio_interrupt) },
61 { "deliver_stop_signal", VCPU_STAT(deliver_stop_signal) },
62 { "deliver_prefix_signal", VCPU_STAT(deliver_prefix_signal) },
63 { "deliver_restart_signal", VCPU_STAT(deliver_restart_signal) },
64 { "deliver_program_interruption", VCPU_STAT(deliver_program_int) },
65 { "exit_wait_state", VCPU_STAT(exit_wait_state) },
Christian Borntraeger69d0d3a2013-06-12 13:54:53 +020066 { "instruction_pfmf", VCPU_STAT(instruction_pfmf) },
Christian Borntraeger453423d2008-03-25 18:47:29 +010067 { "instruction_stidp", VCPU_STAT(instruction_stidp) },
68 { "instruction_spx", VCPU_STAT(instruction_spx) },
69 { "instruction_stpx", VCPU_STAT(instruction_stpx) },
70 { "instruction_stap", VCPU_STAT(instruction_stap) },
71 { "instruction_storage_key", VCPU_STAT(instruction_storage_key) },
Heiko Carstens8a2422342014-01-10 14:33:28 +010072 { "instruction_ipte_interlock", VCPU_STAT(instruction_ipte_interlock) },
Christian Borntraeger453423d2008-03-25 18:47:29 +010073 { "instruction_stsch", VCPU_STAT(instruction_stsch) },
74 { "instruction_chsc", VCPU_STAT(instruction_chsc) },
Konstantin Weitzb31288f2013-04-17 17:36:29 +020075 { "instruction_essa", VCPU_STAT(instruction_essa) },
Christian Borntraeger453423d2008-03-25 18:47:29 +010076 { "instruction_stsi", VCPU_STAT(instruction_stsi) },
77 { "instruction_stfl", VCPU_STAT(instruction_stfl) },
Christian Borntraegerbb25b9b2011-07-24 10:48:17 +020078 { "instruction_tprot", VCPU_STAT(instruction_tprot) },
Christian Borntraeger5288fbf2008-03-25 18:47:31 +010079 { "instruction_sigp_sense", VCPU_STAT(instruction_sigp_sense) },
Cornelia Huckbd59d3a2011-11-17 11:00:42 +010080 { "instruction_sigp_sense_running", VCPU_STAT(instruction_sigp_sense_running) },
Christian Ehrhardt7697e71f2011-10-18 12:27:15 +020081 { "instruction_sigp_external_call", VCPU_STAT(instruction_sigp_external_call) },
Christian Borntraeger5288fbf2008-03-25 18:47:31 +010082 { "instruction_sigp_emergency", VCPU_STAT(instruction_sigp_emergency) },
83 { "instruction_sigp_stop", VCPU_STAT(instruction_sigp_stop) },
84 { "instruction_sigp_set_arch", VCPU_STAT(instruction_sigp_arch) },
85 { "instruction_sigp_set_prefix", VCPU_STAT(instruction_sigp_prefix) },
86 { "instruction_sigp_restart", VCPU_STAT(instruction_sigp_restart) },
Christian Borntraeger388186b2011-10-30 15:17:03 +010087 { "diagnose_10", VCPU_STAT(diagnose_10) },
Christian Borntraegere28acfe2008-03-25 18:47:34 +010088 { "diagnose_44", VCPU_STAT(diagnose_44) },
Konstantin Weitz41628d32012-04-25 15:30:38 +020089 { "diagnose_9c", VCPU_STAT(diagnose_9c) },
Heiko Carstensb0c632d2008-03-25 18:47:20 +010090 { NULL }
91};
92
Michael Mueller78c4b592013-07-26 15:04:04 +020093unsigned long *vfacilities;
Christian Borntraeger2c70fe42013-05-17 14:41:36 +020094static struct gmap_notifier gmap_notifier;
Heiko Carstensb0c632d2008-03-25 18:47:20 +010095
Michael Mueller78c4b592013-07-26 15:04:04 +020096/* test availability of vfacility */
Heiko Carstens280ef0f2013-12-17 09:08:28 +010097int test_vfacility(unsigned long nr)
Michael Mueller78c4b592013-07-26 15:04:04 +020098{
99 return __test_facility(nr, (void *) vfacilities);
100}
101
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100102/* Section: not file related */
Radim Krčmář13a34e02014-08-28 15:13:03 +0200103int kvm_arch_hardware_enable(void)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100104{
105 /* every s390 is virtualization enabled ;-) */
Alexander Graf10474ae2009-09-15 11:37:46 +0200106 return 0;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100107}
108
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200109static void kvm_gmap_notifier(struct gmap *gmap, unsigned long address);
110
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100111int kvm_arch_hardware_setup(void)
112{
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200113 gmap_notifier.notifier_call = kvm_gmap_notifier;
114 gmap_register_ipte_notifier(&gmap_notifier);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100115 return 0;
116}
117
118void kvm_arch_hardware_unsetup(void)
119{
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200120 gmap_unregister_ipte_notifier(&gmap_notifier);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100121}
122
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100123int kvm_arch_init(void *opaque)
124{
125 return 0;
126}
127
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100128/* Section: device related */
129long kvm_arch_dev_ioctl(struct file *filp,
130 unsigned int ioctl, unsigned long arg)
131{
132 if (ioctl == KVM_S390_ENABLE_SIE)
133 return s390_enable_sie();
134 return -EINVAL;
135}
136
Alexander Graf784aa3d2014-07-14 18:27:35 +0200137int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100138{
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100139 int r;
140
Carsten Otte2bd0ac42008-07-25 15:49:13 +0200141 switch (ext) {
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100142 case KVM_CAP_S390_PSW:
Christian Borntraegerb6cf8782011-09-20 17:07:29 +0200143 case KVM_CAP_S390_GMAP:
Christian Borntraeger52e16b12011-11-17 11:00:44 +0100144 case KVM_CAP_SYNC_MMU:
Carsten Otte1efd0f52012-01-04 10:25:29 +0100145#ifdef CONFIG_KVM_S390_UCONTROL
146 case KVM_CAP_S390_UCONTROL:
147#endif
Dominik Dingel3c038e62013-10-07 17:11:48 +0200148 case KVM_CAP_ASYNC_PF:
Christian Borntraeger60b413c2012-01-11 11:20:31 +0100149 case KVM_CAP_SYNC_REGS:
Carsten Otte14eebd92012-05-15 14:15:26 +0200150 case KVM_CAP_ONE_REG:
Cornelia Huckd6712df2012-12-20 15:32:11 +0100151 case KVM_CAP_ENABLE_CAP:
Cornelia Huckfa6b7fe2012-12-20 15:32:12 +0100152 case KVM_CAP_S390_CSS_SUPPORT:
Cornelia Huckebc32262014-05-09 15:00:46 +0200153 case KVM_CAP_IRQFD:
Cornelia Huck10ccaa12013-02-28 12:33:21 +0100154 case KVM_CAP_IOEVENTFD:
Jens Freimannc05c4182013-10-07 16:13:45 +0200155 case KVM_CAP_DEVICE_CTRL:
Cornelia Huckd938dc52013-10-23 18:26:34 +0200156 case KVM_CAP_ENABLE_CAP_VM:
Cornelia Huck78599d92014-07-15 09:54:39 +0200157 case KVM_CAP_S390_IRQCHIP:
Dominik Dingelf2061652014-04-09 13:13:00 +0200158 case KVM_CAP_VM_ATTRIBUTES:
David Hildenbrand6352e4d2014-04-10 17:35:00 +0200159 case KVM_CAP_MP_STATE:
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100160 r = 1;
161 break;
Christian Borntraegere726b1b2012-05-02 10:50:38 +0200162 case KVM_CAP_NR_VCPUS:
163 case KVM_CAP_MAX_VCPUS:
164 r = KVM_MAX_VCPUS;
165 break;
Nick Wange1e2e602013-03-25 17:22:58 +0100166 case KVM_CAP_NR_MEMSLOTS:
167 r = KVM_USER_MEM_SLOTS;
168 break;
Christian Borntraeger1526bf92012-05-15 14:15:25 +0200169 case KVM_CAP_S390_COW:
Martin Schwidefskyabf09be2012-11-07 13:17:37 +0100170 r = MACHINE_HAS_ESOP;
Christian Borntraeger1526bf92012-05-15 14:15:25 +0200171 break;
Carsten Otte2bd0ac42008-07-25 15:49:13 +0200172 default:
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100173 r = 0;
Carsten Otte2bd0ac42008-07-25 15:49:13 +0200174 }
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100175 return r;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100176}
177
Jason J. Herne15f36eb2012-08-02 10:10:17 -0400178static void kvm_s390_sync_dirty_log(struct kvm *kvm,
179 struct kvm_memory_slot *memslot)
180{
181 gfn_t cur_gfn, last_gfn;
182 unsigned long address;
183 struct gmap *gmap = kvm->arch.gmap;
184
185 down_read(&gmap->mm->mmap_sem);
186 /* Loop over all guest pages */
187 last_gfn = memslot->base_gfn + memslot->npages;
188 for (cur_gfn = memslot->base_gfn; cur_gfn <= last_gfn; cur_gfn++) {
189 address = gfn_to_hva_memslot(memslot, cur_gfn);
190
191 if (gmap_test_and_clear_dirty(address, gmap))
192 mark_page_dirty(kvm, cur_gfn);
193 }
194 up_read(&gmap->mm->mmap_sem);
195}
196
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100197/* Section: vm related */
198/*
199 * Get (and clear) the dirty memory log for a memory slot.
200 */
201int kvm_vm_ioctl_get_dirty_log(struct kvm *kvm,
202 struct kvm_dirty_log *log)
203{
Jason J. Herne15f36eb2012-08-02 10:10:17 -0400204 int r;
205 unsigned long n;
206 struct kvm_memory_slot *memslot;
207 int is_dirty = 0;
208
209 mutex_lock(&kvm->slots_lock);
210
211 r = -EINVAL;
212 if (log->slot >= KVM_USER_MEM_SLOTS)
213 goto out;
214
215 memslot = id_to_memslot(kvm->memslots, log->slot);
216 r = -ENOENT;
217 if (!memslot->dirty_bitmap)
218 goto out;
219
220 kvm_s390_sync_dirty_log(kvm, memslot);
221 r = kvm_get_dirty_log(kvm, log, &is_dirty);
222 if (r)
223 goto out;
224
225 /* Clear the dirty log */
226 if (is_dirty) {
227 n = kvm_dirty_bitmap_bytes(memslot);
228 memset(memslot->dirty_bitmap, 0, n);
229 }
230 r = 0;
231out:
232 mutex_unlock(&kvm->slots_lock);
233 return r;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100234}
235
Cornelia Huckd938dc52013-10-23 18:26:34 +0200236static int kvm_vm_ioctl_enable_cap(struct kvm *kvm, struct kvm_enable_cap *cap)
237{
238 int r;
239
240 if (cap->flags)
241 return -EINVAL;
242
243 switch (cap->cap) {
Cornelia Huck84223592013-07-15 13:36:01 +0200244 case KVM_CAP_S390_IRQCHIP:
245 kvm->arch.use_irqchip = 1;
246 r = 0;
247 break;
Cornelia Huckd938dc52013-10-23 18:26:34 +0200248 default:
249 r = -EINVAL;
250 break;
251 }
252 return r;
253}
254
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200255static int kvm_s390_mem_control(struct kvm *kvm, struct kvm_device_attr *attr)
256{
257 int ret;
258 unsigned int idx;
259 switch (attr->attr) {
260 case KVM_S390_VM_MEM_ENABLE_CMMA:
261 ret = -EBUSY;
262 mutex_lock(&kvm->lock);
263 if (atomic_read(&kvm->online_vcpus) == 0) {
264 kvm->arch.use_cmma = 1;
265 ret = 0;
266 }
267 mutex_unlock(&kvm->lock);
268 break;
269 case KVM_S390_VM_MEM_CLR_CMMA:
270 mutex_lock(&kvm->lock);
271 idx = srcu_read_lock(&kvm->srcu);
272 page_table_reset_pgste(kvm->arch.gmap->mm, 0, TASK_SIZE, false);
273 srcu_read_unlock(&kvm->srcu, idx);
274 mutex_unlock(&kvm->lock);
275 ret = 0;
276 break;
277 default:
278 ret = -ENXIO;
279 break;
280 }
281 return ret;
282}
283
Dominik Dingelf2061652014-04-09 13:13:00 +0200284static int kvm_s390_vm_set_attr(struct kvm *kvm, struct kvm_device_attr *attr)
285{
286 int ret;
287
288 switch (attr->group) {
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200289 case KVM_S390_VM_MEM_CTRL:
290 ret = kvm_s390_mem_control(kvm, attr);
291 break;
Dominik Dingelf2061652014-04-09 13:13:00 +0200292 default:
293 ret = -ENXIO;
294 break;
295 }
296
297 return ret;
298}
299
300static int kvm_s390_vm_get_attr(struct kvm *kvm, struct kvm_device_attr *attr)
301{
302 return -ENXIO;
303}
304
305static int kvm_s390_vm_has_attr(struct kvm *kvm, struct kvm_device_attr *attr)
306{
307 int ret;
308
309 switch (attr->group) {
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200310 case KVM_S390_VM_MEM_CTRL:
311 switch (attr->attr) {
312 case KVM_S390_VM_MEM_ENABLE_CMMA:
313 case KVM_S390_VM_MEM_CLR_CMMA:
314 ret = 0;
315 break;
316 default:
317 ret = -ENXIO;
318 break;
319 }
320 break;
Dominik Dingelf2061652014-04-09 13:13:00 +0200321 default:
322 ret = -ENXIO;
323 break;
324 }
325
326 return ret;
327}
328
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100329long kvm_arch_vm_ioctl(struct file *filp,
330 unsigned int ioctl, unsigned long arg)
331{
332 struct kvm *kvm = filp->private_data;
333 void __user *argp = (void __user *)arg;
Dominik Dingelf2061652014-04-09 13:13:00 +0200334 struct kvm_device_attr attr;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100335 int r;
336
337 switch (ioctl) {
Carsten Otteba5c1e92008-03-25 18:47:26 +0100338 case KVM_S390_INTERRUPT: {
339 struct kvm_s390_interrupt s390int;
340
341 r = -EFAULT;
342 if (copy_from_user(&s390int, argp, sizeof(s390int)))
343 break;
344 r = kvm_s390_inject_vm(kvm, &s390int);
345 break;
346 }
Cornelia Huckd938dc52013-10-23 18:26:34 +0200347 case KVM_ENABLE_CAP: {
348 struct kvm_enable_cap cap;
349 r = -EFAULT;
350 if (copy_from_user(&cap, argp, sizeof(cap)))
351 break;
352 r = kvm_vm_ioctl_enable_cap(kvm, &cap);
353 break;
354 }
Cornelia Huck84223592013-07-15 13:36:01 +0200355 case KVM_CREATE_IRQCHIP: {
356 struct kvm_irq_routing_entry routing;
357
358 r = -EINVAL;
359 if (kvm->arch.use_irqchip) {
360 /* Set up dummy routing. */
361 memset(&routing, 0, sizeof(routing));
362 kvm_set_irq_routing(kvm, &routing, 0, 0);
363 r = 0;
364 }
365 break;
366 }
Dominik Dingelf2061652014-04-09 13:13:00 +0200367 case KVM_SET_DEVICE_ATTR: {
368 r = -EFAULT;
369 if (copy_from_user(&attr, (void __user *)arg, sizeof(attr)))
370 break;
371 r = kvm_s390_vm_set_attr(kvm, &attr);
372 break;
373 }
374 case KVM_GET_DEVICE_ATTR: {
375 r = -EFAULT;
376 if (copy_from_user(&attr, (void __user *)arg, sizeof(attr)))
377 break;
378 r = kvm_s390_vm_get_attr(kvm, &attr);
379 break;
380 }
381 case KVM_HAS_DEVICE_ATTR: {
382 r = -EFAULT;
383 if (copy_from_user(&attr, (void __user *)arg, sizeof(attr)))
384 break;
385 r = kvm_s390_vm_has_attr(kvm, &attr);
386 break;
387 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100388 default:
Avi Kivity367e1312009-08-26 14:57:07 +0300389 r = -ENOTTY;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100390 }
391
392 return r;
393}
394
Tony Krowiak5102ee82014-06-27 14:46:01 -0400395static int kvm_s390_crypto_init(struct kvm *kvm)
396{
397 if (!test_vfacility(76))
398 return 0;
399
400 kvm->arch.crypto.crycb = kzalloc(sizeof(*kvm->arch.crypto.crycb),
401 GFP_KERNEL | GFP_DMA);
402 if (!kvm->arch.crypto.crycb)
403 return -ENOMEM;
404
405 kvm->arch.crypto.crycbd = (__u32) (unsigned long) kvm->arch.crypto.crycb |
406 CRYCB_FORMAT1;
407
408 return 0;
409}
410
Carsten Ottee08b9632012-01-04 10:25:20 +0100411int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100412{
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100413 int rc;
414 char debug_name[16];
Christian Borntraegerf6c137f2014-03-19 11:18:29 +0100415 static unsigned long sca_offset;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100416
Carsten Ottee08b9632012-01-04 10:25:20 +0100417 rc = -EINVAL;
418#ifdef CONFIG_KVM_S390_UCONTROL
419 if (type & ~KVM_VM_S390_UCONTROL)
420 goto out_err;
421 if ((type & KVM_VM_S390_UCONTROL) && (!capable(CAP_SYS_ADMIN)))
422 goto out_err;
423#else
424 if (type)
425 goto out_err;
426#endif
427
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100428 rc = s390_enable_sie();
429 if (rc)
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100430 goto out_err;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100431
Carsten Otteb2904112011-10-18 12:27:13 +0200432 rc = -ENOMEM;
433
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100434 kvm->arch.sca = (struct sca_block *) get_zeroed_page(GFP_KERNEL);
435 if (!kvm->arch.sca)
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100436 goto out_err;
Christian Borntraegerf6c137f2014-03-19 11:18:29 +0100437 spin_lock(&kvm_lock);
438 sca_offset = (sca_offset + 16) & 0x7f0;
439 kvm->arch.sca = (struct sca_block *) ((char *) kvm->arch.sca + sca_offset);
440 spin_unlock(&kvm_lock);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100441
442 sprintf(debug_name, "kvm-%u", current->pid);
443
444 kvm->arch.dbf = debug_register(debug_name, 8, 2, 8 * sizeof(long));
445 if (!kvm->arch.dbf)
446 goto out_nodbf;
447
Tony Krowiak5102ee82014-06-27 14:46:01 -0400448 if (kvm_s390_crypto_init(kvm) < 0)
449 goto out_crypto;
450
Carsten Otteba5c1e92008-03-25 18:47:26 +0100451 spin_lock_init(&kvm->arch.float_int.lock);
452 INIT_LIST_HEAD(&kvm->arch.float_int.list);
Heiko Carstens8a2422342014-01-10 14:33:28 +0100453 init_waitqueue_head(&kvm->arch.ipte_wq);
Carsten Otteba5c1e92008-03-25 18:47:26 +0100454
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100455 debug_register_view(kvm->arch.dbf, &debug_sprintf_view);
456 VM_EVENT(kvm, 3, "%s", "vm created");
457
Carsten Ottee08b9632012-01-04 10:25:20 +0100458 if (type & KVM_VM_S390_UCONTROL) {
459 kvm->arch.gmap = NULL;
460 } else {
Christian Borntraeger03499852014-08-25 12:38:57 +0200461 kvm->arch.gmap = gmap_alloc(current->mm, (1UL << 44) - 1);
Carsten Ottee08b9632012-01-04 10:25:20 +0100462 if (!kvm->arch.gmap)
463 goto out_nogmap;
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200464 kvm->arch.gmap->private = kvm;
Dominik Dingel24eb3a82013-06-17 16:25:18 +0200465 kvm->arch.gmap->pfault_enabled = 0;
Carsten Ottee08b9632012-01-04 10:25:20 +0100466 }
Cornelia Huckfa6b7fe2012-12-20 15:32:12 +0100467
468 kvm->arch.css_support = 0;
Cornelia Huck84223592013-07-15 13:36:01 +0200469 kvm->arch.use_irqchip = 0;
Cornelia Huckfa6b7fe2012-12-20 15:32:12 +0100470
David Hildenbrand8ad35752014-03-14 11:00:21 +0100471 spin_lock_init(&kvm->arch.start_stop_lock);
472
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100473 return 0;
Carsten Otte598841c2011-07-24 10:48:21 +0200474out_nogmap:
Tony Krowiak5102ee82014-06-27 14:46:01 -0400475 kfree(kvm->arch.crypto.crycb);
476out_crypto:
Carsten Otte598841c2011-07-24 10:48:21 +0200477 debug_unregister(kvm->arch.dbf);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100478out_nodbf:
479 free_page((unsigned long)(kvm->arch.sca));
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100480out_err:
481 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100482}
483
Christian Borntraegerd329c032008-11-26 14:50:27 +0100484void kvm_arch_vcpu_destroy(struct kvm_vcpu *vcpu)
485{
486 VCPU_EVENT(vcpu, 3, "%s", "free cpu");
Cornelia Huckade38c32012-07-23 17:20:30 +0200487 trace_kvm_s390_destroy_vcpu(vcpu->vcpu_id);
Christian Borntraeger67335e62014-03-25 17:09:08 +0100488 kvm_s390_clear_local_irqs(vcpu);
Dominik Dingel3c038e62013-10-07 17:11:48 +0200489 kvm_clear_async_pf_completion_queue(vcpu);
Carsten Otte58f94602012-01-04 10:25:27 +0100490 if (!kvm_is_ucontrol(vcpu->kvm)) {
491 clear_bit(63 - vcpu->vcpu_id,
492 (unsigned long *) &vcpu->kvm->arch.sca->mcn);
493 if (vcpu->kvm->arch.sca->cpu[vcpu->vcpu_id].sda ==
494 (__u64) vcpu->arch.sie_block)
495 vcpu->kvm->arch.sca->cpu[vcpu->vcpu_id].sda = 0;
496 }
Carsten Otteabf4a712009-05-12 17:21:51 +0200497 smp_mb();
Carsten Otte27e03932012-01-04 10:25:21 +0100498
499 if (kvm_is_ucontrol(vcpu->kvm))
500 gmap_free(vcpu->arch.gmap);
501
Dominik Dingelb31605c2014-03-25 13:47:11 +0100502 if (kvm_s390_cmma_enabled(vcpu->kvm))
503 kvm_s390_vcpu_unsetup_cmma(vcpu);
Christian Borntraegerd329c032008-11-26 14:50:27 +0100504 free_page((unsigned long)(vcpu->arch.sie_block));
Konstantin Weitzb31288f2013-04-17 17:36:29 +0200505
Christian Borntraeger6692cef2008-11-26 14:51:08 +0100506 kvm_vcpu_uninit(vcpu);
Michael Muellerb110fea2013-06-12 13:54:54 +0200507 kmem_cache_free(kvm_vcpu_cache, vcpu);
Christian Borntraegerd329c032008-11-26 14:50:27 +0100508}
509
510static void kvm_free_vcpus(struct kvm *kvm)
511{
512 unsigned int i;
Gleb Natapov988a2ca2009-06-09 15:56:29 +0300513 struct kvm_vcpu *vcpu;
Christian Borntraegerd329c032008-11-26 14:50:27 +0100514
Gleb Natapov988a2ca2009-06-09 15:56:29 +0300515 kvm_for_each_vcpu(i, vcpu, kvm)
516 kvm_arch_vcpu_destroy(vcpu);
517
518 mutex_lock(&kvm->lock);
519 for (i = 0; i < atomic_read(&kvm->online_vcpus); i++)
520 kvm->vcpus[i] = NULL;
521
522 atomic_set(&kvm->online_vcpus, 0);
523 mutex_unlock(&kvm->lock);
Christian Borntraegerd329c032008-11-26 14:50:27 +0100524}
525
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100526void kvm_arch_destroy_vm(struct kvm *kvm)
527{
Christian Borntraegerd329c032008-11-26 14:50:27 +0100528 kvm_free_vcpus(kvm);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100529 free_page((unsigned long)(kvm->arch.sca));
Christian Borntraegerd329c032008-11-26 14:50:27 +0100530 debug_unregister(kvm->arch.dbf);
Tony Krowiak5102ee82014-06-27 14:46:01 -0400531 kfree(kvm->arch.crypto.crycb);
Carsten Otte27e03932012-01-04 10:25:21 +0100532 if (!kvm_is_ucontrol(kvm))
533 gmap_free(kvm->arch.gmap);
Cornelia Huck841b91c2013-07-15 13:36:01 +0200534 kvm_s390_destroy_adapters(kvm);
Christian Borntraeger67335e62014-03-25 17:09:08 +0100535 kvm_s390_clear_float_irqs(kvm);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100536}
537
538/* Section: vcpu related */
539int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
540{
Dominik Dingel3c038e62013-10-07 17:11:48 +0200541 vcpu->arch.pfault_token = KVM_S390_PFAULT_TOKEN_INVALID;
542 kvm_clear_async_pf_completion_queue(vcpu);
Carsten Otte27e03932012-01-04 10:25:21 +0100543 if (kvm_is_ucontrol(vcpu->kvm)) {
Martin Schwidefskyc6c956b2014-07-01 14:36:04 +0200544 vcpu->arch.gmap = gmap_alloc(current->mm, -1UL);
Carsten Otte27e03932012-01-04 10:25:21 +0100545 if (!vcpu->arch.gmap)
546 return -ENOMEM;
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200547 vcpu->arch.gmap->private = vcpu->kvm;
Carsten Otte27e03932012-01-04 10:25:21 +0100548 return 0;
549 }
550
Carsten Otte598841c2011-07-24 10:48:21 +0200551 vcpu->arch.gmap = vcpu->kvm->arch.gmap;
Christian Borntraeger59674c12012-01-11 11:20:33 +0100552 vcpu->run->kvm_valid_regs = KVM_SYNC_PREFIX |
553 KVM_SYNC_GPRS |
Christian Borntraeger9eed07352012-02-06 10:59:07 +0100554 KVM_SYNC_ACRS |
David Hildenbrandb028ee32014-07-17 10:47:43 +0200555 KVM_SYNC_CRS |
556 KVM_SYNC_ARCH0 |
557 KVM_SYNC_PFAULT;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100558 return 0;
559}
560
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100561void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu)
562{
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200563 save_fp_ctl(&vcpu->arch.host_fpregs.fpc);
564 save_fp_regs(vcpu->arch.host_fpregs.fprs);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100565 save_access_regs(vcpu->arch.host_acrs);
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200566 restore_fp_ctl(&vcpu->arch.guest_fpregs.fpc);
567 restore_fp_regs(vcpu->arch.guest_fpregs.fprs);
Christian Borntraeger59674c12012-01-11 11:20:33 +0100568 restore_access_regs(vcpu->run->s.regs.acrs);
Christian Borntraeger480e5922011-09-20 17:07:28 +0200569 gmap_enable(vcpu->arch.gmap);
Cornelia Huck9e6dabe2011-11-17 11:00:41 +0100570 atomic_set_mask(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100571}
572
573void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu)
574{
Cornelia Huck9e6dabe2011-11-17 11:00:41 +0100575 atomic_clear_mask(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags);
Christian Borntraeger480e5922011-09-20 17:07:28 +0200576 gmap_disable(vcpu->arch.gmap);
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200577 save_fp_ctl(&vcpu->arch.guest_fpregs.fpc);
578 save_fp_regs(vcpu->arch.guest_fpregs.fprs);
Christian Borntraeger59674c12012-01-11 11:20:33 +0100579 save_access_regs(vcpu->run->s.regs.acrs);
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200580 restore_fp_ctl(&vcpu->arch.host_fpregs.fpc);
581 restore_fp_regs(vcpu->arch.host_fpregs.fprs);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100582 restore_access_regs(vcpu->arch.host_acrs);
583}
584
585static void kvm_s390_vcpu_initial_reset(struct kvm_vcpu *vcpu)
586{
587 /* this equals initial cpu reset in pop, but we don't switch to ESA */
588 vcpu->arch.sie_block->gpsw.mask = 0UL;
589 vcpu->arch.sie_block->gpsw.addr = 0UL;
Christian Borntraeger8d26cf72012-01-11 11:19:32 +0100590 kvm_s390_set_prefix(vcpu, 0);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100591 vcpu->arch.sie_block->cputm = 0UL;
592 vcpu->arch.sie_block->ckc = 0UL;
593 vcpu->arch.sie_block->todpr = 0;
594 memset(vcpu->arch.sie_block->gcr, 0, 16 * sizeof(__u64));
595 vcpu->arch.sie_block->gcr[0] = 0xE0UL;
596 vcpu->arch.sie_block->gcr[14] = 0xC2000000UL;
597 vcpu->arch.guest_fpregs.fpc = 0;
598 asm volatile("lfpc %0" : : "Q" (vcpu->arch.guest_fpregs.fpc));
599 vcpu->arch.sie_block->gbea = 1;
Christian Borntraeger672550f2014-02-10 15:32:19 +0100600 vcpu->arch.sie_block->pp = 0;
Dominik Dingel3c038e62013-10-07 17:11:48 +0200601 vcpu->arch.pfault_token = KVM_S390_PFAULT_TOKEN_INVALID;
602 kvm_clear_async_pf_completion_queue(vcpu);
David Hildenbrand6352e4d2014-04-10 17:35:00 +0200603 if (!kvm_s390_user_cpu_state_ctrl(vcpu->kvm))
604 kvm_s390_vcpu_stop(vcpu);
Jens Freimann2ed10cc2014-02-11 13:48:07 +0100605 kvm_s390_clear_local_irqs(vcpu);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100606}
607
Marcelo Tosatti42897d82012-11-27 23:29:02 -0200608int kvm_arch_vcpu_postcreate(struct kvm_vcpu *vcpu)
609{
610 return 0;
611}
612
Tony Krowiak5102ee82014-06-27 14:46:01 -0400613static void kvm_s390_vcpu_crypto_setup(struct kvm_vcpu *vcpu)
614{
615 if (!test_vfacility(76))
616 return;
617
618 vcpu->arch.sie_block->crycbd = vcpu->kvm->arch.crypto.crycbd;
619}
620
Dominik Dingelb31605c2014-03-25 13:47:11 +0100621void kvm_s390_vcpu_unsetup_cmma(struct kvm_vcpu *vcpu)
622{
623 free_page(vcpu->arch.sie_block->cbrlo);
624 vcpu->arch.sie_block->cbrlo = 0;
625}
626
627int kvm_s390_vcpu_setup_cmma(struct kvm_vcpu *vcpu)
628{
629 vcpu->arch.sie_block->cbrlo = get_zeroed_page(GFP_KERNEL);
630 if (!vcpu->arch.sie_block->cbrlo)
631 return -ENOMEM;
632
633 vcpu->arch.sie_block->ecb2 |= 0x80;
634 vcpu->arch.sie_block->ecb2 &= ~0x08;
635 return 0;
636}
637
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100638int kvm_arch_vcpu_setup(struct kvm_vcpu *vcpu)
639{
Dominik Dingelb31605c2014-03-25 13:47:11 +0100640 int rc = 0;
Konstantin Weitzb31288f2013-04-17 17:36:29 +0200641
Cornelia Huck9e6dabe2011-11-17 11:00:41 +0100642 atomic_set(&vcpu->arch.sie_block->cpuflags, CPUSTAT_ZARCH |
643 CPUSTAT_SM |
Christian Borntraeger69d0d3a2013-06-12 13:54:53 +0200644 CPUSTAT_STOPPED |
645 CPUSTAT_GED);
Christian Borntraegerfc345312010-06-17 23:16:20 +0200646 vcpu->arch.sie_block->ecb = 6;
Michael Mueller7feb6bb2013-06-28 13:30:24 +0200647 if (test_vfacility(50) && test_vfacility(73))
648 vcpu->arch.sie_block->ecb |= 0x10;
649
Christian Borntraeger69d0d3a2013-06-12 13:54:53 +0200650 vcpu->arch.sie_block->ecb2 = 8;
David Hildenbrand49539192014-02-21 08:59:59 +0100651 vcpu->arch.sie_block->eca = 0xD1002000U;
Heiko Carstens217a4402013-12-30 12:54:14 +0100652 if (sclp_has_siif())
653 vcpu->arch.sie_block->eca |= 1;
Michael Mueller78c4b592013-07-26 15:04:04 +0200654 vcpu->arch.sie_block->fac = (int) (long) vfacilities;
Matthew Rosato5a5e6532013-01-29 11:48:20 -0500655 vcpu->arch.sie_block->ictl |= ICTL_ISKE | ICTL_SSKE | ICTL_RRBE |
656 ICTL_TPROT;
657
Dominik Dingelb31605c2014-03-25 13:47:11 +0100658 if (kvm_s390_cmma_enabled(vcpu->kvm)) {
659 rc = kvm_s390_vcpu_setup_cmma(vcpu);
660 if (rc)
661 return rc;
Konstantin Weitzb31288f2013-04-17 17:36:29 +0200662 }
Christian Borntraegerca872302009-05-12 17:21:49 +0200663 hrtimer_init(&vcpu->arch.ckc_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS);
Christian Borntraegerca872302009-05-12 17:21:49 +0200664 vcpu->arch.ckc_timer.function = kvm_s390_idle_wakeup;
Christian Borntraeger453423d2008-03-25 18:47:29 +0100665 get_cpu_id(&vcpu->arch.cpu_id);
Christian Borntraeger92e6ecf2009-03-26 15:23:58 +0100666 vcpu->arch.cpu_id.version = 0xff;
Tony Krowiak5102ee82014-06-27 14:46:01 -0400667
668 kvm_s390_vcpu_crypto_setup(vcpu);
669
Dominik Dingelb31605c2014-03-25 13:47:11 +0100670 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100671}
672
673struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm,
674 unsigned int id)
675{
Carsten Otte4d475552011-10-18 12:27:12 +0200676 struct kvm_vcpu *vcpu;
Michael Mueller7feb6bb2013-06-28 13:30:24 +0200677 struct sie_page *sie_page;
Carsten Otte4d475552011-10-18 12:27:12 +0200678 int rc = -EINVAL;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100679
Carsten Otte4d475552011-10-18 12:27:12 +0200680 if (id >= KVM_MAX_VCPUS)
681 goto out;
682
683 rc = -ENOMEM;
684
Michael Muellerb110fea2013-06-12 13:54:54 +0200685 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100686 if (!vcpu)
Carsten Otte4d475552011-10-18 12:27:12 +0200687 goto out;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100688
Michael Mueller7feb6bb2013-06-28 13:30:24 +0200689 sie_page = (struct sie_page *) get_zeroed_page(GFP_KERNEL);
690 if (!sie_page)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100691 goto out_free_cpu;
692
Michael Mueller7feb6bb2013-06-28 13:30:24 +0200693 vcpu->arch.sie_block = &sie_page->sie_block;
694 vcpu->arch.sie_block->itdba = (unsigned long) &sie_page->itdb;
695
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100696 vcpu->arch.sie_block->icpua = id;
Carsten Otte58f94602012-01-04 10:25:27 +0100697 if (!kvm_is_ucontrol(kvm)) {
698 if (!kvm->arch.sca) {
699 WARN_ON_ONCE(1);
700 goto out_free_cpu;
701 }
702 if (!kvm->arch.sca->cpu[id].sda)
703 kvm->arch.sca->cpu[id].sda =
704 (__u64) vcpu->arch.sie_block;
705 vcpu->arch.sie_block->scaoh =
706 (__u32)(((__u64)kvm->arch.sca) >> 32);
707 vcpu->arch.sie_block->scaol = (__u32)(__u64)kvm->arch.sca;
708 set_bit(63 - id, (unsigned long *) &kvm->arch.sca->mcn);
709 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100710
Carsten Otteba5c1e92008-03-25 18:47:26 +0100711 spin_lock_init(&vcpu->arch.local_int.lock);
712 INIT_LIST_HEAD(&vcpu->arch.local_int.list);
713 vcpu->arch.local_int.float_int = &kvm->arch.float_int;
Christian Borntraegerd0321a22013-06-12 13:54:55 +0200714 vcpu->arch.local_int.wq = &vcpu->wq;
Christian Borntraeger5288fbf2008-03-25 18:47:31 +0100715 vcpu->arch.local_int.cpuflags = &vcpu->arch.sie_block->cpuflags;
Carsten Otteba5c1e92008-03-25 18:47:26 +0100716
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100717 rc = kvm_vcpu_init(vcpu, kvm, id);
718 if (rc)
Wei Yongjun7b06bf22010-03-09 14:37:53 +0800719 goto out_free_sie_block;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100720 VM_EVENT(kvm, 3, "create cpu %d at %p, sie block at %p", id, vcpu,
721 vcpu->arch.sie_block);
Cornelia Huckade38c32012-07-23 17:20:30 +0200722 trace_kvm_s390_create_vcpu(id, vcpu, vcpu->arch.sie_block);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100723
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100724 return vcpu;
Wei Yongjun7b06bf22010-03-09 14:37:53 +0800725out_free_sie_block:
726 free_page((unsigned long)(vcpu->arch.sie_block));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100727out_free_cpu:
Michael Muellerb110fea2013-06-12 13:54:54 +0200728 kmem_cache_free(kvm_vcpu_cache, vcpu);
Carsten Otte4d475552011-10-18 12:27:12 +0200729out:
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100730 return ERR_PTR(rc);
731}
732
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100733int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu)
734{
Michael Muellerf87618e2014-02-26 16:14:17 +0100735 return kvm_cpu_has_interrupt(vcpu);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100736}
737
Christian Borntraeger49b99e12013-05-17 14:41:35 +0200738void s390_vcpu_block(struct kvm_vcpu *vcpu)
739{
740 atomic_set_mask(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20);
741}
742
743void s390_vcpu_unblock(struct kvm_vcpu *vcpu)
744{
745 atomic_clear_mask(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20);
746}
747
748/*
749 * Kick a guest cpu out of SIE and wait until SIE is not running.
750 * If the CPU is not running (e.g. waiting as idle) the function will
751 * return immediately. */
752void exit_sie(struct kvm_vcpu *vcpu)
753{
754 atomic_set_mask(CPUSTAT_STOP_INT, &vcpu->arch.sie_block->cpuflags);
755 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE)
756 cpu_relax();
757}
758
759/* Kick a guest cpu out of SIE and prevent SIE-reentry */
760void exit_sie_sync(struct kvm_vcpu *vcpu)
761{
762 s390_vcpu_block(vcpu);
763 exit_sie(vcpu);
764}
765
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200766static void kvm_gmap_notifier(struct gmap *gmap, unsigned long address)
767{
768 int i;
769 struct kvm *kvm = gmap->private;
770 struct kvm_vcpu *vcpu;
771
772 kvm_for_each_vcpu(i, vcpu, kvm) {
773 /* match against both prefix pages */
Michael Muellerfda902c2014-05-13 16:58:30 +0200774 if (kvm_s390_get_prefix(vcpu) == (address & ~0x1000UL)) {
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200775 VCPU_EVENT(vcpu, 2, "gmap notifier for %lx", address);
776 kvm_make_request(KVM_REQ_MMU_RELOAD, vcpu);
777 exit_sie_sync(vcpu);
778 }
779 }
780}
781
Christoffer Dallb6d33832012-03-08 16:44:24 -0500782int kvm_arch_vcpu_should_kick(struct kvm_vcpu *vcpu)
783{
784 /* kvm common code refers to this, but never calls it */
785 BUG();
786 return 0;
787}
788
Carsten Otte14eebd92012-05-15 14:15:26 +0200789static int kvm_arch_vcpu_ioctl_get_one_reg(struct kvm_vcpu *vcpu,
790 struct kvm_one_reg *reg)
791{
792 int r = -EINVAL;
793
794 switch (reg->id) {
Carsten Otte29b7c712012-05-15 14:15:27 +0200795 case KVM_REG_S390_TODPR:
796 r = put_user(vcpu->arch.sie_block->todpr,
797 (u32 __user *)reg->addr);
798 break;
799 case KVM_REG_S390_EPOCHDIFF:
800 r = put_user(vcpu->arch.sie_block->epoch,
801 (u64 __user *)reg->addr);
802 break;
Jason J. herne46a6dd12012-05-15 14:15:28 +0200803 case KVM_REG_S390_CPU_TIMER:
804 r = put_user(vcpu->arch.sie_block->cputm,
805 (u64 __user *)reg->addr);
806 break;
807 case KVM_REG_S390_CLOCK_COMP:
808 r = put_user(vcpu->arch.sie_block->ckc,
809 (u64 __user *)reg->addr);
810 break;
Dominik Dingel536336c2013-09-30 10:55:33 +0200811 case KVM_REG_S390_PFTOKEN:
812 r = put_user(vcpu->arch.pfault_token,
813 (u64 __user *)reg->addr);
814 break;
815 case KVM_REG_S390_PFCOMPARE:
816 r = put_user(vcpu->arch.pfault_compare,
817 (u64 __user *)reg->addr);
818 break;
819 case KVM_REG_S390_PFSELECT:
820 r = put_user(vcpu->arch.pfault_select,
821 (u64 __user *)reg->addr);
822 break;
Christian Borntraeger672550f2014-02-10 15:32:19 +0100823 case KVM_REG_S390_PP:
824 r = put_user(vcpu->arch.sie_block->pp,
825 (u64 __user *)reg->addr);
826 break;
Christian Borntraegerafa45ff2014-02-10 15:39:23 +0100827 case KVM_REG_S390_GBEA:
828 r = put_user(vcpu->arch.sie_block->gbea,
829 (u64 __user *)reg->addr);
830 break;
Carsten Otte14eebd92012-05-15 14:15:26 +0200831 default:
832 break;
833 }
834
835 return r;
836}
837
838static int kvm_arch_vcpu_ioctl_set_one_reg(struct kvm_vcpu *vcpu,
839 struct kvm_one_reg *reg)
840{
841 int r = -EINVAL;
842
843 switch (reg->id) {
Carsten Otte29b7c712012-05-15 14:15:27 +0200844 case KVM_REG_S390_TODPR:
845 r = get_user(vcpu->arch.sie_block->todpr,
846 (u32 __user *)reg->addr);
847 break;
848 case KVM_REG_S390_EPOCHDIFF:
849 r = get_user(vcpu->arch.sie_block->epoch,
850 (u64 __user *)reg->addr);
851 break;
Jason J. herne46a6dd12012-05-15 14:15:28 +0200852 case KVM_REG_S390_CPU_TIMER:
853 r = get_user(vcpu->arch.sie_block->cputm,
854 (u64 __user *)reg->addr);
855 break;
856 case KVM_REG_S390_CLOCK_COMP:
857 r = get_user(vcpu->arch.sie_block->ckc,
858 (u64 __user *)reg->addr);
859 break;
Dominik Dingel536336c2013-09-30 10:55:33 +0200860 case KVM_REG_S390_PFTOKEN:
861 r = get_user(vcpu->arch.pfault_token,
862 (u64 __user *)reg->addr);
863 break;
864 case KVM_REG_S390_PFCOMPARE:
865 r = get_user(vcpu->arch.pfault_compare,
866 (u64 __user *)reg->addr);
867 break;
868 case KVM_REG_S390_PFSELECT:
869 r = get_user(vcpu->arch.pfault_select,
870 (u64 __user *)reg->addr);
871 break;
Christian Borntraeger672550f2014-02-10 15:32:19 +0100872 case KVM_REG_S390_PP:
873 r = get_user(vcpu->arch.sie_block->pp,
874 (u64 __user *)reg->addr);
875 break;
Christian Borntraegerafa45ff2014-02-10 15:39:23 +0100876 case KVM_REG_S390_GBEA:
877 r = get_user(vcpu->arch.sie_block->gbea,
878 (u64 __user *)reg->addr);
879 break;
Carsten Otte14eebd92012-05-15 14:15:26 +0200880 default:
881 break;
882 }
883
884 return r;
885}
Christoffer Dallb6d33832012-03-08 16:44:24 -0500886
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100887static int kvm_arch_vcpu_ioctl_initial_reset(struct kvm_vcpu *vcpu)
888{
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100889 kvm_s390_vcpu_initial_reset(vcpu);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100890 return 0;
891}
892
893int kvm_arch_vcpu_ioctl_set_regs(struct kvm_vcpu *vcpu, struct kvm_regs *regs)
894{
Christian Borntraeger5a32c1a2012-01-11 11:20:32 +0100895 memcpy(&vcpu->run->s.regs.gprs, &regs->gprs, sizeof(regs->gprs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100896 return 0;
897}
898
899int kvm_arch_vcpu_ioctl_get_regs(struct kvm_vcpu *vcpu, struct kvm_regs *regs)
900{
Christian Borntraeger5a32c1a2012-01-11 11:20:32 +0100901 memcpy(&regs->gprs, &vcpu->run->s.regs.gprs, sizeof(regs->gprs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100902 return 0;
903}
904
905int kvm_arch_vcpu_ioctl_set_sregs(struct kvm_vcpu *vcpu,
906 struct kvm_sregs *sregs)
907{
Christian Borntraeger59674c12012-01-11 11:20:33 +0100908 memcpy(&vcpu->run->s.regs.acrs, &sregs->acrs, sizeof(sregs->acrs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100909 memcpy(&vcpu->arch.sie_block->gcr, &sregs->crs, sizeof(sregs->crs));
Christian Borntraeger59674c12012-01-11 11:20:33 +0100910 restore_access_regs(vcpu->run->s.regs.acrs);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100911 return 0;
912}
913
914int kvm_arch_vcpu_ioctl_get_sregs(struct kvm_vcpu *vcpu,
915 struct kvm_sregs *sregs)
916{
Christian Borntraeger59674c12012-01-11 11:20:33 +0100917 memcpy(&sregs->acrs, &vcpu->run->s.regs.acrs, sizeof(sregs->acrs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100918 memcpy(&sregs->crs, &vcpu->arch.sie_block->gcr, sizeof(sregs->crs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100919 return 0;
920}
921
922int kvm_arch_vcpu_ioctl_set_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu)
923{
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200924 if (test_fp_ctl(fpu->fpc))
925 return -EINVAL;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100926 memcpy(&vcpu->arch.guest_fpregs.fprs, &fpu->fprs, sizeof(fpu->fprs));
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200927 vcpu->arch.guest_fpregs.fpc = fpu->fpc;
928 restore_fp_ctl(&vcpu->arch.guest_fpregs.fpc);
929 restore_fp_regs(vcpu->arch.guest_fpregs.fprs);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100930 return 0;
931}
932
933int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu)
934{
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100935 memcpy(&fpu->fprs, &vcpu->arch.guest_fpregs.fprs, sizeof(fpu->fprs));
936 fpu->fpc = vcpu->arch.guest_fpregs.fpc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100937 return 0;
938}
939
940static int kvm_arch_vcpu_ioctl_set_initial_psw(struct kvm_vcpu *vcpu, psw_t psw)
941{
942 int rc = 0;
943
David Hildenbrand7a42fdc2014-05-05 16:26:19 +0200944 if (!is_vcpu_stopped(vcpu))
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100945 rc = -EBUSY;
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100946 else {
947 vcpu->run->psw_mask = psw.mask;
948 vcpu->run->psw_addr = psw.addr;
949 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100950 return rc;
951}
952
953int kvm_arch_vcpu_ioctl_translate(struct kvm_vcpu *vcpu,
954 struct kvm_translation *tr)
955{
956 return -EINVAL; /* not implemented yet */
957}
958
David Hildenbrand27291e22014-01-23 12:26:52 +0100959#define VALID_GUESTDBG_FLAGS (KVM_GUESTDBG_SINGLESTEP | \
960 KVM_GUESTDBG_USE_HW_BP | \
961 KVM_GUESTDBG_ENABLE)
962
Jan Kiszkad0bfb942008-12-15 13:52:10 +0100963int kvm_arch_vcpu_ioctl_set_guest_debug(struct kvm_vcpu *vcpu,
964 struct kvm_guest_debug *dbg)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100965{
David Hildenbrand27291e22014-01-23 12:26:52 +0100966 int rc = 0;
967
968 vcpu->guest_debug = 0;
969 kvm_s390_clear_bp_data(vcpu);
970
David Hildenbrand2de3bfc2014-05-20 17:25:20 +0200971 if (dbg->control & ~VALID_GUESTDBG_FLAGS)
David Hildenbrand27291e22014-01-23 12:26:52 +0100972 return -EINVAL;
973
974 if (dbg->control & KVM_GUESTDBG_ENABLE) {
975 vcpu->guest_debug = dbg->control;
976 /* enforce guest PER */
977 atomic_set_mask(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags);
978
979 if (dbg->control & KVM_GUESTDBG_USE_HW_BP)
980 rc = kvm_s390_import_bp_data(vcpu, dbg);
981 } else {
982 atomic_clear_mask(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags);
983 vcpu->arch.guestdbg.last_bp = 0;
984 }
985
986 if (rc) {
987 vcpu->guest_debug = 0;
988 kvm_s390_clear_bp_data(vcpu);
989 atomic_clear_mask(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags);
990 }
991
992 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100993}
994
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -0300995int kvm_arch_vcpu_ioctl_get_mpstate(struct kvm_vcpu *vcpu,
996 struct kvm_mp_state *mp_state)
997{
David Hildenbrand6352e4d2014-04-10 17:35:00 +0200998 /* CHECK_STOP and LOAD are not supported yet */
999 return is_vcpu_stopped(vcpu) ? KVM_MP_STATE_STOPPED :
1000 KVM_MP_STATE_OPERATING;
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03001001}
1002
1003int kvm_arch_vcpu_ioctl_set_mpstate(struct kvm_vcpu *vcpu,
1004 struct kvm_mp_state *mp_state)
1005{
David Hildenbrand6352e4d2014-04-10 17:35:00 +02001006 int rc = 0;
1007
1008 /* user space knows about this interface - let it control the state */
1009 vcpu->kvm->arch.user_cpu_state_ctrl = 1;
1010
1011 switch (mp_state->mp_state) {
1012 case KVM_MP_STATE_STOPPED:
1013 kvm_s390_vcpu_stop(vcpu);
1014 break;
1015 case KVM_MP_STATE_OPERATING:
1016 kvm_s390_vcpu_start(vcpu);
1017 break;
1018 case KVM_MP_STATE_LOAD:
1019 case KVM_MP_STATE_CHECK_STOP:
1020 /* fall through - CHECK_STOP and LOAD are not supported yet */
1021 default:
1022 rc = -ENXIO;
1023 }
1024
1025 return rc;
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03001026}
1027
Dominik Dingelb31605c2014-03-25 13:47:11 +01001028bool kvm_s390_cmma_enabled(struct kvm *kvm)
1029{
1030 if (!MACHINE_IS_LPAR)
1031 return false;
1032 /* only enable for z10 and later */
1033 if (!MACHINE_HAS_EDAT1)
1034 return false;
1035 if (!kvm->arch.use_cmma)
1036 return false;
1037 return true;
1038}
1039
David Hildenbrand8ad35752014-03-14 11:00:21 +01001040static bool ibs_enabled(struct kvm_vcpu *vcpu)
1041{
1042 return atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_IBS;
1043}
1044
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001045static int kvm_s390_handle_requests(struct kvm_vcpu *vcpu)
1046{
David Hildenbrand8ad35752014-03-14 11:00:21 +01001047retry:
1048 s390_vcpu_unblock(vcpu);
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001049 /*
1050 * We use MMU_RELOAD just to re-arm the ipte notifier for the
1051 * guest prefix page. gmap_ipte_notify will wait on the ptl lock.
1052 * This ensures that the ipte instruction for this request has
1053 * already finished. We might race against a second unmapper that
1054 * wants to set the blocking bit. Lets just retry the request loop.
1055 */
David Hildenbrand8ad35752014-03-14 11:00:21 +01001056 if (kvm_check_request(KVM_REQ_MMU_RELOAD, vcpu)) {
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001057 int rc;
1058 rc = gmap_ipte_notify(vcpu->arch.gmap,
Michael Muellerfda902c2014-05-13 16:58:30 +02001059 kvm_s390_get_prefix(vcpu),
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001060 PAGE_SIZE * 2);
1061 if (rc)
1062 return rc;
David Hildenbrand8ad35752014-03-14 11:00:21 +01001063 goto retry;
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001064 }
David Hildenbrand8ad35752014-03-14 11:00:21 +01001065
David Hildenbrandd3d692c2014-07-29 08:53:36 +02001066 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) {
1067 vcpu->arch.sie_block->ihcpu = 0xffff;
1068 goto retry;
1069 }
1070
David Hildenbrand8ad35752014-03-14 11:00:21 +01001071 if (kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu)) {
1072 if (!ibs_enabled(vcpu)) {
1073 trace_kvm_s390_enable_disable_ibs(vcpu->vcpu_id, 1);
1074 atomic_set_mask(CPUSTAT_IBS,
1075 &vcpu->arch.sie_block->cpuflags);
1076 }
1077 goto retry;
1078 }
1079
1080 if (kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu)) {
1081 if (ibs_enabled(vcpu)) {
1082 trace_kvm_s390_enable_disable_ibs(vcpu->vcpu_id, 0);
1083 atomic_clear_mask(CPUSTAT_IBS,
1084 &vcpu->arch.sie_block->cpuflags);
1085 }
1086 goto retry;
1087 }
1088
David Hildenbrand0759d062014-05-13 16:54:32 +02001089 /* nothing to do, just clear the request */
1090 clear_bit(KVM_REQ_UNHALT, &vcpu->requests);
1091
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001092 return 0;
1093}
1094
Thomas Huthfa576c52014-05-06 17:20:16 +02001095/**
1096 * kvm_arch_fault_in_page - fault-in guest page if necessary
1097 * @vcpu: The corresponding virtual cpu
1098 * @gpa: Guest physical address
1099 * @writable: Whether the page should be writable or not
1100 *
1101 * Make sure that a guest page has been faulted-in on the host.
1102 *
1103 * Return: Zero on success, negative error code otherwise.
1104 */
1105long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable)
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001106{
Martin Schwidefsky527e30b2014-04-30 16:04:25 +02001107 return gmap_fault(vcpu->arch.gmap, gpa,
1108 writable ? FAULT_FLAG_WRITE : 0);
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001109}
1110
Dominik Dingel3c038e62013-10-07 17:11:48 +02001111static void __kvm_inject_pfault_token(struct kvm_vcpu *vcpu, bool start_token,
1112 unsigned long token)
1113{
1114 struct kvm_s390_interrupt inti;
1115 inti.parm64 = token;
1116
1117 if (start_token) {
1118 inti.type = KVM_S390_INT_PFAULT_INIT;
1119 WARN_ON_ONCE(kvm_s390_inject_vcpu(vcpu, &inti));
1120 } else {
1121 inti.type = KVM_S390_INT_PFAULT_DONE;
1122 WARN_ON_ONCE(kvm_s390_inject_vm(vcpu->kvm, &inti));
1123 }
1124}
1125
1126void kvm_arch_async_page_not_present(struct kvm_vcpu *vcpu,
1127 struct kvm_async_pf *work)
1128{
1129 trace_kvm_s390_pfault_init(vcpu, work->arch.pfault_token);
1130 __kvm_inject_pfault_token(vcpu, true, work->arch.pfault_token);
1131}
1132
1133void kvm_arch_async_page_present(struct kvm_vcpu *vcpu,
1134 struct kvm_async_pf *work)
1135{
1136 trace_kvm_s390_pfault_done(vcpu, work->arch.pfault_token);
1137 __kvm_inject_pfault_token(vcpu, false, work->arch.pfault_token);
1138}
1139
1140void kvm_arch_async_page_ready(struct kvm_vcpu *vcpu,
1141 struct kvm_async_pf *work)
1142{
1143 /* s390 will always inject the page directly */
1144}
1145
1146bool kvm_arch_can_inject_async_page_present(struct kvm_vcpu *vcpu)
1147{
1148 /*
1149 * s390 will always inject the page directly,
1150 * but we still want check_async_completion to cleanup
1151 */
1152 return true;
1153}
1154
1155static int kvm_arch_setup_async_pf(struct kvm_vcpu *vcpu)
1156{
1157 hva_t hva;
1158 struct kvm_arch_async_pf arch;
1159 int rc;
1160
1161 if (vcpu->arch.pfault_token == KVM_S390_PFAULT_TOKEN_INVALID)
1162 return 0;
1163 if ((vcpu->arch.sie_block->gpsw.mask & vcpu->arch.pfault_select) !=
1164 vcpu->arch.pfault_compare)
1165 return 0;
1166 if (psw_extint_disabled(vcpu))
1167 return 0;
1168 if (kvm_cpu_has_interrupt(vcpu))
1169 return 0;
1170 if (!(vcpu->arch.sie_block->gcr[0] & 0x200ul))
1171 return 0;
1172 if (!vcpu->arch.gmap->pfault_enabled)
1173 return 0;
1174
Heiko Carstens81480cc2014-01-01 16:36:07 +01001175 hva = gfn_to_hva(vcpu->kvm, gpa_to_gfn(current->thread.gmap_addr));
1176 hva += current->thread.gmap_addr & ~PAGE_MASK;
1177 if (read_guest_real(vcpu, vcpu->arch.pfault_token, &arch.pfault_token, 8))
Dominik Dingel3c038e62013-10-07 17:11:48 +02001178 return 0;
1179
1180 rc = kvm_setup_async_pf(vcpu, current->thread.gmap_addr, hva, &arch);
1181 return rc;
1182}
1183
Thomas Huth3fb4c402013-09-12 10:33:43 +02001184static int vcpu_pre_run(struct kvm_vcpu *vcpu)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001185{
Thomas Huth3fb4c402013-09-12 10:33:43 +02001186 int rc, cpuflags;
Carsten Ottee168bf82012-01-04 10:25:22 +01001187
Dominik Dingel3c038e62013-10-07 17:11:48 +02001188 /*
1189 * On s390 notifications for arriving pages will be delivered directly
1190 * to the guest but the house keeping for completed pfaults is
1191 * handled outside the worker.
1192 */
1193 kvm_check_async_pf_completion(vcpu);
1194
Christian Borntraeger5a32c1a2012-01-11 11:20:32 +01001195 memcpy(&vcpu->arch.sie_block->gg14, &vcpu->run->s.regs.gprs[14], 16);
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001196
1197 if (need_resched())
1198 schedule();
1199
Martin Schwidefskyd3a73ac2014-04-15 12:55:07 +02001200 if (test_cpu_flag(CIF_MCCK_PENDING))
Christian Borntraeger71cde582008-05-21 13:37:34 +02001201 s390_handle_mcck();
1202
Jens Freimann79395032014-04-17 10:10:30 +02001203 if (!kvm_is_ucontrol(vcpu->kvm)) {
1204 rc = kvm_s390_deliver_pending_interrupts(vcpu);
1205 if (rc)
1206 return rc;
1207 }
Carsten Otte0ff31862008-05-21 13:37:37 +02001208
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001209 rc = kvm_s390_handle_requests(vcpu);
1210 if (rc)
1211 return rc;
1212
David Hildenbrand27291e22014-01-23 12:26:52 +01001213 if (guestdbg_enabled(vcpu)) {
1214 kvm_s390_backup_guest_per_regs(vcpu);
1215 kvm_s390_patch_guest_per_regs(vcpu);
1216 }
1217
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001218 vcpu->arch.sie_block->icptcode = 0;
Thomas Huth3fb4c402013-09-12 10:33:43 +02001219 cpuflags = atomic_read(&vcpu->arch.sie_block->cpuflags);
1220 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags);
1221 trace_kvm_s390_sie_enter(vcpu, cpuflags);
Dominik Dingel2b29a9f2013-07-26 15:04:00 +02001222
Thomas Huth3fb4c402013-09-12 10:33:43 +02001223 return 0;
1224}
1225
1226static int vcpu_post_run(struct kvm_vcpu *vcpu, int exit_reason)
1227{
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001228 int rc = -1;
Dominik Dingel2b29a9f2013-07-26 15:04:00 +02001229
1230 VCPU_EVENT(vcpu, 6, "exit sie icptcode %d",
1231 vcpu->arch.sie_block->icptcode);
1232 trace_kvm_s390_sie_exit(vcpu, vcpu->arch.sie_block->icptcode);
1233
David Hildenbrand27291e22014-01-23 12:26:52 +01001234 if (guestdbg_enabled(vcpu))
1235 kvm_s390_restore_guest_per_regs(vcpu);
1236
Thomas Huth3fb4c402013-09-12 10:33:43 +02001237 if (exit_reason >= 0) {
Martin Schwidefsky7c470532013-05-17 14:41:37 +02001238 rc = 0;
Thomas Huth210b16072013-09-19 16:26:18 +02001239 } else if (kvm_is_ucontrol(vcpu->kvm)) {
1240 vcpu->run->exit_reason = KVM_EXIT_S390_UCONTROL;
1241 vcpu->run->s390_ucontrol.trans_exc_code =
1242 current->thread.gmap_addr;
1243 vcpu->run->s390_ucontrol.pgm_code = 0x10;
1244 rc = -EREMOTE;
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001245
1246 } else if (current->thread.gmap_pfault) {
Dominik Dingel3c038e62013-10-07 17:11:48 +02001247 trace_kvm_s390_major_guest_pfault(vcpu);
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001248 current->thread.gmap_pfault = 0;
Thomas Huthfa576c52014-05-06 17:20:16 +02001249 if (kvm_arch_setup_async_pf(vcpu)) {
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001250 rc = 0;
Thomas Huthfa576c52014-05-06 17:20:16 +02001251 } else {
1252 gpa_t gpa = current->thread.gmap_addr;
1253 rc = kvm_arch_fault_in_page(vcpu, gpa, 1);
1254 }
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001255 }
1256
1257 if (rc == -1) {
Christian Borntraeger699bde32014-01-20 12:34:13 +01001258 VCPU_EVENT(vcpu, 3, "%s", "fault in sie instruction");
1259 trace_kvm_s390_sie_fault(vcpu);
1260 rc = kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING);
Carsten Otte1f0d0f02008-05-21 13:37:40 +02001261 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001262
Christian Borntraeger5a32c1a2012-01-11 11:20:32 +01001263 memcpy(&vcpu->run->s.regs.gprs[14], &vcpu->arch.sie_block->gg14, 16);
Thomas Huth3fb4c402013-09-12 10:33:43 +02001264
Thomas Hutha76ccff2013-09-12 10:33:44 +02001265 if (rc == 0) {
1266 if (kvm_is_ucontrol(vcpu->kvm))
Christian Borntraeger2955c832014-03-06 16:01:38 +01001267 /* Don't exit for host interrupts. */
1268 rc = vcpu->arch.sie_block->icptcode ? -EOPNOTSUPP : 0;
Thomas Hutha76ccff2013-09-12 10:33:44 +02001269 else
1270 rc = kvm_handle_sie_intercept(vcpu);
1271 }
1272
Thomas Huth3fb4c402013-09-12 10:33:43 +02001273 return rc;
1274}
1275
1276static int __vcpu_run(struct kvm_vcpu *vcpu)
1277{
1278 int rc, exit_reason;
1279
Thomas Huth800c1062013-09-12 10:33:45 +02001280 /*
1281 * We try to hold kvm->srcu during most of vcpu_run (except when run-
1282 * ning the guest), so that memslots (and other stuff) are protected
1283 */
1284 vcpu->srcu_idx = srcu_read_lock(&vcpu->kvm->srcu);
1285
Thomas Hutha76ccff2013-09-12 10:33:44 +02001286 do {
1287 rc = vcpu_pre_run(vcpu);
1288 if (rc)
1289 break;
Thomas Huth3fb4c402013-09-12 10:33:43 +02001290
Thomas Huth800c1062013-09-12 10:33:45 +02001291 srcu_read_unlock(&vcpu->kvm->srcu, vcpu->srcu_idx);
Thomas Hutha76ccff2013-09-12 10:33:44 +02001292 /*
1293 * As PF_VCPU will be used in fault handler, between
1294 * guest_enter and guest_exit should be no uaccess.
1295 */
1296 preempt_disable();
1297 kvm_guest_enter();
1298 preempt_enable();
1299 exit_reason = sie64a(vcpu->arch.sie_block,
1300 vcpu->run->s.regs.gprs);
1301 kvm_guest_exit();
Thomas Huth800c1062013-09-12 10:33:45 +02001302 vcpu->srcu_idx = srcu_read_lock(&vcpu->kvm->srcu);
Thomas Huth3fb4c402013-09-12 10:33:43 +02001303
Thomas Hutha76ccff2013-09-12 10:33:44 +02001304 rc = vcpu_post_run(vcpu, exit_reason);
David Hildenbrand27291e22014-01-23 12:26:52 +01001305 } while (!signal_pending(current) && !guestdbg_exit_pending(vcpu) && !rc);
Thomas Huth3fb4c402013-09-12 10:33:43 +02001306
Thomas Huth800c1062013-09-12 10:33:45 +02001307 srcu_read_unlock(&vcpu->kvm->srcu, vcpu->srcu_idx);
Carsten Ottee168bf82012-01-04 10:25:22 +01001308 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001309}
1310
David Hildenbrandb028ee32014-07-17 10:47:43 +02001311static void sync_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
1312{
1313 vcpu->arch.sie_block->gpsw.mask = kvm_run->psw_mask;
1314 vcpu->arch.sie_block->gpsw.addr = kvm_run->psw_addr;
1315 if (kvm_run->kvm_dirty_regs & KVM_SYNC_PREFIX)
1316 kvm_s390_set_prefix(vcpu, kvm_run->s.regs.prefix);
1317 if (kvm_run->kvm_dirty_regs & KVM_SYNC_CRS) {
1318 memcpy(&vcpu->arch.sie_block->gcr, &kvm_run->s.regs.crs, 128);
David Hildenbrandd3d692c2014-07-29 08:53:36 +02001319 /* some control register changes require a tlb flush */
1320 kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu);
David Hildenbrandb028ee32014-07-17 10:47:43 +02001321 }
1322 if (kvm_run->kvm_dirty_regs & KVM_SYNC_ARCH0) {
1323 vcpu->arch.sie_block->cputm = kvm_run->s.regs.cputm;
1324 vcpu->arch.sie_block->ckc = kvm_run->s.regs.ckc;
1325 vcpu->arch.sie_block->todpr = kvm_run->s.regs.todpr;
1326 vcpu->arch.sie_block->pp = kvm_run->s.regs.pp;
1327 vcpu->arch.sie_block->gbea = kvm_run->s.regs.gbea;
1328 }
1329 if (kvm_run->kvm_dirty_regs & KVM_SYNC_PFAULT) {
1330 vcpu->arch.pfault_token = kvm_run->s.regs.pft;
1331 vcpu->arch.pfault_select = kvm_run->s.regs.pfs;
1332 vcpu->arch.pfault_compare = kvm_run->s.regs.pfc;
1333 }
1334 kvm_run->kvm_dirty_regs = 0;
1335}
1336
1337static void store_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
1338{
1339 kvm_run->psw_mask = vcpu->arch.sie_block->gpsw.mask;
1340 kvm_run->psw_addr = vcpu->arch.sie_block->gpsw.addr;
1341 kvm_run->s.regs.prefix = kvm_s390_get_prefix(vcpu);
1342 memcpy(&kvm_run->s.regs.crs, &vcpu->arch.sie_block->gcr, 128);
1343 kvm_run->s.regs.cputm = vcpu->arch.sie_block->cputm;
1344 kvm_run->s.regs.ckc = vcpu->arch.sie_block->ckc;
1345 kvm_run->s.regs.todpr = vcpu->arch.sie_block->todpr;
1346 kvm_run->s.regs.pp = vcpu->arch.sie_block->pp;
1347 kvm_run->s.regs.gbea = vcpu->arch.sie_block->gbea;
1348 kvm_run->s.regs.pft = vcpu->arch.pfault_token;
1349 kvm_run->s.regs.pfs = vcpu->arch.pfault_select;
1350 kvm_run->s.regs.pfc = vcpu->arch.pfault_compare;
1351}
1352
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001353int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
1354{
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001355 int rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001356 sigset_t sigsaved;
1357
David Hildenbrand27291e22014-01-23 12:26:52 +01001358 if (guestdbg_exit_pending(vcpu)) {
1359 kvm_s390_prepare_debug_exit(vcpu);
1360 return 0;
1361 }
1362
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001363 if (vcpu->sigset_active)
1364 sigprocmask(SIG_SETMASK, &vcpu->sigset, &sigsaved);
1365
David Hildenbrand6352e4d2014-04-10 17:35:00 +02001366 if (!kvm_s390_user_cpu_state_ctrl(vcpu->kvm)) {
1367 kvm_s390_vcpu_start(vcpu);
1368 } else if (is_vcpu_stopped(vcpu)) {
1369 pr_err_ratelimited("kvm-s390: can't run stopped vcpu %d\n",
1370 vcpu->vcpu_id);
1371 return -EINVAL;
1372 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001373
David Hildenbrandb028ee32014-07-17 10:47:43 +02001374 sync_regs(vcpu, kvm_run);
Carsten Otted7b0b5e2009-11-19 14:21:16 +01001375
Heiko Carstensdab4079d2009-06-12 10:26:32 +02001376 might_fault();
Thomas Hutha76ccff2013-09-12 10:33:44 +02001377 rc = __vcpu_run(vcpu);
Christian Ehrhardt9ace9032009-05-20 15:34:55 +02001378
Christian Ehrhardtb1d16c42009-05-20 15:34:56 +02001379 if (signal_pending(current) && !rc) {
1380 kvm_run->exit_reason = KVM_EXIT_INTR;
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001381 rc = -EINTR;
Christian Ehrhardtb1d16c42009-05-20 15:34:56 +02001382 }
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001383
David Hildenbrand27291e22014-01-23 12:26:52 +01001384 if (guestdbg_exit_pending(vcpu) && !rc) {
1385 kvm_s390_prepare_debug_exit(vcpu);
1386 rc = 0;
1387 }
1388
Heiko Carstensb8e660b2010-02-26 22:37:41 +01001389 if (rc == -EOPNOTSUPP) {
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001390 /* intercept cannot be handled in-kernel, prepare kvm-run */
1391 kvm_run->exit_reason = KVM_EXIT_S390_SIEIC;
1392 kvm_run->s390_sieic.icptcode = vcpu->arch.sie_block->icptcode;
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001393 kvm_run->s390_sieic.ipa = vcpu->arch.sie_block->ipa;
1394 kvm_run->s390_sieic.ipb = vcpu->arch.sie_block->ipb;
1395 rc = 0;
1396 }
1397
1398 if (rc == -EREMOTE) {
1399 /* intercept was handled, but userspace support is needed
1400 * kvm_run has been prepared by the handler */
1401 rc = 0;
1402 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001403
David Hildenbrandb028ee32014-07-17 10:47:43 +02001404 store_regs(vcpu, kvm_run);
Carsten Otted7b0b5e2009-11-19 14:21:16 +01001405
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001406 if (vcpu->sigset_active)
1407 sigprocmask(SIG_SETMASK, &sigsaved, NULL);
1408
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001409 vcpu->stat.exit_userspace++;
Heiko Carstens7e8e6ab2008-04-04 15:12:35 +02001410 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001411}
1412
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001413/*
1414 * store status at address
1415 * we use have two special cases:
1416 * KVM_S390_STORE_STATUS_NOADDR: -> 0x1200 on 64 bit
1417 * KVM_S390_STORE_STATUS_PREFIXED: -> prefix
1418 */
Heiko Carstensd0bce602014-01-01 16:45:58 +01001419int kvm_s390_store_status_unloaded(struct kvm_vcpu *vcpu, unsigned long gpa)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001420{
Carsten Otte092670c2011-07-24 10:48:22 +02001421 unsigned char archmode = 1;
Michael Muellerfda902c2014-05-13 16:58:30 +02001422 unsigned int px;
Thomas Huth178bd782013-11-13 20:28:18 +01001423 u64 clkcomp;
Heiko Carstensd0bce602014-01-01 16:45:58 +01001424 int rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001425
Heiko Carstensd0bce602014-01-01 16:45:58 +01001426 if (gpa == KVM_S390_STORE_STATUS_NOADDR) {
1427 if (write_guest_abs(vcpu, 163, &archmode, 1))
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001428 return -EFAULT;
Heiko Carstensd0bce602014-01-01 16:45:58 +01001429 gpa = SAVE_AREA_BASE;
1430 } else if (gpa == KVM_S390_STORE_STATUS_PREFIXED) {
1431 if (write_guest_real(vcpu, 163, &archmode, 1))
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001432 return -EFAULT;
Heiko Carstensd0bce602014-01-01 16:45:58 +01001433 gpa = kvm_s390_real_to_abs(vcpu, SAVE_AREA_BASE);
1434 }
1435 rc = write_guest_abs(vcpu, gpa + offsetof(struct save_area, fp_regs),
1436 vcpu->arch.guest_fpregs.fprs, 128);
1437 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, gp_regs),
1438 vcpu->run->s.regs.gprs, 128);
1439 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, psw),
1440 &vcpu->arch.sie_block->gpsw, 16);
Michael Muellerfda902c2014-05-13 16:58:30 +02001441 px = kvm_s390_get_prefix(vcpu);
Heiko Carstensd0bce602014-01-01 16:45:58 +01001442 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, pref_reg),
Michael Muellerfda902c2014-05-13 16:58:30 +02001443 &px, 4);
Heiko Carstensd0bce602014-01-01 16:45:58 +01001444 rc |= write_guest_abs(vcpu,
1445 gpa + offsetof(struct save_area, fp_ctrl_reg),
1446 &vcpu->arch.guest_fpregs.fpc, 4);
1447 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, tod_reg),
1448 &vcpu->arch.sie_block->todpr, 4);
1449 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, timer),
1450 &vcpu->arch.sie_block->cputm, 8);
Thomas Huth178bd782013-11-13 20:28:18 +01001451 clkcomp = vcpu->arch.sie_block->ckc >> 8;
Heiko Carstensd0bce602014-01-01 16:45:58 +01001452 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, clk_cmp),
1453 &clkcomp, 8);
1454 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, acc_regs),
1455 &vcpu->run->s.regs.acrs, 64);
1456 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, ctrl_regs),
1457 &vcpu->arch.sie_block->gcr, 128);
1458 return rc ? -EFAULT : 0;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001459}
1460
Thomas Huthe8798922013-11-06 15:46:33 +01001461int kvm_s390_vcpu_store_status(struct kvm_vcpu *vcpu, unsigned long addr)
1462{
1463 /*
1464 * The guest FPRS and ACRS are in the host FPRS/ACRS due to the lazy
1465 * copying in vcpu load/put. Lets update our copies before we save
1466 * it into the save area
1467 */
1468 save_fp_ctl(&vcpu->arch.guest_fpregs.fpc);
1469 save_fp_regs(vcpu->arch.guest_fpregs.fprs);
1470 save_access_regs(vcpu->run->s.regs.acrs);
1471
1472 return kvm_s390_store_status_unloaded(vcpu, addr);
1473}
1474
David Hildenbrand8ad35752014-03-14 11:00:21 +01001475static void __disable_ibs_on_vcpu(struct kvm_vcpu *vcpu)
1476{
1477 kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu);
1478 kvm_make_request(KVM_REQ_DISABLE_IBS, vcpu);
1479 exit_sie_sync(vcpu);
1480}
1481
1482static void __disable_ibs_on_all_vcpus(struct kvm *kvm)
1483{
1484 unsigned int i;
1485 struct kvm_vcpu *vcpu;
1486
1487 kvm_for_each_vcpu(i, vcpu, kvm) {
1488 __disable_ibs_on_vcpu(vcpu);
1489 }
1490}
1491
1492static void __enable_ibs_on_vcpu(struct kvm_vcpu *vcpu)
1493{
1494 kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu);
1495 kvm_make_request(KVM_REQ_ENABLE_IBS, vcpu);
1496 exit_sie_sync(vcpu);
1497}
1498
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001499void kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
1500{
David Hildenbrand8ad35752014-03-14 11:00:21 +01001501 int i, online_vcpus, started_vcpus = 0;
1502
1503 if (!is_vcpu_stopped(vcpu))
1504 return;
1505
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001506 trace_kvm_s390_vcpu_start_stop(vcpu->vcpu_id, 1);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001507 /* Only one cpu at a time may enter/leave the STOPPED state. */
David Hildenbrand433b9ee2014-05-06 16:11:14 +02001508 spin_lock(&vcpu->kvm->arch.start_stop_lock);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001509 online_vcpus = atomic_read(&vcpu->kvm->online_vcpus);
1510
1511 for (i = 0; i < online_vcpus; i++) {
1512 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i]))
1513 started_vcpus++;
1514 }
1515
1516 if (started_vcpus == 0) {
1517 /* we're the only active VCPU -> speed it up */
1518 __enable_ibs_on_vcpu(vcpu);
1519 } else if (started_vcpus == 1) {
1520 /*
1521 * As we are starting a second VCPU, we have to disable
1522 * the IBS facility on all VCPUs to remove potentially
1523 * oustanding ENABLE requests.
1524 */
1525 __disable_ibs_on_all_vcpus(vcpu->kvm);
1526 }
1527
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001528 atomic_clear_mask(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001529 /*
1530 * Another VCPU might have used IBS while we were offline.
1531 * Let's play safe and flush the VCPU at startup.
1532 */
David Hildenbrandd3d692c2014-07-29 08:53:36 +02001533 kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu);
David Hildenbrand433b9ee2014-05-06 16:11:14 +02001534 spin_unlock(&vcpu->kvm->arch.start_stop_lock);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001535 return;
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001536}
1537
1538void kvm_s390_vcpu_stop(struct kvm_vcpu *vcpu)
1539{
David Hildenbrand8ad35752014-03-14 11:00:21 +01001540 int i, online_vcpus, started_vcpus = 0;
1541 struct kvm_vcpu *started_vcpu = NULL;
1542
1543 if (is_vcpu_stopped(vcpu))
1544 return;
1545
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001546 trace_kvm_s390_vcpu_start_stop(vcpu->vcpu_id, 0);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001547 /* Only one cpu at a time may enter/leave the STOPPED state. */
David Hildenbrand433b9ee2014-05-06 16:11:14 +02001548 spin_lock(&vcpu->kvm->arch.start_stop_lock);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001549 online_vcpus = atomic_read(&vcpu->kvm->online_vcpus);
1550
David Hildenbrand32f5ff632014-04-14 12:40:03 +02001551 /* Need to lock access to action_bits to avoid a SIGP race condition */
David Hildenbrand4ae3c082014-05-16 10:23:53 +02001552 spin_lock(&vcpu->arch.local_int.lock);
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001553 atomic_set_mask(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags);
David Hildenbrand32f5ff632014-04-14 12:40:03 +02001554
1555 /* SIGP STOP and SIGP STOP AND STORE STATUS has been fully processed */
1556 vcpu->arch.local_int.action_bits &=
1557 ~(ACTION_STOP_ON_STOP | ACTION_STORE_ON_STOP);
David Hildenbrand4ae3c082014-05-16 10:23:53 +02001558 spin_unlock(&vcpu->arch.local_int.lock);
David Hildenbrand32f5ff632014-04-14 12:40:03 +02001559
David Hildenbrand8ad35752014-03-14 11:00:21 +01001560 __disable_ibs_on_vcpu(vcpu);
1561
1562 for (i = 0; i < online_vcpus; i++) {
1563 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i])) {
1564 started_vcpus++;
1565 started_vcpu = vcpu->kvm->vcpus[i];
1566 }
1567 }
1568
1569 if (started_vcpus == 1) {
1570 /*
1571 * As we only have one VCPU left, we want to enable the
1572 * IBS facility for that VCPU to speed it up.
1573 */
1574 __enable_ibs_on_vcpu(started_vcpu);
1575 }
1576
David Hildenbrand433b9ee2014-05-06 16:11:14 +02001577 spin_unlock(&vcpu->kvm->arch.start_stop_lock);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001578 return;
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001579}
1580
Cornelia Huckd6712df2012-12-20 15:32:11 +01001581static int kvm_vcpu_ioctl_enable_cap(struct kvm_vcpu *vcpu,
1582 struct kvm_enable_cap *cap)
1583{
1584 int r;
1585
1586 if (cap->flags)
1587 return -EINVAL;
1588
1589 switch (cap->cap) {
Cornelia Huckfa6b7fe2012-12-20 15:32:12 +01001590 case KVM_CAP_S390_CSS_SUPPORT:
1591 if (!vcpu->kvm->arch.css_support) {
1592 vcpu->kvm->arch.css_support = 1;
1593 trace_kvm_s390_enable_css(vcpu->kvm);
1594 }
1595 r = 0;
1596 break;
Cornelia Huckd6712df2012-12-20 15:32:11 +01001597 default:
1598 r = -EINVAL;
1599 break;
1600 }
1601 return r;
1602}
1603
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001604long kvm_arch_vcpu_ioctl(struct file *filp,
1605 unsigned int ioctl, unsigned long arg)
1606{
1607 struct kvm_vcpu *vcpu = filp->private_data;
1608 void __user *argp = (void __user *)arg;
Thomas Huth800c1062013-09-12 10:33:45 +02001609 int idx;
Avi Kivitybc923cc2010-05-13 12:21:46 +03001610 long r;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001611
Avi Kivity93736622010-05-13 12:35:17 +03001612 switch (ioctl) {
1613 case KVM_S390_INTERRUPT: {
Carsten Otteba5c1e92008-03-25 18:47:26 +01001614 struct kvm_s390_interrupt s390int;
1615
Avi Kivity93736622010-05-13 12:35:17 +03001616 r = -EFAULT;
Carsten Otteba5c1e92008-03-25 18:47:26 +01001617 if (copy_from_user(&s390int, argp, sizeof(s390int)))
Avi Kivity93736622010-05-13 12:35:17 +03001618 break;
1619 r = kvm_s390_inject_vcpu(vcpu, &s390int);
1620 break;
Carsten Otteba5c1e92008-03-25 18:47:26 +01001621 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001622 case KVM_S390_STORE_STATUS:
Thomas Huth800c1062013-09-12 10:33:45 +02001623 idx = srcu_read_lock(&vcpu->kvm->srcu);
Avi Kivitybc923cc2010-05-13 12:21:46 +03001624 r = kvm_s390_vcpu_store_status(vcpu, arg);
Thomas Huth800c1062013-09-12 10:33:45 +02001625 srcu_read_unlock(&vcpu->kvm->srcu, idx);
Avi Kivitybc923cc2010-05-13 12:21:46 +03001626 break;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001627 case KVM_S390_SET_INITIAL_PSW: {
1628 psw_t psw;
1629
Avi Kivitybc923cc2010-05-13 12:21:46 +03001630 r = -EFAULT;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001631 if (copy_from_user(&psw, argp, sizeof(psw)))
Avi Kivitybc923cc2010-05-13 12:21:46 +03001632 break;
1633 r = kvm_arch_vcpu_ioctl_set_initial_psw(vcpu, psw);
1634 break;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001635 }
1636 case KVM_S390_INITIAL_RESET:
Avi Kivitybc923cc2010-05-13 12:21:46 +03001637 r = kvm_arch_vcpu_ioctl_initial_reset(vcpu);
1638 break;
Carsten Otte14eebd92012-05-15 14:15:26 +02001639 case KVM_SET_ONE_REG:
1640 case KVM_GET_ONE_REG: {
1641 struct kvm_one_reg reg;
1642 r = -EFAULT;
1643 if (copy_from_user(&reg, argp, sizeof(reg)))
1644 break;
1645 if (ioctl == KVM_SET_ONE_REG)
1646 r = kvm_arch_vcpu_ioctl_set_one_reg(vcpu, &reg);
1647 else
1648 r = kvm_arch_vcpu_ioctl_get_one_reg(vcpu, &reg);
1649 break;
1650 }
Carsten Otte27e03932012-01-04 10:25:21 +01001651#ifdef CONFIG_KVM_S390_UCONTROL
1652 case KVM_S390_UCAS_MAP: {
1653 struct kvm_s390_ucas_mapping ucasmap;
1654
1655 if (copy_from_user(&ucasmap, argp, sizeof(ucasmap))) {
1656 r = -EFAULT;
1657 break;
1658 }
1659
1660 if (!kvm_is_ucontrol(vcpu->kvm)) {
1661 r = -EINVAL;
1662 break;
1663 }
1664
1665 r = gmap_map_segment(vcpu->arch.gmap, ucasmap.user_addr,
1666 ucasmap.vcpu_addr, ucasmap.length);
1667 break;
1668 }
1669 case KVM_S390_UCAS_UNMAP: {
1670 struct kvm_s390_ucas_mapping ucasmap;
1671
1672 if (copy_from_user(&ucasmap, argp, sizeof(ucasmap))) {
1673 r = -EFAULT;
1674 break;
1675 }
1676
1677 if (!kvm_is_ucontrol(vcpu->kvm)) {
1678 r = -EINVAL;
1679 break;
1680 }
1681
1682 r = gmap_unmap_segment(vcpu->arch.gmap, ucasmap.vcpu_addr,
1683 ucasmap.length);
1684 break;
1685 }
1686#endif
Carsten Otteccc79102012-01-04 10:25:26 +01001687 case KVM_S390_VCPU_FAULT: {
Martin Schwidefsky527e30b2014-04-30 16:04:25 +02001688 r = gmap_fault(vcpu->arch.gmap, arg, 0);
Carsten Otteccc79102012-01-04 10:25:26 +01001689 break;
1690 }
Cornelia Huckd6712df2012-12-20 15:32:11 +01001691 case KVM_ENABLE_CAP:
1692 {
1693 struct kvm_enable_cap cap;
1694 r = -EFAULT;
1695 if (copy_from_user(&cap, argp, sizeof(cap)))
1696 break;
1697 r = kvm_vcpu_ioctl_enable_cap(vcpu, &cap);
1698 break;
1699 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001700 default:
Carsten Otte3e6afcf2012-01-04 10:25:30 +01001701 r = -ENOTTY;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001702 }
Avi Kivitybc923cc2010-05-13 12:21:46 +03001703 return r;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001704}
1705
Carsten Otte5b1c1492012-01-04 10:25:23 +01001706int kvm_arch_vcpu_fault(struct kvm_vcpu *vcpu, struct vm_fault *vmf)
1707{
1708#ifdef CONFIG_KVM_S390_UCONTROL
1709 if ((vmf->pgoff == KVM_S390_SIE_PAGE_OFFSET)
1710 && (kvm_is_ucontrol(vcpu->kvm))) {
1711 vmf->page = virt_to_page(vcpu->arch.sie_block);
1712 get_page(vmf->page);
1713 return 0;
1714 }
1715#endif
1716 return VM_FAULT_SIGBUS;
1717}
1718
Aneesh Kumar K.V55870272013-10-07 22:18:00 +05301719int kvm_arch_create_memslot(struct kvm *kvm, struct kvm_memory_slot *slot,
1720 unsigned long npages)
Takuya Yoshikawadb3fe4e2012-02-08 13:02:18 +09001721{
1722 return 0;
1723}
1724
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001725/* Section: memory related */
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001726int kvm_arch_prepare_memory_region(struct kvm *kvm,
1727 struct kvm_memory_slot *memslot,
Takuya Yoshikawa7b6195a2013-02-27 19:44:34 +09001728 struct kvm_userspace_memory_region *mem,
1729 enum kvm_mr_change change)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001730{
Nick Wangdd2887e2013-03-25 17:22:57 +01001731 /* A few sanity checks. We can have memory slots which have to be
1732 located/ended at a segment boundary (1MB). The memory in userland is
1733 ok to be fragmented into various different vmas. It is okay to mmap()
1734 and munmap() stuff in this slot after doing this call at any time */
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001735
Carsten Otte598841c2011-07-24 10:48:21 +02001736 if (mem->userspace_addr & 0xffffful)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001737 return -EINVAL;
1738
Carsten Otte598841c2011-07-24 10:48:21 +02001739 if (mem->memory_size & 0xffffful)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001740 return -EINVAL;
1741
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001742 return 0;
1743}
1744
1745void kvm_arch_commit_memory_region(struct kvm *kvm,
1746 struct kvm_userspace_memory_region *mem,
Takuya Yoshikawa84826442013-02-27 19:45:25 +09001747 const struct kvm_memory_slot *old,
1748 enum kvm_mr_change change)
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001749{
Carsten Ottef7850c92011-07-24 10:48:23 +02001750 int rc;
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001751
Christian Borntraeger2cef4de2013-03-25 17:22:48 +01001752 /* If the basics of the memslot do not change, we do not want
1753 * to update the gmap. Every update causes several unnecessary
1754 * segment translation exceptions. This is usually handled just
1755 * fine by the normal fault handler + gmap, but it will also
1756 * cause faults on the prefix page of running guest CPUs.
1757 */
1758 if (old->userspace_addr == mem->userspace_addr &&
1759 old->base_gfn * PAGE_SIZE == mem->guest_phys_addr &&
1760 old->npages * PAGE_SIZE == mem->memory_size)
1761 return;
Carsten Otte598841c2011-07-24 10:48:21 +02001762
1763 rc = gmap_map_segment(kvm->arch.gmap, mem->userspace_addr,
1764 mem->guest_phys_addr, mem->memory_size);
1765 if (rc)
Carsten Ottef7850c92011-07-24 10:48:23 +02001766 printk(KERN_WARNING "kvm-s390: failed to commit memory region\n");
Carsten Otte598841c2011-07-24 10:48:21 +02001767 return;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001768}
1769
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001770static int __init kvm_s390_init(void)
1771{
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001772 int ret;
Avi Kivity0ee75be2010-04-28 15:39:01 +03001773 ret = kvm_init(NULL, sizeof(struct kvm_vcpu), 0, THIS_MODULE);
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001774 if (ret)
1775 return ret;
1776
1777 /*
1778 * guests can ask for up to 255+1 double words, we need a full page
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001779 * to hold the maximum amount of facilities. On the other hand, we
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001780 * only set facilities that are known to work in KVM.
1781 */
Michael Mueller78c4b592013-07-26 15:04:04 +02001782 vfacilities = (unsigned long *) get_zeroed_page(GFP_KERNEL|GFP_DMA);
1783 if (!vfacilities) {
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001784 kvm_exit();
1785 return -ENOMEM;
1786 }
Michael Mueller78c4b592013-07-26 15:04:04 +02001787 memcpy(vfacilities, S390_lowcore.stfle_fac_list, 16);
Thomas Huthd208c792013-12-12 13:40:40 +01001788 vfacilities[0] &= 0xff82fff3f4fc2000UL;
Michael Mueller7feb6bb2013-06-28 13:30:24 +02001789 vfacilities[1] &= 0x005c000000000000UL;
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001790 return 0;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001791}
1792
1793static void __exit kvm_s390_exit(void)
1794{
Michael Mueller78c4b592013-07-26 15:04:04 +02001795 free_page((unsigned long) vfacilities);
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001796 kvm_exit();
1797}
1798
1799module_init(kvm_s390_init);
1800module_exit(kvm_s390_exit);
Cornelia Huck566af942013-05-27 18:42:33 +02001801
1802/*
1803 * Enable autoloading of the kvm module.
1804 * Note that we add the module alias here instead of virt/kvm/kvm_main.c
1805 * since x86 takes a different approach.
1806 */
1807#include <linux/miscdevice.h>
1808MODULE_ALIAS_MISCDEV(KVM_MINOR);
1809MODULE_ALIAS("devname:kvm");