From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFG4u-0006Gf-Rz for qemu-devel@nongnu.org; Wed, 24 Oct 2018 06:07:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFG4q-0008LL-2W for qemu-devel@nongnu.org; Wed, 24 Oct 2018 06:07:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48512) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gFG4p-0008KY-S3 for qemu-devel@nongnu.org; Wed, 24 Oct 2018 06:07:47 -0400 Date: Wed, 24 Oct 2018 06:49:28 -0300 From: Eduardo Habkost Message-ID: <20181024094928.GB4096@habkost.net> References: <1539578845-37944-1-git-send-email-robert.hu@linux.intel.com> <1539578845-37944-2-git-send-email-robert.hu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1539578845-37944-2-git-send-email-robert.hu@linux.intel.com> Subject: Re: [Qemu-devel] [PATCH v5 1/3] kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Robert Hoo Cc: pbonzini@redhat.com, rth@twiddle.net, thomas.lendacky@amd.com, robert.hu@intel.com, qemu-devel@nongnu.org On Mon, Oct 15, 2018 at 12:47:23PM +0800, Robert Hoo wrote: > Add kvm_get_supported_feature_msrs() to get supported MSR feature index list. > Add kvm_arch_get_supported_msr_feature() to get each MSR features value. > > Signed-off-by: Robert Hoo Reviewed-by: Eduardo Habkost -- Eduardo