From nobody Mon Nov 17 17:47:50 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1605099179; cv=none; d=zohomail.com; s=zohoarc; b=g4EKE4iJJYpBKPdCATXa3WWTap3DJCdaN+iGB9O6EQvtqNB5iHQpmN3Kvz493WYIa/eccar1C2Jfo5QqOMj5RhWl1cbwGTCTF62V0dk1JMj4mwyYcAGVA81EP1vRl6aD4oAMFD4vPXN0+fh+5mhsin4HLHvBmBJykOKbwjahtwI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1605099179; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=TYbbmtffoDhRm9c4hDFQaq+kw6Mb3Hq2bX1usPaE7GE=; b=Ei5YuFrMvdqORc0NRmy4sOVlFyw8OjiPbz8EhIEQakQAfraQPpWFcvNZ8aNAnbFIHIJDkRvaVaN2BRA972ghwTHKcOs5CbpkUcaYcBaUTy2Hzmjgqf8m6m0Y8IRMNX0q0NkieH4NsqfQGzdIWX9H6QtZ1k8rNGnoIF3PBlYttYk= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1605099179619810.784623341418; Wed, 11 Nov 2020 04:52:59 -0800 (PST) Received: from localhost ([::1]:36298 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcpcQ-0001ZE-Be for importer@patchew.org; Wed, 11 Nov 2020 07:52:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38802) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcpaT-0007xs-MK; Wed, 11 Nov 2020 07:51:03 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:2520) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcpaR-00038P-Hz; Wed, 11 Nov 2020 07:50:57 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CWPjG02z8zhYM6; Wed, 11 Nov 2020 20:50:42 +0800 (CST) Received: from huawei.com (10.175.104.175) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Wed, 11 Nov 2020 20:50:42 +0800 From: Gan Qixin To: , Subject: [PATCH 4/4] max111x: put it into the 'misc' category Date: Wed, 11 Nov 2020 06:17:20 +0800 Message-ID: <20201110221720.572902-5-ganqixin@huawei.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20201110221720.572902-1-ganqixin@huawei.com> References: <20201110221720.572902-1-ganqixin@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.175.104.175] X-CFilter-Loop: Reflected Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=45.249.212.191; envelope-from=ganqixin@huawei.com; helo=szxga05-in.huawei.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/11 07:07:25 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -31 X-Spam_score: -3.2 X-Spam_bar: --- X-Spam_report: (-3.2 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: thuth@redhat.com, zhang.zhanghailiang@huawei.com, mst@redhat.com, laurent@vivier.eu, Gan Qixin , kuhn.chenqun@huawei.com, philmd@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The category of the max111x device is not set, put it into the 'misc' categ= ory. Signed-off-by: Gan Qixin --- hw/misc/max111x.c | 1 + 1 file changed, 1 insertion(+) 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 =3D max111x_transfer; dc->reset =3D max111x_reset; dc->vmsd =3D &vmstate_max111x; + set_bit(DEVICE_CATEGORY_MISC, dc->categories); } =20 static const TypeInfo max111x_info =3D { --=20 2.23.0