blob: 3677b8ca647fca4a933f04788ddc985ab4423be0 [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) },
David Hildenbrandce2e4f02014-07-11 10:00:43 +020053 { "halt_wakeup", VCPU_STAT(halt_wakeup) },
Christian Borntraegerf5e10b02008-07-25 15:52:44 +020054 { "instruction_lctlg", VCPU_STAT(instruction_lctlg) },
Carsten Otteba5c1e92008-03-25 18:47:26 +010055 { "instruction_lctl", VCPU_STAT(instruction_lctl) },
David Hildenbrandaba07502014-01-23 10:47:13 +010056 { "instruction_stctl", VCPU_STAT(instruction_stctl) },
57 { "instruction_stctg", VCPU_STAT(instruction_stctg) },
Carsten Otteba5c1e92008-03-25 18:47:26 +010058 { "deliver_emergency_signal", VCPU_STAT(deliver_emergency_signal) },
Christian Ehrhardt7697e71f2011-10-18 12:27:15 +020059 { "deliver_external_call", VCPU_STAT(deliver_external_call) },
Carsten Otteba5c1e92008-03-25 18:47:26 +010060 { "deliver_service_signal", VCPU_STAT(deliver_service_signal) },
61 { "deliver_virtio_interrupt", VCPU_STAT(deliver_virtio_interrupt) },
62 { "deliver_stop_signal", VCPU_STAT(deliver_stop_signal) },
63 { "deliver_prefix_signal", VCPU_STAT(deliver_prefix_signal) },
64 { "deliver_restart_signal", VCPU_STAT(deliver_restart_signal) },
65 { "deliver_program_interruption", VCPU_STAT(deliver_program_int) },
66 { "exit_wait_state", VCPU_STAT(exit_wait_state) },
Christian Borntraeger69d0d3a2013-06-12 13:54:53 +020067 { "instruction_pfmf", VCPU_STAT(instruction_pfmf) },
Christian Borntraeger453423d2008-03-25 18:47:29 +010068 { "instruction_stidp", VCPU_STAT(instruction_stidp) },
69 { "instruction_spx", VCPU_STAT(instruction_spx) },
70 { "instruction_stpx", VCPU_STAT(instruction_stpx) },
71 { "instruction_stap", VCPU_STAT(instruction_stap) },
72 { "instruction_storage_key", VCPU_STAT(instruction_storage_key) },
Heiko Carstens8a2422342014-01-10 14:33:28 +010073 { "instruction_ipte_interlock", VCPU_STAT(instruction_ipte_interlock) },
Christian Borntraeger453423d2008-03-25 18:47:29 +010074 { "instruction_stsch", VCPU_STAT(instruction_stsch) },
75 { "instruction_chsc", VCPU_STAT(instruction_chsc) },
Konstantin Weitzb31288f2013-04-17 17:36:29 +020076 { "instruction_essa", VCPU_STAT(instruction_essa) },
Christian Borntraeger453423d2008-03-25 18:47:29 +010077 { "instruction_stsi", VCPU_STAT(instruction_stsi) },
78 { "instruction_stfl", VCPU_STAT(instruction_stfl) },
Christian Borntraegerbb25b9b2011-07-24 10:48:17 +020079 { "instruction_tprot", VCPU_STAT(instruction_tprot) },
Christian Borntraeger5288fbf2008-03-25 18:47:31 +010080 { "instruction_sigp_sense", VCPU_STAT(instruction_sigp_sense) },
Cornelia Huckbd59d3a2011-11-17 11:00:42 +010081 { "instruction_sigp_sense_running", VCPU_STAT(instruction_sigp_sense_running) },
Christian Ehrhardt7697e71f2011-10-18 12:27:15 +020082 { "instruction_sigp_external_call", VCPU_STAT(instruction_sigp_external_call) },
Christian Borntraeger5288fbf2008-03-25 18:47:31 +010083 { "instruction_sigp_emergency", VCPU_STAT(instruction_sigp_emergency) },
David Hildenbrand42cb0c92014-05-23 12:25:11 +020084 { "instruction_sigp_cond_emergency", VCPU_STAT(instruction_sigp_cond_emergency) },
85 { "instruction_sigp_start", VCPU_STAT(instruction_sigp_start) },
Christian Borntraeger5288fbf2008-03-25 18:47:31 +010086 { "instruction_sigp_stop", VCPU_STAT(instruction_sigp_stop) },
David Hildenbrand42cb0c92014-05-23 12:25:11 +020087 { "instruction_sigp_stop_store_status", VCPU_STAT(instruction_sigp_stop_store_status) },
88 { "instruction_sigp_store_status", VCPU_STAT(instruction_sigp_store_status) },
Christian Borntraeger5288fbf2008-03-25 18:47:31 +010089 { "instruction_sigp_set_arch", VCPU_STAT(instruction_sigp_arch) },
90 { "instruction_sigp_set_prefix", VCPU_STAT(instruction_sigp_prefix) },
91 { "instruction_sigp_restart", VCPU_STAT(instruction_sigp_restart) },
David Hildenbrand42cb0c92014-05-23 12:25:11 +020092 { "instruction_sigp_cpu_reset", VCPU_STAT(instruction_sigp_cpu_reset) },
93 { "instruction_sigp_init_cpu_reset", VCPU_STAT(instruction_sigp_init_cpu_reset) },
94 { "instruction_sigp_unknown", VCPU_STAT(instruction_sigp_unknown) },
Christian Borntraeger388186b2011-10-30 15:17:03 +010095 { "diagnose_10", VCPU_STAT(diagnose_10) },
Christian Borntraegere28acfe2008-03-25 18:47:34 +010096 { "diagnose_44", VCPU_STAT(diagnose_44) },
Konstantin Weitz41628d32012-04-25 15:30:38 +020097 { "diagnose_9c", VCPU_STAT(diagnose_9c) },
Heiko Carstensb0c632d2008-03-25 18:47:20 +010098 { NULL }
99};
100
Michael Mueller78c4b592013-07-26 15:04:04 +0200101unsigned long *vfacilities;
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200102static struct gmap_notifier gmap_notifier;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100103
Michael Mueller78c4b592013-07-26 15:04:04 +0200104/* test availability of vfacility */
Heiko Carstens280ef0f2013-12-17 09:08:28 +0100105int test_vfacility(unsigned long nr)
Michael Mueller78c4b592013-07-26 15:04:04 +0200106{
107 return __test_facility(nr, (void *) vfacilities);
108}
109
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100110/* Section: not file related */
Radim Krčmář13a34e02014-08-28 15:13:03 +0200111int kvm_arch_hardware_enable(void)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100112{
113 /* every s390 is virtualization enabled ;-) */
Alexander Graf10474ae2009-09-15 11:37:46 +0200114 return 0;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100115}
116
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200117static void kvm_gmap_notifier(struct gmap *gmap, unsigned long address);
118
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100119int kvm_arch_hardware_setup(void)
120{
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200121 gmap_notifier.notifier_call = kvm_gmap_notifier;
122 gmap_register_ipte_notifier(&gmap_notifier);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100123 return 0;
124}
125
126void kvm_arch_hardware_unsetup(void)
127{
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200128 gmap_unregister_ipte_notifier(&gmap_notifier);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100129}
130
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100131int kvm_arch_init(void *opaque)
132{
Cornelia Huck84877d92014-09-02 10:27:35 +0100133 /* Register floating interrupt controller interface. */
134 return kvm_register_device_ops(&kvm_flic_ops, KVM_DEV_TYPE_FLIC);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100135}
136
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100137/* Section: device related */
138long kvm_arch_dev_ioctl(struct file *filp,
139 unsigned int ioctl, unsigned long arg)
140{
141 if (ioctl == KVM_S390_ENABLE_SIE)
142 return s390_enable_sie();
143 return -EINVAL;
144}
145
Alexander Graf784aa3d2014-07-14 18:27:35 +0200146int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100147{
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100148 int r;
149
Carsten Otte2bd0ac42008-07-25 15:49:13 +0200150 switch (ext) {
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100151 case KVM_CAP_S390_PSW:
Christian Borntraegerb6cf8782011-09-20 17:07:29 +0200152 case KVM_CAP_S390_GMAP:
Christian Borntraeger52e16b12011-11-17 11:00:44 +0100153 case KVM_CAP_SYNC_MMU:
Carsten Otte1efd0f52012-01-04 10:25:29 +0100154#ifdef CONFIG_KVM_S390_UCONTROL
155 case KVM_CAP_S390_UCONTROL:
156#endif
Dominik Dingel3c038e62013-10-07 17:11:48 +0200157 case KVM_CAP_ASYNC_PF:
Christian Borntraeger60b413c2012-01-11 11:20:31 +0100158 case KVM_CAP_SYNC_REGS:
Carsten Otte14eebd92012-05-15 14:15:26 +0200159 case KVM_CAP_ONE_REG:
Cornelia Huckd6712df2012-12-20 15:32:11 +0100160 case KVM_CAP_ENABLE_CAP:
Cornelia Huckfa6b7fe2012-12-20 15:32:12 +0100161 case KVM_CAP_S390_CSS_SUPPORT:
Cornelia Huckebc32262014-05-09 15:00:46 +0200162 case KVM_CAP_IRQFD:
Cornelia Huck10ccaa12013-02-28 12:33:21 +0100163 case KVM_CAP_IOEVENTFD:
Jens Freimannc05c4182013-10-07 16:13:45 +0200164 case KVM_CAP_DEVICE_CTRL:
Cornelia Huckd938dc52013-10-23 18:26:34 +0200165 case KVM_CAP_ENABLE_CAP_VM:
Cornelia Huck78599d92014-07-15 09:54:39 +0200166 case KVM_CAP_S390_IRQCHIP:
Dominik Dingelf2061652014-04-09 13:13:00 +0200167 case KVM_CAP_VM_ATTRIBUTES:
David Hildenbrand6352e4d2014-04-10 17:35:00 +0200168 case KVM_CAP_MP_STATE:
David Hildenbrand2444b352014-10-09 14:10:13 +0200169 case KVM_CAP_S390_USER_SIGP:
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100170 r = 1;
171 break;
Christian Borntraegere726b1b2012-05-02 10:50:38 +0200172 case KVM_CAP_NR_VCPUS:
173 case KVM_CAP_MAX_VCPUS:
174 r = KVM_MAX_VCPUS;
175 break;
Nick Wange1e2e602013-03-25 17:22:58 +0100176 case KVM_CAP_NR_MEMSLOTS:
177 r = KVM_USER_MEM_SLOTS;
178 break;
Christian Borntraeger1526bf92012-05-15 14:15:25 +0200179 case KVM_CAP_S390_COW:
Martin Schwidefskyabf09be2012-11-07 13:17:37 +0100180 r = MACHINE_HAS_ESOP;
Christian Borntraeger1526bf92012-05-15 14:15:25 +0200181 break;
Carsten Otte2bd0ac42008-07-25 15:49:13 +0200182 default:
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100183 r = 0;
Carsten Otte2bd0ac42008-07-25 15:49:13 +0200184 }
Carsten Otted7b0b5e2009-11-19 14:21:16 +0100185 return r;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100186}
187
Jason J. Herne15f36eb2012-08-02 10:10:17 -0400188static void kvm_s390_sync_dirty_log(struct kvm *kvm,
189 struct kvm_memory_slot *memslot)
190{
191 gfn_t cur_gfn, last_gfn;
192 unsigned long address;
193 struct gmap *gmap = kvm->arch.gmap;
194
195 down_read(&gmap->mm->mmap_sem);
196 /* Loop over all guest pages */
197 last_gfn = memslot->base_gfn + memslot->npages;
198 for (cur_gfn = memslot->base_gfn; cur_gfn <= last_gfn; cur_gfn++) {
199 address = gfn_to_hva_memslot(memslot, cur_gfn);
200
201 if (gmap_test_and_clear_dirty(address, gmap))
202 mark_page_dirty(kvm, cur_gfn);
203 }
204 up_read(&gmap->mm->mmap_sem);
205}
206
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100207/* Section: vm related */
208/*
209 * Get (and clear) the dirty memory log for a memory slot.
210 */
211int kvm_vm_ioctl_get_dirty_log(struct kvm *kvm,
212 struct kvm_dirty_log *log)
213{
Jason J. Herne15f36eb2012-08-02 10:10:17 -0400214 int r;
215 unsigned long n;
216 struct kvm_memory_slot *memslot;
217 int is_dirty = 0;
218
219 mutex_lock(&kvm->slots_lock);
220
221 r = -EINVAL;
222 if (log->slot >= KVM_USER_MEM_SLOTS)
223 goto out;
224
225 memslot = id_to_memslot(kvm->memslots, log->slot);
226 r = -ENOENT;
227 if (!memslot->dirty_bitmap)
228 goto out;
229
230 kvm_s390_sync_dirty_log(kvm, memslot);
231 r = kvm_get_dirty_log(kvm, log, &is_dirty);
232 if (r)
233 goto out;
234
235 /* Clear the dirty log */
236 if (is_dirty) {
237 n = kvm_dirty_bitmap_bytes(memslot);
238 memset(memslot->dirty_bitmap, 0, n);
239 }
240 r = 0;
241out:
242 mutex_unlock(&kvm->slots_lock);
243 return r;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100244}
245
Cornelia Huckd938dc52013-10-23 18:26:34 +0200246static int kvm_vm_ioctl_enable_cap(struct kvm *kvm, struct kvm_enable_cap *cap)
247{
248 int r;
249
250 if (cap->flags)
251 return -EINVAL;
252
253 switch (cap->cap) {
Cornelia Huck84223592013-07-15 13:36:01 +0200254 case KVM_CAP_S390_IRQCHIP:
255 kvm->arch.use_irqchip = 1;
256 r = 0;
257 break;
David Hildenbrand2444b352014-10-09 14:10:13 +0200258 case KVM_CAP_S390_USER_SIGP:
259 kvm->arch.user_sigp = 1;
260 r = 0;
261 break;
Cornelia Huckd938dc52013-10-23 18:26:34 +0200262 default:
263 r = -EINVAL;
264 break;
265 }
266 return r;
267}
268
Dominik Dingel8c0a7ce2014-10-31 14:10:41 +0100269static int kvm_s390_get_mem_control(struct kvm *kvm, struct kvm_device_attr *attr)
270{
271 int ret;
272
273 switch (attr->attr) {
274 case KVM_S390_VM_MEM_LIMIT_SIZE:
275 ret = 0;
276 if (put_user(kvm->arch.gmap->asce_end, (u64 __user *)attr->addr))
277 ret = -EFAULT;
278 break;
279 default:
280 ret = -ENXIO;
281 break;
282 }
283 return ret;
284}
285
286static int kvm_s390_set_mem_control(struct kvm *kvm, struct kvm_device_attr *attr)
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200287{
288 int ret;
289 unsigned int idx;
290 switch (attr->attr) {
291 case KVM_S390_VM_MEM_ENABLE_CMMA:
292 ret = -EBUSY;
293 mutex_lock(&kvm->lock);
294 if (atomic_read(&kvm->online_vcpus) == 0) {
295 kvm->arch.use_cmma = 1;
296 ret = 0;
297 }
298 mutex_unlock(&kvm->lock);
299 break;
300 case KVM_S390_VM_MEM_CLR_CMMA:
301 mutex_lock(&kvm->lock);
302 idx = srcu_read_lock(&kvm->srcu);
Dominik Dingela13cff32014-10-23 12:07:14 +0200303 s390_reset_cmma(kvm->arch.gmap->mm);
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200304 srcu_read_unlock(&kvm->srcu, idx);
305 mutex_unlock(&kvm->lock);
306 ret = 0;
307 break;
Dominik Dingel8c0a7ce2014-10-31 14:10:41 +0100308 case KVM_S390_VM_MEM_LIMIT_SIZE: {
309 unsigned long new_limit;
310
311 if (kvm_is_ucontrol(kvm))
312 return -EINVAL;
313
314 if (get_user(new_limit, (u64 __user *)attr->addr))
315 return -EFAULT;
316
317 if (new_limit > kvm->arch.gmap->asce_end)
318 return -E2BIG;
319
320 ret = -EBUSY;
321 mutex_lock(&kvm->lock);
322 if (atomic_read(&kvm->online_vcpus) == 0) {
323 /* gmap_alloc will round the limit up */
324 struct gmap *new = gmap_alloc(current->mm, new_limit);
325
326 if (!new) {
327 ret = -ENOMEM;
328 } else {
329 gmap_free(kvm->arch.gmap);
330 new->private = kvm;
331 kvm->arch.gmap = new;
332 ret = 0;
333 }
334 }
335 mutex_unlock(&kvm->lock);
336 break;
337 }
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200338 default:
339 ret = -ENXIO;
340 break;
341 }
342 return ret;
343}
344
Dominik Dingelf2061652014-04-09 13:13:00 +0200345static int kvm_s390_vm_set_attr(struct kvm *kvm, struct kvm_device_attr *attr)
346{
347 int ret;
348
349 switch (attr->group) {
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200350 case KVM_S390_VM_MEM_CTRL:
Dominik Dingel8c0a7ce2014-10-31 14:10:41 +0100351 ret = kvm_s390_set_mem_control(kvm, attr);
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200352 break;
Dominik Dingelf2061652014-04-09 13:13:00 +0200353 default:
354 ret = -ENXIO;
355 break;
356 }
357
358 return ret;
359}
360
361static int kvm_s390_vm_get_attr(struct kvm *kvm, struct kvm_device_attr *attr)
362{
Dominik Dingel8c0a7ce2014-10-31 14:10:41 +0100363 int ret;
364
365 switch (attr->group) {
366 case KVM_S390_VM_MEM_CTRL:
367 ret = kvm_s390_get_mem_control(kvm, attr);
368 break;
369 default:
370 ret = -ENXIO;
371 break;
372 }
373
374 return ret;
Dominik Dingelf2061652014-04-09 13:13:00 +0200375}
376
377static int kvm_s390_vm_has_attr(struct kvm *kvm, struct kvm_device_attr *attr)
378{
379 int ret;
380
381 switch (attr->group) {
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200382 case KVM_S390_VM_MEM_CTRL:
383 switch (attr->attr) {
384 case KVM_S390_VM_MEM_ENABLE_CMMA:
385 case KVM_S390_VM_MEM_CLR_CMMA:
Dominik Dingel8c0a7ce2014-10-31 14:10:41 +0100386 case KVM_S390_VM_MEM_LIMIT_SIZE:
Dominik Dingel4f718ea2014-04-09 13:13:00 +0200387 ret = 0;
388 break;
389 default:
390 ret = -ENXIO;
391 break;
392 }
393 break;
Dominik Dingelf2061652014-04-09 13:13:00 +0200394 default:
395 ret = -ENXIO;
396 break;
397 }
398
399 return ret;
400}
401
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100402long kvm_arch_vm_ioctl(struct file *filp,
403 unsigned int ioctl, unsigned long arg)
404{
405 struct kvm *kvm = filp->private_data;
406 void __user *argp = (void __user *)arg;
Dominik Dingelf2061652014-04-09 13:13:00 +0200407 struct kvm_device_attr attr;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100408 int r;
409
410 switch (ioctl) {
Carsten Otteba5c1e92008-03-25 18:47:26 +0100411 case KVM_S390_INTERRUPT: {
412 struct kvm_s390_interrupt s390int;
413
414 r = -EFAULT;
415 if (copy_from_user(&s390int, argp, sizeof(s390int)))
416 break;
417 r = kvm_s390_inject_vm(kvm, &s390int);
418 break;
419 }
Cornelia Huckd938dc52013-10-23 18:26:34 +0200420 case KVM_ENABLE_CAP: {
421 struct kvm_enable_cap cap;
422 r = -EFAULT;
423 if (copy_from_user(&cap, argp, sizeof(cap)))
424 break;
425 r = kvm_vm_ioctl_enable_cap(kvm, &cap);
426 break;
427 }
Cornelia Huck84223592013-07-15 13:36:01 +0200428 case KVM_CREATE_IRQCHIP: {
429 struct kvm_irq_routing_entry routing;
430
431 r = -EINVAL;
432 if (kvm->arch.use_irqchip) {
433 /* Set up dummy routing. */
434 memset(&routing, 0, sizeof(routing));
435 kvm_set_irq_routing(kvm, &routing, 0, 0);
436 r = 0;
437 }
438 break;
439 }
Dominik Dingelf2061652014-04-09 13:13:00 +0200440 case KVM_SET_DEVICE_ATTR: {
441 r = -EFAULT;
442 if (copy_from_user(&attr, (void __user *)arg, sizeof(attr)))
443 break;
444 r = kvm_s390_vm_set_attr(kvm, &attr);
445 break;
446 }
447 case KVM_GET_DEVICE_ATTR: {
448 r = -EFAULT;
449 if (copy_from_user(&attr, (void __user *)arg, sizeof(attr)))
450 break;
451 r = kvm_s390_vm_get_attr(kvm, &attr);
452 break;
453 }
454 case KVM_HAS_DEVICE_ATTR: {
455 r = -EFAULT;
456 if (copy_from_user(&attr, (void __user *)arg, sizeof(attr)))
457 break;
458 r = kvm_s390_vm_has_attr(kvm, &attr);
459 break;
460 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100461 default:
Avi Kivity367e1312009-08-26 14:57:07 +0300462 r = -ENOTTY;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100463 }
464
465 return r;
466}
467
Tony Krowiak5102ee82014-06-27 14:46:01 -0400468static int kvm_s390_crypto_init(struct kvm *kvm)
469{
470 if (!test_vfacility(76))
471 return 0;
472
473 kvm->arch.crypto.crycb = kzalloc(sizeof(*kvm->arch.crypto.crycb),
474 GFP_KERNEL | GFP_DMA);
475 if (!kvm->arch.crypto.crycb)
476 return -ENOMEM;
477
478 kvm->arch.crypto.crycbd = (__u32) (unsigned long) kvm->arch.crypto.crycb |
479 CRYCB_FORMAT1;
480
481 return 0;
482}
483
Carsten Ottee08b9632012-01-04 10:25:20 +0100484int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100485{
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100486 int rc;
487 char debug_name[16];
Christian Borntraegerf6c137f2014-03-19 11:18:29 +0100488 static unsigned long sca_offset;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100489
Carsten Ottee08b9632012-01-04 10:25:20 +0100490 rc = -EINVAL;
491#ifdef CONFIG_KVM_S390_UCONTROL
492 if (type & ~KVM_VM_S390_UCONTROL)
493 goto out_err;
494 if ((type & KVM_VM_S390_UCONTROL) && (!capable(CAP_SYS_ADMIN)))
495 goto out_err;
496#else
497 if (type)
498 goto out_err;
499#endif
500
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100501 rc = s390_enable_sie();
502 if (rc)
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100503 goto out_err;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100504
Carsten Otteb2904112011-10-18 12:27:13 +0200505 rc = -ENOMEM;
506
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100507 kvm->arch.sca = (struct sca_block *) get_zeroed_page(GFP_KERNEL);
508 if (!kvm->arch.sca)
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100509 goto out_err;
Christian Borntraegerf6c137f2014-03-19 11:18:29 +0100510 spin_lock(&kvm_lock);
511 sca_offset = (sca_offset + 16) & 0x7f0;
512 kvm->arch.sca = (struct sca_block *) ((char *) kvm->arch.sca + sca_offset);
513 spin_unlock(&kvm_lock);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100514
515 sprintf(debug_name, "kvm-%u", current->pid);
516
517 kvm->arch.dbf = debug_register(debug_name, 8, 2, 8 * sizeof(long));
518 if (!kvm->arch.dbf)
519 goto out_nodbf;
520
Tony Krowiak5102ee82014-06-27 14:46:01 -0400521 if (kvm_s390_crypto_init(kvm) < 0)
522 goto out_crypto;
523
Carsten Otteba5c1e92008-03-25 18:47:26 +0100524 spin_lock_init(&kvm->arch.float_int.lock);
525 INIT_LIST_HEAD(&kvm->arch.float_int.list);
Heiko Carstens8a2422342014-01-10 14:33:28 +0100526 init_waitqueue_head(&kvm->arch.ipte_wq);
Thomas Hutha6b7e452014-10-01 14:48:42 +0200527 mutex_init(&kvm->arch.ipte_mutex);
Carsten Otteba5c1e92008-03-25 18:47:26 +0100528
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100529 debug_register_view(kvm->arch.dbf, &debug_sprintf_view);
530 VM_EVENT(kvm, 3, "%s", "vm created");
531
Carsten Ottee08b9632012-01-04 10:25:20 +0100532 if (type & KVM_VM_S390_UCONTROL) {
533 kvm->arch.gmap = NULL;
534 } else {
Christian Borntraeger03499852014-08-25 12:38:57 +0200535 kvm->arch.gmap = gmap_alloc(current->mm, (1UL << 44) - 1);
Carsten Ottee08b9632012-01-04 10:25:20 +0100536 if (!kvm->arch.gmap)
537 goto out_nogmap;
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200538 kvm->arch.gmap->private = kvm;
Dominik Dingel24eb3a82013-06-17 16:25:18 +0200539 kvm->arch.gmap->pfault_enabled = 0;
Carsten Ottee08b9632012-01-04 10:25:20 +0100540 }
Cornelia Huckfa6b7fe2012-12-20 15:32:12 +0100541
542 kvm->arch.css_support = 0;
Cornelia Huck84223592013-07-15 13:36:01 +0200543 kvm->arch.use_irqchip = 0;
Cornelia Huckfa6b7fe2012-12-20 15:32:12 +0100544
David Hildenbrand8ad35752014-03-14 11:00:21 +0100545 spin_lock_init(&kvm->arch.start_stop_lock);
546
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100547 return 0;
Carsten Otte598841c2011-07-24 10:48:21 +0200548out_nogmap:
Tony Krowiak5102ee82014-06-27 14:46:01 -0400549 kfree(kvm->arch.crypto.crycb);
550out_crypto:
Carsten Otte598841c2011-07-24 10:48:21 +0200551 debug_unregister(kvm->arch.dbf);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100552out_nodbf:
553 free_page((unsigned long)(kvm->arch.sca));
Jan Kiszkad89f5ef2010-11-09 17:02:49 +0100554out_err:
555 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100556}
557
Christian Borntraegerd329c032008-11-26 14:50:27 +0100558void kvm_arch_vcpu_destroy(struct kvm_vcpu *vcpu)
559{
560 VCPU_EVENT(vcpu, 3, "%s", "free cpu");
Cornelia Huckade38c32012-07-23 17:20:30 +0200561 trace_kvm_s390_destroy_vcpu(vcpu->vcpu_id);
Christian Borntraeger67335e62014-03-25 17:09:08 +0100562 kvm_s390_clear_local_irqs(vcpu);
Dominik Dingel3c038e62013-10-07 17:11:48 +0200563 kvm_clear_async_pf_completion_queue(vcpu);
Carsten Otte58f94602012-01-04 10:25:27 +0100564 if (!kvm_is_ucontrol(vcpu->kvm)) {
565 clear_bit(63 - vcpu->vcpu_id,
566 (unsigned long *) &vcpu->kvm->arch.sca->mcn);
567 if (vcpu->kvm->arch.sca->cpu[vcpu->vcpu_id].sda ==
568 (__u64) vcpu->arch.sie_block)
569 vcpu->kvm->arch.sca->cpu[vcpu->vcpu_id].sda = 0;
570 }
Carsten Otteabf4a712009-05-12 17:21:51 +0200571 smp_mb();
Carsten Otte27e03932012-01-04 10:25:21 +0100572
573 if (kvm_is_ucontrol(vcpu->kvm))
574 gmap_free(vcpu->arch.gmap);
575
Dominik Dingelb31605c2014-03-25 13:47:11 +0100576 if (kvm_s390_cmma_enabled(vcpu->kvm))
577 kvm_s390_vcpu_unsetup_cmma(vcpu);
Christian Borntraegerd329c032008-11-26 14:50:27 +0100578 free_page((unsigned long)(vcpu->arch.sie_block));
Konstantin Weitzb31288f2013-04-17 17:36:29 +0200579
Christian Borntraeger6692cef2008-11-26 14:51:08 +0100580 kvm_vcpu_uninit(vcpu);
Michael Muellerb110fea2013-06-12 13:54:54 +0200581 kmem_cache_free(kvm_vcpu_cache, vcpu);
Christian Borntraegerd329c032008-11-26 14:50:27 +0100582}
583
584static void kvm_free_vcpus(struct kvm *kvm)
585{
586 unsigned int i;
Gleb Natapov988a2ca2009-06-09 15:56:29 +0300587 struct kvm_vcpu *vcpu;
Christian Borntraegerd329c032008-11-26 14:50:27 +0100588
Gleb Natapov988a2ca2009-06-09 15:56:29 +0300589 kvm_for_each_vcpu(i, vcpu, kvm)
590 kvm_arch_vcpu_destroy(vcpu);
591
592 mutex_lock(&kvm->lock);
593 for (i = 0; i < atomic_read(&kvm->online_vcpus); i++)
594 kvm->vcpus[i] = NULL;
595
596 atomic_set(&kvm->online_vcpus, 0);
597 mutex_unlock(&kvm->lock);
Christian Borntraegerd329c032008-11-26 14:50:27 +0100598}
599
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100600void kvm_arch_destroy_vm(struct kvm *kvm)
601{
Christian Borntraegerd329c032008-11-26 14:50:27 +0100602 kvm_free_vcpus(kvm);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100603 free_page((unsigned long)(kvm->arch.sca));
Christian Borntraegerd329c032008-11-26 14:50:27 +0100604 debug_unregister(kvm->arch.dbf);
Tony Krowiak5102ee82014-06-27 14:46:01 -0400605 kfree(kvm->arch.crypto.crycb);
Carsten Otte27e03932012-01-04 10:25:21 +0100606 if (!kvm_is_ucontrol(kvm))
607 gmap_free(kvm->arch.gmap);
Cornelia Huck841b91c2013-07-15 13:36:01 +0200608 kvm_s390_destroy_adapters(kvm);
Christian Borntraeger67335e62014-03-25 17:09:08 +0100609 kvm_s390_clear_float_irqs(kvm);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100610}
611
612/* Section: vcpu related */
Dominik Dingeldafd0322014-12-02 16:53:21 +0100613static int __kvm_ucontrol_vcpu_init(struct kvm_vcpu *vcpu)
614{
615 vcpu->arch.gmap = gmap_alloc(current->mm, -1UL);
616 if (!vcpu->arch.gmap)
617 return -ENOMEM;
618 vcpu->arch.gmap->private = vcpu->kvm;
619
620 return 0;
621}
622
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100623int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
624{
Dominik Dingel3c038e62013-10-07 17:11:48 +0200625 vcpu->arch.pfault_token = KVM_S390_PFAULT_TOKEN_INVALID;
626 kvm_clear_async_pf_completion_queue(vcpu);
Christian Borntraeger59674c12012-01-11 11:20:33 +0100627 vcpu->run->kvm_valid_regs = KVM_SYNC_PREFIX |
628 KVM_SYNC_GPRS |
Christian Borntraeger9eed07352012-02-06 10:59:07 +0100629 KVM_SYNC_ACRS |
David Hildenbrandb028ee32014-07-17 10:47:43 +0200630 KVM_SYNC_CRS |
631 KVM_SYNC_ARCH0 |
632 KVM_SYNC_PFAULT;
Dominik Dingeldafd0322014-12-02 16:53:21 +0100633
634 if (kvm_is_ucontrol(vcpu->kvm))
635 return __kvm_ucontrol_vcpu_init(vcpu);
636
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100637 return 0;
638}
639
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100640void kvm_arch_vcpu_load(struct kvm_vcpu *vcpu, int cpu)
641{
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200642 save_fp_ctl(&vcpu->arch.host_fpregs.fpc);
643 save_fp_regs(vcpu->arch.host_fpregs.fprs);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100644 save_access_regs(vcpu->arch.host_acrs);
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200645 restore_fp_ctl(&vcpu->arch.guest_fpregs.fpc);
646 restore_fp_regs(vcpu->arch.guest_fpregs.fprs);
Christian Borntraeger59674c12012-01-11 11:20:33 +0100647 restore_access_regs(vcpu->run->s.regs.acrs);
Christian Borntraeger480e5922011-09-20 17:07:28 +0200648 gmap_enable(vcpu->arch.gmap);
Cornelia Huck9e6dabe2011-11-17 11:00:41 +0100649 atomic_set_mask(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100650}
651
652void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu)
653{
Cornelia Huck9e6dabe2011-11-17 11:00:41 +0100654 atomic_clear_mask(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags);
Christian Borntraeger480e5922011-09-20 17:07:28 +0200655 gmap_disable(vcpu->arch.gmap);
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200656 save_fp_ctl(&vcpu->arch.guest_fpregs.fpc);
657 save_fp_regs(vcpu->arch.guest_fpregs.fprs);
Christian Borntraeger59674c12012-01-11 11:20:33 +0100658 save_access_regs(vcpu->run->s.regs.acrs);
Martin Schwidefsky4725c862013-10-15 16:08:34 +0200659 restore_fp_ctl(&vcpu->arch.host_fpregs.fpc);
660 restore_fp_regs(vcpu->arch.host_fpregs.fprs);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100661 restore_access_regs(vcpu->arch.host_acrs);
662}
663
664static void kvm_s390_vcpu_initial_reset(struct kvm_vcpu *vcpu)
665{
666 /* this equals initial cpu reset in pop, but we don't switch to ESA */
667 vcpu->arch.sie_block->gpsw.mask = 0UL;
668 vcpu->arch.sie_block->gpsw.addr = 0UL;
Christian Borntraeger8d26cf72012-01-11 11:19:32 +0100669 kvm_s390_set_prefix(vcpu, 0);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100670 vcpu->arch.sie_block->cputm = 0UL;
671 vcpu->arch.sie_block->ckc = 0UL;
672 vcpu->arch.sie_block->todpr = 0;
673 memset(vcpu->arch.sie_block->gcr, 0, 16 * sizeof(__u64));
674 vcpu->arch.sie_block->gcr[0] = 0xE0UL;
675 vcpu->arch.sie_block->gcr[14] = 0xC2000000UL;
676 vcpu->arch.guest_fpregs.fpc = 0;
677 asm volatile("lfpc %0" : : "Q" (vcpu->arch.guest_fpregs.fpc));
678 vcpu->arch.sie_block->gbea = 1;
Christian Borntraeger672550f2014-02-10 15:32:19 +0100679 vcpu->arch.sie_block->pp = 0;
Dominik Dingel3c038e62013-10-07 17:11:48 +0200680 vcpu->arch.pfault_token = KVM_S390_PFAULT_TOKEN_INVALID;
681 kvm_clear_async_pf_completion_queue(vcpu);
David Hildenbrand6352e4d2014-04-10 17:35:00 +0200682 if (!kvm_s390_user_cpu_state_ctrl(vcpu->kvm))
683 kvm_s390_vcpu_stop(vcpu);
Jens Freimann2ed10cc2014-02-11 13:48:07 +0100684 kvm_s390_clear_local_irqs(vcpu);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100685}
686
Dominik Dingel31928aa2014-12-04 15:47:07 +0100687void kvm_arch_vcpu_postcreate(struct kvm_vcpu *vcpu)
Marcelo Tosatti42897d82012-11-27 23:29:02 -0200688{
Dominik Dingeldafd0322014-12-02 16:53:21 +0100689 if (!kvm_is_ucontrol(vcpu->kvm))
690 vcpu->arch.gmap = vcpu->kvm->arch.gmap;
Marcelo Tosatti42897d82012-11-27 23:29:02 -0200691}
692
Tony Krowiak5102ee82014-06-27 14:46:01 -0400693static void kvm_s390_vcpu_crypto_setup(struct kvm_vcpu *vcpu)
694{
695 if (!test_vfacility(76))
696 return;
697
698 vcpu->arch.sie_block->crycbd = vcpu->kvm->arch.crypto.crycbd;
699}
700
Dominik Dingelb31605c2014-03-25 13:47:11 +0100701void kvm_s390_vcpu_unsetup_cmma(struct kvm_vcpu *vcpu)
702{
703 free_page(vcpu->arch.sie_block->cbrlo);
704 vcpu->arch.sie_block->cbrlo = 0;
705}
706
707int kvm_s390_vcpu_setup_cmma(struct kvm_vcpu *vcpu)
708{
709 vcpu->arch.sie_block->cbrlo = get_zeroed_page(GFP_KERNEL);
710 if (!vcpu->arch.sie_block->cbrlo)
711 return -ENOMEM;
712
713 vcpu->arch.sie_block->ecb2 |= 0x80;
714 vcpu->arch.sie_block->ecb2 &= ~0x08;
715 return 0;
716}
717
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100718int kvm_arch_vcpu_setup(struct kvm_vcpu *vcpu)
719{
Dominik Dingelb31605c2014-03-25 13:47:11 +0100720 int rc = 0;
Konstantin Weitzb31288f2013-04-17 17:36:29 +0200721
Cornelia Huck9e6dabe2011-11-17 11:00:41 +0100722 atomic_set(&vcpu->arch.sie_block->cpuflags, CPUSTAT_ZARCH |
723 CPUSTAT_SM |
Christian Borntraeger69d0d3a2013-06-12 13:54:53 +0200724 CPUSTAT_STOPPED |
725 CPUSTAT_GED);
Christian Borntraegerfc345312010-06-17 23:16:20 +0200726 vcpu->arch.sie_block->ecb = 6;
Michael Mueller7feb6bb2013-06-28 13:30:24 +0200727 if (test_vfacility(50) && test_vfacility(73))
728 vcpu->arch.sie_block->ecb |= 0x10;
729
Christian Borntraeger69d0d3a2013-06-12 13:54:53 +0200730 vcpu->arch.sie_block->ecb2 = 8;
David Hildenbrandea5f4962014-10-14 15:29:30 +0200731 vcpu->arch.sie_block->eca = 0xC1002000U;
Heiko Carstens217a4402013-12-30 12:54:14 +0100732 if (sclp_has_siif())
733 vcpu->arch.sie_block->eca |= 1;
David Hildenbrandea5f4962014-10-14 15:29:30 +0200734 if (sclp_has_sigpif())
735 vcpu->arch.sie_block->eca |= 0x10000000U;
Michael Mueller78c4b592013-07-26 15:04:04 +0200736 vcpu->arch.sie_block->fac = (int) (long) vfacilities;
Matthew Rosato5a5e6532013-01-29 11:48:20 -0500737 vcpu->arch.sie_block->ictl |= ICTL_ISKE | ICTL_SSKE | ICTL_RRBE |
738 ICTL_TPROT;
739
Dominik Dingelb31605c2014-03-25 13:47:11 +0100740 if (kvm_s390_cmma_enabled(vcpu->kvm)) {
741 rc = kvm_s390_vcpu_setup_cmma(vcpu);
742 if (rc)
743 return rc;
Konstantin Weitzb31288f2013-04-17 17:36:29 +0200744 }
David Hildenbrand0ac96ca2014-12-12 15:17:31 +0100745 hrtimer_init(&vcpu->arch.ckc_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
Christian Borntraegerca872302009-05-12 17:21:49 +0200746 vcpu->arch.ckc_timer.function = kvm_s390_idle_wakeup;
Christian Borntraeger453423d2008-03-25 18:47:29 +0100747 get_cpu_id(&vcpu->arch.cpu_id);
Christian Borntraeger92e6ecf2009-03-26 15:23:58 +0100748 vcpu->arch.cpu_id.version = 0xff;
Tony Krowiak5102ee82014-06-27 14:46:01 -0400749
750 kvm_s390_vcpu_crypto_setup(vcpu);
751
Dominik Dingelb31605c2014-03-25 13:47:11 +0100752 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100753}
754
755struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm,
756 unsigned int id)
757{
Carsten Otte4d475552011-10-18 12:27:12 +0200758 struct kvm_vcpu *vcpu;
Michael Mueller7feb6bb2013-06-28 13:30:24 +0200759 struct sie_page *sie_page;
Carsten Otte4d475552011-10-18 12:27:12 +0200760 int rc = -EINVAL;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100761
Carsten Otte4d475552011-10-18 12:27:12 +0200762 if (id >= KVM_MAX_VCPUS)
763 goto out;
764
765 rc = -ENOMEM;
766
Michael Muellerb110fea2013-06-12 13:54:54 +0200767 vcpu = kmem_cache_zalloc(kvm_vcpu_cache, GFP_KERNEL);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100768 if (!vcpu)
Carsten Otte4d475552011-10-18 12:27:12 +0200769 goto out;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100770
Michael Mueller7feb6bb2013-06-28 13:30:24 +0200771 sie_page = (struct sie_page *) get_zeroed_page(GFP_KERNEL);
772 if (!sie_page)
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100773 goto out_free_cpu;
774
Michael Mueller7feb6bb2013-06-28 13:30:24 +0200775 vcpu->arch.sie_block = &sie_page->sie_block;
776 vcpu->arch.sie_block->itdba = (unsigned long) &sie_page->itdb;
777
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100778 vcpu->arch.sie_block->icpua = id;
Carsten Otte58f94602012-01-04 10:25:27 +0100779 if (!kvm_is_ucontrol(kvm)) {
780 if (!kvm->arch.sca) {
781 WARN_ON_ONCE(1);
782 goto out_free_cpu;
783 }
784 if (!kvm->arch.sca->cpu[id].sda)
785 kvm->arch.sca->cpu[id].sda =
786 (__u64) vcpu->arch.sie_block;
787 vcpu->arch.sie_block->scaoh =
788 (__u32)(((__u64)kvm->arch.sca) >> 32);
789 vcpu->arch.sie_block->scaol = (__u32)(__u64)kvm->arch.sca;
790 set_bit(63 - id, (unsigned long *) &kvm->arch.sca->mcn);
791 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100792
Carsten Otteba5c1e92008-03-25 18:47:26 +0100793 spin_lock_init(&vcpu->arch.local_int.lock);
Carsten Otteba5c1e92008-03-25 18:47:26 +0100794 vcpu->arch.local_int.float_int = &kvm->arch.float_int;
Christian Borntraegerd0321a22013-06-12 13:54:55 +0200795 vcpu->arch.local_int.wq = &vcpu->wq;
Christian Borntraeger5288fbf2008-03-25 18:47:31 +0100796 vcpu->arch.local_int.cpuflags = &vcpu->arch.sie_block->cpuflags;
Carsten Otteba5c1e92008-03-25 18:47:26 +0100797
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100798 rc = kvm_vcpu_init(vcpu, kvm, id);
799 if (rc)
Wei Yongjun7b06bf22010-03-09 14:37:53 +0800800 goto out_free_sie_block;
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100801 VM_EVENT(kvm, 3, "create cpu %d at %p, sie block at %p", id, vcpu,
802 vcpu->arch.sie_block);
Cornelia Huckade38c32012-07-23 17:20:30 +0200803 trace_kvm_s390_create_vcpu(id, vcpu, vcpu->arch.sie_block);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100804
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100805 return vcpu;
Wei Yongjun7b06bf22010-03-09 14:37:53 +0800806out_free_sie_block:
807 free_page((unsigned long)(vcpu->arch.sie_block));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100808out_free_cpu:
Michael Muellerb110fea2013-06-12 13:54:54 +0200809 kmem_cache_free(kvm_vcpu_cache, vcpu);
Carsten Otte4d475552011-10-18 12:27:12 +0200810out:
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100811 return ERR_PTR(rc);
812}
813
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100814int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu)
815{
David Hildenbrand9a022062014-08-05 17:40:47 +0200816 return kvm_s390_vcpu_has_irq(vcpu, 0);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100817}
818
Christian Borntraeger49b99e12013-05-17 14:41:35 +0200819void s390_vcpu_block(struct kvm_vcpu *vcpu)
820{
821 atomic_set_mask(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20);
822}
823
824void s390_vcpu_unblock(struct kvm_vcpu *vcpu)
825{
826 atomic_clear_mask(PROG_BLOCK_SIE, &vcpu->arch.sie_block->prog20);
827}
828
829/*
830 * Kick a guest cpu out of SIE and wait until SIE is not running.
831 * If the CPU is not running (e.g. waiting as idle) the function will
832 * return immediately. */
833void exit_sie(struct kvm_vcpu *vcpu)
834{
835 atomic_set_mask(CPUSTAT_STOP_INT, &vcpu->arch.sie_block->cpuflags);
836 while (vcpu->arch.sie_block->prog0c & PROG_IN_SIE)
837 cpu_relax();
838}
839
840/* Kick a guest cpu out of SIE and prevent SIE-reentry */
841void exit_sie_sync(struct kvm_vcpu *vcpu)
842{
843 s390_vcpu_block(vcpu);
844 exit_sie(vcpu);
845}
846
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200847static void kvm_gmap_notifier(struct gmap *gmap, unsigned long address)
848{
849 int i;
850 struct kvm *kvm = gmap->private;
851 struct kvm_vcpu *vcpu;
852
853 kvm_for_each_vcpu(i, vcpu, kvm) {
854 /* match against both prefix pages */
Michael Muellerfda902c2014-05-13 16:58:30 +0200855 if (kvm_s390_get_prefix(vcpu) == (address & ~0x1000UL)) {
Christian Borntraeger2c70fe42013-05-17 14:41:36 +0200856 VCPU_EVENT(vcpu, 2, "gmap notifier for %lx", address);
857 kvm_make_request(KVM_REQ_MMU_RELOAD, vcpu);
858 exit_sie_sync(vcpu);
859 }
860 }
861}
862
Christoffer Dallb6d33832012-03-08 16:44:24 -0500863int kvm_arch_vcpu_should_kick(struct kvm_vcpu *vcpu)
864{
865 /* kvm common code refers to this, but never calls it */
866 BUG();
867 return 0;
868}
869
Carsten Otte14eebd92012-05-15 14:15:26 +0200870static int kvm_arch_vcpu_ioctl_get_one_reg(struct kvm_vcpu *vcpu,
871 struct kvm_one_reg *reg)
872{
873 int r = -EINVAL;
874
875 switch (reg->id) {
Carsten Otte29b7c712012-05-15 14:15:27 +0200876 case KVM_REG_S390_TODPR:
877 r = put_user(vcpu->arch.sie_block->todpr,
878 (u32 __user *)reg->addr);
879 break;
880 case KVM_REG_S390_EPOCHDIFF:
881 r = put_user(vcpu->arch.sie_block->epoch,
882 (u64 __user *)reg->addr);
883 break;
Jason J. herne46a6dd12012-05-15 14:15:28 +0200884 case KVM_REG_S390_CPU_TIMER:
885 r = put_user(vcpu->arch.sie_block->cputm,
886 (u64 __user *)reg->addr);
887 break;
888 case KVM_REG_S390_CLOCK_COMP:
889 r = put_user(vcpu->arch.sie_block->ckc,
890 (u64 __user *)reg->addr);
891 break;
Dominik Dingel536336c2013-09-30 10:55:33 +0200892 case KVM_REG_S390_PFTOKEN:
893 r = put_user(vcpu->arch.pfault_token,
894 (u64 __user *)reg->addr);
895 break;
896 case KVM_REG_S390_PFCOMPARE:
897 r = put_user(vcpu->arch.pfault_compare,
898 (u64 __user *)reg->addr);
899 break;
900 case KVM_REG_S390_PFSELECT:
901 r = put_user(vcpu->arch.pfault_select,
902 (u64 __user *)reg->addr);
903 break;
Christian Borntraeger672550f2014-02-10 15:32:19 +0100904 case KVM_REG_S390_PP:
905 r = put_user(vcpu->arch.sie_block->pp,
906 (u64 __user *)reg->addr);
907 break;
Christian Borntraegerafa45ff2014-02-10 15:39:23 +0100908 case KVM_REG_S390_GBEA:
909 r = put_user(vcpu->arch.sie_block->gbea,
910 (u64 __user *)reg->addr);
911 break;
Carsten Otte14eebd92012-05-15 14:15:26 +0200912 default:
913 break;
914 }
915
916 return r;
917}
918
919static int kvm_arch_vcpu_ioctl_set_one_reg(struct kvm_vcpu *vcpu,
920 struct kvm_one_reg *reg)
921{
922 int r = -EINVAL;
923
924 switch (reg->id) {
Carsten Otte29b7c712012-05-15 14:15:27 +0200925 case KVM_REG_S390_TODPR:
926 r = get_user(vcpu->arch.sie_block->todpr,
927 (u32 __user *)reg->addr);
928 break;
929 case KVM_REG_S390_EPOCHDIFF:
930 r = get_user(vcpu->arch.sie_block->epoch,
931 (u64 __user *)reg->addr);
932 break;
Jason J. herne46a6dd12012-05-15 14:15:28 +0200933 case KVM_REG_S390_CPU_TIMER:
934 r = get_user(vcpu->arch.sie_block->cputm,
935 (u64 __user *)reg->addr);
936 break;
937 case KVM_REG_S390_CLOCK_COMP:
938 r = get_user(vcpu->arch.sie_block->ckc,
939 (u64 __user *)reg->addr);
940 break;
Dominik Dingel536336c2013-09-30 10:55:33 +0200941 case KVM_REG_S390_PFTOKEN:
942 r = get_user(vcpu->arch.pfault_token,
943 (u64 __user *)reg->addr);
David Hildenbrand9fbd8082014-10-09 15:01:38 +0200944 if (vcpu->arch.pfault_token == KVM_S390_PFAULT_TOKEN_INVALID)
945 kvm_clear_async_pf_completion_queue(vcpu);
Dominik Dingel536336c2013-09-30 10:55:33 +0200946 break;
947 case KVM_REG_S390_PFCOMPARE:
948 r = get_user(vcpu->arch.pfault_compare,
949 (u64 __user *)reg->addr);
950 break;
951 case KVM_REG_S390_PFSELECT:
952 r = get_user(vcpu->arch.pfault_select,
953 (u64 __user *)reg->addr);
954 break;
Christian Borntraeger672550f2014-02-10 15:32:19 +0100955 case KVM_REG_S390_PP:
956 r = get_user(vcpu->arch.sie_block->pp,
957 (u64 __user *)reg->addr);
958 break;
Christian Borntraegerafa45ff2014-02-10 15:39:23 +0100959 case KVM_REG_S390_GBEA:
960 r = get_user(vcpu->arch.sie_block->gbea,
961 (u64 __user *)reg->addr);
962 break;
Carsten Otte14eebd92012-05-15 14:15:26 +0200963 default:
964 break;
965 }
966
967 return r;
968}
Christoffer Dallb6d33832012-03-08 16:44:24 -0500969
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100970static int kvm_arch_vcpu_ioctl_initial_reset(struct kvm_vcpu *vcpu)
971{
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100972 kvm_s390_vcpu_initial_reset(vcpu);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100973 return 0;
974}
975
976int kvm_arch_vcpu_ioctl_set_regs(struct kvm_vcpu *vcpu, struct kvm_regs *regs)
977{
Christian Borntraeger5a32c1a2012-01-11 11:20:32 +0100978 memcpy(&vcpu->run->s.regs.gprs, &regs->gprs, sizeof(regs->gprs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100979 return 0;
980}
981
982int kvm_arch_vcpu_ioctl_get_regs(struct kvm_vcpu *vcpu, struct kvm_regs *regs)
983{
Christian Borntraeger5a32c1a2012-01-11 11:20:32 +0100984 memcpy(&regs->gprs, &vcpu->run->s.regs.gprs, sizeof(regs->gprs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100985 return 0;
986}
987
988int kvm_arch_vcpu_ioctl_set_sregs(struct kvm_vcpu *vcpu,
989 struct kvm_sregs *sregs)
990{
Christian Borntraeger59674c12012-01-11 11:20:33 +0100991 memcpy(&vcpu->run->s.regs.acrs, &sregs->acrs, sizeof(sregs->acrs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100992 memcpy(&vcpu->arch.sie_block->gcr, &sregs->crs, sizeof(sregs->crs));
Christian Borntraeger59674c12012-01-11 11:20:33 +0100993 restore_access_regs(vcpu->run->s.regs.acrs);
Heiko Carstensb0c632d2008-03-25 18:47:20 +0100994 return 0;
995}
996
997int kvm_arch_vcpu_ioctl_get_sregs(struct kvm_vcpu *vcpu,
998 struct kvm_sregs *sregs)
999{
Christian Borntraeger59674c12012-01-11 11:20:33 +01001000 memcpy(&sregs->acrs, &vcpu->run->s.regs.acrs, sizeof(sregs->acrs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001001 memcpy(&sregs->crs, &vcpu->arch.sie_block->gcr, sizeof(sregs->crs));
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001002 return 0;
1003}
1004
1005int kvm_arch_vcpu_ioctl_set_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu)
1006{
Martin Schwidefsky4725c862013-10-15 16:08:34 +02001007 if (test_fp_ctl(fpu->fpc))
1008 return -EINVAL;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001009 memcpy(&vcpu->arch.guest_fpregs.fprs, &fpu->fprs, sizeof(fpu->fprs));
Martin Schwidefsky4725c862013-10-15 16:08:34 +02001010 vcpu->arch.guest_fpregs.fpc = fpu->fpc;
1011 restore_fp_ctl(&vcpu->arch.guest_fpregs.fpc);
1012 restore_fp_regs(vcpu->arch.guest_fpregs.fprs);
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001013 return 0;
1014}
1015
1016int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu)
1017{
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001018 memcpy(&fpu->fprs, &vcpu->arch.guest_fpregs.fprs, sizeof(fpu->fprs));
1019 fpu->fpc = vcpu->arch.guest_fpregs.fpc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001020 return 0;
1021}
1022
1023static int kvm_arch_vcpu_ioctl_set_initial_psw(struct kvm_vcpu *vcpu, psw_t psw)
1024{
1025 int rc = 0;
1026
David Hildenbrand7a42fdc2014-05-05 16:26:19 +02001027 if (!is_vcpu_stopped(vcpu))
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001028 rc = -EBUSY;
Carsten Otted7b0b5e2009-11-19 14:21:16 +01001029 else {
1030 vcpu->run->psw_mask = psw.mask;
1031 vcpu->run->psw_addr = psw.addr;
1032 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001033 return rc;
1034}
1035
1036int kvm_arch_vcpu_ioctl_translate(struct kvm_vcpu *vcpu,
1037 struct kvm_translation *tr)
1038{
1039 return -EINVAL; /* not implemented yet */
1040}
1041
David Hildenbrand27291e22014-01-23 12:26:52 +01001042#define VALID_GUESTDBG_FLAGS (KVM_GUESTDBG_SINGLESTEP | \
1043 KVM_GUESTDBG_USE_HW_BP | \
1044 KVM_GUESTDBG_ENABLE)
1045
Jan Kiszkad0bfb942008-12-15 13:52:10 +01001046int kvm_arch_vcpu_ioctl_set_guest_debug(struct kvm_vcpu *vcpu,
1047 struct kvm_guest_debug *dbg)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001048{
David Hildenbrand27291e22014-01-23 12:26:52 +01001049 int rc = 0;
1050
1051 vcpu->guest_debug = 0;
1052 kvm_s390_clear_bp_data(vcpu);
1053
David Hildenbrand2de3bfc2014-05-20 17:25:20 +02001054 if (dbg->control & ~VALID_GUESTDBG_FLAGS)
David Hildenbrand27291e22014-01-23 12:26:52 +01001055 return -EINVAL;
1056
1057 if (dbg->control & KVM_GUESTDBG_ENABLE) {
1058 vcpu->guest_debug = dbg->control;
1059 /* enforce guest PER */
1060 atomic_set_mask(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags);
1061
1062 if (dbg->control & KVM_GUESTDBG_USE_HW_BP)
1063 rc = kvm_s390_import_bp_data(vcpu, dbg);
1064 } else {
1065 atomic_clear_mask(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags);
1066 vcpu->arch.guestdbg.last_bp = 0;
1067 }
1068
1069 if (rc) {
1070 vcpu->guest_debug = 0;
1071 kvm_s390_clear_bp_data(vcpu);
1072 atomic_clear_mask(CPUSTAT_P, &vcpu->arch.sie_block->cpuflags);
1073 }
1074
1075 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001076}
1077
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03001078int kvm_arch_vcpu_ioctl_get_mpstate(struct kvm_vcpu *vcpu,
1079 struct kvm_mp_state *mp_state)
1080{
David Hildenbrand6352e4d2014-04-10 17:35:00 +02001081 /* CHECK_STOP and LOAD are not supported yet */
1082 return is_vcpu_stopped(vcpu) ? KVM_MP_STATE_STOPPED :
1083 KVM_MP_STATE_OPERATING;
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03001084}
1085
1086int kvm_arch_vcpu_ioctl_set_mpstate(struct kvm_vcpu *vcpu,
1087 struct kvm_mp_state *mp_state)
1088{
David Hildenbrand6352e4d2014-04-10 17:35:00 +02001089 int rc = 0;
1090
1091 /* user space knows about this interface - let it control the state */
1092 vcpu->kvm->arch.user_cpu_state_ctrl = 1;
1093
1094 switch (mp_state->mp_state) {
1095 case KVM_MP_STATE_STOPPED:
1096 kvm_s390_vcpu_stop(vcpu);
1097 break;
1098 case KVM_MP_STATE_OPERATING:
1099 kvm_s390_vcpu_start(vcpu);
1100 break;
1101 case KVM_MP_STATE_LOAD:
1102 case KVM_MP_STATE_CHECK_STOP:
1103 /* fall through - CHECK_STOP and LOAD are not supported yet */
1104 default:
1105 rc = -ENXIO;
1106 }
1107
1108 return rc;
Marcelo Tosatti62d9f0d2008-04-11 13:24:45 -03001109}
1110
Dominik Dingelb31605c2014-03-25 13:47:11 +01001111bool kvm_s390_cmma_enabled(struct kvm *kvm)
1112{
1113 if (!MACHINE_IS_LPAR)
1114 return false;
1115 /* only enable for z10 and later */
1116 if (!MACHINE_HAS_EDAT1)
1117 return false;
1118 if (!kvm->arch.use_cmma)
1119 return false;
1120 return true;
1121}
1122
David Hildenbrand8ad35752014-03-14 11:00:21 +01001123static bool ibs_enabled(struct kvm_vcpu *vcpu)
1124{
1125 return atomic_read(&vcpu->arch.sie_block->cpuflags) & CPUSTAT_IBS;
1126}
1127
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001128static int kvm_s390_handle_requests(struct kvm_vcpu *vcpu)
1129{
David Hildenbrand8ad35752014-03-14 11:00:21 +01001130retry:
1131 s390_vcpu_unblock(vcpu);
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001132 /*
1133 * We use MMU_RELOAD just to re-arm the ipte notifier for the
1134 * guest prefix page. gmap_ipte_notify will wait on the ptl lock.
1135 * This ensures that the ipte instruction for this request has
1136 * already finished. We might race against a second unmapper that
1137 * wants to set the blocking bit. Lets just retry the request loop.
1138 */
David Hildenbrand8ad35752014-03-14 11:00:21 +01001139 if (kvm_check_request(KVM_REQ_MMU_RELOAD, vcpu)) {
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001140 int rc;
1141 rc = gmap_ipte_notify(vcpu->arch.gmap,
Michael Muellerfda902c2014-05-13 16:58:30 +02001142 kvm_s390_get_prefix(vcpu),
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001143 PAGE_SIZE * 2);
1144 if (rc)
1145 return rc;
David Hildenbrand8ad35752014-03-14 11:00:21 +01001146 goto retry;
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001147 }
David Hildenbrand8ad35752014-03-14 11:00:21 +01001148
David Hildenbrandd3d692c2014-07-29 08:53:36 +02001149 if (kvm_check_request(KVM_REQ_TLB_FLUSH, vcpu)) {
1150 vcpu->arch.sie_block->ihcpu = 0xffff;
1151 goto retry;
1152 }
1153
David Hildenbrand8ad35752014-03-14 11:00:21 +01001154 if (kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu)) {
1155 if (!ibs_enabled(vcpu)) {
1156 trace_kvm_s390_enable_disable_ibs(vcpu->vcpu_id, 1);
1157 atomic_set_mask(CPUSTAT_IBS,
1158 &vcpu->arch.sie_block->cpuflags);
1159 }
1160 goto retry;
1161 }
1162
1163 if (kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu)) {
1164 if (ibs_enabled(vcpu)) {
1165 trace_kvm_s390_enable_disable_ibs(vcpu->vcpu_id, 0);
1166 atomic_clear_mask(CPUSTAT_IBS,
1167 &vcpu->arch.sie_block->cpuflags);
1168 }
1169 goto retry;
1170 }
1171
David Hildenbrand0759d062014-05-13 16:54:32 +02001172 /* nothing to do, just clear the request */
1173 clear_bit(KVM_REQ_UNHALT, &vcpu->requests);
1174
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001175 return 0;
1176}
1177
Thomas Huthfa576c52014-05-06 17:20:16 +02001178/**
1179 * kvm_arch_fault_in_page - fault-in guest page if necessary
1180 * @vcpu: The corresponding virtual cpu
1181 * @gpa: Guest physical address
1182 * @writable: Whether the page should be writable or not
1183 *
1184 * Make sure that a guest page has been faulted-in on the host.
1185 *
1186 * Return: Zero on success, negative error code otherwise.
1187 */
1188long kvm_arch_fault_in_page(struct kvm_vcpu *vcpu, gpa_t gpa, int writable)
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001189{
Martin Schwidefsky527e30b2014-04-30 16:04:25 +02001190 return gmap_fault(vcpu->arch.gmap, gpa,
1191 writable ? FAULT_FLAG_WRITE : 0);
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001192}
1193
Dominik Dingel3c038e62013-10-07 17:11:48 +02001194static void __kvm_inject_pfault_token(struct kvm_vcpu *vcpu, bool start_token,
1195 unsigned long token)
1196{
1197 struct kvm_s390_interrupt inti;
Jens Freimann383d0b02014-07-29 15:11:49 +02001198 struct kvm_s390_irq irq;
Dominik Dingel3c038e62013-10-07 17:11:48 +02001199
1200 if (start_token) {
Jens Freimann383d0b02014-07-29 15:11:49 +02001201 irq.u.ext.ext_params2 = token;
1202 irq.type = KVM_S390_INT_PFAULT_INIT;
1203 WARN_ON_ONCE(kvm_s390_inject_vcpu(vcpu, &irq));
Dominik Dingel3c038e62013-10-07 17:11:48 +02001204 } else {
1205 inti.type = KVM_S390_INT_PFAULT_DONE;
Jens Freimann383d0b02014-07-29 15:11:49 +02001206 inti.parm64 = token;
Dominik Dingel3c038e62013-10-07 17:11:48 +02001207 WARN_ON_ONCE(kvm_s390_inject_vm(vcpu->kvm, &inti));
1208 }
1209}
1210
1211void kvm_arch_async_page_not_present(struct kvm_vcpu *vcpu,
1212 struct kvm_async_pf *work)
1213{
1214 trace_kvm_s390_pfault_init(vcpu, work->arch.pfault_token);
1215 __kvm_inject_pfault_token(vcpu, true, work->arch.pfault_token);
1216}
1217
1218void kvm_arch_async_page_present(struct kvm_vcpu *vcpu,
1219 struct kvm_async_pf *work)
1220{
1221 trace_kvm_s390_pfault_done(vcpu, work->arch.pfault_token);
1222 __kvm_inject_pfault_token(vcpu, false, work->arch.pfault_token);
1223}
1224
1225void kvm_arch_async_page_ready(struct kvm_vcpu *vcpu,
1226 struct kvm_async_pf *work)
1227{
1228 /* s390 will always inject the page directly */
1229}
1230
1231bool kvm_arch_can_inject_async_page_present(struct kvm_vcpu *vcpu)
1232{
1233 /*
1234 * s390 will always inject the page directly,
1235 * but we still want check_async_completion to cleanup
1236 */
1237 return true;
1238}
1239
1240static int kvm_arch_setup_async_pf(struct kvm_vcpu *vcpu)
1241{
1242 hva_t hva;
1243 struct kvm_arch_async_pf arch;
1244 int rc;
1245
1246 if (vcpu->arch.pfault_token == KVM_S390_PFAULT_TOKEN_INVALID)
1247 return 0;
1248 if ((vcpu->arch.sie_block->gpsw.mask & vcpu->arch.pfault_select) !=
1249 vcpu->arch.pfault_compare)
1250 return 0;
1251 if (psw_extint_disabled(vcpu))
1252 return 0;
David Hildenbrand9a022062014-08-05 17:40:47 +02001253 if (kvm_s390_vcpu_has_irq(vcpu, 0))
Dominik Dingel3c038e62013-10-07 17:11:48 +02001254 return 0;
1255 if (!(vcpu->arch.sie_block->gcr[0] & 0x200ul))
1256 return 0;
1257 if (!vcpu->arch.gmap->pfault_enabled)
1258 return 0;
1259
Heiko Carstens81480cc2014-01-01 16:36:07 +01001260 hva = gfn_to_hva(vcpu->kvm, gpa_to_gfn(current->thread.gmap_addr));
1261 hva += current->thread.gmap_addr & ~PAGE_MASK;
1262 if (read_guest_real(vcpu, vcpu->arch.pfault_token, &arch.pfault_token, 8))
Dominik Dingel3c038e62013-10-07 17:11:48 +02001263 return 0;
1264
1265 rc = kvm_setup_async_pf(vcpu, current->thread.gmap_addr, hva, &arch);
1266 return rc;
1267}
1268
Thomas Huth3fb4c402013-09-12 10:33:43 +02001269static int vcpu_pre_run(struct kvm_vcpu *vcpu)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001270{
Thomas Huth3fb4c402013-09-12 10:33:43 +02001271 int rc, cpuflags;
Carsten Ottee168bf82012-01-04 10:25:22 +01001272
Dominik Dingel3c038e62013-10-07 17:11:48 +02001273 /*
1274 * On s390 notifications for arriving pages will be delivered directly
1275 * to the guest but the house keeping for completed pfaults is
1276 * handled outside the worker.
1277 */
1278 kvm_check_async_pf_completion(vcpu);
1279
Christian Borntraeger5a32c1a2012-01-11 11:20:32 +01001280 memcpy(&vcpu->arch.sie_block->gg14, &vcpu->run->s.regs.gprs[14], 16);
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001281
1282 if (need_resched())
1283 schedule();
1284
Martin Schwidefskyd3a73ac2014-04-15 12:55:07 +02001285 if (test_cpu_flag(CIF_MCCK_PENDING))
Christian Borntraeger71cde582008-05-21 13:37:34 +02001286 s390_handle_mcck();
1287
Jens Freimann79395032014-04-17 10:10:30 +02001288 if (!kvm_is_ucontrol(vcpu->kvm)) {
1289 rc = kvm_s390_deliver_pending_interrupts(vcpu);
1290 if (rc)
1291 return rc;
1292 }
Carsten Otte0ff31862008-05-21 13:37:37 +02001293
Christian Borntraeger2c70fe42013-05-17 14:41:36 +02001294 rc = kvm_s390_handle_requests(vcpu);
1295 if (rc)
1296 return rc;
1297
David Hildenbrand27291e22014-01-23 12:26:52 +01001298 if (guestdbg_enabled(vcpu)) {
1299 kvm_s390_backup_guest_per_regs(vcpu);
1300 kvm_s390_patch_guest_per_regs(vcpu);
1301 }
1302
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001303 vcpu->arch.sie_block->icptcode = 0;
Thomas Huth3fb4c402013-09-12 10:33:43 +02001304 cpuflags = atomic_read(&vcpu->arch.sie_block->cpuflags);
1305 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags);
1306 trace_kvm_s390_sie_enter(vcpu, cpuflags);
Dominik Dingel2b29a9f2013-07-26 15:04:00 +02001307
Thomas Huth3fb4c402013-09-12 10:33:43 +02001308 return 0;
1309}
1310
1311static int vcpu_post_run(struct kvm_vcpu *vcpu, int exit_reason)
1312{
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001313 int rc = -1;
Dominik Dingel2b29a9f2013-07-26 15:04:00 +02001314
1315 VCPU_EVENT(vcpu, 6, "exit sie icptcode %d",
1316 vcpu->arch.sie_block->icptcode);
1317 trace_kvm_s390_sie_exit(vcpu, vcpu->arch.sie_block->icptcode);
1318
David Hildenbrand27291e22014-01-23 12:26:52 +01001319 if (guestdbg_enabled(vcpu))
1320 kvm_s390_restore_guest_per_regs(vcpu);
1321
Thomas Huth3fb4c402013-09-12 10:33:43 +02001322 if (exit_reason >= 0) {
Martin Schwidefsky7c470532013-05-17 14:41:37 +02001323 rc = 0;
Thomas Huth210b16072013-09-19 16:26:18 +02001324 } else if (kvm_is_ucontrol(vcpu->kvm)) {
1325 vcpu->run->exit_reason = KVM_EXIT_S390_UCONTROL;
1326 vcpu->run->s390_ucontrol.trans_exc_code =
1327 current->thread.gmap_addr;
1328 vcpu->run->s390_ucontrol.pgm_code = 0x10;
1329 rc = -EREMOTE;
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001330
1331 } else if (current->thread.gmap_pfault) {
Dominik Dingel3c038e62013-10-07 17:11:48 +02001332 trace_kvm_s390_major_guest_pfault(vcpu);
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001333 current->thread.gmap_pfault = 0;
Thomas Huthfa576c52014-05-06 17:20:16 +02001334 if (kvm_arch_setup_async_pf(vcpu)) {
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001335 rc = 0;
Thomas Huthfa576c52014-05-06 17:20:16 +02001336 } else {
1337 gpa_t gpa = current->thread.gmap_addr;
1338 rc = kvm_arch_fault_in_page(vcpu, gpa, 1);
1339 }
Dominik Dingel24eb3a82013-06-17 16:25:18 +02001340 }
1341
1342 if (rc == -1) {
Christian Borntraeger699bde32014-01-20 12:34:13 +01001343 VCPU_EVENT(vcpu, 3, "%s", "fault in sie instruction");
1344 trace_kvm_s390_sie_fault(vcpu);
1345 rc = kvm_s390_inject_program_int(vcpu, PGM_ADDRESSING);
Carsten Otte1f0d0f02008-05-21 13:37:40 +02001346 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001347
Christian Borntraeger5a32c1a2012-01-11 11:20:32 +01001348 memcpy(&vcpu->run->s.regs.gprs[14], &vcpu->arch.sie_block->gg14, 16);
Thomas Huth3fb4c402013-09-12 10:33:43 +02001349
Thomas Hutha76ccff2013-09-12 10:33:44 +02001350 if (rc == 0) {
1351 if (kvm_is_ucontrol(vcpu->kvm))
Christian Borntraeger2955c832014-03-06 16:01:38 +01001352 /* Don't exit for host interrupts. */
1353 rc = vcpu->arch.sie_block->icptcode ? -EOPNOTSUPP : 0;
Thomas Hutha76ccff2013-09-12 10:33:44 +02001354 else
1355 rc = kvm_handle_sie_intercept(vcpu);
1356 }
1357
Thomas Huth3fb4c402013-09-12 10:33:43 +02001358 return rc;
1359}
1360
1361static int __vcpu_run(struct kvm_vcpu *vcpu)
1362{
1363 int rc, exit_reason;
1364
Thomas Huth800c1062013-09-12 10:33:45 +02001365 /*
1366 * We try to hold kvm->srcu during most of vcpu_run (except when run-
1367 * ning the guest), so that memslots (and other stuff) are protected
1368 */
1369 vcpu->srcu_idx = srcu_read_lock(&vcpu->kvm->srcu);
1370
Thomas Hutha76ccff2013-09-12 10:33:44 +02001371 do {
1372 rc = vcpu_pre_run(vcpu);
1373 if (rc)
1374 break;
Thomas Huth3fb4c402013-09-12 10:33:43 +02001375
Thomas Huth800c1062013-09-12 10:33:45 +02001376 srcu_read_unlock(&vcpu->kvm->srcu, vcpu->srcu_idx);
Thomas Hutha76ccff2013-09-12 10:33:44 +02001377 /*
1378 * As PF_VCPU will be used in fault handler, between
1379 * guest_enter and guest_exit should be no uaccess.
1380 */
1381 preempt_disable();
1382 kvm_guest_enter();
1383 preempt_enable();
1384 exit_reason = sie64a(vcpu->arch.sie_block,
1385 vcpu->run->s.regs.gprs);
1386 kvm_guest_exit();
Thomas Huth800c1062013-09-12 10:33:45 +02001387 vcpu->srcu_idx = srcu_read_lock(&vcpu->kvm->srcu);
Thomas Huth3fb4c402013-09-12 10:33:43 +02001388
Thomas Hutha76ccff2013-09-12 10:33:44 +02001389 rc = vcpu_post_run(vcpu, exit_reason);
David Hildenbrand27291e22014-01-23 12:26:52 +01001390 } while (!signal_pending(current) && !guestdbg_exit_pending(vcpu) && !rc);
Thomas Huth3fb4c402013-09-12 10:33:43 +02001391
Thomas Huth800c1062013-09-12 10:33:45 +02001392 srcu_read_unlock(&vcpu->kvm->srcu, vcpu->srcu_idx);
Carsten Ottee168bf82012-01-04 10:25:22 +01001393 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001394}
1395
David Hildenbrandb028ee32014-07-17 10:47:43 +02001396static void sync_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
1397{
1398 vcpu->arch.sie_block->gpsw.mask = kvm_run->psw_mask;
1399 vcpu->arch.sie_block->gpsw.addr = kvm_run->psw_addr;
1400 if (kvm_run->kvm_dirty_regs & KVM_SYNC_PREFIX)
1401 kvm_s390_set_prefix(vcpu, kvm_run->s.regs.prefix);
1402 if (kvm_run->kvm_dirty_regs & KVM_SYNC_CRS) {
1403 memcpy(&vcpu->arch.sie_block->gcr, &kvm_run->s.regs.crs, 128);
David Hildenbrandd3d692c2014-07-29 08:53:36 +02001404 /* some control register changes require a tlb flush */
1405 kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu);
David Hildenbrandb028ee32014-07-17 10:47:43 +02001406 }
1407 if (kvm_run->kvm_dirty_regs & KVM_SYNC_ARCH0) {
1408 vcpu->arch.sie_block->cputm = kvm_run->s.regs.cputm;
1409 vcpu->arch.sie_block->ckc = kvm_run->s.regs.ckc;
1410 vcpu->arch.sie_block->todpr = kvm_run->s.regs.todpr;
1411 vcpu->arch.sie_block->pp = kvm_run->s.regs.pp;
1412 vcpu->arch.sie_block->gbea = kvm_run->s.regs.gbea;
1413 }
1414 if (kvm_run->kvm_dirty_regs & KVM_SYNC_PFAULT) {
1415 vcpu->arch.pfault_token = kvm_run->s.regs.pft;
1416 vcpu->arch.pfault_select = kvm_run->s.regs.pfs;
1417 vcpu->arch.pfault_compare = kvm_run->s.regs.pfc;
David Hildenbrand9fbd8082014-10-09 15:01:38 +02001418 if (vcpu->arch.pfault_token == KVM_S390_PFAULT_TOKEN_INVALID)
1419 kvm_clear_async_pf_completion_queue(vcpu);
David Hildenbrandb028ee32014-07-17 10:47:43 +02001420 }
1421 kvm_run->kvm_dirty_regs = 0;
1422}
1423
1424static void store_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
1425{
1426 kvm_run->psw_mask = vcpu->arch.sie_block->gpsw.mask;
1427 kvm_run->psw_addr = vcpu->arch.sie_block->gpsw.addr;
1428 kvm_run->s.regs.prefix = kvm_s390_get_prefix(vcpu);
1429 memcpy(&kvm_run->s.regs.crs, &vcpu->arch.sie_block->gcr, 128);
1430 kvm_run->s.regs.cputm = vcpu->arch.sie_block->cputm;
1431 kvm_run->s.regs.ckc = vcpu->arch.sie_block->ckc;
1432 kvm_run->s.regs.todpr = vcpu->arch.sie_block->todpr;
1433 kvm_run->s.regs.pp = vcpu->arch.sie_block->pp;
1434 kvm_run->s.regs.gbea = vcpu->arch.sie_block->gbea;
1435 kvm_run->s.regs.pft = vcpu->arch.pfault_token;
1436 kvm_run->s.regs.pfs = vcpu->arch.pfault_select;
1437 kvm_run->s.regs.pfc = vcpu->arch.pfault_compare;
1438}
1439
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001440int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
1441{
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001442 int rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001443 sigset_t sigsaved;
1444
David Hildenbrand27291e22014-01-23 12:26:52 +01001445 if (guestdbg_exit_pending(vcpu)) {
1446 kvm_s390_prepare_debug_exit(vcpu);
1447 return 0;
1448 }
1449
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001450 if (vcpu->sigset_active)
1451 sigprocmask(SIG_SETMASK, &vcpu->sigset, &sigsaved);
1452
David Hildenbrand6352e4d2014-04-10 17:35:00 +02001453 if (!kvm_s390_user_cpu_state_ctrl(vcpu->kvm)) {
1454 kvm_s390_vcpu_start(vcpu);
1455 } else if (is_vcpu_stopped(vcpu)) {
1456 pr_err_ratelimited("kvm-s390: can't run stopped vcpu %d\n",
1457 vcpu->vcpu_id);
1458 return -EINVAL;
1459 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001460
David Hildenbrandb028ee32014-07-17 10:47:43 +02001461 sync_regs(vcpu, kvm_run);
Carsten Otted7b0b5e2009-11-19 14:21:16 +01001462
Heiko Carstensdab4079d2009-06-12 10:26:32 +02001463 might_fault();
Thomas Hutha76ccff2013-09-12 10:33:44 +02001464 rc = __vcpu_run(vcpu);
Christian Ehrhardt9ace9032009-05-20 15:34:55 +02001465
Christian Ehrhardtb1d16c42009-05-20 15:34:56 +02001466 if (signal_pending(current) && !rc) {
1467 kvm_run->exit_reason = KVM_EXIT_INTR;
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001468 rc = -EINTR;
Christian Ehrhardtb1d16c42009-05-20 15:34:56 +02001469 }
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001470
David Hildenbrand27291e22014-01-23 12:26:52 +01001471 if (guestdbg_exit_pending(vcpu) && !rc) {
1472 kvm_s390_prepare_debug_exit(vcpu);
1473 rc = 0;
1474 }
1475
Heiko Carstensb8e660b2010-02-26 22:37:41 +01001476 if (rc == -EOPNOTSUPP) {
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001477 /* intercept cannot be handled in-kernel, prepare kvm-run */
1478 kvm_run->exit_reason = KVM_EXIT_S390_SIEIC;
1479 kvm_run->s390_sieic.icptcode = vcpu->arch.sie_block->icptcode;
Christian Borntraeger8f2abe62008-03-25 18:47:23 +01001480 kvm_run->s390_sieic.ipa = vcpu->arch.sie_block->ipa;
1481 kvm_run->s390_sieic.ipb = vcpu->arch.sie_block->ipb;
1482 rc = 0;
1483 }
1484
1485 if (rc == -EREMOTE) {
1486 /* intercept was handled, but userspace support is needed
1487 * kvm_run has been prepared by the handler */
1488 rc = 0;
1489 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001490
David Hildenbrandb028ee32014-07-17 10:47:43 +02001491 store_regs(vcpu, kvm_run);
Carsten Otted7b0b5e2009-11-19 14:21:16 +01001492
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001493 if (vcpu->sigset_active)
1494 sigprocmask(SIG_SETMASK, &sigsaved, NULL);
1495
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001496 vcpu->stat.exit_userspace++;
Heiko Carstens7e8e6ab2008-04-04 15:12:35 +02001497 return rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001498}
1499
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001500/*
1501 * store status at address
1502 * we use have two special cases:
1503 * KVM_S390_STORE_STATUS_NOADDR: -> 0x1200 on 64 bit
1504 * KVM_S390_STORE_STATUS_PREFIXED: -> prefix
1505 */
Heiko Carstensd0bce602014-01-01 16:45:58 +01001506int kvm_s390_store_status_unloaded(struct kvm_vcpu *vcpu, unsigned long gpa)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001507{
Carsten Otte092670c2011-07-24 10:48:22 +02001508 unsigned char archmode = 1;
Michael Muellerfda902c2014-05-13 16:58:30 +02001509 unsigned int px;
Thomas Huth178bd782013-11-13 20:28:18 +01001510 u64 clkcomp;
Heiko Carstensd0bce602014-01-01 16:45:58 +01001511 int rc;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001512
Heiko Carstensd0bce602014-01-01 16:45:58 +01001513 if (gpa == KVM_S390_STORE_STATUS_NOADDR) {
1514 if (write_guest_abs(vcpu, 163, &archmode, 1))
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001515 return -EFAULT;
Heiko Carstensd0bce602014-01-01 16:45:58 +01001516 gpa = SAVE_AREA_BASE;
1517 } else if (gpa == KVM_S390_STORE_STATUS_PREFIXED) {
1518 if (write_guest_real(vcpu, 163, &archmode, 1))
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001519 return -EFAULT;
Heiko Carstensd0bce602014-01-01 16:45:58 +01001520 gpa = kvm_s390_real_to_abs(vcpu, SAVE_AREA_BASE);
1521 }
1522 rc = write_guest_abs(vcpu, gpa + offsetof(struct save_area, fp_regs),
1523 vcpu->arch.guest_fpregs.fprs, 128);
1524 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, gp_regs),
1525 vcpu->run->s.regs.gprs, 128);
1526 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, psw),
1527 &vcpu->arch.sie_block->gpsw, 16);
Michael Muellerfda902c2014-05-13 16:58:30 +02001528 px = kvm_s390_get_prefix(vcpu);
Heiko Carstensd0bce602014-01-01 16:45:58 +01001529 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, pref_reg),
Michael Muellerfda902c2014-05-13 16:58:30 +02001530 &px, 4);
Heiko Carstensd0bce602014-01-01 16:45:58 +01001531 rc |= write_guest_abs(vcpu,
1532 gpa + offsetof(struct save_area, fp_ctrl_reg),
1533 &vcpu->arch.guest_fpregs.fpc, 4);
1534 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, tod_reg),
1535 &vcpu->arch.sie_block->todpr, 4);
1536 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, timer),
1537 &vcpu->arch.sie_block->cputm, 8);
Thomas Huth178bd782013-11-13 20:28:18 +01001538 clkcomp = vcpu->arch.sie_block->ckc >> 8;
Heiko Carstensd0bce602014-01-01 16:45:58 +01001539 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, clk_cmp),
1540 &clkcomp, 8);
1541 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, acc_regs),
1542 &vcpu->run->s.regs.acrs, 64);
1543 rc |= write_guest_abs(vcpu, gpa + offsetof(struct save_area, ctrl_regs),
1544 &vcpu->arch.sie_block->gcr, 128);
1545 return rc ? -EFAULT : 0;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001546}
1547
Thomas Huthe8798922013-11-06 15:46:33 +01001548int kvm_s390_vcpu_store_status(struct kvm_vcpu *vcpu, unsigned long addr)
1549{
1550 /*
1551 * The guest FPRS and ACRS are in the host FPRS/ACRS due to the lazy
1552 * copying in vcpu load/put. Lets update our copies before we save
1553 * it into the save area
1554 */
1555 save_fp_ctl(&vcpu->arch.guest_fpregs.fpc);
1556 save_fp_regs(vcpu->arch.guest_fpregs.fprs);
1557 save_access_regs(vcpu->run->s.regs.acrs);
1558
1559 return kvm_s390_store_status_unloaded(vcpu, addr);
1560}
1561
David Hildenbrand8ad35752014-03-14 11:00:21 +01001562static void __disable_ibs_on_vcpu(struct kvm_vcpu *vcpu)
1563{
1564 kvm_check_request(KVM_REQ_ENABLE_IBS, vcpu);
1565 kvm_make_request(KVM_REQ_DISABLE_IBS, vcpu);
1566 exit_sie_sync(vcpu);
1567}
1568
1569static void __disable_ibs_on_all_vcpus(struct kvm *kvm)
1570{
1571 unsigned int i;
1572 struct kvm_vcpu *vcpu;
1573
1574 kvm_for_each_vcpu(i, vcpu, kvm) {
1575 __disable_ibs_on_vcpu(vcpu);
1576 }
1577}
1578
1579static void __enable_ibs_on_vcpu(struct kvm_vcpu *vcpu)
1580{
1581 kvm_check_request(KVM_REQ_DISABLE_IBS, vcpu);
1582 kvm_make_request(KVM_REQ_ENABLE_IBS, vcpu);
1583 exit_sie_sync(vcpu);
1584}
1585
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001586void kvm_s390_vcpu_start(struct kvm_vcpu *vcpu)
1587{
David Hildenbrand8ad35752014-03-14 11:00:21 +01001588 int i, online_vcpus, started_vcpus = 0;
1589
1590 if (!is_vcpu_stopped(vcpu))
1591 return;
1592
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001593 trace_kvm_s390_vcpu_start_stop(vcpu->vcpu_id, 1);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001594 /* Only one cpu at a time may enter/leave the STOPPED state. */
David Hildenbrand433b9ee2014-05-06 16:11:14 +02001595 spin_lock(&vcpu->kvm->arch.start_stop_lock);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001596 online_vcpus = atomic_read(&vcpu->kvm->online_vcpus);
1597
1598 for (i = 0; i < online_vcpus; i++) {
1599 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i]))
1600 started_vcpus++;
1601 }
1602
1603 if (started_vcpus == 0) {
1604 /* we're the only active VCPU -> speed it up */
1605 __enable_ibs_on_vcpu(vcpu);
1606 } else if (started_vcpus == 1) {
1607 /*
1608 * As we are starting a second VCPU, we have to disable
1609 * the IBS facility on all VCPUs to remove potentially
1610 * oustanding ENABLE requests.
1611 */
1612 __disable_ibs_on_all_vcpus(vcpu->kvm);
1613 }
1614
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001615 atomic_clear_mask(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001616 /*
1617 * Another VCPU might have used IBS while we were offline.
1618 * Let's play safe and flush the VCPU at startup.
1619 */
David Hildenbrandd3d692c2014-07-29 08:53:36 +02001620 kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu);
David Hildenbrand433b9ee2014-05-06 16:11:14 +02001621 spin_unlock(&vcpu->kvm->arch.start_stop_lock);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001622 return;
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001623}
1624
1625void kvm_s390_vcpu_stop(struct kvm_vcpu *vcpu)
1626{
David Hildenbrand8ad35752014-03-14 11:00:21 +01001627 int i, online_vcpus, started_vcpus = 0;
1628 struct kvm_vcpu *started_vcpu = NULL;
1629
1630 if (is_vcpu_stopped(vcpu))
1631 return;
1632
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001633 trace_kvm_s390_vcpu_start_stop(vcpu->vcpu_id, 0);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001634 /* Only one cpu at a time may enter/leave the STOPPED state. */
David Hildenbrand433b9ee2014-05-06 16:11:14 +02001635 spin_lock(&vcpu->kvm->arch.start_stop_lock);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001636 online_vcpus = atomic_read(&vcpu->kvm->online_vcpus);
1637
David Hildenbrand32f5ff632014-04-14 12:40:03 +02001638 /* SIGP STOP and SIGP STOP AND STORE STATUS has been fully processed */
David Hildenbrand6cddd432014-10-15 16:48:53 +02001639 kvm_s390_clear_stop_irq(vcpu);
David Hildenbrand32f5ff632014-04-14 12:40:03 +02001640
David Hildenbrand6cddd432014-10-15 16:48:53 +02001641 atomic_set_mask(CPUSTAT_STOPPED, &vcpu->arch.sie_block->cpuflags);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001642 __disable_ibs_on_vcpu(vcpu);
1643
1644 for (i = 0; i < online_vcpus; i++) {
1645 if (!is_vcpu_stopped(vcpu->kvm->vcpus[i])) {
1646 started_vcpus++;
1647 started_vcpu = vcpu->kvm->vcpus[i];
1648 }
1649 }
1650
1651 if (started_vcpus == 1) {
1652 /*
1653 * As we only have one VCPU left, we want to enable the
1654 * IBS facility for that VCPU to speed it up.
1655 */
1656 __enable_ibs_on_vcpu(started_vcpu);
1657 }
1658
David Hildenbrand433b9ee2014-05-06 16:11:14 +02001659 spin_unlock(&vcpu->kvm->arch.start_stop_lock);
David Hildenbrand8ad35752014-03-14 11:00:21 +01001660 return;
David Hildenbrand6852d7b2014-03-14 10:59:29 +01001661}
1662
Cornelia Huckd6712df2012-12-20 15:32:11 +01001663static int kvm_vcpu_ioctl_enable_cap(struct kvm_vcpu *vcpu,
1664 struct kvm_enable_cap *cap)
1665{
1666 int r;
1667
1668 if (cap->flags)
1669 return -EINVAL;
1670
1671 switch (cap->cap) {
Cornelia Huckfa6b7fe2012-12-20 15:32:12 +01001672 case KVM_CAP_S390_CSS_SUPPORT:
1673 if (!vcpu->kvm->arch.css_support) {
1674 vcpu->kvm->arch.css_support = 1;
1675 trace_kvm_s390_enable_css(vcpu->kvm);
1676 }
1677 r = 0;
1678 break;
Cornelia Huckd6712df2012-12-20 15:32:11 +01001679 default:
1680 r = -EINVAL;
1681 break;
1682 }
1683 return r;
1684}
1685
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001686long kvm_arch_vcpu_ioctl(struct file *filp,
1687 unsigned int ioctl, unsigned long arg)
1688{
1689 struct kvm_vcpu *vcpu = filp->private_data;
1690 void __user *argp = (void __user *)arg;
Thomas Huth800c1062013-09-12 10:33:45 +02001691 int idx;
Avi Kivitybc923cc2010-05-13 12:21:46 +03001692 long r;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001693
Avi Kivity93736622010-05-13 12:35:17 +03001694 switch (ioctl) {
1695 case KVM_S390_INTERRUPT: {
Carsten Otteba5c1e92008-03-25 18:47:26 +01001696 struct kvm_s390_interrupt s390int;
Jens Freimann383d0b02014-07-29 15:11:49 +02001697 struct kvm_s390_irq s390irq;
Carsten Otteba5c1e92008-03-25 18:47:26 +01001698
Avi Kivity93736622010-05-13 12:35:17 +03001699 r = -EFAULT;
Carsten Otteba5c1e92008-03-25 18:47:26 +01001700 if (copy_from_user(&s390int, argp, sizeof(s390int)))
Avi Kivity93736622010-05-13 12:35:17 +03001701 break;
Jens Freimann383d0b02014-07-29 15:11:49 +02001702 if (s390int_to_s390irq(&s390int, &s390irq))
1703 return -EINVAL;
1704 r = kvm_s390_inject_vcpu(vcpu, &s390irq);
Avi Kivity93736622010-05-13 12:35:17 +03001705 break;
Carsten Otteba5c1e92008-03-25 18:47:26 +01001706 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001707 case KVM_S390_STORE_STATUS:
Thomas Huth800c1062013-09-12 10:33:45 +02001708 idx = srcu_read_lock(&vcpu->kvm->srcu);
Avi Kivitybc923cc2010-05-13 12:21:46 +03001709 r = kvm_s390_vcpu_store_status(vcpu, arg);
Thomas Huth800c1062013-09-12 10:33:45 +02001710 srcu_read_unlock(&vcpu->kvm->srcu, idx);
Avi Kivitybc923cc2010-05-13 12:21:46 +03001711 break;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001712 case KVM_S390_SET_INITIAL_PSW: {
1713 psw_t psw;
1714
Avi Kivitybc923cc2010-05-13 12:21:46 +03001715 r = -EFAULT;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001716 if (copy_from_user(&psw, argp, sizeof(psw)))
Avi Kivitybc923cc2010-05-13 12:21:46 +03001717 break;
1718 r = kvm_arch_vcpu_ioctl_set_initial_psw(vcpu, psw);
1719 break;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001720 }
1721 case KVM_S390_INITIAL_RESET:
Avi Kivitybc923cc2010-05-13 12:21:46 +03001722 r = kvm_arch_vcpu_ioctl_initial_reset(vcpu);
1723 break;
Carsten Otte14eebd92012-05-15 14:15:26 +02001724 case KVM_SET_ONE_REG:
1725 case KVM_GET_ONE_REG: {
1726 struct kvm_one_reg reg;
1727 r = -EFAULT;
1728 if (copy_from_user(&reg, argp, sizeof(reg)))
1729 break;
1730 if (ioctl == KVM_SET_ONE_REG)
1731 r = kvm_arch_vcpu_ioctl_set_one_reg(vcpu, &reg);
1732 else
1733 r = kvm_arch_vcpu_ioctl_get_one_reg(vcpu, &reg);
1734 break;
1735 }
Carsten Otte27e03932012-01-04 10:25:21 +01001736#ifdef CONFIG_KVM_S390_UCONTROL
1737 case KVM_S390_UCAS_MAP: {
1738 struct kvm_s390_ucas_mapping ucasmap;
1739
1740 if (copy_from_user(&ucasmap, argp, sizeof(ucasmap))) {
1741 r = -EFAULT;
1742 break;
1743 }
1744
1745 if (!kvm_is_ucontrol(vcpu->kvm)) {
1746 r = -EINVAL;
1747 break;
1748 }
1749
1750 r = gmap_map_segment(vcpu->arch.gmap, ucasmap.user_addr,
1751 ucasmap.vcpu_addr, ucasmap.length);
1752 break;
1753 }
1754 case KVM_S390_UCAS_UNMAP: {
1755 struct kvm_s390_ucas_mapping ucasmap;
1756
1757 if (copy_from_user(&ucasmap, argp, sizeof(ucasmap))) {
1758 r = -EFAULT;
1759 break;
1760 }
1761
1762 if (!kvm_is_ucontrol(vcpu->kvm)) {
1763 r = -EINVAL;
1764 break;
1765 }
1766
1767 r = gmap_unmap_segment(vcpu->arch.gmap, ucasmap.vcpu_addr,
1768 ucasmap.length);
1769 break;
1770 }
1771#endif
Carsten Otteccc79102012-01-04 10:25:26 +01001772 case KVM_S390_VCPU_FAULT: {
Martin Schwidefsky527e30b2014-04-30 16:04:25 +02001773 r = gmap_fault(vcpu->arch.gmap, arg, 0);
Carsten Otteccc79102012-01-04 10:25:26 +01001774 break;
1775 }
Cornelia Huckd6712df2012-12-20 15:32:11 +01001776 case KVM_ENABLE_CAP:
1777 {
1778 struct kvm_enable_cap cap;
1779 r = -EFAULT;
1780 if (copy_from_user(&cap, argp, sizeof(cap)))
1781 break;
1782 r = kvm_vcpu_ioctl_enable_cap(vcpu, &cap);
1783 break;
1784 }
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001785 default:
Carsten Otte3e6afcf2012-01-04 10:25:30 +01001786 r = -ENOTTY;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001787 }
Avi Kivitybc923cc2010-05-13 12:21:46 +03001788 return r;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001789}
1790
Carsten Otte5b1c1492012-01-04 10:25:23 +01001791int kvm_arch_vcpu_fault(struct kvm_vcpu *vcpu, struct vm_fault *vmf)
1792{
1793#ifdef CONFIG_KVM_S390_UCONTROL
1794 if ((vmf->pgoff == KVM_S390_SIE_PAGE_OFFSET)
1795 && (kvm_is_ucontrol(vcpu->kvm))) {
1796 vmf->page = virt_to_page(vcpu->arch.sie_block);
1797 get_page(vmf->page);
1798 return 0;
1799 }
1800#endif
1801 return VM_FAULT_SIGBUS;
1802}
1803
Aneesh Kumar K.V55870272013-10-07 22:18:00 +05301804int kvm_arch_create_memslot(struct kvm *kvm, struct kvm_memory_slot *slot,
1805 unsigned long npages)
Takuya Yoshikawadb3fe4e2012-02-08 13:02:18 +09001806{
1807 return 0;
1808}
1809
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001810/* Section: memory related */
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001811int kvm_arch_prepare_memory_region(struct kvm *kvm,
1812 struct kvm_memory_slot *memslot,
Takuya Yoshikawa7b6195a2013-02-27 19:44:34 +09001813 struct kvm_userspace_memory_region *mem,
1814 enum kvm_mr_change change)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001815{
Nick Wangdd2887e2013-03-25 17:22:57 +01001816 /* A few sanity checks. We can have memory slots which have to be
1817 located/ended at a segment boundary (1MB). The memory in userland is
1818 ok to be fragmented into various different vmas. It is okay to mmap()
1819 and munmap() stuff in this slot after doing this call at any time */
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001820
Carsten Otte598841c2011-07-24 10:48:21 +02001821 if (mem->userspace_addr & 0xffffful)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001822 return -EINVAL;
1823
Carsten Otte598841c2011-07-24 10:48:21 +02001824 if (mem->memory_size & 0xffffful)
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001825 return -EINVAL;
1826
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001827 return 0;
1828}
1829
1830void kvm_arch_commit_memory_region(struct kvm *kvm,
1831 struct kvm_userspace_memory_region *mem,
Takuya Yoshikawa84826442013-02-27 19:45:25 +09001832 const struct kvm_memory_slot *old,
1833 enum kvm_mr_change change)
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001834{
Carsten Ottef7850c92011-07-24 10:48:23 +02001835 int rc;
Marcelo Tosattif7784b82009-12-23 14:35:18 -02001836
Christian Borntraeger2cef4de2013-03-25 17:22:48 +01001837 /* If the basics of the memslot do not change, we do not want
1838 * to update the gmap. Every update causes several unnecessary
1839 * segment translation exceptions. This is usually handled just
1840 * fine by the normal fault handler + gmap, but it will also
1841 * cause faults on the prefix page of running guest CPUs.
1842 */
1843 if (old->userspace_addr == mem->userspace_addr &&
1844 old->base_gfn * PAGE_SIZE == mem->guest_phys_addr &&
1845 old->npages * PAGE_SIZE == mem->memory_size)
1846 return;
Carsten Otte598841c2011-07-24 10:48:21 +02001847
1848 rc = gmap_map_segment(kvm->arch.gmap, mem->userspace_addr,
1849 mem->guest_phys_addr, mem->memory_size);
1850 if (rc)
Carsten Ottef7850c92011-07-24 10:48:23 +02001851 printk(KERN_WARNING "kvm-s390: failed to commit memory region\n");
Carsten Otte598841c2011-07-24 10:48:21 +02001852 return;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001853}
1854
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001855static int __init kvm_s390_init(void)
1856{
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001857 int ret;
Avi Kivity0ee75be2010-04-28 15:39:01 +03001858 ret = kvm_init(NULL, sizeof(struct kvm_vcpu), 0, THIS_MODULE);
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001859 if (ret)
1860 return ret;
1861
1862 /*
1863 * guests can ask for up to 255+1 double words, we need a full page
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001864 * to hold the maximum amount of facilities. On the other hand, we
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001865 * only set facilities that are known to work in KVM.
1866 */
Michael Mueller78c4b592013-07-26 15:04:04 +02001867 vfacilities = (unsigned long *) get_zeroed_page(GFP_KERNEL|GFP_DMA);
1868 if (!vfacilities) {
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001869 kvm_exit();
1870 return -ENOMEM;
1871 }
Michael Mueller78c4b592013-07-26 15:04:04 +02001872 memcpy(vfacilities, S390_lowcore.stfle_fac_list, 16);
Christian Borntraeger7be81a42014-09-19 15:55:20 +02001873 vfacilities[0] &= 0xff82fffbf47c2000UL;
Michael Mueller7feb6bb2013-06-28 13:30:24 +02001874 vfacilities[1] &= 0x005c000000000000UL;
Christian Borntraegeref50f7a2009-06-23 17:24:07 +02001875 return 0;
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001876}
1877
1878static void __exit kvm_s390_exit(void)
1879{
Michael Mueller78c4b592013-07-26 15:04:04 +02001880 free_page((unsigned long) vfacilities);
Heiko Carstensb0c632d2008-03-25 18:47:20 +01001881 kvm_exit();
1882}
1883
1884module_init(kvm_s390_init);
1885module_exit(kvm_s390_exit);
Cornelia Huck566af942013-05-27 18:42:33 +02001886
1887/*
1888 * Enable autoloading of the kvm module.
1889 * Note that we add the module alias here instead of virt/kvm/kvm_main.c
1890 * since x86 takes a different approach.
1891 */
1892#include <linux/miscdevice.h>
1893MODULE_ALIAS_MISCDEV(KVM_MINOR);
1894MODULE_ALIAS("devname:kvm");