[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 12/12] SPI flash devices: put them into the 'storage' category
From: |
Gan Qixin |
Subject: |
[PATCH v2 12/12] SPI flash devices: put them into the 'storage' category |
Date: |
Mon, 30 Nov 2020 16:36:30 +0800 |
SPI flash devices have no category, put them into the 'storage' category.
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
hw/block/m25p80.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c
index 483925f57a..8dd3ef8559 100644
--- a/hw/block/m25p80.c
+++ b/hw/block/m25p80.c
@@ -1397,6 +1397,7 @@ static void m25p80_class_init(ObjectClass *klass, void
*data)
device_class_set_props(dc, m25p80_properties);
dc->reset = m25p80_reset;
mc->pi = data;
+ set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
}
static const TypeInfo m25p80_info = {
--
2.23.0
- [PATCH v2 02/12] virtio-pmem: put it into the 'storage' category, (continued)
- [PATCH v2 02/12] virtio-pmem: put it into the 'storage' category, Gan Qixin, 2020/11/30
- [PATCH v2 03/12] vmmouse: put it into the 'input' category, Gan Qixin, 2020/11/30
- [PATCH v2 05/12] mc146818rtc: put it into the 'misc' category, Gan Qixin, 2020/11/30
- [PATCH v2 04/12] nvdimm: put it into the 'storage' category, Gan Qixin, 2020/11/30
- [PATCH v2 06/12] ipmi: put some ipmi devices into the correct category, Gan Qixin, 2020/11/30
- [PATCH v2 11/12] spitz: put some Spitz-family devices into the correct category, Gan Qixin, 2020/11/30
- [PATCH v2 07/12] tpm: put some tpm devices into the correct category, Gan Qixin, 2020/11/30
- [PATCH v2 08/12] AMDVI-PCI: put it into the 'misc' category, Gan Qixin, 2020/11/30
- [PATCH v2 12/12] SPI flash devices: put them into the 'storage' category,
Gan Qixin <=
- [PATCH v2 10/12] tosa-ssp: put it into the 'misc' category, Gan Qixin, 2020/11/30
- [PATCH v2 09/12] u2f-passthru: put it into the 'misc' category, Gan Qixin, 2020/11/30