On 10/29/21 8:25 AM, Bin Meng wrote:
@@ -231,6 +232,10 @@ struct CPURISCVState { pmp_table_t pmp_state; target_ulong mseccfg;+ /* trigger module */+ target_ulong trigger_cur; + trigger_type2_t trigger_type2[TRIGGER_TYPE2_NUM];
You need to add a subsection to machine.c to migrate this state. r~
