All of lore.kernel.org
 help / color / mirror / Atom feed
From: Suzuki K Poulose <Suzuki.Poulose@arm.com>
To: Vijay Kilari <vijay.kilari@gmail.com>,
	Catalin Marinas <Catalin.Marinas@arm.com>,
	Will Deacon <Will.Deacon@arm.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Vijaya Kumar K <vijayak@caviumnetworks.com>,
	suresh knv <knv.suresh2009@gmail.com>,
	Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Prasun Kapoor <Prasun.Kapoor@caviumnetworks.com>,
	qemu-arm <qemu-arm@nongnu.org>,
	Suresh <ksuresh@caviumnetworks.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-arm] [RFC PATCH v2 2/3] utils: Add cpuinfo helper to fetch /proc/cpuinfo
Date: Mon, 9 May 2016 11:59:51 +0100	[thread overview]
Message-ID: <57306DA7.4010002@arm.com> (raw)
In-Reply-To: <CALicx6saTB9giRqubF=kUkBihvZRoCVq6XVNxvi2a+nkmzMKXA@mail.gmail.com>

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
>


WARNING: multiple messages have this Message-ID (diff)
From: Suzuki K Poulose <Suzuki.Poulose@arm.com>
To: Vijay Kilari <vijay.kilari@gmail.com>,
	Catalin Marinas <Catalin.Marinas@arm.com>,
	Will Deacon <Will.Deacon@arm.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Vijaya Kumar K <vijayak@caviumnetworks.com>,
	qemu-arm <qemu-arm@nongnu.org>,
	Paolo Bonzini <pbonzini@redhat.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Prasun Kapoor <Prasun.Kapoor@caviumnetworks.com>,
	suresh knv <knv.suresh2009@gmail.com>,
	Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>,
	Suresh <ksuresh@caviumnetworks.com>
Subject: Re: [Qemu-devel] [RFC PATCH v2 2/3] utils: Add cpuinfo helper to fetch /proc/cpuinfo
Date: Mon, 9 May 2016 11:59:51 +0100	[thread overview]
Message-ID: <57306DA7.4010002@arm.com> (raw)
In-Reply-To: <CALicx6saTB9giRqubF=kUkBihvZRoCVq6XVNxvi2a+nkmzMKXA@mail.gmail.com>

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
>

  reply	other threads:[~2016-05-09 11:00 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-07  9:58 [Qemu-arm] [RFC PATCH v2 0/3] ARM64: Live migration optimization vijayak
2016-04-07  9:58 ` [Qemu-devel] " vijayak
2016-04-07  9:58 ` [Qemu-arm] [RFC PATCH v2 1/3] target-arm: Use Neon for zero checking vijayak
2016-04-07  9:58   ` [Qemu-devel] " vijayak
2016-04-07 10:30   ` [Qemu-arm] " Paolo Bonzini
2016-04-07 10:30     ` [Qemu-devel] " Paolo Bonzini
2016-04-07 10:44     ` [Qemu-arm] " Peter Maydell
2016-04-07 10:44       ` [Qemu-devel] " Peter Maydell
2016-04-07 10:44   ` [Qemu-arm] " Peter Maydell
2016-04-07 10:44     ` [Qemu-devel] " Peter Maydell
2016-04-09 22:45   ` [Qemu-arm] " Richard Henderson
2016-04-09 22:45     ` Richard Henderson
2016-04-11 10:40     ` Peter Maydell
2016-04-11 10:40       ` Peter Maydell
2016-04-07  9:58 ` [Qemu-arm] [RFC PATCH v2 2/3] utils: Add cpuinfo helper to fetch /proc/cpuinfo vijayak
2016-04-07  9:58   ` [Qemu-devel] " vijayak
2016-04-07 10:11   ` [Qemu-arm] " Peter Maydell
2016-04-07 10:11     ` [Qemu-devel] " Peter Maydell
2016-04-07 10:56     ` [Qemu-arm] " Vijay Kilari
2016-04-07 10:56       ` [Qemu-devel] " Vijay Kilari
2016-04-07 11:45       ` [Qemu-arm] " Peter Maydell
2016-04-07 11:45         ` [Qemu-devel] " Peter Maydell
2016-04-08  6:21         ` [Qemu-arm] " Vijay Kilari
2016-04-08  6:21           ` [Qemu-devel] " Vijay Kilari
2016-04-08  9:43           ` [Qemu-arm] " Peter Maydell
2016-04-08  9:43             ` [Qemu-devel] " Peter Maydell
2016-04-11  6:52             ` [Qemu-arm] " Vijay Kilari
2016-04-11  6:52               ` [Qemu-devel] " Vijay Kilari
2016-04-11  9:37               ` [Qemu-arm] " Suzuki K Poulose
2016-04-11  9:37                 ` [Qemu-devel] " Suzuki K Poulose
2016-04-13  9:54                 ` [Qemu-arm] " Vijay Kilari
2016-04-13  9:54                   ` [Qemu-devel] " Vijay Kilari
2016-04-13  9:59                   ` Suzuki K Poulose
2016-04-13  9:59                     ` Suzuki K Poulose
2016-05-09  3:30                     ` [Qemu-arm] " Vijay Kilari
2016-05-09  3:30                       ` [Qemu-devel] " Vijay Kilari
2016-05-09 10:59                       ` Suzuki K Poulose [this message]
2016-05-09 10:59                         ` Suzuki K Poulose
2016-05-09 11:21                         ` [Qemu-arm] " Peter Maydell
2016-05-09 11:21                           ` [Qemu-devel] " Peter Maydell
2016-05-09 13:44                           ` Catalin Marinas
2016-05-09 13:44                             ` Catalin Marinas
2016-05-10 10:24                             ` Will Deacon
2016-05-10 10:24                               ` Will Deacon
2016-05-10 13:06                               ` [Qemu-arm] " Catalin Marinas
2016-05-10 13:06                                 ` [Qemu-devel] " Catalin Marinas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57306DA7.4010002@arm.com \
    --to=suzuki.poulose@arm.com \
    --cc=Catalin.Marinas@arm.com \
    --cc=Prasun.Kapoor@caviumnetworks.com \
    --cc=Vijaya.Kumar@caviumnetworks.com \
    --cc=Will.Deacon@arm.com \
    --cc=knv.suresh2009@gmail.com \
    --cc=ksuresh@caviumnetworks.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=vijay.kilari@gmail.com \
    --cc=vijayak@caviumnetworks.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.