From: Helge Deller <deller@gmx.de>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: deller@kernel.org, peter.maydell@linaro.org,
alex.bennee@linaro.org, linux-parisc@vger.kernel.org,
qemu-arm@nongnu.org
Subject: Re: [PATCH v3 11/20] target/hppa: Implement TCGCPUOps.tlb_fill_align
Date: Wed, 9 Oct 2024 23:33:02 +0200 [thread overview]
Message-ID: <a361e907-596c-43c4-a4fe-575f88f40bea@gmx.de> (raw)
In-Reply-To: <20241009000453.315652-12-richard.henderson@linaro.org>
On 10/9/24 02:04, Richard Henderson wrote:
> Convert hppa_cpu_tlb_fill to hppa_cpu_tlb_fill_align so that we
> can recognize alignment exceptions in the correct priority order.
>
> Resolves: https://bugzilla.kernel.org/show_bug.cgi?id=219339
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Helge Deller <deller@gmx.de>
Tested-by: Helge Deller <deller@gmx.de>
> ---
> target/hppa/cpu.h | 6 +++---
> target/hppa/cpu.c | 2 +-
> target/hppa/mem_helper.c | 21 ++++++++++++---------
> 3 files changed, 16 insertions(+), 13 deletions(-)
next prev parent reply other threads:[~2024-10-09 21:33 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 0:04 [PATCH v3 00/20] accel/tcg: Introduce tlb_fill_align hook Richard Henderson
2024-10-09 0:04 ` [PATCH v3 01/20] accel/tcg: Assert noreturn from write-only page for atomics Richard Henderson
2024-10-09 0:04 ` [PATCH v3 02/20] include/exec/memop: Move get_alignment_bits from tcg.h Richard Henderson
2024-10-09 0:04 ` [PATCH v3 03/20] include/exec/memop: Rename get_alignment_bits Richard Henderson
2024-10-09 0:04 ` [PATCH v3 04/20] include/exec/memop: Introduce memop_atomicity_bits Richard Henderson
2024-10-09 18:55 ` Philippe Mathieu-Daudé
2024-10-09 0:04 ` [PATCH v3 05/20] accel/tcg: Add TCGCPUOps.tlb_fill_align Richard Henderson
2024-10-09 19:46 ` Helge Deller
2024-10-10 10:31 ` Peter Maydell
2024-10-09 0:04 ` [PATCH v3 06/20] accel/tcg: Use the alignment test in tlb_fill_align Richard Henderson
2024-10-09 21:29 ` Helge Deller
2024-10-10 10:44 ` Peter Maydell
2024-10-11 15:22 ` Richard Henderson
2024-10-11 15:36 ` Peter Maydell
2024-10-09 0:04 ` [PATCH v3 07/20] target/hppa: Add MemOp argument to hppa_get_physical_address Richard Henderson
2024-10-09 0:04 ` [PATCH v3 08/20] target/hppa: Perform access rights before protection id check Richard Henderson
2024-10-09 0:04 ` [PATCH v3 09/20] target/hppa: Fix priority of T, D, and B page faults Richard Henderson
2024-10-14 18:02 ` Michael Tokarev
2024-10-14 19:31 ` Richard Henderson
2024-10-14 20:17 ` Michael Tokarev
2024-10-09 0:04 ` [PATCH v3 10/20] target/hppa: Handle alignment faults in hppa_get_physical_address Richard Henderson
2024-10-09 0:04 ` [PATCH v3 11/20] target/hppa: Implement TCGCPUOps.tlb_fill_align Richard Henderson
2024-10-09 21:33 ` Helge Deller [this message]
2024-10-09 0:04 ` [PATCH v3 12/20] target/arm: Pass MemOp to get_phys_addr Richard Henderson
2024-10-09 0:04 ` [PATCH v3 13/20] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc Richard Henderson
2024-10-09 0:04 ` [PATCH v3 14/20] target/arm: Pass MemOp to get_phys_addr_gpc Richard Henderson
2024-10-09 0:04 ` [PATCH v3 15/20] target/arm: Pass MemOp to get_phys_addr_nogpc Richard Henderson
2024-10-09 0:04 ` [PATCH v3 16/20] target/arm: Pass MemOp through get_phys_addr_twostage Richard Henderson
2024-10-09 0:04 ` [PATCH v3 17/20] target/arm: Pass MemOp to get_phys_addr_lpae Richard Henderson
2024-10-09 0:04 ` [PATCH v3 18/20] target/arm: Move device detection earlier in get_phys_addr_lpae Richard Henderson
2024-10-09 0:04 ` [PATCH v3 19/20] target/arm: Implement TCGCPUOps.tlb_fill_align Richard Henderson
2024-10-10 11:54 ` Peter Maydell
2024-10-09 0:04 ` [PATCH v3 20/20] target/arm: Fix alignment fault priority in get_phys_addr_lpae Richard Henderson
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=a361e907-596c-43c4-a4fe-575f88f40bea@gmx.de \
--to=deller@gmx.de \
--cc=alex.bennee@linaro.org \
--cc=deller@kernel.org \
--cc=linux-parisc@vger.kernel.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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).