[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/4] ppc/pnv: Add P10 quad ops
From: |
Joel Stanley |
Subject: |
Re: [PATCH 3/4] ppc/pnv: Add P10 quad ops |
Date: |
Fri, 30 Jun 2023 07:35:36 +0000 |
On Fri, 30 Jun 2023 at 07:30, Frederic Barrat <fbarrat@linux.ibm.com> wrote:
>
>
>
> On 30/06/2023 05:55, Joel Stanley wrote:
> > diff --git a/hw/ppc/pnv_core.c b/hw/ppc/pnv_core.c
> > index b9a57463aec4..7fff2fd9e298 100644
> > --- a/hw/ppc/pnv_core.c
> > +++ b/hw/ppc/pnv_core.c
>
> > +static uint64_t pnv_quad_power10_xscom_read(void *opaque, hwaddr addr,
> ...
> > + qemu_log_mask(LOG_UNIMP, "%s: writing @0x%08x\n", __func__,
>
> ^^^ reading
>
> I'm guessing we'll need to flush out that function pretty soon, so not
> worth resending.
Thanks, good catch. It's incorrect in the p9 callback too.
I had it fixed locally along with a re-wording to make it clear the
message was for unimplemented operations, but decided not to send
that.
[PATCH 1/4] ppc/pnv: quad xscom callbacks are P9 specific, Joel Stanley, 2023/06/29
[PATCH 2/4] ppc/pnv: Subclass quad xscom callbacks, Joel Stanley, 2023/06/29
[PATCH 4/4] ppc/pnv: Return zero for core thread state xscom, Joel Stanley, 2023/06/29