[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/2] target/riscv: throw debug exception before page fault
From: |
Alistair Francis |
Subject: |
Re: [PATCH v3 0/2] target/riscv: throw debug exception before page fault |
Date: |
Wed, 29 Jan 2025 11:48:10 +1000 |
On Wed, Jan 22, 2025 at 3:07 AM Daniel Henrique Barboza
<dbarboza@ventanamicro.com> wrote:
>
> Hi,
>
> In this new version, in patch 2, we're using the address 'size' val from
> riscv_cpu_tlb_fill() instead of infering it from the CPU XLEN.
>
> No other changes made. Patches based on master.
>
> Changes from v2:
> - patch 2:
> - use 'size' instead of infering wp_len using the CPU XLEN
> - v2 link:
> 20250120204910.1317013-1-dbarboza@ventanamicro.com/">https://lore.kernel.org/qemu-riscv/20250120204910.1317013-1-dbarboza@ventanamicro.com/
>
> Daniel Henrique Barboza (2):
> target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
> target/riscv: throw debug exception before page fault
Thanks!
Applied to riscv-to-apply.next
Alistair
>
> target/riscv/cpu_helper.c | 18 ++++++++++++++++++
> target/riscv/debug.c | 6 ++++--
> 2 files changed, 22 insertions(+), 2 deletions(-)
>
> --
> 2.47.1
>
>