From nobody Sun Oct 5 17:55:37 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; 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 ARC-Seal: i=1; a=rsa-sha256; t=1602257130; cv=none; d=zohomail.com; s=zohoarc; b=i4iHBS0GeM3ii07KfauyYn789N2UN9rIzq8csqOUn4/ml0thiETZIaxPb9453h2s31h0Esv8szOOy14rXA1uouir/CVNImtqgujWgwwO3uGGpKIGDZyvlN0+6m6Stfh5ptgFqw9j22GcKKAg5WkR0drGDtzT1Et1fnYnpUPGOhI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602257130; h=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=YuiinnnrSNOoDlS+a27KgYp/Syd4bjmm9kiSreV6rq8=; b=eTbz7WluUPDo4+tpCT1RpzjQPkczmy27LShvflh7gTM3EX+6mfnFjjEC95cwaB6LCLiZ7NTAaqc9+SddMDM+Cq+KBPf6KOLZX0tnHb77Ighp9zx24D6mZBUIQpSsMZ+zTGmviI7f5HuloZz/uQNAzWGqAPF4sLiF6HRgwzuRKfg= ARC-Authentication-Results: i=1; mx.zohomail.com; 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1602257130037347.96075224574145; Fri, 9 Oct 2020 08:25:30 -0700 (PDT) Received: from localhost ([::1]:34336 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQuGu-0002AA-O9 for importer@patchew.org; Fri, 09 Oct 2020 11:25:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50206) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQuCq-0006uQ-Gn for qemu-devel@nongnu.org; Fri, 09 Oct 2020 11:21:16 -0400 Received: from mx2.suse.de ([195.135.220.15]:56870) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQuCm-0004hQ-Lr for qemu-devel@nongnu.org; Fri, 09 Oct 2020 11:21:16 -0400 Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 7801DAC8C; Fri, 9 Oct 2020 15:21:10 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Claudio Fontana To: Paolo Bonzini Subject: [RFC v1 2/4] qtest: unbreak non-TCG builds in bios-tables-test Date: Fri, 9 Oct 2020 17:21:06 +0200 Message-Id: <20201009152108.16120-3-cfontana@suse.de> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201009152108.16120-1-cfontana@suse.de> References: <20201009152108.16120-1-cfontana@suse.de> MIME-Version: 1.0 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=195.135.220.15; envelope-from=cfontana@suse.de; helo=mx2.suse.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/08 23:20:51 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x (no timestamps) [generic] 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.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , =?UTF-8?q?Alex=20Benn=C3=A9e?= , qemu-devel@nongnu.org, Pavel Dovgalyuk , Claudio Fontana , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" the tests assume TCG is available, thus breaking for TCG-only tests, where only the TCG accelerator option is passed to the QEMU binary. Suggested-by: Paolo Bonzini Signed-off-by: Claudio Fontana Acked-by: Paolo Bonzini --- tests/qtest/bios-tables-test.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c index e15f36c8c7..e783da54ba 100644 --- a/tests/qtest/bios-tables-test.c +++ b/tests/qtest/bios-tables-test.c @@ -122,6 +122,9 @@ static void free_test_data(test_data *data) { int i; =20 + if (!data->tables) { + return; + } for (i =3D 0; i < data->tables->len; ++i) { cleanup_table_descriptor(&g_array_index(data->tables, AcpiSdtTable= , i)); } @@ -651,6 +654,13 @@ static void test_acpi_one(const char *params, test_dat= a *data) char *args; bool use_uefi =3D data->uefi_fl1 && data->uefi_fl2; =20 +#ifndef CONFIG_TCG + if (data->tcg_only) { + g_test_skip("TCG disabled, skipping ACPI tcg_only test"); + return; + } +#endif /* CONFIG_TCG */ + if (use_uefi) { /* * TODO: convert '-drive if=3Dpflash' to new syntax (see e33763be7= cd3) --=20 2.26.2