[PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger

2024-06-26 Thread Alvin Chang via
According to RISC-V Debug specification version 0.13 [1] (also applied to version 1.0 [2] but it has not been ratified yet), there are several common matching conditions before firing a trigger, including the enabled privilege levels of the trigger. This commit adds trigger_common_match() to prepa

RE: [PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger

2024-06-26 Thread 張哲嘉
anamicro.com; zhiwei_...@linux.alibaba.com > Subject: Re: [PATCH v6 1/3] target/riscv: Add functions for common matching > conditions of trigger > > [EXTERNAL MAIL] > > On Wed, Jun 26, 2024 at 11:25 PM Alvin Chang via > wrote: > > > > From: Alvin Chang via > > Somet

[PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger

2024-06-26 Thread alvinga--- via
From: Alvin Chang via According to RISC-V Debug specification version 0.13 [1] (also applied to version 1.0 [2] but it has not been ratified yet), there are several common matching conditions before firing a trigger, including the enabled privilege levels of the trigger. This commit adds trigger

Re: [PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger

2024-06-26 Thread Alistair Francis
On Wed, Jun 26, 2024 at 11:25 PM Alvin Chang via wrote: > > From: Alvin Chang via Something is still strange with your From Alistair > > According to RISC-V Debug specification version 0.13 [1] (also applied > to version 1.0 [2] but it has not been ratified yet), there are several > common mat

[PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger

2024-06-26 Thread Alvin Chang via
From: Alvin Chang via According to RISC-V Debug specification version 0.13 [1] (also applied to version 1.0 [2] but it has not been ratified yet), there are several common matching conditions before firing a trigger, including the enabled privilege levels of the trigger. This commit adds trigger