From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E52B6C3064D for ; Tue, 2 Jul 2024 14:03:46 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOe5p-0007s3-LB; Tue, 02 Jul 2024 10:02:49 -0400 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 1sOe5n-0007rQ-PW; Tue, 02 Jul 2024 10:02:47 -0400 Received: from frasgout.his.huawei.com ([185.176.79.56]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOe5k-0003HE-KU; Tue, 02 Jul 2024 10:02:47 -0400 Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4WD4Lk1Hn8z67k9Y; Tue, 2 Jul 2024 22:00:46 +0800 (CST) Received: from lhrpeml500005.china.huawei.com (unknown [7.191.163.240]) by mail.maildlp.com (Postfix) with ESMTPS id 75B93140A70; Tue, 2 Jul 2024 22:02:37 +0800 (CST) Received: from localhost (10.203.174.77) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Tue, 2 Jul 2024 15:02:36 +0100 Date: Tue, 2 Jul 2024 15:02:36 +0100 To: "Michael S. Tsirkin" CC: Igor Mammedov , Sunil V L , , , , Paolo Bonzini , =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau , "Daniel P . =?ISO-8859-1?Q?Berrang=E9?=" , Thomas Huth , Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= , Ani Sinha , Laurent Vivier , Gerd Hoffmann , Sia Jee Heng , Alistair Francis , Daniel Henrique Barboza , Palmer Dabbelt , Bin Meng , Weiwei Li , Liu Zhiwei , "Alistair Francis" Subject: Re: [PATCH v4 16/16] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V Message-ID: <20240702150236.000042eb@Huawei.com> In-Reply-To: <20240701170330-mutt-send-email-mst@kernel.org> References: <20240625150839.1358279-1-sunilvl@ventanamicro.com> <20240625150839.1358279-17-sunilvl@ventanamicro.com> <20240627141803.42cd46c1@imammedo.users.ipa.redhat.com> <20240701170330-mutt-send-email-mst@kernel.org> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.174.77] X-ClientProxiedBy: lhrpeml100003.china.huawei.com (7.191.160.210) To lhrpeml500005.china.huawei.com (7.191.163.240) Received-SPF: pass client-ip=185.176.79.56; envelope-from=jonathan.cameron@huawei.com; helo=frasgout.his.huawei.com X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-riscv@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Jonathan Cameron From: Jonathan Cameron via Errors-To: qemu-riscv-bounces+qemu-riscv=archiver.kernel.org@nongnu.org Sender: qemu-riscv-bounces+qemu-riscv=archiver.kernel.org@nongnu.org On Mon, 1 Jul 2024 17:03:43 -0400 "Michael S. Tsirkin" wrote: > On Thu, Jun 27, 2024 at 02:18:03PM +0200, Igor Mammedov wrote: > > On Tue, 25 Jun 2024 20:38:39 +0530 > > Sunil V L wrote: > > > > > As per the step 5 in the process documented in bios-tables-test.c, > > > generate the expected ACPI AML data files for RISC-V using the > > > rebuild-expected-aml.sh script and update the > > > bios-tables-test-allowed-diff.h. > > > > > > These are all new files being added for the first time. Hence, iASL diff > > > output is not added. > > > > > > Signed-off-by: Sunil V L > > > Acked-by: Alistair Francis > > > Acked-by: Igor Mammedov > > > > Michael, > > can it go via risc-v tree or > > do you plan to merge it via your tree? > > given patch 1 is merged, I took the rest. Looks like your CI runs are catching this as well but RHCT here is failing. I rebased the GI/GP set on top of this and ignored that failure by skipping riscv64 tests. Jonathan > > > > --- > > > tests/data/acpi/riscv64/virt/APIC | Bin 0 -> 116 bytes > > > tests/data/acpi/riscv64/virt/DSDT | Bin 0 -> 3518 bytes > > > tests/data/acpi/riscv64/virt/FACP | Bin 0 -> 276 bytes > > > tests/data/acpi/riscv64/virt/MCFG | Bin 0 -> 60 bytes > > > tests/data/acpi/riscv64/virt/RHCT | Bin 0 -> 314 bytes > > > tests/data/acpi/riscv64/virt/SPCR | Bin 0 -> 80 bytes > > > tests/qtest/bios-tables-test-allowed-diff.h | 6 ------ > > > 7 files changed, 6 deletions(-) > > > > > > diff --git a/tests/data/acpi/riscv64/virt/APIC b/tests/data/acpi/riscv64/virt/APIC > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..66a25dfd2d6ea2b607c024722b2eab95873a01e9 100644 > > > GIT binary patch > > > literal 116 > > > zcmZ<^@N_O=U|?X|;^gn_5v<@85#X!<1dKp25F13pfP@Mo12P{Zj?R|`s)2!c7=s}J > > > I#NvT*0o0BN0RR91 > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/DSDT b/tests/data/acpi/riscv64/virt/DSDT > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0fb2d5e0e389541209b765d5092d0706f40298f6 100644 > > > GIT binary patch > > > literal 3518 > > > zcmZvf%WvaU6vnR;w@IBxlQexl(t(j!ppl%0(ryq > > zgcxeCJ*}oI`D?w!iChKA+$9t$orAn%(bn > > > zN+n)t?0eh6a^of6TgGN7rRbcFh1Tyc_k%{iceZVNuIr}z+pT7 > > z>)qm0&dr&dmZB`a{a^Ra*0&D5Eo1b;X8Qm}E3gQ > > zVE91w&KfCiza7@#@A>YkTOF1_DRa)WNl^t#{A^TNmZNji{btZCtt5&QPNDqU;E!+b > > > zecnEQ^xc;~?0jvN=B?69B6sx0n@1-LMCh > > z|GVk1+UV8=+`16nn$W3iZBaGE(t=R0Su8V)L_|(iti)M3i8v3Jc_g_ > > zZ0_+)tcM-v;WLjB?y(x{F%swTD)SiS9?!;ljK+DKGLIDZSc~;Y#d$nr9_i3y=NsQ^ > > > zu@zZ&*ReP}{EyK3th+T@*_*eqZ#4FX%O>b{iWO(USDtFAW3{YY{55g*p1P}!a8zWX > > > z7lz;IPVBzpJS=7G%wV8y2Q62ba|`EHRm#%1lYm%>L=vK=N;x|_7+?*WxKL3R0`umY > > > z&O>MhKe$y(1g;N2-TU8l! > > zP=$;-)Haz>@sOMoiwl`i1tW@cj+o4-cu3BPCB-VhD+4MD9hIDroD&Pl#Oi8OIy2%- > > > zNlr-4iRFXLXr|LTGn$gLp$V}cX!M^n3=p)tt`$vN>NG_kr`M{qil6Owag1ZPHY > > > zW+W#h=gbPutl-Q_PDsv)?-Htwo@Y*Q<|HR1=gbSvyx`1BPDsup=eXpA > > zv*(GAkEvZhm4f7i > > zLUPVY!8s{7CnYB&=bRFpQ-X6!azb*>X~8)yIHx5iB > > zS;+~>Ip+lDoZy_3oRFMzUU1F}&UwiR$vGDU=Yrr|kera5b5U?E3eH8z3CTH^1m}|A > > > zT#}rSoU5@qiM`L8Qmx@>rXnqyVu6bqy3;0 > > > zSfN$e$O$X-aop-gjFlN1TJ2C(VM8aZsGs9rPsDhcG3gaHcG3%d9rt=N#> > > zYt+>h-rEXOMpLn!a_)bcQwbVUYCt>d6Z~go(OKwiV=x$e6rJOWm8FJLZ)jL(gSOQ9 > > > z(=101Q%{N90rg{iGreXyIPiUy_PU*2Ro)uw?+2cJexkhQVfAu5b@3W?^1b$-wSOuL > > > z8($pWumAYmuXoN*92)^EIHqx|osu9QI;oM>2efl4w7)DozPM|Bh$~ecUA>%od=bT& > > > z;R0PerC=JrI{7MZ#_1;2tCR9A{Hkc%mp4o`zpVZISFrki`_c5@?b)Ba_T|{c>*}hQ > > > pv@F`;cR<_jYzAT_(hnb+|8pBtRxTSGr9{slF`>K_0A > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/FACP b/tests/data/acpi/riscv64/virt/FACP > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a5276b65ea8ce46cc9b40d96d98f0669c9089ed4 100644 > > > GIT binary patch > > > literal 276 > > > zcmZ>BbPf< > > A0RR91 > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/MCFG b/tests/data/acpi/riscv64/virt/MCFG > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..37eb923a9320f5573c0c2cdb90bd98409cc7eb6f 100644 > > > GIT binary patch > > > literal 60 > > > rcmeZuc5}C3U|?Y6aq@Te2v%^42yj*a0!E-1hz+8VfB}^KA4CHH3`GY4 > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/RHCT b/tests/data/acpi/riscv64/virt/RHCT > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..beaa961bbf0f0486c0dee25f543377c928354f84 100644 > > > GIT binary patch > > > literal 314 > > > zcmXAlu}%Xq42FGxD#XNyI`tt=C&buWx`A2-wkXNvbP-K1O46&8iKjrk6)SI3ey5h~ > > > z@3-SPa`wCa{iPvl)b_RC9X8vKw|)adiC8n)zP^7d?+~A>`lE(^DK1@Wog4=(iq&1K > > > z7;1J`gewX|OE=3Z>{xM3wM)ljIQKa+635YaZ7jrOeGc+eJEnks*|jl=GEUBVQ8WhX > > > zK@ > > Pp1|9>GjINg;u`)Bd);9H > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/SPCR b/tests/data/acpi/riscv64/virt/SPCR > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4da9daf65f71a13ac2b488d4e9728f194b569a43 100644 > > > GIT binary patch > > > literal 80 > > > zcmWFza1IJ!U|?X{>E!S15v<@85#X!<1dKp25F12;fdT`FDF9*%FmM4$c8~z`e;@#f > > > G!2kgKJqrN< > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h > > > index 70474a097f..dfb8523c8b 100644 > > > --- a/tests/qtest/bios-tables-test-allowed-diff.h > > > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > > > @@ -1,7 +1 @@ > > > /* List of comma-separated changed AML files to ignore */ > > > -"tests/data/acpi/riscv64/virt/APIC", > > > -"tests/data/acpi/riscv64/virt/DSDT", > > > -"tests/data/acpi/riscv64/virt/FACP", > > > -"tests/data/acpi/riscv64/virt/MCFG", > > > -"tests/data/acpi/riscv64/virt/RHCT", > > > -"tests/data/acpi/riscv64/virt/SPCR", > > From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 2002:a05:7022:ef0e:b0:81:d0c2:543b with SMTP id qy14csp2366853dlb; Tue, 2 Jul 2024 07:03:17 -0700 (PDT) X-Forwarded-Encrypted: i=2; AJvYcCVpV1JG0ehsn4Kfd8BZDPIYwtkKm+fhP66bz78V5ZX4JTBfv1xFIaTd3uMwsj4cpMBbvUlM/V6Pdhap8KTJUFGA1j/zw1Yk X-Google-Smtp-Source: AGHT+IFpc8KfX4nDWdMy86ORx9L4kXrVYdPajX/PYbZGHUgmYxJv3Tz3/fr3w8MBzzh/8xwLgqOT X-Received: by 2002:a05:620a:4093:b0:79d:9b4b:c619 with SMTP id af79cd13be357-79d9b4bcd95mr213214785a.69.1719928996690; Tue, 02 Jul 2024 07:03:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1719928996; cv=none; d=google.com; s=arc-20160816; b=Ev22/VcTGmUjMSGS/46j6gTc5lN+VmAA0PlgiC0wSJ8OP8oFN0kHVihWP4lyfcVwmB ImdZ97t6OU9J/3tmbpexOWRhfWtULUnXT67dvTDaOH39S2f0C1o/pI9+0G7/DcuUuLZH byv458uUuDHYNuQQAW314HQQvbkhxXxgwuKfIrVexErgNRgs+OfeDVskyEp8ostsBbUO O9wcejsIeT1QPbaKxcpZDLj9hKC2JqeTCesWRvCmQAVUTSHJJoFO4dDaxulrkFP1ZVK8 J7GJkBJLvO/M5iqMlY4tmuLPA4nQrPKD/qV8z+OF7XPN/cwvGy3kdSEBufcMmJC0E5Bv f0Uw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:from:reply-to:list-subscribe:list-help:list-post :list-archive:list-unsubscribe:list-id:precedence :content-transfer-encoding:mime-version:organization:references :in-reply-to:message-id:subject:cc:to:date; bh=zmUCPMiTD6vXlrbEd2EvxWseyKoG12RuuIrl7VfaSFM=; fh=2PzxbRURmCOfsgejp12IjZdy6XwiSIWaNb2grpty9n4=; b=HT+9m+XxzWjrUjXyjA9rUtYSsGrZM7/xh/KvmC2vgG3XGg9ZQe9ugyJfJg37sV6fDy ANhfGV2a7c6ZdQb26KDii50ac4d+Tm/qHVvvD4URxWQbqfCK98zcO6w/nvwcdDH1iW4r uyee94DAoqpJ0CG4m3fMESkt42gjFT8zUtYw3I7H+96JPfGHRu8LDwq/qI9S2hXmFJ3P npgVG3Ks19Z5zDe6GE1NoT+QXM8D+ZXjmGh2YaTuO4AIpQGafijEfTe2ACVo353DDIL+ hGgCqGm9ybYbdvSr2nwf0o/aARrxR0Rtwcbu5K5QA6qms2Q95uoSal2/YDBSSRhN/9kh t7Ow==; dara=google.com ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-devel-bounces+alex.bennee=linaro.org@nongnu.org"; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org. [209.51.188.17]) by mx.google.com with ESMTPS id af79cd13be357-79d693081bcsi1021444785a.412.2024.07.02.07.03.16 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 02 Jul 2024 07:03:16 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-devel-bounces+alex.bennee=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+alex.bennee=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-devel-bounces+alex.bennee=linaro.org@nongnu.org"; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=nongnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOe5p-0007sG-Qn; Tue, 02 Jul 2024 10:02:49 -0400 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 1sOe5n-0007rQ-PW; Tue, 02 Jul 2024 10:02:47 -0400 Received: from frasgout.his.huawei.com ([185.176.79.56]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOe5k-0003HE-KU; Tue, 02 Jul 2024 10:02:47 -0400 Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4WD4Lk1Hn8z67k9Y; Tue, 2 Jul 2024 22:00:46 +0800 (CST) Received: from lhrpeml500005.china.huawei.com (unknown [7.191.163.240]) by mail.maildlp.com (Postfix) with ESMTPS id 75B93140A70; Tue, 2 Jul 2024 22:02:37 +0800 (CST) Received: from localhost (10.203.174.77) by lhrpeml500005.china.huawei.com (7.191.163.240) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Tue, 2 Jul 2024 15:02:36 +0100 Date: Tue, 2 Jul 2024 15:02:36 +0100 To: "Michael S. Tsirkin" CC: Igor Mammedov , Sunil V L , , , , Paolo Bonzini , =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau , "Daniel P . =?ISO-8859-1?Q?Berrang=E9?=" , Thomas Huth , Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= , Ani Sinha , Laurent Vivier , Gerd Hoffmann , Sia Jee Heng , Alistair Francis , Daniel Henrique Barboza , Palmer Dabbelt , Bin Meng , Weiwei Li , Liu Zhiwei , "Alistair Francis" Subject: Re: [PATCH v4 16/16] tests/qtest/bios-tables-test: Add expected ACPI data files for RISC-V Message-ID: <20240702150236.000042eb@Huawei.com> In-Reply-To: <20240701170330-mutt-send-email-mst@kernel.org> References: <20240625150839.1358279-1-sunilvl@ventanamicro.com> <20240625150839.1358279-17-sunilvl@ventanamicro.com> <20240627141803.42cd46c1@imammedo.users.ipa.redhat.com> <20240701170330-mutt-send-email-mst@kernel.org> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 4.1.0 (GTK 3.24.33; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.174.77] X-ClientProxiedBy: lhrpeml100003.china.huawei.com (7.191.160.210) To lhrpeml500005.china.huawei.com (7.191.163.240) Received-SPF: pass client-ip=185.176.79.56; envelope-from=jonathan.cameron@huawei.com; helo=frasgout.his.huawei.com X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=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: , Reply-to: Jonathan Cameron From: Jonathan Cameron via Errors-To: qemu-devel-bounces+alex.bennee=linaro.org@nongnu.org Sender: qemu-devel-bounces+alex.bennee=linaro.org@nongnu.org X-TUID: /kGkFP47Zq5b On Mon, 1 Jul 2024 17:03:43 -0400 "Michael S. Tsirkin" wrote: > On Thu, Jun 27, 2024 at 02:18:03PM +0200, Igor Mammedov wrote: > > On Tue, 25 Jun 2024 20:38:39 +0530 > > Sunil V L wrote: > > > > > As per the step 5 in the process documented in bios-tables-test.c, > > > generate the expected ACPI AML data files for RISC-V using the > > > rebuild-expected-aml.sh script and update the > > > bios-tables-test-allowed-diff.h. > > > > > > These are all new files being added for the first time. Hence, iASL diff > > > output is not added. > > > > > > Signed-off-by: Sunil V L > > > Acked-by: Alistair Francis > > > Acked-by: Igor Mammedov > > > > Michael, > > can it go via risc-v tree or > > do you plan to merge it via your tree? > > given patch 1 is merged, I took the rest. Looks like your CI runs are catching this as well but RHCT here is failing. I rebased the GI/GP set on top of this and ignored that failure by skipping riscv64 tests. Jonathan > > > > --- > > > tests/data/acpi/riscv64/virt/APIC | Bin 0 -> 116 bytes > > > tests/data/acpi/riscv64/virt/DSDT | Bin 0 -> 3518 bytes > > > tests/data/acpi/riscv64/virt/FACP | Bin 0 -> 276 bytes > > > tests/data/acpi/riscv64/virt/MCFG | Bin 0 -> 60 bytes > > > tests/data/acpi/riscv64/virt/RHCT | Bin 0 -> 314 bytes > > > tests/data/acpi/riscv64/virt/SPCR | Bin 0 -> 80 bytes > > > tests/qtest/bios-tables-test-allowed-diff.h | 6 ------ > > > 7 files changed, 6 deletions(-) > > > > > > diff --git a/tests/data/acpi/riscv64/virt/APIC b/tests/data/acpi/riscv64/virt/APIC > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..66a25dfd2d6ea2b607c024722b2eab95873a01e9 100644 > > > GIT binary patch > > > literal 116 > > > zcmZ<^@N_O=U|?X|;^gn_5v<@85#X!<1dKp25F13pfP@Mo12P{Zj?R|`s)2!c7=s}J > > > I#NvT*0o0BN0RR91 > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/DSDT b/tests/data/acpi/riscv64/virt/DSDT > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0fb2d5e0e389541209b765d5092d0706f40298f6 100644 > > > GIT binary patch > > > literal 3518 > > > zcmZvf%WvaU6vnR;w@IBxlQexl(t(j!ppl%0(ryq > > zgcxeCJ*}oI`D?w!iChKA+$9t$orAn%(bn > > > zN+n)t?0eh6a^of6TgGN7rRbcFh1Tyc_k%{iceZVNuIr}z+pT7 > > z>)qm0&dr&dmZB`a{a^Ra*0&D5Eo1b;X8Qm}E3gQ > > zVE91w&KfCiza7@#@A>YkTOF1_DRa)WNl^t#{A^TNmZNji{btZCtt5&QPNDqU;E!+b > > > zecnEQ^xc;~?0jvN=B?69B6sx0n@1-LMCh > > z|GVk1+UV8=+`16nn$W3iZBaGE(t=R0Su8V)L_|(iti)M3i8v3Jc_g_ > > zZ0_+)tcM-v;WLjB?y(x{F%swTD)SiS9?!;ljK+DKGLIDZSc~;Y#d$nr9_i3y=NsQ^ > > > zu@zZ&*ReP}{EyK3th+T@*_*eqZ#4FX%O>b{iWO(USDtFAW3{YY{55g*p1P}!a8zWX > > > z7lz;IPVBzpJS=7G%wV8y2Q62ba|`EHRm#%1lYm%>L=vK=N;x|_7+?*WxKL3R0`umY > > > z&O>MhKe$y(1g;N2-TU8l! > > zP=$;-)Haz>@sOMoiwl`i1tW@cj+o4-cu3BPCB-VhD+4MD9hIDroD&Pl#Oi8OIy2%- > > > zNlr-4iRFXLXr|LTGn$gLp$V}cX!M^n3=p)tt`$vN>NG_kr`M{qil6Owag1ZPHY > > > zW+W#h=gbPutl-Q_PDsv)?-Htwo@Y*Q<|HR1=gbSvyx`1BPDsup=eXpA > > zv*(GAkEvZhm4f7i > > zLUPVY!8s{7CnYB&=bRFpQ-X6!azb*>X~8)yIHx5iB > > zS;+~>Ip+lDoZy_3oRFMzUU1F}&UwiR$vGDU=Yrr|kera5b5U?E3eH8z3CTH^1m}|A > > > zT#}rSoU5@qiM`L8Qmx@>rXnqyVu6bqy3;0 > > > zSfN$e$O$X-aop-gjFlN1TJ2C(VM8aZsGs9rPsDhcG3gaHcG3%d9rt=N#> > > zYt+>h-rEXOMpLn!a_)bcQwbVUYCt>d6Z~go(OKwiV=x$e6rJOWm8FJLZ)jL(gSOQ9 > > > z(=101Q%{N90rg{iGreXyIPiUy_PU*2Ro)uw?+2cJexkhQVfAu5b@3W?^1b$-wSOuL > > > z8($pWumAYmuXoN*92)^EIHqx|osu9QI;oM>2efl4w7)DozPM|Bh$~ecUA>%od=bT& > > > z;R0PerC=JrI{7MZ#_1;2tCR9A{Hkc%mp4o`zpVZISFrki`_c5@?b)Ba_T|{c>*}hQ > > > pv@F`;cR<_jYzAT_(hnb+|8pBtRxTSGr9{slF`>K_0A > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/FACP b/tests/data/acpi/riscv64/virt/FACP > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a5276b65ea8ce46cc9b40d96d98f0669c9089ed4 100644 > > > GIT binary patch > > > literal 276 > > > zcmZ>BbPf< > > A0RR91 > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/MCFG b/tests/data/acpi/riscv64/virt/MCFG > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..37eb923a9320f5573c0c2cdb90bd98409cc7eb6f 100644 > > > GIT binary patch > > > literal 60 > > > rcmeZuc5}C3U|?Y6aq@Te2v%^42yj*a0!E-1hz+8VfB}^KA4CHH3`GY4 > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/RHCT b/tests/data/acpi/riscv64/virt/RHCT > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..beaa961bbf0f0486c0dee25f543377c928354f84 100644 > > > GIT binary patch > > > literal 314 > > > zcmXAlu}%Xq42FGxD#XNyI`tt=C&buWx`A2-wkXNvbP-K1O46&8iKjrk6)SI3ey5h~ > > > z@3-SPa`wCa{iPvl)b_RC9X8vKw|)adiC8n)zP^7d?+~A>`lE(^DK1@Wog4=(iq&1K > > > z7;1J`gewX|OE=3Z>{xM3wM)ljIQKa+635YaZ7jrOeGc+eJEnks*|jl=GEUBVQ8WhX > > > zK@ > > Pp1|9>GjINg;u`)Bd);9H > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/data/acpi/riscv64/virt/SPCR b/tests/data/acpi/riscv64/virt/SPCR > > > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4da9daf65f71a13ac2b488d4e9728f194b569a43 100644 > > > GIT binary patch > > > literal 80 > > > zcmWFza1IJ!U|?X{>E!S15v<@85#X!<1dKp25F12;fdT`FDF9*%FmM4$c8~z`e;@#f > > > G!2kgKJqrN< > > > > > > literal 0 > > > HcmV?d00001 > > > > > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h > > > index 70474a097f..dfb8523c8b 100644 > > > --- a/tests/qtest/bios-tables-test-allowed-diff.h > > > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > > > @@ -1,7 +1 @@ > > > /* List of comma-separated changed AML files to ignore */ > > > -"tests/data/acpi/riscv64/virt/APIC", > > > -"tests/data/acpi/riscv64/virt/DSDT", > > > -"tests/data/acpi/riscv64/virt/FACP", > > > -"tests/data/acpi/riscv64/virt/MCFG", > > > -"tests/data/acpi/riscv64/virt/RHCT", > > > -"tests/data/acpi/riscv64/virt/SPCR", > >