From nobody Fri Jul 4 23:30:24 2025 Delivered-To: importer2@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1622625831; cv=none; d=zohomail.com; s=zohoarc; b=RDepMw/DDmekvthHx7DbyzP/HlNOyKvFVwsnpPAKbeVFkCWKGxqO+Tm1xyOHqw1pAn45yAJ9xO/2h1ZA4iIDec1Ml9HSg0LozUUGj2f24IoeDIDprKy/DhVuUGp27LEXMFidnxXsbdJrt4A06YmKUVgk27Lo2zZLuqcKWN5FWeI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1622625831; 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=ynhXTHj1vgTX7K0qlPMPEtoJitMeHYDFd80j2X87xgo=; b=A/qF3KhTjzW8Lza2Y1fpT6RoiXqvifgczXKkVHsjQ7+kTJhfpLkuB0PEkxNpNhmqS9LaEGy8Vx7Cwd/YzajpdI+SYWVP9p6ddPMmULuVsF3Lx7ISIL9TQzGdxbwZaAedhyDhYqPzu0f9XGcV87p3/XN871ob9PGm/oTTznzkxKQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 16226258311871021.9862178385765; Wed, 2 Jun 2021 02:23:51 -0700 (PDT) Received: from localhost ([::1]:56192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1loN6M-0007jS-7i for importer2@patchew.org; Wed, 02 Jun 2021 05:23:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56134) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loN1n-00044s-9Q for qemu-devel@nongnu.org; Wed, 02 Jun 2021 05:19:07 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:30676) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loN1k-00034N-FR for qemu-devel@nongnu.org; Wed, 02 Jun 2021 05:19:07 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-399-ZCv36bf1OWu9FulrqpBE_g-1; Wed, 02 Jun 2021 05:19:00 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 895C418765A8; Wed, 2 Jun 2021 09:18:42 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-84.ams2.redhat.com [10.36.112.84]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 94D9B1043272; Wed, 2 Jun 2021 09:17:58 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id DCBAB1800903; Wed, 2 Jun 2021 11:17:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622625543; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ynhXTHj1vgTX7K0qlPMPEtoJitMeHYDFd80j2X87xgo=; b=HBZ2bI3SJCBiP1zMi6CoCyRetbkuHWO0aEPre4Ze/04yV85U1PaMKA/Af5QEOSAz0r4ktA UxMUGl+Di4YlvCb3jqIPdzrxspW+NuYnpVt0dd9gKhyvEO27aEd+6sius2FbB+I/OSwKXM EetdvTaO8QPUGtQ6ptir6KD9hgolr7E= X-MC-Unique: ZCv36bf1OWu9FulrqpBE_g-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH 7/9] ccid module annotations Date: Wed, 2 Jun 2021 11:17:25 +0200 Message-Id: <20210602091727.1023563-8-kraxel@redhat.com> In-Reply-To: <20210602091727.1023563-1-kraxel@redhat.com> References: <20210602091727.1023563-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable 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+importer2=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com 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, DKIMWL_WL_HIGH=-0.371, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=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: Thomas Huth , berrange@redhat.com, David Hildenbrand , Cornelia Huck , Richard Henderson , armbru@redhat.com, Halil Pasic , Christian Borntraeger , qemu-s390x@nongnu.org, Paolo Bonzini , "Michael S. Tsirkin" , Gerd Hoffmann , Samuel Thibault , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Errors-To: qemu-devel-bounces+importer2=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Signed-off-by: Gerd Hoffmann --- hw/usb/ccid-card-emulated.c | 1 + hw/usb/ccid-card-passthru.c | 1 + 2 files changed, 2 insertions(+) diff --git a/hw/usb/ccid-card-emulated.c b/hw/usb/ccid-card-emulated.c index 5c76bed77aa0..6c8c0355e099 100644 --- a/hw/usb/ccid-card-emulated.c +++ b/hw/usb/ccid-card-emulated.c @@ -612,6 +612,7 @@ static const TypeInfo emulated_card_info =3D { .instance_size =3D sizeof(EmulatedState), .class_init =3D emulated_class_initfn, }; +module_obj(TYPE_EMULATED_CCID); =20 static void ccid_card_emulated_register_types(void) { diff --git a/hw/usb/ccid-card-passthru.c b/hw/usb/ccid-card-passthru.c index 7212d0d7fb5e..fa3040fb7154 100644 --- a/hw/usb/ccid-card-passthru.c +++ b/hw/usb/ccid-card-passthru.c @@ -414,6 +414,7 @@ static const TypeInfo passthru_card_info =3D { .instance_size =3D sizeof(PassthruState), .class_init =3D passthru_class_initfn, }; +module_obj(TYPE_CCID_PASSTHRU); =20 static void ccid_card_passthru_register_types(void) { --=20 2.31.1