From nobody Tue May 13 11:53:22 2025 Delivered-To: importer2@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; 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=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1673533573; cv=none; d=zohomail.com; s=zohoarc; b=FwfWFYGO6y/BwLCd0+DjnMWgxqF/biL6Fvb8zMNbz8r1LZRg2DGoc7+wkO5TyJ8Np3UX5uiMTRnb7uhCCObDSW5Z/5/mkJqUc9Q4Lyn9U4qSbtRJLc3WzSmK9AT48oRgzWYVTsV8QL+AyzC3SjKM5QF6pvtQxeJ5Z4EtaEfg2QA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1673533573; 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=OxFmAYd2+zXcLOnFuQzyDe+Z10qJZBdfnZtIvf0a/JI=; b=hQfgccMoQT66YmGoulkBk96erxG9JU+yQDrpAZPhg3oGJGqdvPurNYlqOsu4S3iV0rseS8Ve0CFunT6ErkTMsT5th92BZa+QMKVALkCt8Q+kK4Yi+XwrhFDKZJqJlAHriXQL0zwc4RMziBT+7QnmkRoK9+UPV9d4KYxjJSWY7fI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; 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=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1673533573792170.32524101523495; Thu, 12 Jan 2023 06:26:13 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pFyBQ-0002MM-90; Thu, 12 Jan 2023 09:03:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFyBH-0002Fw-QJ for qemu-devel@nongnu.org; Thu, 12 Jan 2023 09:03:48 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pFyBC-0005yK-1T for qemu-devel@nongnu.org; Thu, 12 Jan 2023 09:03:47 -0500 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-45-CsPZQr8oPp6zipOXhH-RFw-1; Thu, 12 Jan 2023 09:03:38 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 488C51991C4C; Thu, 12 Jan 2023 14:03:34 +0000 (UTC) Received: from dell-r430-03.lab.eng.brq2.redhat.com (dell-r430-03.lab.eng.brq2.redhat.com [10.37.153.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id B61F34085720; Thu, 12 Jan 2023 14:03:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673532221; 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=OxFmAYd2+zXcLOnFuQzyDe+Z10qJZBdfnZtIvf0a/JI=; b=gICHTZRbjJdMUz7gp3yYAAOnM3cstKD7hX8LNG2mRk1NSo81ZxIVLtje6TLXOp/5XK52wC lyHtnQ7/TirwIXPvdlHJmP61ZGvPUh7ACt+pyExO0HCiiI52ZMIm5KdZDXEruT/DcASIvy yGjH746npRn4rZ/NiGq5ONcGJcJrGBg= X-MC-Unique: CsPZQr8oPp6zipOXhH-RFw-1 From: Igor Mammedov To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Ani Sinha Subject: [PATCH 25/40] tests: acpi: add endpoint devices to bridges Date: Thu, 12 Jan 2023 15:02:57 +0100 Message-Id: <20230112140312.3096331-26-imammedo@redhat.com> In-Reply-To: <20230112140312.3096331-1-imammedo@redhat.com> References: <20230112140312.3096331-1-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 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=170.10.129.124; envelope-from=imammedo@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, 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.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer2=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer2=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1673533575232100003 to make sure that they are enumerated or ignored as expected Signed-off-by: Igor Mammedov --- tests/qtest/bios-tables-test.c | 37 ++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index a8c17461c8..22b22c403d 100644 --- a/tests/qtest/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c @@ -875,7 +875,9 @@ static void test_acpi_piix4_tcg_bridge(void) data.required_struct_types_len =3D ARRAY_SIZE(base_required_struct_typ= es); test_vm_prepare("-S" " -device pci-bridge,chassis_nr=3D1" - " -device pci-bridge,bus=3Dpci.1,addr=3D1.0,chassis_nr=3D2", &data= ); + " -device pci-bridge,bus=3Dpci.1,addr=3D1.0,chassis_nr=3D2" + " -device pci-testdev,bus=3Dpci.0,addr=3D5.0" + " -device pci-testdev,bus=3Dpci.1", &data); =20 /* hotplugged bridges section */ qtest_qmp_device_add(data.qts, "pci-bridge", "hpbr", @@ -884,6 +886,10 @@ static void test_acpi_piix4_tcg_bridge(void) "{'bus': 'pci.1', 'addr': '0xf.1', 'chassis_nr': 4 }"); qtest_qmp_device_add(data.qts, "pci-bridge", "hpbrhost", "{'bus': 'pci.0', 'addr': '4.0', 'chassis_nr': 5 }"); + qtest_qmp_device_add(data.qts, "pci-testdev", "d1", "{'bus': 'pci.0' }= "); + qtest_qmp_device_add(data.qts, "pci-testdev", "d2", "{'bus': 'pci.1' }= "); + qtest_qmp_device_add(data.qts, "pci-testdev", "d3", "{'bus': 'hpbr', " + "'addr': '1.0' }"); qtest_qmp_send(data.qts, "{'execute':'cont' }"); qtest_qmp_eventwait(data.qts, "RESUME"); =20 @@ -907,7 +913,9 @@ static void test_acpi_piix4_no_root_hotplug(void) data.required_struct_types_len =3D ARRAY_SIZE(base_required_struct_typ= es); test_acpi_one("-global PIIX4_PM.acpi-root-pci-hotplug=3Doff " "-device pci-bridge,chassis_nr=3D1 " - "-device pci-bridge,bus=3Dpci.1,addr=3D1.0,chassis_nr=3D= 2 ", &data); + "-device pci-bridge,bus=3Dpci.1,addr=3D1.0,chassis_nr=3D= 2 " + "-device pci-testdev,bus=3Dpci.0 " + "-device pci-testdev,bus=3Dpci.1", &data); free_test_data(&data); } =20 @@ -922,7 +930,9 @@ static void test_acpi_piix4_no_bridge_hotplug(void) data.required_struct_types_len =3D ARRAY_SIZE(base_required_struct_typ= es); test_acpi_one("-global PIIX4_PM.acpi-pci-hotplug-with-bridge-support= =3Doff " "-device pci-bridge,chassis_nr=3D1 " - "-device pci-bridge,bus=3Dpci.1,addr=3D1.0,chassis_nr=3D= 2 ", &data); + "-device pci-bridge,bus=3Dpci.1,addr=3D1.0,chassis_nr=3D= 2 " + "-device pci-testdev,bus=3Dpci.0 " + "-device pci-testdev,bus=3Dpci.1,addr=3D2.0", &data); free_test_data(&data); } =20 @@ -937,7 +947,9 @@ static void test_acpi_piix4_no_acpi_pci_hotplug(void) data.required_struct_types_len =3D ARRAY_SIZE(base_required_struct_typ= es); test_acpi_one("-global PIIX4_PM.acpi-root-pci-hotplug=3Doff " "-global PIIX4_PM.acpi-pci-hotplug-with-bridge-support= =3Doff " - "-device pci-bridge,chassis_nr=3D1", &data); + "-device pci-bridge,chassis_nr=3D1 " + "-device pci-testdev,bus=3Dpci.0 " + "-device pci-testdev,bus=3Dpci.1", &data); free_test_data(&data); } =20 @@ -982,7 +994,9 @@ static void test_acpi_q35_tcg_bridge(void) data.variant =3D ".bridge"; data.required_struct_types =3D base_required_struct_types; data.required_struct_types_len =3D ARRAY_SIZE(base_required_struct_typ= es); - test_acpi_one("-device pci-bridge,chassis_nr=3D1", &data); + test_acpi_one("-device pci-bridge,chassis_nr=3D1,id=3Dbr1" + " -device pci-testdev,bus=3Dpcie.0" + " -device pci-testdev,bus=3Dbr1", &data); free_test_data(&data); } =20 @@ -1001,8 +1015,11 @@ static void test_acpi_q35_multif_bridge(void) " -device pci-bridge,bus=3Drp2,chassis_nr=3D4,id=3Dbr1" " -device pcie-root-port,id=3Drphptgt1,port=3D0x0,chassis=3D5,addr= =3D2.1" " -device pcie-root-port,id=3Drphptgt2,port=3D0x0,chassis=3D6,addr= =3D2.2" - " -device pcie-root-port,id=3Drphptgt3,port=3D0x0,chassis=3D7,addr= =3D2.3", - &data); + " -device pcie-root-port,id=3Drphptgt3,port=3D0x0,chassis=3D7,addr= =3D2.3" + " -device pci-testdev,bus=3Dpcie.0,addr=3D2.4" + " -device pci-testdev,bus=3Dpcie.0,addr=3D5.0" + " -device pci-testdev,bus=3Drp0,addr=3D0.0" + " -device pci-testdev,bus=3Dbr1", &data); =20 /* hotplugged bridges section */ qtest_qmp_device_add(data.qts, "pci-bridge", "hpbr1", @@ -1010,7 +1027,11 @@ static void test_acpi_q35_multif_bridge(void) qtest_qmp_device_add(data.qts, "pci-bridge", "hpbr2-multiif", "{ 'bus': 'br1', 'addr': '2.2', 'chassis_nr': 129 }"); qtest_qmp_device_add(data.qts, "pcie-pci-bridge", "hpbr3", - "{'bus': 'rp0', 'addr': '0.0' }"); + "{'bus': 'rphptgt1', 'addr': '0.0' }"); + qtest_qmp_device_add(data.qts, "pcie-root-port", "hprp", + "{'bus': 'rphptgt2', 'addr': '0.0' }"); + qtest_qmp_device_add(data.qts, "pci-testdev", "hpnic", + "{'bus': 'rphptgt3', 'addr': '0.0' }"); qtest_qmp_send(data.qts, "{'execute':'cont' }"); qtest_qmp_eventwait(data.qts, "RESUME"); =20 --=20 2.31.1