From patchwork Wed Mar 11 17:20:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shameerali Kolothum Thodi X-Patchwork-Id: 184417 Delivered-To: patch@linaro.org Received: by 2002:a92:1f12:0:0:0:0:0 with SMTP id i18csp876640ile; Wed, 11 Mar 2020 10:28:51 -0700 (PDT) X-Google-Smtp-Source: ADFU+vvOGTxey8xhKTblsZmJPYInFVw9lcBBZ3FvnbpyiKafwvCCROl9utyJVJ6O0XgQQTcyBF3i X-Received: by 2002:a37:64c6:: with SMTP id y189mr3927381qkb.12.1583947730977; Wed, 11 Mar 2020 10:28:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583947730; cv=none; d=google.com; s=arc-20160816; b=R5BLBsxFZcbCvoDYXptpQ7lm5Zmp3Zx6o7G1nJGfgZGaysyeJKS2g4Xkvue6kaL2bR fF42qw17CuqK/AiiEUv+VcHqBFL99ferUVMpne0dTycvF2oe5yx2mghBbKF1/gMT1yP5 xE5+VCh9XvYQFoR+H1uvOZbbk8+o5aLZCbMVSjTyLgWZ/AetqV///PlNKdNh0+AJq6I/ +P51D6DipK4968vQmoFfdRUY0o9OCzHAX2colKAHzhhQdkw+7hVBAclMox02JBG6+6aW GSuTdsj+u+LIv/HI9S9DitA3e10SW9JmUV0YtFaEDmWFnNZ89ui0ozm3hxB+GsjfrXV5 pY0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:cc:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:mime-version:references :in-reply-to:message-id:date:subject:to:from; bh=pFiqul+UkrQQ3DByAbZpAxkwiDQLtuNRRR2ifAdFrtg=; b=eLEsI88l4WmVBBX4Xz+2BBcqn0HEnT1Nqjqo84hzDnmGIiXw+7m8PcHH9dl2eyn9qo pggsx5De7EWIcVE/UrddcCcujOnk/s6DKqMdYonqs729aHn7csH87/DN+Q8XV3KXBitF TiaxQu5GWmU04v3LNpcPCA5svAYNsbSLVzxSpN/NVNJQjHpL74FoDtrpq8fz7lEAtZKu Pks7CnOJWnNRerqqC7xTdSuxcyTqoAeozrupQjg9tx9R4Z5oG7uUyaXA7Uw7PyS4uG2p AjOT3/2sVmsN4+oIfN7NLp2+6BOgo/FOHCHMmfcvuH6bXuxzk7tV0/I4sArQKbsrPHoU Kr5A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-devel-bounces+patch=linaro.org@nongnu.org" Return-Path: Received: from lists.gnu.org (lists.gnu.org. [209.51.188.17]) by mx.google.com with ESMTPS id e11si1320676qth.287.2020.03.11.10.28.50 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 11 Mar 2020 10:28:50 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-devel-bounces+patch=linaro.org@nongnu.org" Received: from localhost ([::1]:56324 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jC5A2-0004dZ-Gx for patch@linaro.org; Wed, 11 Mar 2020 13:28:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58170) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jC55H-0002U0-Tf for qemu-devel@nongnu.org; Wed, 11 Mar 2020 13:23:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jC55G-0004B8-Sl for qemu-devel@nongnu.org; Wed, 11 Mar 2020 13:23:55 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:3280 helo=huawei.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jC55E-00043Y-6L; Wed, 11 Mar 2020 13:23:52 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id CFA3D2A35C69E15F4093; Thu, 12 Mar 2020 01:23:49 +0800 (CST) Received: from S00345302A-PC.china.huawei.com (10.202.227.237) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Thu, 12 Mar 2020 01:23:42 +0800 From: Shameer Kolothum To: , , , Subject: [PATCH v3 08/10] tests: Update ACPI tables list for upcoming arm/virt test changes Date: Wed, 11 Mar 2020 17:20:12 +0000 Message-ID: <20200311172014.33052-9-shameerali.kolothum.thodi@huawei.com> X-Mailer: git-send-email 2.12.0.windows.1 In-Reply-To: <20200311172014.33052-1-shameerali.kolothum.thodi@huawei.com> References: <20200311172014.33052-1-shameerali.kolothum.thodi@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.202.227.237] X-CFilter-Loop: Reflected X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 45.249.212.191 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@linaro.org, xiaoguangrong.eric@gmail.com, david@redhat.com, mst@redhat.com, linuxarm@huawei.com, xuwei5@hisilicon.com, shannon.zhaosl@gmail.com, lersek@redhat.com Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" This is in preparation to update test_acpi_virt_tcg_memhp() with pc-dimm and nvdimm. Update the bios-tables-test-allowed-diff.h with the affected ACPI tables so that "make check" doesn't fail. Also add empty files for new tables required for new test. Signed-off-by: Shameer Kolothum --- tests/data/acpi/virt/NFIT.memhp | 0 tests/data/acpi/virt/SSDT.memhp | 0 tests/qtest/bios-tables-test-allowed-diff.h | 3 +++ 3 files changed, 3 insertions(+) create mode 100644 tests/data/acpi/virt/NFIT.memhp create mode 100644 tests/data/acpi/virt/SSDT.memhp -- 2.17.1 diff --git a/tests/data/acpi/virt/NFIT.memhp b/tests/data/acpi/virt/NFIT.memhp new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/data/acpi/virt/SSDT.memhp b/tests/data/acpi/virt/SSDT.memhp new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index eb8bae1407..862c49e675 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1,3 +1,6 @@ /* List of comma-separated changed AML files to ignore */ "tests/data/acpi/pc/SSDT.dimmpxm", "tests/data/acpi/q35/SSDT.dimmpxm", +"tests/data/acpi/virt/DSDT.memhp", +"tests/data/acpi/virt/SSDT.memhp", +"tests/data/acpi/virt/NFIT.memhp",