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 <fangyi...@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, drew