kvm-s390.c (879f99ef2c4c05d9a7f0a67a05f1415663119825) | kvm-s390.c (ebc3226202d5956a5963185222982d435378b899) |
---|---|
1/* 2 * hosting zSeries kernel virtual machines 3 * 4 * Copyright IBM Corp. 2008, 2009 5 * 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. --- 144 unchanged lines hidden (view full) --- 153#ifdef CONFIG_KVM_S390_UCONTROL 154 case KVM_CAP_S390_UCONTROL: 155#endif 156 case KVM_CAP_ASYNC_PF: 157 case KVM_CAP_SYNC_REGS: 158 case KVM_CAP_ONE_REG: 159 case KVM_CAP_ENABLE_CAP: 160 case KVM_CAP_S390_CSS_SUPPORT: | 1/* 2 * hosting zSeries kernel virtual machines 3 * 4 * Copyright IBM Corp. 2008, 2009 5 * 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. --- 144 unchanged lines hidden (view full) --- 153#ifdef CONFIG_KVM_S390_UCONTROL 154 case KVM_CAP_S390_UCONTROL: 155#endif 156 case KVM_CAP_ASYNC_PF: 157 case KVM_CAP_SYNC_REGS: 158 case KVM_CAP_ONE_REG: 159 case KVM_CAP_ENABLE_CAP: 160 case KVM_CAP_S390_CSS_SUPPORT: |
161 case KVM_CAP_IRQFD: |
|
161 case KVM_CAP_IOEVENTFD: 162 case KVM_CAP_DEVICE_CTRL: 163 case KVM_CAP_ENABLE_CAP_VM: 164 r = 1; 165 break; 166 case KVM_CAP_NR_VCPUS: 167 case KVM_CAP_MAX_VCPUS: 168 r = KVM_MAX_VCPUS; --- 1258 unchanged lines hidden --- | 162 case KVM_CAP_IOEVENTFD: 163 case KVM_CAP_DEVICE_CTRL: 164 case KVM_CAP_ENABLE_CAP_VM: 165 r = 1; 166 break; 167 case KVM_CAP_NR_VCPUS: 168 case KVM_CAP_MAX_VCPUS: 169 r = KVM_MAX_VCPUS; --- 1258 unchanged lines hidden --- |