From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aziuw-0001Rl-5J for qemu-devel@nongnu.org; Mon, 09 May 2016 07:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aziuv-00085u-7H for qemu-devel@nongnu.org; Mon, 09 May 2016 07:00:02 -0400 References: <1460023087-31509-1-git-send-email-vijayak@caviumnetworks.com> <1460023087-31509-3-git-send-email-vijayak@caviumnetworks.com> <570B7048.5010501@arm.com> <570E1866.9010201@arm.com> From: Suzuki K Poulose Message-ID: <57306DA7.4010002@arm.com> Date: Mon, 9 May 2016 11:59:51 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v2 2/3] utils: Add cpuinfo helper to fetch /proc/cpuinfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vijay Kilari , Catalin Marinas , Will Deacon Cc: Peter Maydell , Vijaya Kumar K , qemu-arm , Paolo Bonzini , QEMU Developers , Prasun Kapoor , suresh knv , Vijaya Kumar K , Suresh On 09/05/16 04:30, Vijay Kilari wrote: >>> Hi Suzuki, >>> >>> The last 5 patches are not compiling on v4.4. Looks like your patch >>> series is not merged completely. Can you please >>> rebase your patches and let me know. >>> >> >> Could you please give the tree below a try ? >> >> git://linux-arm.org/linux-skp.git cpu-ftr/v3-4.3-rc4 > > This works. > Now the question is, Are your patches getting merged anytime soon?. Well, we have been waiting for a use case, like this, before we merge the series. Will, Catalin, Now that we have some real users of the infrastructure, what do you think ? I can post an updated/rebased series, if you would like. Suzuki > If not, I prefer to go with /proc/cpuinfo. > > Another solution is look for /sys/devices/system/cpu/cpu$ID/identification/midr > if not available then fall back on /proc/cpuinfo. > > Regards > Vijay >