Message ID | 20220815192214.545800-10-vishal.l.verma@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | fade1a8039446ed1aa8656f49121886c71d221a4 |
Headers | show |
Series | cxl: add region management | expand |
diff --git a/cxl/list.c b/cxl/list.c index 88ca9d9..5f604ec 100644 --- a/cxl/list.c +++ b/cxl/list.c @@ -100,9 +100,10 @@ int cmd_list(int argc, const char **argv, struct cxl_ctx *ctx) param.regions = true; } - /* List regions by default */ + /* List regions and memdevs by default */ if (num_list_flags() == 0) { param.regions = true; + param.memdevs = true; } log_init(¶m.ctx, "cxl list", "CXL_LIST_LOG");