|
From: | Aditya Gupta |
Subject: | Re: [PATCH v6 05/10] ppc/pnv: Add SBE model for Power11 |
Date: | Tue, 25 Mar 2025 22:36:12 +0530 |
User-agent: | Mozilla Thunderbird |
On 25/03/25 20:08, Cédric Le Goater wrote:
On 3/25/25 12:23, Aditya Gupta wrote:<...snip...> --- a/hw/ppc/pnv_sbe.c +++ b/hw/ppc/pnv_sbe.c @@ -366,6 +366,20 @@ static const TypeInfo pnv_sbe_power10_type_info = { .name = TYPE_PNV10_SBE, .parent = TYPE_PNV9_SBE, .class_init = pnv_sbe_power10_class_init, + .class_base_init = pnv_sbe_power10_class_init,again why change .class_base_init ?
So that the P11 types which declared P10 types as parent, follow this .class_init. Same reason for the other models.
Will consider dropping these models, since same as P10s. Thanks, - Aditya Gupta
C.
[Prev in Thread] | Current Thread | [Next in Thread] |