qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v8 06/10] hw/fsi: Aspeed APB2OPB interface


From: Ninad Palsule
Subject: Re: [PATCH v8 06/10] hw/fsi: Aspeed APB2OPB interface
Date: Tue, 9 Jan 2024 14:30:52 -0600
User-agent: Mozilla Thunderbird

Hello Cedric,


+    for (i = 0; i < ASPEED_FSI_NUM; i++) {
+        if (!qdev_realize_and_unref(DEVICE(&s->fsi[i]), BUS(&s->opb[i]),


s->fsi[i] is not allocated. We should use qdev_realize instead.

I am not sure I understood this. FSIMasterState fsi[ASPEED_FSI_NUM]; is inside structure AspeedAPB2OPBState so it must be allocated, right?

See the documentation :

https://www.qemu.org/docs/master/devel/qdev-api.html#c.qdev_realize_and_unref

Fixed it. Thanks for the review.

Regards,

Ninad




reply via email to

[Prev in Thread] Current Thread [Next in Thread]