Vishal Verma wrote: > From: Dan Williams <dan.j.willi...@intel.com> > > When verbose listing was added, region listing support was not available, so > it got missed. Add it now. >
Reviewed-by: Ira Weiny <ira.we...@intel.com> > Signed-off-by: Dan Williams <dan.j.willi...@intel.com> > Signed-off-by: Vishal Verma <vishal.l.ve...@intel.com> > --- > cxl/list.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/cxl/list.c b/cxl/list.c > index e3ef1fb..4e77aeb 100644 > --- a/cxl/list.c > +++ b/cxl/list.c > @@ -126,6 +126,7 @@ int cmd_list(int argc, const char **argv, struct cxl_ctx > *ctx) > param.endpoints = true; > param.decoders = true; > param.targets = true; > + param.regions = true; > /*fallthrough*/ > case 0: > break; > > -- > 2.39.1 >