From nobody Fri May 10 02:46:03 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.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; Authentication-Results: mx.zohomail.com; spf=pass (zoho.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=1562031315; cv=none; d=zoho.com; s=zohoarc; b=AXQ/syOEeJdoA0/2C1pU+kS+2MS4zdbvq2gGKg4Ee2ShW5KIzz4PyMil555ZK16AB0Tb7isJrRUsSPkkHp4uFaPVDp2jmeZBoHUktMGAcuh4DSSPPHVMK8ruMsR9vCZONDQjrv1LAG3fdoPqsbjEZkoimJkTicS5JQXVU40hScM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562031315; h=Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=eSjIhpCoEScyMGU5VuOYIACribQCKH64nLo9ropCFM4=; b=modysDAYnN4NQjoeIYwaMcBg3xGkx9b+E1iAOsIN1IJ4mL/30JZqmd6EgShJWgNqXQ9bIyLmp6gDts5fXPXZDEvPfo4PyXDa9MFkvoX6JRXrN/SaeY3qn4RCyrtUmVFQ/umt5wM+uPFvsMqCX4nzayUGKQ55wOP1WMeoh+Xj2P0= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.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 1562031315952773.0300074860835; Mon, 1 Jul 2019 18:35:15 -0700 (PDT) Received: from localhost ([::1]:46908 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hi7hK-0005Vc-6Q for importer@patchew.org; Mon, 01 Jul 2019 21:35:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47557) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hi3z3-0001bF-LT for qemu-devel@nongnu.org; Mon, 01 Jul 2019 17:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hi3yz-0002ue-L0 for qemu-devel@nongnu.org; Mon, 01 Jul 2019 17:37:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35262) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hi3yb-0002kR-AU; Mon, 01 Jul 2019 17:36:43 -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 mx1.redhat.com (Postfix) with ESMTPS id 4D77330860A0; Mon, 1 Jul 2019 19:08:39 +0000 (UTC) Received: from laptop.redhat.com (ovpn-116-95.ams2.redhat.com [10.36.116.95]) by smtp.corp.redhat.com (Postfix) with ESMTP id 23EA42CFC7; Mon, 1 Jul 2019 19:08:21 +0000 (UTC) From: Eric Auger To: eric.auger.pro@gmail.com, eric.auger@redhat.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org, peter.maydell@linaro.org, shameerali.kolothum.thodi@huawei.com, imammedo@redhat.com Date: Mon, 1 Jul 2019 21:08:19 +0200 Message-Id: <20190701190819.25388-1-eric.auger@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Mon, 01 Jul 2019 19:08:54 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] tests: Update DSDT ACPI table for arm/virt board with PCDIMM related changes 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: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" PCDIMM hotplug addition updated the DSDT. Update the reference table. Signed-off-by: Eric Auger Reviewed-by: Igor Mammedov --- tests/data/acpi/virt/DSDT | Bin 18476 -> 18493 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/tests/data/acpi/virt/DSDT b/tests/data/acpi/virt/DSDT index 20e85c7f89f645c69935c615c07084e221419960..1a5c3e5243c78eb25345fdf7ffa= 442afec3c5c28 100644 GIT binary patch delta 172 zcmZ28fpPByMlP3Nmk?VI1_q{Y6S<_BIvO{s=3DeSSi^^mWRZt~=3Da(Tfjuig$N)iRXy- z@O0sIbPn(|FfcS`;D`?ea)A;+mUB?BARiZZCmRDZqb36bLnT9WgKLnhI|B~`0|zG; zOLQYQi0kYc?CPT+ViNBf7Q$Ho;v_5(n_Qj1$iNt*&kVB1*CW8$H`v*4fdEjLhl`1U Ni>WOjJjjWw0RY`tDw+TQ delta 134 zcmdlxfpN_QMlP3Nmk=3DEf1_q{ziCof5?F}2%bKIpo*xdvC4LIUGJY9GlgM2*<49pA} zIN}{$f+og`c`$P_2rw{ovN13+sxvS!RDxt&Jq4Ay6ndl?7@-g-A