summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGan Qixin2020-11-30 09:36:22 +0100
committerLaurent Vivier2021-02-20 12:36:19 +0100
commitb16c5a22ad4e3099d76fbe1040801dbd38b52273 (patch)
treeddad62be677761093f9e0c0c10adbe5233f73f96
parentvmmouse: put it into the 'input' category (diff)
downloadqemu-b16c5a22ad4e3099d76fbe1040801dbd38b52273.tar.gz
qemu-b16c5a22ad4e3099d76fbe1040801dbd38b52273.tar.xz
qemu-b16c5a22ad4e3099d76fbe1040801dbd38b52273.zip
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>
-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 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 = {