Re: [Qemu-devel] [PATCH] hw/arm/sysbus-fdt: fix assert in match function

2018-11-17 Thread Auger Eric
Hi Peng, On 11/17/18 8:22 PM, Peng Hao wrote: > In match function it should not call OBJECK_CHECK. When there is > a mismatch, we should continue to match rather than assert(). Normally this issue should have been fixed by e9ac8e84f0 "hw/arm/sysbus-fdt: Only call match_fn callback if the type

[Qemu-devel] [PATCH] hw/arm/sysbus-fdt: fix assert in match function

2018-11-17 Thread Peng Hao
In match function it should not call OBJECK_CHECK. When there is a mismatch, we should continue to match rather than assert(). Signed-off-by: Peng Hao --- hw/arm/sysbus-fdt.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/arm/sysbus-fdt.c b/hw/arm/sysbus-fdt.c