On 02/07/2015 18:07, Denis V. Lunev wrote: > From: Andrey Smetanin <asmeta...@virtuozzo.com> > > Added hyper-v crash msr's(HV_X64_MSR_CRASH*) data and control > geters and setters. Userspace should check that such msr's > available by check of KVM_CAP_HYPERV_MSR_CRASH capability.
It should use the existing KVM_GET_SUPPORTED_MSRS infrastructure. See emulated_msrs where other Hyper-V MSRs are listed. Paolo