qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Ying Fang <fangying1@huawei.com>
To: Andrew Jones <drjones@redhat.com>
Cc: peter.maydell@linaro.org, zhang.zhanghailiang@huawei.com,
	qemu-devel@nongnu.org, alex.chen@huawei.com,
	shannon.zhaosl@gmail.com, qemu-arm@nongnu.org,
	alistair.francis@wdc.com, imammedo@redhat.com
Subject: Re: [RFC PATCH 03/12] target/arm/kvm32: make MPIDR consistent with CPU Topology
Date: Thu, 17 Sep 2020 21:26:59 +0800	[thread overview]
Message-ID: <e009e583-03da-721e-04db-7efad9658267@huawei.com> (raw)
In-Reply-To: <20200917080706.s4edh2vd2gzjwg6y@kamzik.brq.redhat.com>



On 9/17/2020 4:07 PM, Andrew Jones wrote:
> On Thu, Sep 17, 2020 at 11:20:24AM +0800, Ying Fang wrote:
>> MPIDR helps to provide an additional PE identification in a multiprocessor
>> system. This patch adds support for setting MPIDR from userspace, so that
>> MPIDR is consistent with CPU topology configured.
>>
>> Signed-off-by: Ying Fang <fangying1@huawei.com>
>> ---
>>   target/arm/kvm32.c | 46 ++++++++++++++++++++++++++++++++++++++--------
>>   1 file changed, 38 insertions(+), 8 deletions(-)
>>
>> diff --git a/target/arm/kvm32.c b/target/arm/kvm32.c
>> index 0af46b41c8..85694dc8bf 100644
>> --- a/target/arm/kvm32.c
>> +++ b/target/arm/kvm32.c
> 
> This file no longer exists in mainline. Please rebase the whole series.
Thanks, it is gone. Will rebase it.
> 
> Thanks,
> drew
> 
> .
> 


  reply	other threads:[~2020-09-17 13:29 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17  3:20 [RFC PATCH 00/12] hw/arm/virt: Introduce cpu and cache topology support Ying Fang
2020-09-17  3:20 ` [RFC PATCH 01/12] linux headers: Update linux header with KVM_ARM_SET_MP_AFFINITY Ying Fang
2020-09-17  3:20 ` [RFC PATCH 02/12] target/arm/kvm64: make MPIDR consistent with CPU Topology Ying Fang
2020-09-17  7:53   ` Andrew Jones
2020-09-17 10:59     ` Andrew Jones
2020-09-17 13:19       ` Ying Fang
2020-09-17 14:05         ` Andrew Jones
2020-09-17 12:17     ` Ying Fang
2020-09-17  3:20 ` [RFC PATCH 03/12] target/arm/kvm32: " Ying Fang
2020-09-17  8:07   ` Andrew Jones
2020-09-17 13:26     ` Ying Fang [this message]
2020-09-17  3:20 ` [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path Ying Fang
2020-09-17  8:12   ` Andrew Jones
2020-09-17 13:55     ` Ying Fang
2020-09-18  0:25     ` Salil Mehta
2020-09-18  6:06       ` Andrew Jones
2020-09-18 16:58         ` Salil Mehta
2020-09-17  3:20 ` [RFC PATCH 05/12] hw/arm/virt: DT: add cpu-map Ying Fang
2020-09-17  8:14   ` Andrew Jones
2020-09-17  3:20 ` [RFC PATCH 06/12] hw/arm/virt-acpi-build: distinguish possible and present cpus Ying Fang
2020-09-17  8:20   ` Andrew Jones
2020-09-17 13:58     ` Ying Fang
2020-09-17  3:20 ` [RFC PATCH 07/12] hw/acpi/aml-build: add processor hierarchy node structure Ying Fang
2020-09-17  8:27   ` Andrew Jones
2020-09-17 14:03     ` Ying Fang
2020-09-17  3:20 ` [RFC PATCH 08/12] hw/arm/virt-acpi-build: add PPTT table Ying Fang
2020-09-17  8:28   ` Andrew Jones
2020-09-17  3:20 ` [RFC PATCH 09/12] target/arm/cpu: Add CPU cache description for arm Ying Fang
2020-09-17  8:39   ` Andrew Jones
2020-09-17 14:11     ` Ying Fang
2020-09-17  3:20 ` [RFC PATCH 10/12] hw/arm/virt: add fdt cache information Ying Fang
2020-09-17  3:20 ` [RFC PATCH 11/12] hw/acpi/aml-build: build ACPI CPU cache topology information Ying Fang
2020-09-17  3:20 ` [RFC PATCH 12/12] hw/arm/virt-acpi-build: Enable CPU cache topology Ying Fang
2020-10-13 12:11 ` [RFC PATCH 00/12] hw/arm/virt: Introduce cpu and cache topology support Zengtao (B)
2020-10-13 18:08   ` Andrew Jones
2020-10-15  2:07     ` Ying Fang
2020-10-15  7:59       ` Andrew Jones
2020-10-16  9:40         ` Ying Fang
2020-10-16 10:07           ` Andrew Jones
2020-10-20  2:52             ` Ying Fang
2020-10-20  8:20               ` Andrew Jones

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=e009e583-03da-721e-04db-7efad9658267@huawei.com \
    --to=fangying1@huawei.com \
    --cc=alex.chen@huawei.com \
    --cc=alistair.francis@wdc.com \
    --cc=drjones@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=shannon.zhaosl@gmail.com \
    --cc=zhang.zhanghailiang@huawei.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).