qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: "Bruno Larsen (billionai)" <bruno.larsen@eldorado.org.br>,
	qemu-devel@nongnu.org
Cc: farosas@linux.ibm.com, luis.pires@eldorado.org.br,
	Greg Kurz <groug@kaod.org>,
	lucas.araujo@eldorado.org.br, fernando.valle@eldorado.org.br,
	qemu-ppc@nongnu.org, clg@kaod.org, matheus.ferst@eldorado.org.br,
	david@gibson.dropbear.id.au
Subject: Re: [PATCH v3 3/3] target/ppc: changed ppc_hash64_xlate to use mmu_idx
Date: Fri, 25 Jun 2021 22:45:38 -0700	[thread overview]
Message-ID: <3404700e-8914-a2df-b45b-c4c225b35a09@linaro.org> (raw)
In-Reply-To: <20210624202131.108255-4-bruno.larsen@eldorado.org.br>

On 6/24/21 1:21 PM, Bruno Larsen (billionai) wrote:
>   /* Check Basic Storage Protection */
> -static int ppc_hash64_pte_prot(PowerPCCPU *cpu,
> +static int ppc_hash64_pte_prot(PowerPCCPU *cpu, int mmu_idx,
>                                  ppc_slb_t *slb, ppc_hash_pte64_t pte)
>   {
> -    CPUPPCState *env = &cpu->env;
>       unsigned pp, key;

cpu argument is no longer used.

Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


      reply	other threads:[~2021-06-26  5:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-24 20:21 [PATCH v3 0/3] Clean up MMU translation Bruno Larsen (billionai)
2021-06-24 20:21 ` [PATCH v3 1/3] target/ppc: fix address translation bug for radix mmus Bruno Larsen (billionai)
2021-06-28  7:07   ` Cédric Le Goater
2021-06-24 20:21 ` [PATCH v3 2/3] target/ppc: change ppc_hash32_xlate to use mmu_idx Bruno Larsen (billionai)
2021-06-26  5:49   ` Richard Henderson
2021-06-24 20:21 ` [PATCH v3 3/3] target/ppc: changed ppc_hash64_xlate " Bruno Larsen (billionai)
2021-06-26  5:45   ` Richard Henderson [this message]

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=3404700e-8914-a2df-b45b-c4c225b35a09@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=bruno.larsen@eldorado.org.br \
    --cc=clg@kaod.org \
    --cc=david@gibson.dropbear.id.au \
    --cc=farosas@linux.ibm.com \
    --cc=fernando.valle@eldorado.org.br \
    --cc=groug@kaod.org \
    --cc=lucas.araujo@eldorado.org.br \
    --cc=luis.pires@eldorado.org.br \
    --cc=matheus.ferst@eldorado.org.br \
    --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 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).