kvm-s390.c (5630a8e82b1ee4d13daa500c045603c5b4801fd9) | kvm-s390.c (13ee3f678b1117d7511a2c5e10549f7c37f4cadf) |
---|---|
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. --- 261 unchanged lines hidden (view full) --- 270 if (sclp.has_siif) 271 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_SIIF); 272 if (sclp.has_gpere) 273 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_GPERE); 274 if (sclp.has_gsls) 275 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_GSLS); 276 if (sclp.has_ib) 277 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_IB); | 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. --- 261 unchanged lines hidden (view full) --- 270 if (sclp.has_siif) 271 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_SIIF); 272 if (sclp.has_gpere) 273 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_GPERE); 274 if (sclp.has_gsls) 275 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_GSLS); 276 if (sclp.has_ib) 277 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_IB); |
278 if (sclp.has_cei) 279 allow_cpu_feat(KVM_S390_VM_CPU_FEAT_CEI); |
|
278} 279 280int kvm_arch_init(void *opaque) 281{ 282 kvm_s390_dbf = debug_register("kvm-trace", 32, 1, 7 * sizeof(long)); 283 if (!kvm_s390_dbf) 284 return -ENOMEM; 285 --- 2982 unchanged lines hidden --- | 280} 281 282int kvm_arch_init(void *opaque) 283{ 284 kvm_s390_dbf = debug_register("kvm-trace", 32, 1, 7 * sizeof(long)); 285 if (!kvm_s390_dbf) 286 return -ENOMEM; 287 --- 2982 unchanged lines hidden --- |