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

2024-06-26 Thread Alistair Francis
emu-devel@nongnu.org; > > alistair.fran...@wdc.com; bin.m...@windriver.com; liwei1...@gmail.com; > > dbarb...@ventanamicro.com; zhiwei_...@linux.alibaba.com > > Subject: Re: [PATCH v5 1/4] target/riscv: Add functions for common matching > > conditions of trigger > > >

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

2024-06-26 Thread 張哲嘉
b...@ventanamicro.com; zhiwei_...@linux.alibaba.com > Subject: Re: [PATCH v5 1/4] target/riscv: Add functions for common matching > conditions of trigger > > [EXTERNAL MAIL] > > On Tue, Jun 4, 2024 at 2:42 PM Alvin Chang via > wrote: > > The `From` address is mangled here.

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

2024-06-25 Thread Alistair Francis
On Tue, Jun 4, 2024 at 2:42 PM Alvin Chang via wrote: The `From` address is mangled here. It shows it was sent from the list instead of your actual email address. Do you mind looking into your email setup and see if you can fix it? Alistair > > According to RISC-V Debug specification version 0

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

2024-06-03 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