qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v13 3/7] [RISCV_PM] Support CSRs required for RISC-V PM exten


From: Richard Henderson
Subject: Re: [PATCH v13 3/7] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the h-mode
Date: Fri, 15 Oct 2021 17:03:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/15/21 12:29 PM, Alexey Baturo wrote:
+
+    /*
+     * CSRs for PointerMasking extension
+     */
+    target_ulong mmte;
+    target_ulong mpmmask;
+    target_ulong mpmbase;
+    target_ulong spmmask;
+    target_ulong spmbase;
+    target_ulong upmmask;
+    target_ulong upmbase;

You need to update machine.c to migrate these.
C.f. vmstate_pmp.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]