From: Gan Qixin Date: Mon, 30 Nov 2020 08:36:22 +0000 (+0800) Subject: nvdimm: put it into the 'storage' category X-Git-Tag: qemu-xen-4.16.0-rc4~322^2~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b16c5a22ad4e3099d76fbe1040801dbd38b52273;p=qemu-xen.git 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 Reviewed-by: Pankaj Gupta Reviewed-by: Thomas Huth Message-Id: <20201130083630.2520597-5-ganqixin@huawei.com> Signed-off-by: Laurent Vivier --- 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 = {