linux/arch/s390/kvm
Cornelia Huck 48a3e950f4 KVM: s390: Add support for machine checks.
Add support for injecting machine checks (only repressible
conditions for now).

This is a bit more involved than I/O interrupts, for these reasons:

- Machine checks come in both floating and cpu varieties.
- We don't have a bit for machine checks enabling, but have to use
  a roundabout approach with trapping PSW changing instructions and
  watching for opened machine checks.

Reviewed-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2013-01-07 19:53:41 -02:00
..
Kconfig KVM updates for the 3.7 merge window 2012-10-04 09:30:33 -07:00
Makefile [S390] move sie code to entry.S 2011-07-24 10:48:21 +02:00
diag.c KVM: s390: Add implementation-specific trace events 2012-07-26 14:04:35 +03:00
gaccess.h s390/comments: unify copyright messages and remove file names 2012-07-20 11:15:04 +02:00
intercept.c KVM: s390: Add support for machine checks. 2013-01-07 19:53:41 -02:00
interrupt.c KVM: s390: Add support for machine checks. 2013-01-07 19:53:41 -02:00
kvm-s390.c KVM: struct kvm_memory_slot.user_alloc -> bool 2012-12-13 23:24:38 -02:00
kvm-s390.h KVM: s390: Add support for machine checks. 2013-01-07 19:53:41 -02:00
priv.c KVM: s390: Add support for machine checks. 2013-01-07 19:53:41 -02:00
sigp.c KVM: s390: Decoding helper functions. 2013-01-07 19:53:38 -02:00
trace-s390.h KVM: s390: Add support for machine checks. 2013-01-07 19:53:41 -02:00
trace.h KVM: s390: Add architectural trace events 2012-07-26 14:04:34 +03:00