From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAhMQ-0003uz-6k for qemu-devel@nongnu.org; Thu, 02 Jul 2015 12:29:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAhML-00086j-8U for qemu-devel@nongnu.org; Thu, 02 Jul 2015 12:29:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAhML-00086d-3F for qemu-devel@nongnu.org; Thu, 02 Jul 2015 12:29:09 -0400 References: <1435853275-5440-1-git-send-email-den@openvz.org> <1435853275-5440-8-git-send-email-den@openvz.org> From: Paolo Bonzini Message-ID: <559566D0.2080308@redhat.com> Date: Thu, 2 Jul 2015 18:29:04 +0200 MIME-Version: 1.0 In-Reply-To: <1435853275-5440-8-git-send-email-den@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/12] kvm/x86: added hyper-v crash data and ctl msr's get/set'ers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Andrey Smetanin , Gleb Natapov , qemu-devel@nongnu.org, kvm@vger.kernel.org On 02/07/2015 18:07, Denis V. Lunev wrote: > From: Andrey Smetanin > > 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