From: Dan Williams <[email protected]> When verbose listing was added, region listing support was not available, so it got missed. Add it now.
Signed-off-by: Dan Williams <[email protected]> Signed-off-by: Vishal Verma <[email protected]> --- 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
