Hi Marc,

On 2026/09/11 08:35 PM, Marc-André Lureau wrote:
> The getter/setter use visit_type_size(). Fix the type name mismatch.
> 
> Signed-off-by: Marc-André Lureau <[email protected]>
> ---
>  hw/ppc/spapr_caps.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/ppc/spapr_caps.c b/hw/ppc/spapr_caps.c
> index 0d659e9b0251..103b17364feb 100644
> --- a/hw/ppc/spapr_caps.c
> +++ b/hw/ppc/spapr_caps.c
> @@ -784,7 +784,7 @@ SpaprCapabilityInfo capability_table[SPAPR_CAP_NUM] = {
>          .index = SPAPR_CAP_HPT_MAXPAGESIZE,
>          .get = spapr_cap_get_pagesize,
>          .set = spapr_cap_set_pagesize,
> -        .type = "int",
> +        .type = "size",

Thanks for addressing the HPT_MAXPAGESIZE type fix from v4.

Reviewed-by: Amit Machhiwal <[email protected]>

Thanks,
Amit

>          .apply = cap_hpt_maxpagesize_apply,
>          .cpu_apply = cap_hpt_maxpagesize_cpu_apply,
>      },
> 
> -- 
> 2.55.0.543.g5ebe2ebe4ea8
> 
> 

Reply via email to