aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorGan Qixin <ganqixin@huawei.com>2020-11-30 16:36:22 +0800
committerLaurent Vivier <laurent@vivier.eu>2021-02-20 12:36:19 +0100
commitb16c5a22ad4e3099d76fbe1040801dbd38b52273 (patch)
treeddad62be677761093f9e0c0c10adbe5233f73f96 /hw
parentdbb6b0c78be0227c87768713ff303c3b622745f9 (diff)
downloadqemu-b16c5a22ad4e3099d76fbe1040801dbd38b52273.zip
qemu-b16c5a22ad4e3099d76fbe1040801dbd38b52273.tar.gz
qemu-b16c5a22ad4e3099d76fbe1040801dbd38b52273.tar.bz2
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')
-rw-r--r--hw/mem/nvdimm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mem/nvdimm.c b/hw/mem/nvdimm.c
index e0a9d60..7397b67 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 = {