diff options
author | Gan Qixin <ganqixin@huawei.com> | 2020-11-30 16:36:22 +0800 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-02-20 12:36:19 +0100 |
commit | b16c5a22ad4e3099d76fbe1040801dbd38b52273 (patch) | |
tree | ddad62be677761093f9e0c0c10adbe5233f73f96 /hw/mem | |
parent | dbb6b0c78be0227c87768713ff303c3b622745f9 (diff) |
nvdimm: put it into the 'storage' category
The category of the nvdimm device is not set, put it into the 'storage'
category.
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Reviewed-by: Pankaj Gupta <pankaj.gupta@cloud.ionos.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201130083630.2520597-5-ganqixin@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/mem')
-rw-r--r-- | hw/mem/nvdimm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mem/nvdimm.c b/hw/mem/nvdimm.c index e0a9d606e1..7397b67156 100644 --- a/hw/mem/nvdimm.c +++ b/hw/mem/nvdimm.c @@ -245,6 +245,7 @@ static void nvdimm_class_init(ObjectClass *oc, void *data) nvc->read_label_data = nvdimm_read_label_data; nvc->write_label_data = nvdimm_write_label_data; + set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); } static TypeInfo nvdimm_info = { |