On Thu, Apr 18, 2024 at 04:10:56PM -0700, nifan....@gmail.com wrote: > From: Fan Ni <fan...@samsung.com> > > The function ct3_build_cdat_entries_for_mr only uses size of the passed > memory region argument, refactor the function definition to make the passed > arguments more specific. > > Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com> > Signed-off-by: Fan Ni <fan...@samsung.com> > --- > hw/mem/cxl_type3.c | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) > > diff --git a/hw/mem/cxl_type3.c b/hw/mem/cxl_type3.c > index 5ceed0ab4c..a1fe268560 100644 > --- a/hw/mem/cxl_type3.c > +++ b/hw/mem/cxl_type3.c > @@ -44,7 +44,7 @@ enum { > };
Reviewed-by: Gregory Price <gregory.pr...@memverge.com>