All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@kaod.org>
To: Fabiano Rosas <farosas@linux.ibm.com>, <qemu-devel@nongnu.org>
Cc: danielhb413@gmail.com, qemu-ppc@nongnu.org, david@gibson.dropbear.id.au
Subject: Re: [PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n)
Date: Fri, 4 Feb 2022 07:42:38 +0100	[thread overview]
Message-ID: <f8a83c3d-be90-30bc-5cdf-752fe3d1b04c@kaod.org> (raw)
In-Reply-To: <20220203200957.1434641-1-farosas@linux.ibm.com>

On 2/3/22 21:09, Fabiano Rosas wrote:

> This series handles the 6xx family: 603, 604, G2, G2LE, 

What about the e300 ? I guess it's only a 603 variant for QEMU.

> MPC5xx and MPC8xx.

These are linux-user only, no MMU. I wonder if we shouldn't simply
drop support. At least we could remove POWERPC_MMU_MPC8xx.

C.

> There is a patch upfront to move them all into the same
> POWERPC_EXCP_6xx, but otherwise the rest of the series is pretty much
> the same as I have done for the other CPUs.
> 
> This was tested with the 604 only. But I'm not too worried because
> these 32 bit CPUs are quite similar to one another.
> 
> Fabiano Rosas (11):
>    target/ppc: Merge exception model IDs for 6xx CPUs
>    target/ppc: Introduce powerpc_excp_6xx
>    target/ppc: Simplify powerpc_excp_6xx
>    target/ppc: 6xx: Critical exception cleanup
>    target/ppc: 6xx: Machine Check exception cleanup
>    target/ppc: 6xx: External interrupt cleanup
>    target/ppc: 6xx: Program exception cleanup
>    target/ppc: 6xx: System Call exception cleanup
>    target/ppc: 6xx: System Reset interrupt cleanup
>    target/ppc: 6xx: Software TLB exceptions cleanup
>    target/ppc: 6xx: Set SRRs directly in exception code
> 
>   target/ppc/cpu-qom.h     |   8 +-
>   target/ppc/cpu_init.c    |  18 ++--
>   target/ppc/excp_helper.c | 200 ++++++++++++++++++++++++++++++++++++++-
>   3 files changed, 208 insertions(+), 18 deletions(-)
> 



  parent reply	other threads:[~2022-02-04  7:14 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03 20:09 [PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n) Fabiano Rosas
2022-02-03 20:09 ` [PATCH 01/11] target/ppc: Merge exception model IDs for 6xx CPUs Fabiano Rosas
2022-02-03 20:09 ` [PATCH 02/11] target/ppc: Introduce powerpc_excp_6xx Fabiano Rosas
2022-02-03 20:09 ` [PATCH 03/11] target/ppc: Simplify powerpc_excp_6xx Fabiano Rosas
2022-02-03 20:09 ` [PATCH 04/11] target/ppc: 6xx: Critical exception cleanup Fabiano Rosas
2022-02-04 12:43   ` BALATON Zoltan
2022-02-04 15:42     ` Fabiano Rosas
2022-02-03 20:09 ` [PATCH 05/11] target/ppc: 6xx: Machine Check " Fabiano Rosas
2022-02-03 20:09 ` [PATCH 06/11] target/ppc: 6xx: External interrupt cleanup Fabiano Rosas
2022-02-03 20:09 ` [PATCH 07/11] target/ppc: 6xx: Program exception cleanup Fabiano Rosas
2022-02-03 20:09 ` [PATCH 08/11] target/ppc: 6xx: System Call " Fabiano Rosas
2022-02-03 20:09 ` [PATCH 09/11] target/ppc: 6xx: System Reset interrupt cleanup Fabiano Rosas
2022-02-03 20:09 ` [PATCH 10/11] target/ppc: 6xx: Software TLB exceptions cleanup Fabiano Rosas
2022-02-04 12:51   ` BALATON Zoltan
2022-02-04 15:46     ` Fabiano Rosas
2022-02-04 16:36       ` BALATON Zoltan
2022-02-03 20:09 ` [PATCH 11/11] target/ppc: 6xx: Set SRRs directly in exception code Fabiano Rosas
2022-02-04  6:42 ` Cédric Le Goater [this message]
2022-02-04 15:50   ` [PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n) Fabiano Rosas
2022-02-09  7:44 ` Cédric Le Goater

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=f8a83c3d-be90-30bc-5cdf-752fe3d1b04c@kaod.org \
    --to=clg@kaod.org \
    --cc=danielhb413@gmail.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=farosas@linux.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /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.