From nobody Sun Nov 16 07:42:52 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1599086767; cv=none; d=zohomail.com; s=zohoarc; b=H7B3WwVr61w30KnlNHKrH/JDVQrUWM49uxLO3G5pGRsxPMHpGpZbtVZ2C9BqaUINtysz6uvu6IG9+5UtqWrK+tIVkB58ijicLs2Te1X/VgEw73Iw0SKOA68Qf+0mAcexudJMO2teMdUbLFftCKc1Z+aS7dxzdhJMv0134WNOjO8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1599086767; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=ErQL7BgBnsy9YBAAKNOdUGZsMoynPW01pc2T06kSOGI=; b=n3u+BHkRyzvOqUzKsmmyuOVbdvzinSIlsjo6I5BFuKQyb0sqV7IWAfZDCu5oaA51421//l1zPlNw3j+evs07+vS00uSzgb3u1Wi9jCfGs5uzfwWyPzLnkxIhzX87MxbItlV25mCJ3KpKX+zjZPAlkTfAUV9+bUkpCqrdcSrurPU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 159908676763269.04732216133209; Wed, 2 Sep 2020 15:46:07 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kDbVm-0006Eg-9N; Wed, 02 Sep 2020 22:45:50 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kDbVk-0006Ea-AN for xen-devel@lists.xenproject.org; Wed, 02 Sep 2020 22:45:48 +0000 Received: from us-smtp-delivery-1.mimecast.com (unknown [205.139.110.120]) by us1-rack-iad1.inumbo.com (Halon) with ESMTP id d40b3a24-e321-4ff5-880b-a2c337b83261; Wed, 02 Sep 2020 22:45:47 +0000 (UTC) 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-294--NQDohIxO-CJG1k_Xi3YjQ-1; Wed, 02 Sep 2020 18:45:43 -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 3AB3E1005E65; Wed, 2 Sep 2020 22:45:42 +0000 (UTC) Received: from localhost (ovpn-66-226.rdu2.redhat.com [10.10.66.226]) by smtp.corp.redhat.com (Postfix) with ESMTP id CD32619C59; Wed, 2 Sep 2020 22:45:41 +0000 (UTC) X-Inumbo-ID: d40b3a24-e321-4ff5-880b-a2c337b83261 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1599086747; 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=ErQL7BgBnsy9YBAAKNOdUGZsMoynPW01pc2T06kSOGI=; b=A0uL0A+R1hoppAThTit6apNG5X/CIWdPIuVgPN1c3GkkaJHdYPKpkS8L776HhRntkF9vWs YitBZEX6Ze2vgo1NOFJBfgmrBRHzFk5PnHir9M5tBWNyqIWRSlIaIMXLsZX3WIALhDam+I SiN/QkSAx7ZRVThSRC2OxB1hjqNakGQ= X-MC-Unique: -NQDohIxO-CJG1k_Xi3YjQ-1 From: Eduardo Habkost To: qemu-devel@nongnu.org Cc: berrange@redhat.com, Stefano Stabellini , Anthony Perard , Paul Durrant , xen-devel@lists.xenproject.org Subject: [PATCH 57/63] xen: Rename XENBACKEND_DEVICE to XENBACKEND Date: Wed, 2 Sep 2020 18:43:05 -0400 Message-Id: <20200902224311.1321159-58-ehabkost@redhat.com> In-Reply-To: <20200902224311.1321159-1-ehabkost@redhat.com> References: <20200902224311.1321159-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 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Make the type checking macro name consistent with the TYPE_* constant. Signed-off-by: Eduardo Habkost Acked-by: Anthony PERARD --- Cc: Stefano Stabellini Cc: Anthony Perard Cc: Paul Durrant Cc: xen-devel@lists.xenproject.org Cc: qemu-devel@nongnu.org --- include/hw/xen/xen-legacy-backend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hw/xen/xen-legacy-backend.h b/include/hw/xen/xen-legac= y-backend.h index ba7a3c59bb..be281e1f38 100644 --- a/include/hw/xen/xen-legacy-backend.h +++ b/include/hw/xen/xen-legacy-backend.h @@ -11,7 +11,7 @@ #define TYPE_XENBACKEND "xen-backend" =20 typedef struct XenLegacyDevice XenLegacyDevice; -DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND_DEVICE, +DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND, TYPE_XENBACKEND) =20 /* variables */ --=20 2.26.2