|
@@ -50,6 +50,7 @@ struct kvm_stats_debugfs_item debugfs_entries[] = {
|
|
|
{ "exit_instruction", VCPU_STAT(exit_instruction) },
|
|
|
{ "exit_program_interruption", VCPU_STAT(exit_program_interruption) },
|
|
|
{ "exit_instr_and_program_int", VCPU_STAT(exit_instr_and_program) },
|
|
|
+ { "halt_wakeup", VCPU_STAT(halt_wakeup) },
|
|
|
{ "instruction_lctlg", VCPU_STAT(instruction_lctlg) },
|
|
|
{ "instruction_lctl", VCPU_STAT(instruction_lctl) },
|
|
|
{ "instruction_stctl", VCPU_STAT(instruction_stctl) },
|
|
@@ -1786,7 +1787,7 @@ static int __init kvm_s390_init(void)
|
|
|
return -ENOMEM;
|
|
|
}
|
|
|
memcpy(vfacilities, S390_lowcore.stfle_fac_list, 16);
|
|
|
- vfacilities[0] &= 0xff82fff3f4fc2000UL;
|
|
|
+ vfacilities[0] &= 0xff82fffbf47c2000UL;
|
|
|
vfacilities[1] &= 0x005c000000000000UL;
|
|
|
return 0;
|
|
|
}
|