From nobody Mon Nov 17 17:49:12 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=1605099379; cv=none; d=zohomail.com; s=zohoarc; b=kWkNVBAXK7Xvowif2JL/HKylVKP375WaIfxcFmKxbPqOlagZImwesVhl2Vme5q/Ypzb8RxqskXoCx1RB404A4LZqm+WaG9I39VpOQacUYOKvdryjhYQBWyXxzXziWkXKc77pIqaYRK9zxGktamECKouGKBdRja45MITNJOt6c7Y= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1605099379; 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=Anbs5oA5/ZLspgn7EfFE5YkgWmCLUinK/y1nQGgSirI=; b=BSSDEyILQbhrUOaD37xg7MlqfLLUsP19pB1gjHBI2J/tXz5v4zTzgW6kFZnuI4Lz1U3jJFQELrU/hNGyl6VPg955bezJsfib+xMSoqNMAU6O1kOx4XNqOgLMkMDfyJy5XU82W0xbIjUJWd1KLrhKhdAWkDevPYdSma6m9XIaLm0= 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 160509937930014.810833294902636; Wed, 11 Nov 2020 04:56:19 -0800 (PST) Received: from localhost ([::1]:48630 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcpfe-0006hF-24 for importer@patchew.org; Wed, 11 Nov 2020 07:56:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38822) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcpaa-0007yd-IV; Wed, 11 Nov 2020 07:51:05 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:2519) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcpaU-00038L-2U; Wed, 11 Nov 2020 07:51:04 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CWPjF6xjVzhY63; Wed, 11 Nov 2020 20:50:41 +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:41 +0800 From: Gan Qixin To: , Subject: [PATCH 3/4] nand: put it into the 'storage' category Date: Wed, 11 Nov 2020 06:17:19 +0800 Message-ID: <20201110221720.572902-4-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 nand device is not set, put it into the 'storage' categ= ory. Signed-off-by: Gan Qixin --- hw/block/nand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/block/nand.c b/hw/block/nand.c index bcceb64ebb..1d7a48a2ec 100644 --- a/hw/block/nand.c +++ b/hw/block/nand.c @@ -449,6 +449,7 @@ static void nand_class_init(ObjectClass *klass, void *d= ata) dc->reset =3D nand_reset; dc->vmsd =3D &vmstate_nand; device_class_set_props(dc, nand_properties); + set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); } =20 static const TypeInfo nand_info =3D { --=20 2.23.0