From: Gan Qixin Date: Thu, 12 Nov 2020 12:58:24 +0000 (+0800) Subject: max111x: put it into the 'misc' category X-Git-Tag: qemu-xen-4.16.0-rc4~480^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=46b42f715d1310cd80acfeb7c84337a128fd190b;p=qemu-xen.git max111x: put it into the 'misc' category The category of the max111x device is not set, put it into the 'misc' category. Signed-off-by: Gan Qixin Reviewed-by: Thomas Huth Message-Id: <20201112125824.763182-5-ganqixin@huawei.com> Signed-off-by: Thomas Huth --- diff --git a/hw/misc/max111x.c b/hw/misc/max111x.c index 7e6723f343..eae0f9b598 100644 --- a/hw/misc/max111x.c +++ b/hw/misc/max111x.c @@ -185,6 +185,7 @@ static void max111x_class_init(ObjectClass *klass, void *data) k->transfer = max111x_transfer; dc->reset = max111x_reset; dc->vmsd = &vmstate_max111x; + set_bit(DEVICE_CATEGORY_MISC, dc->categories); } static const TypeInfo max111x_info = {