Re: [PATCH 3/5] hw/intc/loongarch_extioi: Replace legacy reset callback with new api

2025-03-18 Thread gaosong
在 2025/3/7 下午3:13, Bibo Mao 写道: Replace legacy reset callback register device_class_set_legacy_reset() with new function resettable_class_set_parent_phases(). With new API, it will call reset callback of parent object and then itself. Signed-off-by: Bibo Mao --- hw/intc/loongarch_extioi.c

[PATCH 3/5] hw/intc/loongarch_extioi: Replace legacy reset callback with new api

2025-03-06 Thread Bibo Mao
Replace legacy reset callback register device_class_set_legacy_reset() with new function resettable_class_set_parent_phases(). With new API, it will call reset callback of parent object and then itself. Signed-off-by: Bibo Mao --- hw/intc/loongarch_extioi.c | 12 include/hw/