| #ifndef __LINUX_KVM_S390_H |
| #define __LINUX_KVM_S390_H |
| * asm-s390/kvm.h - KVM s390 specific structures and definitions |
| * Copyright IBM Corp. 2008 |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License (version 2 only) |
| * as published by the Free Software Foundation. |
| * Author(s): Carsten Otte <cotte@de.ibm.com> |
| * Christian Borntraeger <borntraeger@de.ibm.com> |
| /* for KVM_GET_IRQCHIP and KVM_SET_IRQCHIP */ |
| struct kvm_ioapic_state { |
| /* for KVM_GET_REGS and KVM_SET_REGS */ |
| /* general purpose regs for s390 */ |
| /* for KVM_GET_SREGS and KVM_SET_SREGS */ |
| /* for KVM_GET_FPU and KVM_SET_FPU */ |