> + if (s->linear_aper_sz < 16 * MiB) {
> + error_setg(errp, "x-linear-aper-size is too small (minimum 16 MiB");
> + return;
> + }Small typo here missing the closing ")" in the error message. But otherwise: Reviewed-by: Chad Jablonski <[email protected]>
