From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756512AbdJJNOq (ORCPT ); Tue, 10 Oct 2017 09:14:46 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:34379 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755981AbdJJNOn (ORCPT ); Tue, 10 Oct 2017 09:14:43 -0400 Subject: Re: [PATCH] xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvm To: Zhenzhong Duan , jgross@suse.com, vkuznets@redhat.com References: Cc: mingo@redhat.com, x86@kernel.org, xen-devel@lists.xenproject.org, tglx@linutronix.de, Srinivas REDDY Eeda , Joe Jin , linux-kernel@vger.kernel.org, hpa@zytor.com From: Boris Ostrovsky Message-ID: <4a90f82f-4a52-30f3-2892-e9b6862118e6@oracle.com> Date: Tue, 10 Oct 2017 09:15:07 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/08/2017 10:58 PM, Zhenzhong Duan wrote: > As xen_cpuhp_setup is called by PV and PVHVM, the name of "x86/xen/hvm_guest" > is confusing. > > Signed-off-by: Zhenzhong Duan Reviewed-by: Boris Ostrovsky Applied to for-linus-4.14c. -boris