From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Huang Subject: Re: [PATCH V2 2/5] KVM: x86/vPMU: Rename pmu.c file to pmu_intel.c Date: Thu, 09 Apr 2015 14:23:39 -0500 Message-ID: <5526D1BB.3050308@redhat.com> References: <1428509905-32352-1-git-send-email-wei@redhat.com> <1428509905-32352-3-git-send-email-wei@redhat.com> <20150409191039.GA16931@potion.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, pbonzini@redhat.com, gleb@kernel.org To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54005 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933066AbbDITXm (ORCPT ); Thu, 9 Apr 2015 15:23:42 -0400 In-Reply-To: <20150409191039.GA16931@potion.brq.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 4/9/15 14:10, Radim Kr=C4=8Dm=C3=A1=C5=99 wrote: > 2015-04-08 12:18-0400, Wei Huang: >> As a preparation to unify vPMU implementation, this patch renames pm= u.c >> to pmu_intel.c. Makefile is changed accordingly. >> >> Signed-off-by: Wei Huang >> --- > > (Since v2 does move quite a bit of it back to pmu.c, we can also deci= de > to keep git history in pmu.c, instead of pmu_intel.c ... I suppose > there isn't huge advantage in doing it differently, though.) That should be easy to fix; I will do it in the next spin. -Wei >