From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH] KVM: x86: rename quirk constants to KVM_X86_QUIRK_* Date: Thu, 23 Jul 2015 14:34:50 +0800 Message-ID: <55B08B0A.1060002@linux.intel.com> References: <1437632782-5732-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: Received: from mga09.intel.com ([134.134.136.24]:33120 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752151AbbGWGkF (ORCPT ); Thu, 23 Jul 2015 02:40:05 -0400 In-Reply-To: <1437632782-5732-1-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 07/23/2015 02:26 PM, Paolo Bonzini wrote: > Make them clearly architecture-dependent; the capability is valid for > all architectures, but the argument is not. > Reviewed-by: Xiao Guangrong Okay, i saw you already have adjusted and merged my patchset, thanks for your work. :)