From bd2aef10653e8ad1b61d9a56d3056b8b83cda389 Mon Sep 17 00:00:00 2001 From: Cornelia Huck Date: Wed, 4 Oct 2017 10:51:49 +0200 Subject: s390x: sort some devices into categories Add missing categorizations for some s390x devices: - zpci device -> misc - 3270 -> display - vfio-ccw -> misc Acked-by: Christian Borntraeger Reviewed-by: Thomas Huth Signed-off-by: Cornelia Huck --- hw/vfio/ccw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/vfio') diff --git a/hw/vfio/ccw.c b/hw/vfio/ccw.c index a8baadf57a..76323c6bde 100644 --- a/hw/vfio/ccw.c +++ b/hw/vfio/ccw.c @@ -413,6 +413,7 @@ static void vfio_ccw_class_init(ObjectClass *klass, void *data) dc->props = vfio_ccw_properties; dc->vmsd = &vfio_ccw_vmstate; dc->desc = "VFIO-based subchannel assignment"; + set_bit(DEVICE_CATEGORY_MISC, dc->categories); dc->realize = vfio_ccw_realize; dc->unrealize = vfio_ccw_unrealize; dc->reset = vfio_ccw_reset; -- cgit v1.2.1