From nobody Sat Sep 27 12:12:59 2025 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=1588012210; cv=none; d=zohomail.com; s=zohoarc; b=iCEva2D3t9K73c9w7vjWBG6VKQK7d5HydHOnO86uNkMNOM3stCCGA1HXOBnuVclMdUdA4NTBtLYxqaYuktgc0MxszEx0m+pmkRp2Lx5JxLu8YjZ/79qJkD6+A2n9eMhZsp/Lpxj2Dp6e3ag6+bGz6F8pAR+XjUo/8YnObfaYvm8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588012210; 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=mKw15HZXrOsyxPbNOe6TeZKJXncQwxFCcckHAo0+GDA=; b=OxdnfPtl8Uy0x1oMHinxSAM1wptRU6HhM6mleUKEiaMXU/2BekFsIBBBOSxnfETU/9KI6YnGGfWwY8txxH6cV7IVIh18KgHbJfur0rcGTzPbcMpihpfSV4rHolIRauO9+6XOQx538T6qF42rEQGr2WcYoxpBo6nwa4KNEinMov8= 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 1588012210631697.1795214795353; Mon, 27 Apr 2020 11:30:10 -0700 (PDT) Received: from localhost ([::1]:58298 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jT8W8-0005gT-NN for importer@patchew.org; Mon, 27 Apr 2020 14:30:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35988) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jT8RG-0005Px-JA for qemu-devel@nongnu.org; Mon, 27 Apr 2020 14:25:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jT8RG-0003dw-3l for qemu-devel@nongnu.org; Mon, 27 Apr 2020 14:25:06 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:53197 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 1jT8RF-0003dg-Kp for qemu-devel@nongnu.org; Mon, 27 Apr 2020 14:25:05 -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-178-3yf-heSnNJ6VBxcRA9u4xw-1; Mon, 27 Apr 2020 14:25:02 -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 A68C045F; Mon, 27 Apr 2020 18:25:01 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.40.192.23]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 18CBC60BE2; Mon, 27 Apr 2020 18:24:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588011904; 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=mKw15HZXrOsyxPbNOe6TeZKJXncQwxFCcckHAo0+GDA=; b=SAAZNnTcuBxKQhP5jn+nw395DUUKpZ+bDfu4N+WD9AhHZ7PZdndFC0Ovu6eqZeO5Xz/gAz WQ+LdJcMV9Oo9KqimThjh1/8C+vacvG6yjDVLIPaa9HCx/Ge8CWbAfdZh6hmh+SMRFJfHw sFUWBZY8QKN6h6qvOI2zccQG+i5xXsU= X-MC-Unique: 3yf-heSnNJ6VBxcRA9u4xw-1 From: Julia Suvorova To: qemu-devel@nongnu.org Subject: [PATCH v2 2/2] hw/pci/pcie: Replace PCI_DEVICE() casts with existing variable Date: Mon, 27 Apr 2020 20:24:40 +0200 Message-Id: <20200427182440.92433-3-jusual@redhat.com> In-Reply-To: <20200427182440.92433-1-jusual@redhat.com> References: <20200427182440.92433-1-jusual@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 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+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.61; envelope-from=jusual@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/27 14:25:04 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Received-From: 205.139.110.61 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: Igor Mammedov , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Julia Suvorova , "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" A little cleanup is possible because of hotplug_pdev introduction. Signed-off-by: Julia Suvorova Reviewed-by: Marcel Apfelbaum --- hw/pci/pcie.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index 6b48d04d2c..abc99b6eff 100644 --- a/hw/pci/pcie.c +++ b/hw/pci/pcie.c @@ -449,7 +449,7 @@ void pcie_cap_slot_plug_cb(HotplugHandler *hotplug_dev,= DeviceState *dev, pci_word_test_and_set_mask(exp_cap + PCI_EXP_LNKSTA, PCI_EXP_LNKSTA_DLLLA); } - pcie_cap_slot_event(PCI_DEVICE(hotplug_dev), + pcie_cap_slot_event(hotplug_pdev, PCI_EXP_HP_EV_PDC | PCI_EXP_HP_EV_ABP); } } @@ -490,7 +490,7 @@ void pcie_cap_slot_unplug_request_cb(HotplugHandler *ho= tplug_dev, return; } =20 - pcie_cap_slot_plug_common(PCI_DEVICE(hotplug_dev), dev, &local_err); + pcie_cap_slot_plug_common(hotplug_pdev, dev, &local_err); if (local_err) { error_propagate(errp, local_err); return; @@ -509,7 +509,7 @@ void pcie_cap_slot_unplug_request_cb(HotplugHandler *ho= tplug_dev, return; } =20 - pcie_cap_slot_push_attention_button(PCI_DEVICE(hotplug_dev)); + pcie_cap_slot_push_attention_button(hotplug_pdev); } =20 /* pci express slot for pci express root/downstream port --=20 2.25.3