From nobody Fri Sep 20 22:16:17 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1598467631; cv=none; d=zohomail.com; s=zohoarc; b=GscJLOBDxGAkqEFDWsjTfxVUHfptEPhYFbU3jzIO7jeRScAmIIb85JinK0XnQ5DN+iJE+dRou+8HrlUZAfiyOQ+X+3ZRNsrFfs4l0vgIJfcyCH7EuWrGIV6+/SmgFJ6Ot+CWwopseKwS7Q/4QBPh48Qu2I31l6k9s86rnHZY4jU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598467631; 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=do/n+qJwsh1s4d8jq/R0jgX4/n0ad4iktKY9g44bdII=; b=XZI6yNuOV18Pkg16aeDmg5B6HWsiCeMuBSdxRWRaClQAUx4+4VvjSN4PctLew5+5pPDG67jvBRtFigMZIJFT6Z32fgkMEmDgiYMnPOeL1fn6r5GxgfFKD8SAYorRKiUaM0/3C56fBjw0X7jZdUnmHAaClC0s28fzQ2Ll8v7vnFM= 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+importer=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 1598467631303469.79131705406667; Wed, 26 Aug 2020 11:47:11 -0700 (PDT) Received: from localhost ([::1]:45616 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0Rx-0003AK-KP for importer@patchew.org; Wed, 26 Aug 2020 14:47:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59312) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0Oc-000717-0h for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:42 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:23464 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kB0Oa-0001E3-F1 for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:41 -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-218-bW--TNhdPfqZmRVRMGHYdA-1; Wed, 26 Aug 2020 14:43:37 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CC7DB10082E5; Wed, 26 Aug 2020 18:43:36 +0000 (UTC) Received: from localhost (unknown [10.10.67.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id B90D478358; Wed, 26 Aug 2020 18:43:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598467419; 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=do/n+qJwsh1s4d8jq/R0jgX4/n0ad4iktKY9g44bdII=; b=bL6NGo5wro9Ll+xMeDoPVvE92sof14Ak7WmrtgcvPfbEaH5UsEl9h6KKDSvc8K883+mjrV 1q3gBlI4qrAy7cxu1aFf69uD2TpVsxBoM0sZQ0I/PUehTCDpo4BkhRoWdgtO1WlCaMpGEq UiqXhhUoNkrAB08sYSgfnnn3om8Lv+w= X-MC-Unique: bW--TNhdPfqZmRVRMGHYdA-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 1/8] etsec: Use TYPE_ETSEC_COMMON constant Date: Wed, 26 Aug 2020 14:43:27 -0400 Message-Id: <20200826184334.4120620-2-ehabkost@redhat.com> In-Reply-To: <20200826184334.4120620-1-ehabkost@redhat.com> References: <20200826184334.4120620-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0.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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.61; envelope-from=ehabkost@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 06:53:09 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.959, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=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: qemu-ppc@nongnu.org, Paolo Bonzini , Jason Wang , "Daniel P. Berrange" , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" This will make future conversion to use OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost Acked-by: David Gibson Reviewed-by: Li Qiang --- Cc: David Gibson Cc: Jason Wang Cc: qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org --- hw/net/fsl_etsec/etsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/net/fsl_etsec/etsec.c b/hw/net/fsl_etsec/etsec.c index 7035cf4eb9..ad20b22cdd 100644 --- a/hw/net/fsl_etsec/etsec.c +++ b/hw/net/fsl_etsec/etsec.c @@ -430,7 +430,7 @@ static void etsec_class_init(ObjectClass *klass, void *= data) } =20 static TypeInfo etsec_info =3D { - .name =3D "eTSEC", + .name =3D TYPE_ETSEC_COMMON, .parent =3D TYPE_SYS_BUS_DEVICE, .instance_size =3D sizeof(eTSEC), .class_init =3D etsec_class_init, --=20 2.26.2 From nobody Fri Sep 20 22:16:17 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1598467524; cv=none; d=zohomail.com; s=zohoarc; b=eT+m0fzbABxnBuz1GUsoB/3oOgaaM0lJ7JaDZZpMyK1nVrFO2YnD9/VqycQhU3P0JLtkkqMSDICtfUUqm4ZffdMwPS6/tSRLGFW17DVpw6QuCHokFSeoSVTIUzaOcvp7Vgtma1ZhcgWk4XmL3aWjKcyzJFKfH6zg5eIc8uyQjSU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598467524; 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=o6tZ85JTWxPCsYDfYfVKx0Hb149oJqGcqsef6eHpHl8=; b=aKUbmkqz+hGGvGxECu0oyntL/6TP1o+OBom8B9coxXumAqibspxCOiK3rZqY9xBWLVsfGjPi86cNKBoUTR/ZhwZbkYzKFaJmi4ZdXnY5CFj2OSpQvbSn0tcNGz+SwMbdRNvvQSpL5vrlaERKhu3V/+y+ru+Fufl7NEKJpBVAQnM= 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+importer=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 1598467524390854.8587434743965; Wed, 26 Aug 2020 11:45:24 -0700 (PDT) Received: from localhost ([::1]:38862 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0QF-0000Ll-3Y for importer@patchew.org; Wed, 26 Aug 2020 14:45:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0Od-00071d-7R for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:43 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:54573 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kB0Ob-0001EF-O2 for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:42 -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-472-RJgmobqROtqM-S_561EIsQ-1; Wed, 26 Aug 2020 14:43:39 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 233BE85C733; Wed, 26 Aug 2020 18:43:38 +0000 (UTC) Received: from localhost (unknown [10.10.67.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id AEEE260C13; Wed, 26 Aug 2020 18:43:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598467421; 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=o6tZ85JTWxPCsYDfYfVKx0Hb149oJqGcqsef6eHpHl8=; b=bCZ0749MED5Jz8+Ye/lq3ce7K1h8fd7feeSVRAv3Frc1r3Oq1FXuvnUkeucyMwFciqZIi9 W0GzL230Elk9rLHRXY7ShEnu4xqDA9T00NNo8VC95NA4WSkzLLzHI053REWdzmU+JhdoOM lvyZWhPvcEZilhf4PwAhxIiW4d0UXM8= X-MC-Unique: RJgmobqROtqM-S_561EIsQ-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 2/8] nios2_iic: Use TYPE_ALTERA_IIC constant Date: Wed, 26 Aug 2020 14:43:28 -0400 Message-Id: <20200826184334.4120620-3-ehabkost@redhat.com> In-Reply-To: <20200826184334.4120620-1-ehabkost@redhat.com> References: <20200826184334.4120620-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0.001 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.61; envelope-from=ehabkost@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 06:53:09 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.959, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=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: Marek Vasut , Paolo Bonzini , Chris Wulff , "Daniel P. Berrange" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" This will make future conversion to use OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost Reviewed-by: Li Qiang --- Cc: Chris Wulff Cc: Marek Vasut Cc: qemu-devel@nongnu.org --- hw/intc/nios2_iic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/intc/nios2_iic.c b/hw/intc/nios2_iic.c index 1a5df8c89a..86d088f9b5 100644 --- a/hw/intc/nios2_iic.c +++ b/hw/intc/nios2_iic.c @@ -80,7 +80,7 @@ static void altera_iic_class_init(ObjectClass *klass, voi= d *data) } =20 static TypeInfo altera_iic_info =3D { - .name =3D "altera,iic", + .name =3D TYPE_ALTERA_IIC, .parent =3D TYPE_SYS_BUS_DEVICE, .instance_size =3D sizeof(AlteraIIC), .instance_init =3D altera_iic_init, --=20 2.26.2 From nobody Fri Sep 20 22:16:17 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1598467768; cv=none; d=zohomail.com; s=zohoarc; b=iV17CbpqUA1g2k4MenO8j9e0WORwFZTCyDyUKB+2mfLPG4075mRWJUXwHtLfRmi3z2tPB4bM9SHXaXYLnC1acODsOj5fP78IZW+lZWmgHXFWbArOuQa+lBSwXkwXgZtYlQIDY0kYHMU2dUlvKd1WPVGWZJxO912+VA1HWGmLIQU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598467768; 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=9DqStJrQqisV92yCgJkzWGCRvRnKOlbDHYZ0JbI7LnA=; b=AN4cT20yv3d3kURBVMpQQs1KyD6ePAjxBRUk8dw+V01OABCPuXDVU/7EkPXdwyVOchak7hivI7ohA9+vZRSYATSJxgTLbtH3sQoVrZkn1UsrlPJQ7Dyh9uIPx4WvewV4ihcK+ougV6HPmy3/KSdTaAjNXyAXyrUuVbB5T5lQCjE= 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+importer=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 1598467768401670.8386041059019; Wed, 26 Aug 2020 11:49:28 -0700 (PDT) Received: from localhost ([::1]:51798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0UA-0005gh-4b for importer@patchew.org; Wed, 26 Aug 2020 14:49:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0Oh-00078Z-Cc for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:47 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:48845 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kB0Of-0001Ee-Rc for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:47 -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-288-W8a8XYFONbeUO9L-C6xQWQ-1; Wed, 26 Aug 2020 14:43:42 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E217F873116; Wed, 26 Aug 2020 18:43:41 +0000 (UTC) Received: from localhost (unknown [10.10.67.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id 020705D9E4; Wed, 26 Aug 2020 18:43:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598467424; 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=9DqStJrQqisV92yCgJkzWGCRvRnKOlbDHYZ0JbI7LnA=; b=TCANkAGe0th76fiefIDkKGFZubpyugUZt5vT6pJR/jsQSR5uYl4GXhAykWFIFiUcqsrvIU WggkCXSzrNNdl7PqRp2+sxDxHbcXMS4hzjCKT8Y/8rWe3VT7DlSQNoWRDzmqiSahB6t9r8 Q7QrAlIQgLy2RhvIdVjAB4ajOa4lM/I= X-MC-Unique: W8a8XYFONbeUO9L-C6xQWQ-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 3/8] amd_iommu: Use TYPE_AMD_IOMMU_PCI constant Date: Wed, 26 Aug 2020 14:43:29 -0400 Message-Id: <20200826184334.4120620-4-ehabkost@redhat.com> In-Reply-To: <20200826184334.4120620-1-ehabkost@redhat.com> References: <20200826184334.4120620-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0.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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.120; envelope-from=ehabkost@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 14:43:37 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.959, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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: Paolo Bonzini , Richard Henderson , "Daniel P. Berrange" , "Michael S. Tsirkin" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" This will make future conversion to use OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost Reviewed-by: Li Qiang Reviewed-by: Michael S. Tsirkin --- Cc: "Michael S. Tsirkin" Cc: Marcel Apfelbaum Cc: Paolo Bonzini Cc: Richard Henderson Cc: Eduardo Habkost Cc: qemu-devel@nongnu.org --- hw/i386/amd_iommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/amd_iommu.c b/hw/i386/amd_iommu.c index 087f601666..18411f1dec 100644 --- a/hw/i386/amd_iommu.c +++ b/hw/i386/amd_iommu.c @@ -1622,7 +1622,7 @@ static const TypeInfo amdvi =3D { }; =20 static const TypeInfo amdviPCI =3D { - .name =3D "AMDVI-PCI", + .name =3D TYPE_AMD_IOMMU_PCI, .parent =3D TYPE_PCI_DEVICE, .instance_size =3D sizeof(AMDVIPCIState), .interfaces =3D (InterfaceInfo[]) { --=20 2.26.2 From nobody Fri Sep 20 22:16:17 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1598467529; cv=none; d=zohomail.com; s=zohoarc; b=ceH3fR1rFFd06lEJR1QdWUxZAwloc0+WGlXJr5HYc2+B2e1H24VGUw5hhiRZDaAkXSPLJlzhRkzxZ46TdgDAYEXJJnMFOm1vO2xY/FCeBK5/bwOqlsAw5BJ5lFggSG/abCTR5MOY8vVk+U6VzcZReIAQWvQdCXnme20fmI0El70= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598467529; 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=ebYxYQsbEUrZKo0cH7Qk4AywH1qzuikTmvb1ff7IlNg=; b=Nltda328j7wYGXkoqLwbMzBcOEb/yNI8JgiDumw3O9k4iZ9jOo/BOX4flGPyJdpF2zC1QNvV/3mt095jmdjJcGpH6zQTX6FWRB1Q83hPbqXqweA5u5xgo52l9o0DnifK76w9i0ZP6x3A7KTkrUMaXywC40NYvN+7jEFa/WvLgIY= 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+importer=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 1598467529541446.8345691080874; Wed, 26 Aug 2020 11:45:29 -0700 (PDT) Received: from localhost ([::1]:39214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0QK-0000V4-23 for importer@patchew.org; Wed, 26 Aug 2020 14:45:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59402) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0Om-0007H6-8a for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:52 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:53534 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kB0Oj-0001Er-Ez for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:51 -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-357-SIqwv24qMDy_-Q6pzOb29g-1; Wed, 26 Aug 2020 14:43:46 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B285B18B9EC9; Wed, 26 Aug 2020 18:43:45 +0000 (UTC) Received: from localhost (unknown [10.10.67.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id D07595C1C2; Wed, 26 Aug 2020 18:43:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598467428; 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=ebYxYQsbEUrZKo0cH7Qk4AywH1qzuikTmvb1ff7IlNg=; b=O9APRBRKUKIKiGksJ3hqWZyISnSWbezKRxFBVChBlDHSBGvOvor8k04henOgTCvn3G9CKd RkbtBZ1bEvL13yGQFD2byN2gz3Af32WwNOYJUSuVioiyaLV/BquOQd7wspuuHyv0nfS+Zg Ee3WMX3qT/BhbXMTi9OuNcO8t1p/PDw= X-MC-Unique: SIqwv24qMDy_-Q6pzOb29g-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 4/8] sclpconsole: Use TYPE_* constants Date: Wed, 26 Aug 2020 14:43:30 -0400 Message-Id: <20200826184334.4120620-5-ehabkost@redhat.com> In-Reply-To: <20200826184334.4120620-1-ehabkost@redhat.com> References: <20200826184334.4120620-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=207.211.31.120; envelope-from=ehabkost@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 03:56:58 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.959, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable 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 , "Daniel P. Berrange" , Cornelia Huck , Halil Pasic , Christian Borntraeger , qemu-s390x@nongnu.org, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Paolo Bonzini Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) This will make future conversion to use OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost Acked-by: Cornelia Huck Reviewed-by: Li Qiang Reviewed-by: Thomas Huth --- Cc: Cornelia Huck Cc: Halil Pasic Cc: Christian Borntraeger Cc: Thomas Huth Cc: "Marc-Andr=C3=A9 Lureau" Cc: Paolo Bonzini Cc: qemu-s390x@nongnu.org Cc: qemu-devel@nongnu.org --- hw/char/sclpconsole-lm.c | 2 +- hw/char/sclpconsole.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/char/sclpconsole-lm.c b/hw/char/sclpconsole-lm.c index 2b5f37b6a2..5848b4e9c5 100644 --- a/hw/char/sclpconsole-lm.c +++ b/hw/char/sclpconsole-lm.c @@ -355,7 +355,7 @@ static void console_class_init(ObjectClass *klass, void= *data) } =20 static const TypeInfo sclp_console_info =3D { - .name =3D "sclplmconsole", + .name =3D TYPE_SCLPLM_CONSOLE, .parent =3D TYPE_SCLP_EVENT, .instance_size =3D sizeof(SCLPConsoleLM), .class_init =3D console_class_init, diff --git a/hw/char/sclpconsole.c b/hw/char/sclpconsole.c index 5c7664905e..d6f7da0818 100644 --- a/hw/char/sclpconsole.c +++ b/hw/char/sclpconsole.c @@ -271,7 +271,7 @@ static void console_class_init(ObjectClass *klass, void= *data) } =20 static const TypeInfo sclp_console_info =3D { - .name =3D "sclpconsole", + .name =3D TYPE_SCLP_CONSOLE, .parent =3D TYPE_SCLP_EVENT, .instance_size =3D sizeof(SCLPConsole), .class_init =3D console_class_init, --=20 2.26.2 From nobody Fri Sep 20 22:16:17 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1598467665; cv=none; d=zohomail.com; s=zohoarc; b=n1QnYyU4UpYAWrOJB0EsS42zqimRE1UarciPsPcwhT08+lL4eA5bVA866jtpk/h2Gt0EnIa2wNus3OeSaEQcLG8pf3EhyONFmKlafPVKyzcH8oJHcT9UzKPbMikUFgC6ukhl1BpORJU+mBV0c/53KAFpnRRzC4X8sySxOCudOhk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598467665; 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=y0AtWIo8alYJiY/FLZwzYZl0OrbSPCX7EXsnnh5DKcE=; b=VxgbpYkiMeVhNIyZudoxzqzVj26w7kBd9VRy2VW/fj1mMxpyHmURNTzhMqQdYP5d1RLc5CYPpywCaE14RJh0QzVPhAybJ1451Uybpe30ceZQAR7ZrVJ0fpkBDIZUDBuRqeiONESv6EGUnCAIaTpCCBA2zz3V5J2JGakMs3YRZ6s= 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+importer=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 1598467665236541.7385117931103; Wed, 26 Aug 2020 11:47:45 -0700 (PDT) Received: from localhost ([::1]:47236 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0SV-0003qO-VQ for importer@patchew.org; Wed, 26 Aug 2020 14:47:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59444) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0On-0007JI-E5 for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:53 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:27203 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kB0Ol-0001FA-Be for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:53 -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-520-n02tqyIyNXCnn7e-76trxA-1; Wed, 26 Aug 2020 14:43:48 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 278D310ABDC3; Wed, 26 Aug 2020 18:43:47 +0000 (UTC) Received: from localhost (unknown [10.10.67.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id A323360C13; Wed, 26 Aug 2020 18:43:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598467430; 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=y0AtWIo8alYJiY/FLZwzYZl0OrbSPCX7EXsnnh5DKcE=; b=Vyotej88EVf6GD0gyApdfBfPCZaEBCCwnJd77nV0+5tCybdQOHylyzJAvBELcDhWreZgHz n1fCFAgCQs8z1nQtAXWNaVxjrzQ0AtlolOYcrG8sTfNh1oY4R1GSlVnqlZqC5WYLm2P49A 7N8IRlrqy/EcNyquXUgO1TdS8scHA5w= X-MC-Unique: n02tqyIyNXCnn7e-76trxA-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 5/8] xlnx-zcu102: Use TYPE_ZCU102_MACHINE constant Date: Wed, 26 Aug 2020 14:43:31 -0400 Message-Id: <20200826184334.4120620-6-ehabkost@redhat.com> In-Reply-To: <20200826184334.4120620-1-ehabkost@redhat.com> References: <20200826184334.4120620-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0.001 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.120; envelope-from=ehabkost@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 14:43:37 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.959, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable 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: Peter Maydell , "Daniel P. Berrange" , Alistair Francis , qemu-arm@nongnu.org, "Edgar E. Iglesias" , Paolo Bonzini Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" This will make future conversion to use OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost Reviewed-by: Alistair Francis Reviewed-by: Edgar E. Iglesias Reviewed-by: Li Qiang --- Cc: Alistair Francis Cc: "Edgar E. Iglesias" Cc: Peter Maydell Cc: qemu-arm@nongnu.org Cc: qemu-devel@nongnu.org --- hw/arm/xlnx-zcu102.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/xlnx-zcu102.c b/hw/arm/xlnx-zcu102.c index 5997262459..672d9d4bd1 100644 --- a/hw/arm/xlnx-zcu102.c +++ b/hw/arm/xlnx-zcu102.c @@ -238,7 +238,7 @@ static void xlnx_zcu102_machine_class_init(ObjectClass = *oc, void *data) } =20 static const TypeInfo xlnx_zcu102_machine_init_typeinfo =3D { - .name =3D MACHINE_TYPE_NAME("xlnx-zcu102"), + .name =3D TYPE_ZCU102_MACHINE, .parent =3D TYPE_MACHINE, .class_init =3D xlnx_zcu102_machine_class_init, .instance_init =3D xlnx_zcu102_machine_instance_init, --=20 2.26.2 From nobody Fri Sep 20 22:16:17 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1598467867; cv=none; d=zohomail.com; s=zohoarc; b=S7VJUF0nCO00KnYumUbO5LXOJJkJJP4a5GxS6dP2IdUQ6a/KlFB2M42r2CcIJCpZOJ1VFJe4uzBAyDKrCfkJbuUFX9Mue+HQAzDo1X4CtRInrcTotUunI6SeHaHHVVlQnIF6fydI228WHr1ajDRLOfNO4IZDgwyBfgCJHcDPNBQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598467867; 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=V470hnhAV2RJsaR865TY1HCJwQHJoQ8pyLgTI/W200o=; b=Ko/nZqx0Qjlwj6ErmfqxaM6gt2N/T35333DPgFLwmnXdi+MZFJiPuFqknfLIVGJ6CTD9hbJMPlGP/GEGVV6EmHGie3oEV2Bkhu2e4zOIa5XE1rNcwhcdb1sQSmJ+I9uV3BK1WVEqPx3vgWtrVNC76xBAbGub95dTD6O1cFPZRVo= 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+importer=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 159846786765254.00225507836353; Wed, 26 Aug 2020 11:51:07 -0700 (PDT) Received: from localhost ([::1]:55680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0Vm-0007KJ-7s for importer@patchew.org; Wed, 26 Aug 2020 14:51:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59482) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0Op-0007OG-Do for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:55 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:33873 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kB0On-0001Gv-UK for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:55 -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-280-SMqeKr-KOK-4RyeBcCU3zQ-1; Wed, 26 Aug 2020 14:43:49 -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 29FFA10ABDA1; Wed, 26 Aug 2020 18:43:48 +0000 (UTC) Received: from localhost (unknown [10.10.67.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id E356F1002D42; Wed, 26 Aug 2020 18:43:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598467433; 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=V470hnhAV2RJsaR865TY1HCJwQHJoQ8pyLgTI/W200o=; b=gMmXBgqR2a5aOHklOQ9BjyUmuODOACdlYT+eDGo/4yeAn2qAopBckmblCr9Fz/zvZxtHVU kGLejg3mA766OwgZoYGVWN8is1W80/csVtMSN6/W2w3SuqGAuXwkQFqAe+ojGeVeOaxY97 sKZfn5lxiN4nvhAM1Fn3JFKn0do7OlQ= X-MC-Unique: SMqeKr-KOK-4RyeBcCU3zQ-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 6/8] tosa: Use TYPE_TOSA_MISC_GPIO constant Date: Wed, 26 Aug 2020 14:43:32 -0400 Message-Id: <20200826184334.4120620-7-ehabkost@redhat.com> In-Reply-To: <20200826184334.4120620-1-ehabkost@redhat.com> References: <20200826184334.4120620-1-ehabkost@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=ehabkost@redhat.com X-Mimecast-Spam-Score: 0.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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.120; envelope-from=ehabkost@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 14:43:37 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.959, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable 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: Peter Maydell , Paolo Bonzini , qemu-arm@nongnu.org, "Daniel P. Berrange" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" This will make future conversion to use OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost Reviewed-by: Li Qiang --- Cc: Andrzej Zaborowski Cc: Peter Maydell Cc: qemu-arm@nongnu.org Cc: qemu-devel@nongnu.org --- hw/arm/tosa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/tosa.c b/hw/arm/tosa.c index e29566f7b3..90eef1f14d 100644 --- a/hw/arm/tosa.c +++ b/hw/arm/tosa.c @@ -316,7 +316,7 @@ static const TypeInfo tosa_ssp_info =3D { }; =20 static const TypeInfo tosa_misc_gpio_info =3D { - .name =3D "tosa-misc-gpio", + .name =3D TYPE_TOSA_MISC_GPIO, .parent =3D TYPE_SYS_BUS_DEVICE, .instance_size =3D sizeof(TosaMiscGPIOState), .instance_init =3D tosa_misc_gpio_init, --=20 2.26.2 From nobody Fri Sep 20 22:16:17 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1598467905; cv=none; d=zohomail.com; s=zohoarc; b=bUFyJmgyNfCFUZXJ33uUnjVEeEAVLMa+ISQMIyMY66QdBrVUzjPyUE7l92f+AcNN1Kuu303dB3gJDUBF/erpryeFg/RLra1egLe8FY1A2dsmFI2tbldS3pdNRXH/EC5x5qR09MNMPkiwVSBGrjACrY8WTaMN+nbmv7lUOGXhPfo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598467905; 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=yUF21lID5frTeFIkxW7esBOgNiYWjKfb8DS+qbDs9Lw=; b=It52AFL/9QQBlS71VryD4AszQQKeq4d065RDY1osrBT/SMfzCr9DgTfFB88CmKShm+WVwqaL4PNVSO9m0asRa3WYhnKJsobaFt1ztKkAO1LG8cgulVnk9sBw94dme+Ll9e1CX9u0Ixmn79e6ANsTpD99YFAQZZXILPdWxY2vLPM= 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+importer=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 1598467905400119.04947574245136; Wed, 26 Aug 2020 11:51:45 -0700 (PDT) Received: from localhost ([::1]:58560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0WO-00009f-64 for importer@patchew.org; Wed, 26 Aug 2020 14:51:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59466) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0Oo-0007Lm-F6 for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:54 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:29172 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kB0Om-0001FX-TB for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:54 -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-347-E755Vm6LPS6Obukdh_oO-g-1; Wed, 26 Aug 2020 14:43:50 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1E6BA801FDD; Wed, 26 Aug 2020 18:43:49 +0000 (UTC) Received: from localhost (unknown [10.10.67.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id D943419C58; Wed, 26 Aug 2020 18:43:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598467432; 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=yUF21lID5frTeFIkxW7esBOgNiYWjKfb8DS+qbDs9Lw=; b=PO81X7uviC0vUAwrlbl2leuFibwqGLzaQMq6ni0dNOmvuFew7zHjESW4Qw4pKqSwvknjJl DcGL4fuY05AsuQjwBTg6r/z2ojlHEZ9pd1egDsBAo6AVzQKfGeJx+xDxD8sEHqyr0hrzmO nmGFpkHSqHxf0gRxDTqJnfgysDWLonk= X-MC-Unique: E755Vm6LPS6Obukdh_oO-g-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 7/8] ppce500: Use TYPE_PPC_E500_PCI_BRIDGE constant Date: Wed, 26 Aug 2020 14:43:33 -0400 Message-Id: <20200826184334.4120620-8-ehabkost@redhat.com> In-Reply-To: <20200826184334.4120620-1-ehabkost@redhat.com> References: <20200826184334.4120620-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0.001 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=207.211.31.120; envelope-from=ehabkost@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 03:56:58 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.959, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, 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: qemu-ppc@nongnu.org, Paolo Bonzini , "Daniel P. Berrange" , David Gibson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" This will make future conversion to use OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost Acked-by: David Gibson Reviewed-by: Li Qiang --- Cc: David Gibson Cc: qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org --- hw/pci-host/ppce500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci-host/ppce500.c b/hw/pci-host/ppce500.c index d71072731d..1a62b2f8cc 100644 --- a/hw/pci-host/ppce500.c +++ b/hw/pci-host/ppce500.c @@ -509,7 +509,7 @@ static void e500_host_bridge_class_init(ObjectClass *kl= ass, void *data) } =20 static const TypeInfo e500_host_bridge_info =3D { - .name =3D "e500-host-bridge", + .name =3D TYPE_PPC_E500_PCI_BRIDGE, .parent =3D TYPE_PCI_DEVICE, .instance_size =3D sizeof(PPCE500PCIBridgeState), .class_init =3D e500_host_bridge_class_init, --=20 2.26.2 From nobody Fri Sep 20 22:16:17 2024 Delivered-To: importer@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+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1598467535; cv=none; d=zohomail.com; s=zohoarc; b=fYNU6JVBg0jewucWwZgpraPXLjX8w7H+45qYloBnw11PfagvLfYuktf0L64jLSlZLuPK88ICKCfRhOn78Q0BdNtcd+RLqZzwVjJ197hklUJhGfUEeW+/t+yfW87Mj0NXTz6fa5WmgSo7W6AWFuobG5B/6sRQwhI0LcsNu4U/QYw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1598467535; 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=rojamCvYqC4TgkstIWHaPg40yaCgxNga8mGyPRllfmI=; b=DCQUXpxcWUS6CekZTTMYsLdWAwswOsX1rl3Xosa7kB67U3QCP5z49DNGXdNXd+ly9Amjce9lashHFQvk26A1mCM6sB+XuCtkwFO+Zorik8j6DriBuYU57+CFM3ZfGC7E9CNDlckPXAsTpquv7suajG1eEiA0g4prAtr+gRvbyGY= 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+importer=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 159846753547192.81171625266074; Wed, 26 Aug 2020 11:45:35 -0700 (PDT) Received: from localhost ([::1]:39844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kB0QQ-0000mI-5y for importer@patchew.org; Wed, 26 Aug 2020 14:45:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59508) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kB0Or-0007Tt-GZ for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:57 -0400 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:54155) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kB0Op-0001HO-TD for qemu-devel@nongnu.org; Wed, 26 Aug 2020 14:43:57 -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-144-JI7bMpv6NmiirPfKz5FpEA-1; Wed, 26 Aug 2020 14:43:51 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5133418B9ED8; Wed, 26 Aug 2020 18:43:50 +0000 (UTC) Received: from localhost (unknown [10.10.67.254]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0648160C0F; Wed, 26 Aug 2020 18:43:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1598467434; 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=rojamCvYqC4TgkstIWHaPg40yaCgxNga8mGyPRllfmI=; b=JyK+JrkU13bODQGhKUdxRFkipaUTdgSy3GxhnA6nUMthd3/J4Jt1BbppsZVmj4fJ5zhJM3 4NxiOezhoWhk/4qoRq6G/8aR9Y/62SS1IucNS5p/liUfa+WV1a+hFwWWTozPzbvEiSsrkz brEEeoj4yhJV68gJIRq2nKwlE7hY9Ok= X-MC-Unique: JI7bMpv6NmiirPfKz5FpEA-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Subject: [PATCH 8/8] dc390: Use TYPE_DC390_DEVICE constant Date: Wed, 26 Aug 2020 14:43:34 -0400 Message-Id: <20200826184334.4120620-9-ehabkost@redhat.com> In-Reply-To: <20200826184334.4120620-1-ehabkost@redhat.com> References: <20200826184334.4120620-1-ehabkost@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ehabkost@redhat.com X-Mimecast-Spam-Score: 0.001 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=63.128.21.124; envelope-from=ehabkost@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 14:05:19 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.959, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=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: Fam Zheng , Paolo Bonzini , "Daniel P. Berrange" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" This will make future conversion to use OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost Reviewed-by: Li Qiang --- Cc: Paolo Bonzini Cc: Fam Zheng Cc: qemu-devel@nongnu.org --- hw/scsi/esp-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/scsi/esp-pci.c b/hw/scsi/esp-pci.c index 497a8d5901..90432ef107 100644 --- a/hw/scsi/esp-pci.c +++ b/hw/scsi/esp-pci.c @@ -521,7 +521,7 @@ static void dc390_class_init(ObjectClass *klass, void *= data) } =20 static const TypeInfo dc390_info =3D { - .name =3D "dc390", + .name =3D TYPE_DC390_DEVICE, .parent =3D TYPE_AM53C974_DEVICE, .instance_size =3D sizeof(DC390State), .class_init =3D dc390_class_init, --=20 2.26.2