From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827397866438.89338114699683; Tue, 17 Jul 2018 04:36:37 -0700 (PDT) Received: from localhost ([::1]:58367 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOHL-0008Jx-KT for importer@patchew.org; Tue, 17 Jul 2018 07:36:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFF-0006zV-87 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFA-0003QG-CZ for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:17 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:36678 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFA-0003Pl-8X for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:12 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D9F16401EF05 for ; Tue, 17 Jul 2018 11:34:11 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id CCF49FF69; Tue, 17 Jul 2018 11:34:10 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:38 +0200 Message-Id: <20180717113402.5510-2-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:11 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:11 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 01/25] configure: We don't want to clean configuration files X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" If you don't want to compile everything, you configure config-devices.mak. And then make clean remove it, and make will create a default one without your configuration. Fix it by not removing it. Signed-off-by: Juan Quintela --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2da686be33..2ffbcde323 100644 --- a/Makefile +++ b/Makefile @@ -751,7 +751,7 @@ clean: if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \ rm -f $$d/qemu-options.def; \ done - rm -f $(SUBDIR_DEVICES_MAK) config-all-devices.mak + rm -f config-all-devices.mak =20 VERSION ?=3D $(shell cat VERSION) =20 --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827400801488.5392313961928; Tue, 17 Jul 2018 04:36:40 -0700 (PDT) Received: from localhost ([::1]:58368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOHM-0008LU-KC for importer@patchew.org; Tue, 17 Jul 2018 07:36:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFF-0006zT-8B for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFB-0003RL-OK for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:17 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:37104 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFB-0003R3-It for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:13 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3433F81A4EBC for ; Tue, 17 Jul 2018 11:34:13 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2829910191; Tue, 17 Jul 2018 11:34:12 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:39 +0200 Message-Id: <20180717113402.5510-3-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:13 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:13 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 02/25] config: CONFIG_SERIAL* is already in pci.mak X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela --- default-configs/alpha-softmmu.mak | 2 -- default-configs/arm-softmmu.mak | 2 -- default-configs/hppa-softmmu.mak | 3 --- default-configs/i386-softmmu.mak | 2 -- default-configs/mips-softmmu-common.mak | 2 -- default-configs/ppc-softmmu.mak | 1 - default-configs/ppcemb-softmmu.mak | 2 -- default-configs/sh4-softmmu.mak | 2 -- default-configs/sh4eb-softmmu.mak | 2 -- default-configs/sparc64-softmmu.mak | 2 -- default-configs/x86_64-softmmu.mak | 2 -- 11 files changed, 22 deletions(-) diff --git a/default-configs/alpha-softmmu.mak b/default-configs/alpha-soft= mmu.mak index bbe361f01a..2d81a98441 100644 --- a/default-configs/alpha-softmmu.mak +++ b/default-configs/alpha-softmmu.mak @@ -2,8 +2,6 @@ =20 include pci.mak include usb.mak -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_I82374=3Dy CONFIG_I8254=3Dy CONFIG_I8257=3Dy diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.= mak index 834d45cfaf..4d33e9983d 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -5,8 +5,6 @@ include usb.mak CONFIG_VGA=3Dy CONFIG_NAND=3Dy CONFIG_ECC=3Dy -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_PTIMER=3Dy CONFIG_SD=3Dy CONFIG_MAX7310=3Dy diff --git a/default-configs/hppa-softmmu.mak b/default-configs/hppa-softmm= u.mak index 4badc0521e..f3712afc27 100644 --- a/default-configs/hppa-softmmu.mak +++ b/default-configs/hppa-softmmu.mak @@ -1,8 +1,5 @@ include pci.mak include usb.mak -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy -CONFIG_ISA_BUS=3Dy CONFIG_I8259=3Dy CONFIG_E1000_PCI=3Dy CONFIG_IDE_ISA=3Dy diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmm= u.mak index 8c7d4a0fa0..8827166ba1 100644 --- a/default-configs/i386-softmmu.mak +++ b/default-configs/i386-softmmu.mak @@ -15,8 +15,6 @@ CONFIG_IPMI_LOCAL=3Dy CONFIG_IPMI_EXTERN=3Dy CONFIG_ISA_IPMI_KCS=3Dy CONFIG_ISA_IPMI_BT=3Dy -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_PARALLEL=3Dy CONFIG_I8254=3Dy CONFIG_PCSPK=3Dy diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips= -softmmu-common.mak index fae2347ee7..9bae997ca0 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -9,8 +9,6 @@ CONFIG_VGA_ISA=3Dy CONFIG_VGA_ISA_MM=3Dy CONFIG_VGA_CIRRUS=3Dy CONFIG_VMWARE_VGA=3Dy -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_PARALLEL=3Dy CONFIG_I8254=3Dy CONFIG_PCSPK=3Dy diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.= mak index 3181bbf163..d8dd969499 100644 --- a/default-configs/ppc-softmmu.mak +++ b/default-configs/ppc-softmmu.mak @@ -53,7 +53,6 @@ CONFIG_IDE_MACIO=3Dy # For PReP CONFIG_PREP=3Dy CONFIG_PREP_PCI=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_MC146818RTC=3Dy CONFIG_ISA_TESTDEV=3Dy CONFIG_RS6000_MC=3Dy diff --git a/default-configs/ppcemb-softmmu.mak b/default-configs/ppcemb-so= ftmmu.mak index ac44f150c6..f7a0d577d8 100644 --- a/default-configs/ppcemb-softmmu.mak +++ b/default-configs/ppcemb-softmmu.mak @@ -5,8 +5,6 @@ include sound.mak include usb.mak CONFIG_PPC4XX=3Dy CONFIG_M48T59=3Dy -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_I8257=3Dy CONFIG_OPENPIC=3Dy CONFIG_PFLASH_CFI01=3Dy diff --git a/default-configs/sh4-softmmu.mak b/default-configs/sh4-softmmu.= mak index caeccd55be..2b46d57ab4 100644 --- a/default-configs/sh4-softmmu.mak +++ b/default-configs/sh4-softmmu.mak @@ -2,8 +2,6 @@ =20 include pci.mak include usb.mak -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_PTIMER=3Dy CONFIG_PFLASH_CFI02=3Dy CONFIG_SH4=3Dy diff --git a/default-configs/sh4eb-softmmu.mak b/default-configs/sh4eb-soft= mmu.mak index 53b9cd7b5a..279896a43d 100644 --- a/default-configs/sh4eb-softmmu.mak +++ b/default-configs/sh4eb-softmmu.mak @@ -2,8 +2,6 @@ =20 include pci.mak include usb.mak -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_PTIMER=3Dy CONFIG_PFLASH_CFI02=3Dy CONFIG_SH4=3Dy diff --git a/default-configs/sparc64-softmmu.mak b/default-configs/sparc64-= softmmu.mak index 52edafe547..e039ae3057 100644 --- a/default-configs/sparc64-softmmu.mak +++ b/default-configs/sparc64-softmmu.mak @@ -4,8 +4,6 @@ include pci.mak include usb.mak CONFIG_M48T59=3Dy CONFIG_PTIMER=3Dy -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_PARALLEL=3Dy CONFIG_PCKBD=3Dy CONFIG_FDC=3Dy diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-so= ftmmu.mak index 0390b4303c..85528ac9af 100644 --- a/default-configs/x86_64-softmmu.mak +++ b/default-configs/x86_64-softmmu.mak @@ -15,8 +15,6 @@ CONFIG_IPMI_LOCAL=3Dy CONFIG_IPMI_EXTERN=3Dy CONFIG_ISA_IPMI_KCS=3Dy CONFIG_ISA_IPMI_BT=3Dy -CONFIG_SERIAL=3Dy -CONFIG_SERIAL_ISA=3Dy CONFIG_PARALLEL=3Dy CONFIG_I8254=3Dy CONFIG_PCSPK=3Dy --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827395066280.9783600168744; Tue, 17 Jul 2018 04:36:35 -0700 (PDT) Received: from localhost ([::1]:58366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOHJ-0008Ih-3Y for importer@patchew.org; Tue, 17 Jul 2018 07:36:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFF-0006zU-7q for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFD-0003S6-18 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:17 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:32788 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFC-0003Rs-Sy for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:14 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 855F07C6CA for ; Tue, 17 Jul 2018 11:34:14 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 785B610C1F; Tue, 17 Jul 2018 11:34:13 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:40 +0200 Message-Id: <20180717113402.5510-4-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:14 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:14 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 03/25] check: Use land/lor when possible X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" So everythig is (a bit) more consistent Signed-off-by: Juan Quintela --- tests/Makefile.include | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index a49282704e..47aea32193 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -98,11 +98,9 @@ check-unit-y +=3D tests/test-block-backend$(EXESUF) check-unit-y +=3D tests/test-x86-cpuid$(EXESUF) # all code tested by test-x86-cpuid is inside topology.h gcov-files-test-x86-cpuid-y =3D -ifeq ($(CONFIG_SOFTMMU),y) -check-unit-y +=3D tests/test-xbzrle$(EXESUF) -gcov-files-test-xbzrle-y =3D migration/xbzrle.c -check-unit-$(CONFIG_POSIX) +=3D tests/test-vmstate$(EXESUF) -endif +check-unit-$(CONFIG_SOFTMMU) +=3D tests/test-xbzrle$(EXESUF) +gcov-files-test-xbzrle-$(CONFIG_SOFTMMU) =3D migration/xbzrle.c +check-unit-$(call land, $(CONFIG_SOFTMMU), $(CONFIG_POSIX)) +=3D tests/tes= t-vmstate$(EXESUF) check-unit-y +=3D tests/test-cutils$(EXESUF) gcov-files-test-cutils-y +=3D util/cutils.c check-unit-y +=3D tests/test-shift128$(EXESUF) @@ -297,9 +295,7 @@ check-qtest-i386-y +=3D tests/q35-test$(EXESUF) check-qtest-i386-y +=3D tests/vmgenid-test$(EXESUF) gcov-files-i386-y +=3D hw/pci-host/q35.c check-qtest-i386-$(CONFIG_VHOST_USER_NET_TEST_i386) +=3D tests/vhost-user-= test$(EXESUF) -ifeq ($(CONFIG_VHOST_USER_NET_TEST_i386),) -check-qtest-x86_64-$(CONFIG_VHOST_USER_NET_TEST_x86_64) +=3D tests/vhost-u= ser-test$(EXESUF) -endif +check-qtest-x86_64-$(call lor, $(CONFIG_VHOST_USER_NET_TEST_i386), $(CONFI= G_VHOST_USER_NET_TEST_x86_64)) +=3D tests/vhost-user-test$(EXESUF) check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-crb-swtpm-test$(EXESUF) check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-crb-test$(EXESUF) check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-tis-swtpm-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 15318275557531005.5455698509304; Tue, 17 Jul 2018 04:39:15 -0700 (PDT) Received: from localhost ([::1]:58383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOK2-0002DE-G4 for importer@patchew.org; Tue, 17 Jul 2018 07:39:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFG-0006zj-9r for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFF-0003U2-CY for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:18 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48104 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFF-0003TS-6v for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:17 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D7DBA402312B for ; Tue, 17 Jul 2018 11:34:16 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id C913AFF5B; Tue, 17 Jul 2018 11:34:14 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:41 +0200 Message-Id: <20180717113402.5510-5-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Tue, 17 Jul 2018 11:34:16 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Tue, 17 Jul 2018 11:34:16 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 04/25] check: Only test vmxnet3 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 47aea32193..e9dd3e8928 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -270,8 +270,8 @@ check-qtest-i386-y +=3D tests/tco-test$(EXESUF) gcov-files-i386-y +=3D hw/watchdog/watchdog.c hw/watchdog/wdt_ib700.c check-qtest-i386-y +=3D $(check-qtest-pci-y) gcov-files-i386-y +=3D $(gcov-files-pci-y) -check-qtest-i386-y +=3D tests/vmxnet3-test$(EXESUF) -gcov-files-i386-y +=3D hw/net/vmxnet3.c +check-qtest-i386-$(CONFIG_VMXNET3_PCI) +=3D tests/vmxnet3-test$(EXESUF) +gcov-files-i386-$(CONFIG_VMXNET3_PCI) +=3D hw/net/vmxnet3.c gcov-files-i386-y +=3D hw/net/net_rx_pkt.c gcov-files-i386-y +=3D hw/net/net_tx_pkt.c check-qtest-i386-y +=3D tests/pvpanic-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827400742461.3109766297723; Tue, 17 Jul 2018 04:36:40 -0700 (PDT) Received: from localhost ([::1]:58369 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOHP-0008Mq-Dt for importer@patchew.org; Tue, 17 Jul 2018 07:36:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFH-00070H-Kr for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFG-0003V0-NN for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:19 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:36682 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFG-0003Ue-In for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:18 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 331D8401EF05 for ; Tue, 17 Jul 2018 11:34:18 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 268A07C4D; Tue, 17 Jul 2018 11:34:17 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:42 +0200 Message-Id: <20180717113402.5510-6-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:18 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:18 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 05/25] check: Only test ne2000 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index e9dd3e8928..ae77d26932 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -220,8 +220,8 @@ gcov-files-pci-y +=3D hw/net/pcnet.c gcov-files-pci-y +=3D hw/net/pcnet-pci.c check-qtest-pci-y +=3D tests/eepro100-test$(EXESUF) gcov-files-pci-y +=3D hw/net/eepro100.c -check-qtest-pci-y +=3D tests/ne2000-test$(EXESUF) -gcov-files-pci-y +=3D hw/net/ne2000.c +check-qtest-pci-$(CONFIG_NE2000_PCI) +=3D tests/ne2000-test$(EXESUF) +gcov-files-pci-$(CONFIG_NE2000_PCI) +=3D hw/net/ne2000.c check-qtest-pci-y +=3D tests/nvme-test$(EXESUF) gcov-files-pci-y +=3D hw/block/nvme.c check-qtest-pci-y +=3D tests/ac97-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827733488613.0097950758662; Tue, 17 Jul 2018 04:42:13 -0700 (PDT) Received: from localhost ([::1]:58402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOMl-0004wy-R7 for importer@patchew.org; Tue, 17 Jul 2018 07:42:03 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFK-00072m-B9 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFJ-0003Xn-Is for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:22 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:32794 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFJ-0003Wi-Er for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:21 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 182FD7D84D for ; Tue, 17 Jul 2018 11:34:21 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7700515562; Tue, 17 Jul 2018 11:34:18 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:43 +0200 Message-Id: <20180717113402.5510-7-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:21 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:21 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 06/25] check: Only test eepro100 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index ae77d26932..560f486416 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -218,8 +218,8 @@ gcov-files-pci-y +=3D hw/net/rtl8139.c check-qtest-pci-y +=3D tests/pcnet-test$(EXESUF) gcov-files-pci-y +=3D hw/net/pcnet.c gcov-files-pci-y +=3D hw/net/pcnet-pci.c -check-qtest-pci-y +=3D tests/eepro100-test$(EXESUF) -gcov-files-pci-y +=3D hw/net/eepro100.c +check-qtest-pci-$(CONFIG_EEPRO100_PCI) +=3D tests/eepro100-test$(EXESUF) +gcov-files-pci-$(CONFIG_EEPRO100_PCI) +=3D hw/net/eepro100.c check-qtest-pci-$(CONFIG_NE2000_PCI) +=3D tests/ne2000-test$(EXESUF) gcov-files-pci-$(CONFIG_NE2000_PCI) +=3D hw/net/ne2000.c check-qtest-pci-y +=3D tests/nvme-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827565227109.61050099325303; Tue, 17 Jul 2018 04:39:25 -0700 (PDT) Received: from localhost ([::1]:58385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOKC-0002Jj-4W for importer@patchew.org; Tue, 17 Jul 2018 07:39:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFL-00072o-Le for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFK-0003bN-Tk for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:23 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:37106 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFK-0003aV-PZ for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:22 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6848681A4EBC for ; Tue, 17 Jul 2018 11:34:22 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5BDC516879; Tue, 17 Jul 2018 11:34:21 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:44 +0200 Message-Id: <20180717113402.5510-8-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:22 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:22 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 07/25] check: Only test pcnet when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 560f486416..a039b70f9b 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -215,9 +215,9 @@ check-qtest-pci-y +=3D tests/e1000e-test$(EXESUF) gcov-files-pci-y +=3D hw/net/e1000e.c hw/net/e1000e_core.c check-qtest-pci-y +=3D tests/rtl8139-test$(EXESUF) gcov-files-pci-y +=3D hw/net/rtl8139.c -check-qtest-pci-y +=3D tests/pcnet-test$(EXESUF) -gcov-files-pci-y +=3D hw/net/pcnet.c -gcov-files-pci-y +=3D hw/net/pcnet-pci.c +check-qtest-pci-$(CONFIG_PCNET_PCI) +=3D tests/pcnet-test$(EXESUF) +gcov-files-pci-$(CONFIG_PCNET_PCI) +=3D hw/net/pcnet.c +gcov-files-pci-$(CONFIG_PCNET_PCI) +=3D hw/net/pcnet-pci.c check-qtest-pci-$(CONFIG_EEPRO100_PCI) +=3D tests/eepro100-test$(EXESUF) gcov-files-pci-$(CONFIG_EEPRO100_PCI) +=3D hw/net/eepro100.c check-qtest-pci-$(CONFIG_NE2000_PCI) +=3D tests/ne2000-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827625970660.6549399072277; Tue, 17 Jul 2018 04:40:25 -0700 (PDT) Received: from localhost ([::1]:58386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOLB-0003VI-0i for importer@patchew.org; Tue, 17 Jul 2018 07:40:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFQ-00078v-O3 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFM-0003f2-8F for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:28 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:32798 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFM-0003e8-4G for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:24 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BA5F57D84D for ; Tue, 17 Jul 2018 11:34:23 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id ACE2416879; Tue, 17 Jul 2018 11:34:22 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:45 +0200 Message-Id: <20180717113402.5510-9-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:23 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:23 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 08/25] check: Only test rtl8139 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" test-file-redirector uses rtl8139 in everything except s390. Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index a039b70f9b..c6156fe105 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -213,8 +213,8 @@ check-qtest-pci-y +=3D tests/e1000-test$(EXESUF) gcov-files-pci-y +=3D hw/net/e1000.c check-qtest-pci-y +=3D tests/e1000e-test$(EXESUF) gcov-files-pci-y +=3D hw/net/e1000e.c hw/net/e1000e_core.c -check-qtest-pci-y +=3D tests/rtl8139-test$(EXESUF) -gcov-files-pci-y +=3D hw/net/rtl8139.c +check-qtest-pci-$(CONFIG_RTL8139_PCI) +=3D tests/rtl8139-test$(EXESUF) +gcov-files-pci-$(CONFIG_RTL8139_PCI) +=3D hw/net/rtl8139.c check-qtest-pci-$(CONFIG_PCNET_PCI) +=3D tests/pcnet-test$(EXESUF) gcov-files-pci-$(CONFIG_PCNET_PCI) +=3D hw/net/pcnet.c gcov-files-pci-$(CONFIG_PCNET_PCI) +=3D hw/net/pcnet-pci.c @@ -302,7 +302,7 @@ check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-tis-swtpm= -test$(EXESUF) check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-tis-test$(EXESUF) check-qtest-i386-$(CONFIG_SLIRP) +=3D tests/test-netfilter$(EXESUF) check-qtest-i386-$(CONFIG_POSIX) +=3D tests/test-filter-mirror$(EXESUF) -check-qtest-i386-$(CONFIG_POSIX) +=3D tests/test-filter-redirector$(EXESUF) +check-qtest-i386-$(CONFIG_RTL8139_PCI) +=3D tests/test-filter-redirector$(= EXESUF) check-qtest-i386-y +=3D tests/migration-test$(EXESUF) check-qtest-i386-y +=3D tests/test-x86-cpuid-compat$(EXESUF) check-qtest-i386-y +=3D tests/numa-test$(EXESUF) @@ -352,7 +352,7 @@ gcov-files-ppc64-y +=3D hw/usb/hcd-xhci.c check-qtest-ppc64-y +=3D $(check-qtest-virtio-y) check-qtest-ppc64-$(CONFIG_SLIRP) +=3D tests/test-netfilter$(EXESUF) check-qtest-ppc64-$(CONFIG_POSIX) +=3D tests/test-filter-mirror$(EXESUF) -check-qtest-ppc64-$(CONFIG_POSIX) +=3D tests/test-filter-redirector$(EXESU= F) +check-qtest-ppc64-$(CONFIG_RTL8139_PCI) +=3D tests/test-filter-redirector$= (EXESUF) check-qtest-ppc64-y +=3D tests/display-vga-test$(EXESUF) check-qtest-ppc64-y +=3D tests/numa-test$(EXESUF) check-qtest-ppc64-$(CONFIG_IVSHMEM) +=3D tests/ivshmem-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827883965645.2786702093505; Tue, 17 Jul 2018 04:44:43 -0700 (PDT) Received: from localhost ([::1]:58415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOPK-0007B5-WA for importer@patchew.org; Tue, 17 Jul 2018 07:44:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFQ-00078w-OG for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFN-0003gi-Ks for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:28 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38090 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFN-0003gV-Gw for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:25 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 195E283221 for ; Tue, 17 Jul 2018 11:34:25 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0AD9E7C5F; Tue, 17 Jul 2018 11:34:23 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:46 +0200 Message-Id: <20180717113402.5510-10-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Tue, 17 Jul 2018 11:34:25 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.1]); Tue, 17 Jul 2018 11:34:25 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 09/25] check: Only test es1370 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index c6156fe105..3d146310f0 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -226,8 +226,8 @@ check-qtest-pci-y +=3D tests/nvme-test$(EXESUF) gcov-files-pci-y +=3D hw/block/nvme.c check-qtest-pci-y +=3D tests/ac97-test$(EXESUF) gcov-files-pci-y +=3D hw/audio/ac97.c -check-qtest-pci-y +=3D tests/es1370-test$(EXESUF) -gcov-files-pci-y +=3D hw/audio/es1370.c +check-qtest-pci-$(CONFIG_ES1370) +=3D tests/es1370-test$(EXESUF) +gcov-files-pci-$(CONFIG_ES1370) +=3D hw/audio/es1370.c check-qtest-pci-y +=3D $(check-qtest-virtio-y) gcov-files-pci-y +=3D $(gcov-files-virtio-y) hw/virtio/virtio-pci.c check-qtest-pci-y +=3D tests/tpci200-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827739626538.681721542103; Tue, 17 Jul 2018 04:42:19 -0700 (PDT) Received: from localhost ([::1]:58404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOMs-00051f-D2 for importer@patchew.org; Tue, 17 Jul 2018 07:42:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFR-00079Z-Bf for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFQ-0003kV-KH for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:29 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:46382 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFQ-0003kI-Fq for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:28 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 18DCD400E9A3 for ; Tue, 17 Jul 2018 11:34:28 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5DAF57C4D; Tue, 17 Jul 2018 11:34:25 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:47 +0200 Message-Id: <20180717113402.5510-11-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 17 Jul 2018 11:34:28 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 17 Jul 2018 11:34:28 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 10/25] check: Only test ac97 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 3d146310f0..af395b5f22 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -224,8 +224,8 @@ check-qtest-pci-$(CONFIG_NE2000_PCI) +=3D tests/ne2000-= test$(EXESUF) gcov-files-pci-$(CONFIG_NE2000_PCI) +=3D hw/net/ne2000.c check-qtest-pci-y +=3D tests/nvme-test$(EXESUF) gcov-files-pci-y +=3D hw/block/nvme.c -check-qtest-pci-y +=3D tests/ac97-test$(EXESUF) -gcov-files-pci-y +=3D hw/audio/ac97.c +check-qtest-pci-$(CONFIG_AC97) +=3D tests/ac97-test$(EXESUF) +gcov-files-pci-$(CONFIG_AC97) +=3D hw/audio/ac97.c check-qtest-pci-$(CONFIG_ES1370) +=3D tests/es1370-test$(EXESUF) gcov-files-pci-$(CONFIG_ES1370) +=3D hw/audio/es1370.c check-qtest-pci-y +=3D $(check-qtest-virtio-y) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827791984804.561585812834; Tue, 17 Jul 2018 04:43:11 -0700 (PDT) Received: from localhost ([::1]:58405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffONq-0005r6-UC for importer@patchew.org; Tue, 17 Jul 2018 07:43:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFS-0007An-QU for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFS-0003lf-1r for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:30 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:36686 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFR-0003lG-Qb for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:29 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 67C19401EF05 for ; Tue, 17 Jul 2018 11:34:29 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5C07BFF69; Tue, 17 Jul 2018 11:34:28 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:48 +0200 Message-Id: <20180717113402.5510-12-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:29 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:29 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 11/25] check: Only test hda when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index af395b5f22..691f853ab6 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -241,8 +241,8 @@ gcov-files-pci-y +=3D hw/display/vga-pci.c gcov-files-pci-y +=3D hw/display/virtio-gpu.c gcov-files-pci-y +=3D hw/display/virtio-gpu-pci.c gcov-files-pci-$(CONFIG_VIRTIO_VGA) +=3D hw/display/virtio-vga.c -check-qtest-pci-y +=3D tests/intel-hda-test$(EXESUF) -gcov-files-pci-y +=3D hw/audio/intel-hda.c hw/audio/hda-codec.c +check-qtest-pci-$(CONFIG_HDA) +=3D tests/intel-hda-test$(EXESUF) +gcov-files-pci-$(CONFIG_HDA) +=3D hw/audio/intel-hda.c hw/audio/hda-codec.c check-qtest-pci-$(CONFIG_IVSHMEM) +=3D tests/ivshmem-test$(EXESUF) gcov-files-pci-y +=3D hw/misc/ivshmem.c check-qtest-pci-y +=3D tests/megasas-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827953811144.31340281764915; Tue, 17 Jul 2018 04:45:53 -0700 (PDT) Received: from localhost ([::1]:58421 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOQP-0008IM-Qi for importer@patchew.org; Tue, 17 Jul 2018 07:45:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFT-0007C5-St for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFT-0003n1-8F for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:31 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:37112 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFT-0003mE-4j for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:31 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BAE6B81A4EBC for ; Tue, 17 Jul 2018 11:34:30 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id AD99110191; Tue, 17 Jul 2018 11:34:29 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:49 +0200 Message-Id: <20180717113402.5510-13-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:30 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:30 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 12/25] check: Only test ipack when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 691f853ab6..5a3943c81c 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -230,10 +230,10 @@ check-qtest-pci-$(CONFIG_ES1370) +=3D tests/es1370-te= st$(EXESUF) gcov-files-pci-$(CONFIG_ES1370) +=3D hw/audio/es1370.c check-qtest-pci-y +=3D $(check-qtest-virtio-y) gcov-files-pci-y +=3D $(gcov-files-virtio-y) hw/virtio/virtio-pci.c -check-qtest-pci-y +=3D tests/tpci200-test$(EXESUF) -gcov-files-pci-y +=3D hw/ipack/tpci200.c -check-qtest-pci-y +=3D $(check-qtest-ipack-y) -gcov-files-pci-y +=3D $(gcov-files-ipack-y) +check-qtest-pci-$(CONFIG_IPACK) +=3D tests/tpci200-test$(EXESUF) +gcov-files-pci-$(CONFIG_IPACK) +=3D hw/ipack/tpci200.c +check-qtest-pci-$(CONFIG_IPACK) +=3D $(check-qtest-ipack-y) +gcov-files-pci-$(CONFIG_IPACK) +=3D $(gcov-files-ipack-y) check-qtest-pci-y +=3D tests/display-vga-test$(EXESUF) gcov-files-pci-y +=3D hw/display/vga.c gcov-files-pci-y +=3D hw/display/cirrus_vga.c --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531828087611588.5002506239101; Tue, 17 Jul 2018 04:48:07 -0700 (PDT) Received: from localhost ([::1]:58436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOSX-0001WU-Cc for importer@patchew.org; Tue, 17 Jul 2018 07:48:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFa-0007He-Us for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFV-0003q8-WB for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:38 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:36688 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFV-0003pv-RV for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:33 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6F92A401EF05 for ; Tue, 17 Jul 2018 11:34:33 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0A9E110C1F; Tue, 17 Jul 2018 11:34:30 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:50 +0200 Message-Id: <20180717113402.5510-14-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:33 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:33 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 13/25] check: Only test isa-testdev when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela --- tests/Makefile.include | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 5a3943c81c..a56d423303 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -248,7 +248,7 @@ gcov-files-pci-y +=3D hw/misc/ivshmem.c check-qtest-pci-y +=3D tests/megasas-test$(EXESUF) gcov-files-pci-y +=3D hw/scsi/megasas.c =20 -check-qtest-i386-y =3D tests/endianness-test$(EXESUF) +check-qtest-i386-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXESUF) check-qtest-i386-y +=3D tests/fdc-test$(EXESUF) gcov-files-i386-y =3D hw/block/fdc.c check-qtest-i386-y +=3D tests/ide-test$(EXESUF) @@ -319,15 +319,15 @@ check-qtest-m68k-y =3D tests/boot-serial-test$(EXESUF) =20 check-qtest-microblaze-y =3D tests/boot-serial-test$(EXESUF) =20 -check-qtest-mips-y =3D tests/endianness-test$(EXESUF) +check-qtest-mips-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXESUF) =20 -check-qtest-mips64-y =3D tests/endianness-test$(EXESUF) +check-qtest-mips64-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXESUF) =20 -check-qtest-mips64el-y =3D tests/endianness-test$(EXESUF) +check-qtest-mips64el-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXES= UF) =20 -check-qtest-moxie-y =3D tests/boot-serial-test$(EXESUF) +check-qtest-moxie-$(CONFIG_ISA_TESTDEV) =3D tests/boot-serial-test$(EXESUF) =20 -check-qtest-ppc-y =3D tests/endianness-test$(EXESUF) +check-qtest-ppc-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXESUF) check-qtest-ppc-y +=3D tests/boot-order-test$(EXESUF) check-qtest-ppc-y +=3D tests/prom-env-test$(EXESUF) check-qtest-ppc-y +=3D tests/drive_del-test$(EXESUF) @@ -358,16 +358,16 @@ check-qtest-ppc64-y +=3D tests/numa-test$(EXESUF) check-qtest-ppc64-$(CONFIG_IVSHMEM) +=3D tests/ivshmem-test$(EXESUF) check-qtest-ppc64-y +=3D tests/cpu-plug-test$(EXESUF) =20 -check-qtest-sh4-y =3D tests/endianness-test$(EXESUF) +check-qtest-sh4-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXESUF) =20 -check-qtest-sh4eb-y =3D tests/endianness-test$(EXESUF) +check-qtest-sh4eb-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXESUF) =20 check-qtest-sparc-y =3D tests/prom-env-test$(EXESUF) check-qtest-sparc-y +=3D tests/m48t59-test$(EXESUF) gcov-files-sparc-y =3D hw/timer/m48t59.c check-qtest-sparc-y +=3D tests/boot-serial-test$(EXESUF) =20 -check-qtest-sparc64-y =3D tests/endianness-test$(EXESUF) +check-qtest-sparc64-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXESU= F) check-qtest-sparc64-y +=3D tests/prom-env-test$(EXESUF) check-qtest-sparc64-y +=3D tests/boot-serial-test$(EXESUF) =20 --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827890704614.9545956185824; Tue, 17 Jul 2018 04:44:50 -0700 (PDT) Received: from localhost ([::1]:58417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOPR-0007Hv-Kn for importer@patchew.org; Tue, 17 Jul 2018 07:44:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFa-0007Hf-Uq for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFX-0003r1-F5 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:39 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48116 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFX-0003qt-Az for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:35 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C31ED402312B for ; Tue, 17 Jul 2018 11:34:34 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id B434D16791; Tue, 17 Jul 2018 11:34:33 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:51 +0200 Message-Id: <20180717113402.5510-15-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Tue, 17 Jul 2018 11:34:34 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Tue, 17 Jul 2018 11:34:34 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 14/25] check: Only test ioh3420 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index a56d423303..3b555660bd 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -278,8 +278,8 @@ check-qtest-i386-y +=3D tests/pvpanic-test$(EXESUF) gcov-files-i386-y +=3D i386-softmmu/hw/misc/pvpanic.c check-qtest-i386-y +=3D tests/i82801b11-test$(EXESUF) gcov-files-i386-y +=3D hw/pci-bridge/i82801b11.c -check-qtest-i386-y +=3D tests/ioh3420-test$(EXESUF) -gcov-files-i386-y +=3D hw/pci-bridge/ioh3420.c +check-qtest-i386-$(CONFIG_IOH3420) +=3D tests/ioh3420-test$(EXESUF) +gcov-files-i386-$(CONFIG_IOH3420) +=3D hw/pci-bridge/ioh3420.c check-qtest-i386-y +=3D tests/usb-hcd-ohci-test$(EXESUF) gcov-files-i386-y +=3D hw/usb/hcd-ohci.c check-qtest-i386-y +=3D tests/usb-hcd-uhci-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531828078529202.37497014312305; Tue, 17 Jul 2018 04:47:58 -0700 (PDT) Received: from localhost ([::1]:58434 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOSK-0001PB-9H for importer@patchew.org; Tue, 17 Jul 2018 07:47:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFa-0007Hh-V0 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFY-0003ro-Jr for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:38 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:36694 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFY-0003rS-Fo for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:36 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1F663401EF0B for ; Tue, 17 Jul 2018 11:34:36 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1322D16879; Tue, 17 Jul 2018 11:34:34 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:52 +0200 Message-Id: <20180717113402.5510-16-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:36 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:36 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 15/25] check: Only test i82801b11 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 3b555660bd..b0aa79909b 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -276,8 +276,8 @@ gcov-files-i386-y +=3D hw/net/net_rx_pkt.c gcov-files-i386-y +=3D hw/net/net_tx_pkt.c check-qtest-i386-y +=3D tests/pvpanic-test$(EXESUF) gcov-files-i386-y +=3D i386-softmmu/hw/misc/pvpanic.c -check-qtest-i386-y +=3D tests/i82801b11-test$(EXESUF) -gcov-files-i386-y +=3D hw/pci-bridge/i82801b11.c +check-qtest-i386-$(CONFIG_I82801B11) +=3D tests/i82801b11-test$(EXESUF) +gcov-files-i386-$(CONFIG_I82801B11) +=3D hw/pci-bridge/i82801b11.c check-qtest-i386-$(CONFIG_IOH3420) +=3D tests/ioh3420-test$(EXESUF) gcov-files-i386-$(CONFIG_IOH3420) +=3D hw/pci-bridge/ioh3420.c check-qtest-i386-y +=3D tests/usb-hcd-ohci-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827733492585.3086167451904; Tue, 17 Jul 2018 04:42:13 -0700 (PDT) Received: from localhost ([::1]:58403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOMn-0004xr-2b for importer@patchew.org; Tue, 17 Jul 2018 07:42:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFa-0007Hg-Ux for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFZ-0003sY-VU for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:38 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:46386 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFZ-0003sG-Ri for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:37 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6F5E9400E9A3 for ; Tue, 17 Jul 2018 11:34:37 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6345F16877; Tue, 17 Jul 2018 11:34:36 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:53 +0200 Message-Id: <20180717113402.5510-17-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 17 Jul 2018 11:34:37 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 17 Jul 2018 11:34:37 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 16/25] check: Only test sdhci when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index b0aa79909b..868a41986b 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -307,7 +307,7 @@ check-qtest-i386-y +=3D tests/migration-test$(EXESUF) check-qtest-i386-y +=3D tests/test-x86-cpuid-compat$(EXESUF) check-qtest-i386-y +=3D tests/numa-test$(EXESUF) check-qtest-x86_64-y +=3D $(check-qtest-i386-y) -check-qtest-x86_64-y +=3D tests/sdhci-test$(EXESUF) +check-qtest-x86_64-$(CONFIG_SDHCI) +=3D tests/sdhci-test$(EXESUF) gcov-files-i386-y +=3D i386-softmmu/hw/timer/mc146818rtc.c gcov-files-x86_64-y =3D $(subst i386-softmmu/,x86_64-softmmu/,$(gcov-files= -i386-y)) =20 @@ -381,10 +381,10 @@ gcov-files-arm-y +=3D arm-softmmu/hw/block/virtio-blk= .c check-qtest-arm-y +=3D tests/test-arm-mptimer$(EXESUF) gcov-files-arm-y +=3D hw/timer/arm_mptimer.c check-qtest-arm-y +=3D tests/boot-serial-test$(EXESUF) -check-qtest-arm-y +=3D tests/sdhci-test$(EXESUF) +check-qtest-arm-$(CONFIG_SDHCI) +=3D tests/sdhci-test$(EXESUF) =20 check-qtest-aarch64-y =3D tests/numa-test$(EXESUF) -check-qtest-aarch64-y +=3D tests/sdhci-test$(EXESUF) +check-qtest-aarch64-$(CONFIG_SDHCI) +=3D tests/sdhci-test$(EXESUF) check-qtest-aarch64-y +=3D tests/boot-serial-test$(EXESUF) =20 check-qtest-microblazeel-y =3D $(check-qtest-microblaze-y) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531827884296617.6186053158272; Tue, 17 Jul 2018 04:44:44 -0700 (PDT) Received: from localhost ([::1]:58416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOPL-0007CP-9E for importer@patchew.org; Tue, 17 Jul 2018 07:44:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFc-0007J6-6o for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFb-0003tH-AZ for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:40 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48124 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFb-0003so-5V for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:39 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C4AD9402315B for ; Tue, 17 Jul 2018 11:34:38 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id B359016877; Tue, 17 Jul 2018 11:34:37 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:54 +0200 Message-Id: <20180717113402.5510-18-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Tue, 17 Jul 2018 11:34:38 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Tue, 17 Jul 2018 11:34:38 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 17/25] check: Only test wdt_ib700 when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 868a41986b..f635517a68 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -265,9 +265,9 @@ check-qtest-i386-y +=3D tests/ipmi-bt-test$(EXESUF) check-qtest-i386-y +=3D tests/i440fx-test$(EXESUF) check-qtest-i386-y +=3D tests/fw_cfg-test$(EXESUF) check-qtest-i386-y +=3D tests/drive_del-test$(EXESUF) -check-qtest-i386-y +=3D tests/wdt_ib700-test$(EXESUF) +check-qtest-i386-$(CONFIG_WDT_IB700) +=3D tests/wdt_ib700-test$(EXESUF) check-qtest-i386-y +=3D tests/tco-test$(EXESUF) -gcov-files-i386-y +=3D hw/watchdog/watchdog.c hw/watchdog/wdt_ib700.c +gcov-files-i386-$(CONFIG_WDT_IB700) +=3D hw/watchdog/watchdog.c hw/watchdo= g/wdt_ib700.c check-qtest-i386-y +=3D $(check-qtest-pci-y) gcov-files-i386-y +=3D $(gcov-files-pci-y) check-qtest-i386-$(CONFIG_VMXNET3_PCI) +=3D tests/vmxnet3-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531828079391430.64212150791116; Tue, 17 Jul 2018 04:47:59 -0700 (PDT) Received: from localhost ([::1]:58435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOSM-0001R5-39 for importer@patchew.org; Tue, 17 Jul 2018 07:47:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFd-0007Kf-Mw for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFc-0003uO-R3 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:41 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48126 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFc-0003to-Gz for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:40 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1DD25402315B for ; Tue, 17 Jul 2018 11:34:40 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0FDE3FF5B; Tue, 17 Jul 2018 11:34:38 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:55 +0200 Message-Id: <20180717113402.5510-19-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Tue, 17 Jul 2018 11:34:40 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Tue, 17 Jul 2018 11:34:40 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 18/25] check: Only test pvpanic when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" There was not possible to compile out pvpanic. Use the same trick that applesmc. Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- hw/misc/pvpanic.c | 11 ----------- include/hw/misc/pvpanic.h | 11 ++++++++++- tests/Makefile.include | 4 ++-- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/hw/misc/pvpanic.c b/hw/misc/pvpanic.c index b26250dec9..9d8961ba0c 100644 --- a/hw/misc/pvpanic.c +++ b/hw/misc/pvpanic.c @@ -99,17 +99,6 @@ static void pvpanic_isa_realizefn(DeviceState *dev, Erro= r **errp) isa_register_ioport(d, &s->io, s->ioport); } =20 -#define PVPANIC_IOPORT_PROP "ioport" - -uint16_t pvpanic_port(void) -{ - Object *o =3D object_resolve_path_type("", TYPE_PVPANIC, NULL); - if (!o) { - return 0; - } - return object_property_get_uint(o, PVPANIC_IOPORT_PROP, NULL); -} - static Property pvpanic_isa_properties[] =3D { DEFINE_PROP_UINT16(PVPANIC_IOPORT_PROP, PVPanicState, ioport, 0x505), DEFINE_PROP_END_OF_LIST(), diff --git a/include/hw/misc/pvpanic.h b/include/hw/misc/pvpanic.h index 36a54e270c..1ee071a703 100644 --- a/include/hw/misc/pvpanic.h +++ b/include/hw/misc/pvpanic.h @@ -16,6 +16,15 @@ =20 #define TYPE_PVPANIC "pvpanic" =20 -uint16_t pvpanic_port(void); +#define PVPANIC_IOPORT_PROP "ioport" + +static inline uint16_t pvpanic_port(void) +{ + Object *o =3D object_resolve_path_type("", TYPE_PVPANIC, NULL); + if (!o) { + return 0; + } + return object_property_get_uint(o, PVPANIC_IOPORT_PROP, NULL); +} =20 #endif diff --git a/tests/Makefile.include b/tests/Makefile.include index f635517a68..31d124ee44 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -274,8 +274,8 @@ check-qtest-i386-$(CONFIG_VMXNET3_PCI) +=3D tests/vmxne= t3-test$(EXESUF) gcov-files-i386-$(CONFIG_VMXNET3_PCI) +=3D hw/net/vmxnet3.c gcov-files-i386-y +=3D hw/net/net_rx_pkt.c gcov-files-i386-y +=3D hw/net/net_tx_pkt.c -check-qtest-i386-y +=3D tests/pvpanic-test$(EXESUF) -gcov-files-i386-y +=3D i386-softmmu/hw/misc/pvpanic.c +check-qtest-i386-$(CONFIG_PVPANIC) +=3D tests/pvpanic-test$(EXESUF) +gcov-files-i386-$(CONFIG_PVPANIC) +=3D i386-softmmu/hw/misc/pvpanic.c check-qtest-i386-$(CONFIG_I82801B11) +=3D tests/i82801b11-test$(EXESUF) gcov-files-i386-$(CONFIG_I82801B11) +=3D hw/pci-bridge/i82801b11.c check-qtest-i386-$(CONFIG_IOH3420) +=3D tests/ioh3420-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531828250024463.87378264802396; Tue, 17 Jul 2018 04:50:50 -0700 (PDT) Received: from localhost ([::1]:58450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOVF-0003wd-07 for importer@patchew.org; Tue, 17 Jul 2018 07:50:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFf-0007MP-CX for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFd-0003vr-VS for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:43 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:37122 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFd-0003vV-RD for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:41 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6DE7C81663C2 for ; Tue, 17 Jul 2018 11:34:41 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 60DD210191; Tue, 17 Jul 2018 11:34:40 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:56 +0200 Message-Id: <20180717113402.5510-20-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:41 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:41 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 19/25] check: Only test nvme when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 31d124ee44..b3e707e8c3 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -222,8 +222,8 @@ check-qtest-pci-$(CONFIG_EEPRO100_PCI) +=3D tests/eepro= 100-test$(EXESUF) gcov-files-pci-$(CONFIG_EEPRO100_PCI) +=3D hw/net/eepro100.c check-qtest-pci-$(CONFIG_NE2000_PCI) +=3D tests/ne2000-test$(EXESUF) gcov-files-pci-$(CONFIG_NE2000_PCI) +=3D hw/net/ne2000.c -check-qtest-pci-y +=3D tests/nvme-test$(EXESUF) -gcov-files-pci-y +=3D hw/block/nvme.c +check-qtest-pci-$(CONFIG_NVME_PCI) +=3D tests/nvme-test$(EXESUF) +gcov-files-pci-$(CONFIG_NVME_PCI) +=3D hw/block/nvme.c check-qtest-pci-$(CONFIG_AC97) +=3D tests/ac97-test$(EXESUF) gcov-files-pci-$(CONFIG_AC97) +=3D hw/audio/ac97.c check-qtest-pci-$(CONFIG_ES1370) +=3D tests/es1370-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 153182814275014.539520716724496; Tue, 17 Jul 2018 04:49:02 -0700 (PDT) Received: from localhost ([::1]:58437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOTV-0002LC-JG for importer@patchew.org; Tue, 17 Jul 2018 07:49:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFg-0007NM-7j for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFf-0003z6-HN for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:44 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:36708 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFf-0003y3-74 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:43 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C6607401EF15 for ; Tue, 17 Jul 2018 11:34:42 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id B3A6410C1F; Tue, 17 Jul 2018 11:34:41 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:57 +0200 Message-Id: <20180717113402.5510-21-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:42 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Tue, 17 Jul 2018 11:34:42 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 20/25] check: Only test usb-xhci-nec when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela --- tests/Makefile.include | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index b3e707e8c3..ccf71bddcc 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -288,8 +288,8 @@ check-qtest-i386-y +=3D tests/usb-hcd-ehci-test$(EXESUF) gcov-files-i386-y +=3D hw/usb/hcd-ehci.c gcov-files-i386-y +=3D hw/usb/dev-hid.c gcov-files-i386-y +=3D hw/usb/dev-storage.c -check-qtest-i386-y +=3D tests/usb-hcd-xhci-test$(EXESUF) -gcov-files-i386-y +=3D hw/usb/hcd-xhci.c +check-qtest-i386-$(CONFIG_USB_XHCI_NEC) +=3D tests/usb-hcd-xhci-test$(EXES= UF) +gcov-files-i386-$(CONFIG_USB_XHCI) +=3D hw/usb/hcd-xhci.c check-qtest-i386-y +=3D tests/cpu-plug-test$(EXESUF) check-qtest-i386-y +=3D tests/q35-test$(EXESUF) check-qtest-i386-y +=3D tests/vmgenid-test$(EXESUF) @@ -347,8 +347,8 @@ check-qtest-ppc64-y +=3D tests/usb-hcd-ohci-test$(EXESU= F) gcov-files-ppc64-y +=3D hw/usb/hcd-ohci.c check-qtest-ppc64-y +=3D tests/usb-hcd-uhci-test$(EXESUF) gcov-files-ppc64-y +=3D hw/usb/hcd-uhci.c -check-qtest-ppc64-y +=3D tests/usb-hcd-xhci-test$(EXESUF) -gcov-files-ppc64-y +=3D hw/usb/hcd-xhci.c +check-qtest-ppc64-$(CONFIG_USB_XHCI_NEC) +=3D tests/usb-hcd-xhci-test$(EXE= SUF) +gcov-files-ppc64-$(CONFIG_USB_XHCI) +=3D hw/usb/hcd-xhci.c check-qtest-ppc64-y +=3D $(check-qtest-virtio-y) check-qtest-ppc64-$(CONFIG_SLIRP) +=3D tests/test-netfilter$(EXESUF) check-qtest-ppc64-$(CONFIG_POSIX) +=3D tests/test-filter-mirror$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 153182825094890.69654489387756; Tue, 17 Jul 2018 04:50:50 -0700 (PDT) Received: from localhost ([::1]:58449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOVF-0003wB-UV for importer@patchew.org; Tue, 17 Jul 2018 07:50:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFl-0007SX-BL for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFi-00044e-Av for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:49 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:32804 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFi-00043G-6h for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:46 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C6AD37D84D for ; Tue, 17 Jul 2018 11:34:45 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1170FFF69; Tue, 17 Jul 2018 11:34:42 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:58 +0200 Message-Id: <20180717113402.5510-22-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:45 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:45 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 21/25] check: Only test usb-ohci when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index ccf71bddcc..3a78ada070 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -280,8 +280,8 @@ check-qtest-i386-$(CONFIG_I82801B11) +=3D tests/i82801b= 11-test$(EXESUF) gcov-files-i386-$(CONFIG_I82801B11) +=3D hw/pci-bridge/i82801b11.c check-qtest-i386-$(CONFIG_IOH3420) +=3D tests/ioh3420-test$(EXESUF) gcov-files-i386-$(CONFIG_IOH3420) +=3D hw/pci-bridge/ioh3420.c -check-qtest-i386-y +=3D tests/usb-hcd-ohci-test$(EXESUF) -gcov-files-i386-y +=3D hw/usb/hcd-ohci.c +check-qtest-i386-$(CONFIG_USB_OHCI) +=3D tests/usb-hcd-ohci-test$(EXESUF) +gcov-files-i386-$(CONFIG_USB_OHCI) +=3D hw/usb/hcd-ohci.c check-qtest-i386-y +=3D tests/usb-hcd-uhci-test$(EXESUF) gcov-files-i386-y +=3D hw/usb/hcd-uhci.c check-qtest-i386-y +=3D tests/usb-hcd-ehci-test$(EXESUF) @@ -343,8 +343,8 @@ check-qtest-ppc64-y +=3D tests/pnv-xscom-test$(EXESUF) check-qtest-ppc64-y +=3D tests/migration-test$(EXESUF) check-qtest-ppc64-y +=3D tests/rtas-test$(EXESUF) check-qtest-ppc64-$(CONFIG_SLIRP) +=3D tests/pxe-test$(EXESUF) -check-qtest-ppc64-y +=3D tests/usb-hcd-ohci-test$(EXESUF) -gcov-files-ppc64-y +=3D hw/usb/hcd-ohci.c +check-qtest-ppc64-$(CONFIG_USB_OHCI) +=3D tests/usb-hcd-ohci-test$(EXESUF) +gcov-files-ppc64-$(CONFIG_USB_OHCI) +=3D hw/usb/hcd-ohci.c check-qtest-ppc64-y +=3D tests/usb-hcd-uhci-test$(EXESUF) gcov-files-ppc64-y +=3D hw/usb/hcd-uhci.c check-qtest-ppc64-$(CONFIG_USB_XHCI_NEC) +=3D tests/usb-hcd-xhci-test$(EXE= SUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531828319833630.7190996421184; Tue, 17 Jul 2018 04:51:59 -0700 (PDT) Received: from localhost ([::1]:58455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOWK-0004tW-Iq for importer@patchew.org; Tue, 17 Jul 2018 07:51:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFl-0007SY-Bl for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFk-00049u-I8 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:49 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:37124 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFk-00048v-E5 for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:48 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0B12B81A4EBC for ; Tue, 17 Jul 2018 11:34:48 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 16D6DFF5B; Tue, 17 Jul 2018 11:34:45 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:33:59 +0200 Message-Id: <20180717113402.5510-23-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:48 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:48 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 22/25] check: Only test usb-uhci devices when they are compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 3a78ada070..27f50e3231 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -282,8 +282,8 @@ check-qtest-i386-$(CONFIG_IOH3420) +=3D tests/ioh3420-t= est$(EXESUF) gcov-files-i386-$(CONFIG_IOH3420) +=3D hw/pci-bridge/ioh3420.c check-qtest-i386-$(CONFIG_USB_OHCI) +=3D tests/usb-hcd-ohci-test$(EXESUF) gcov-files-i386-$(CONFIG_USB_OHCI) +=3D hw/usb/hcd-ohci.c -check-qtest-i386-y +=3D tests/usb-hcd-uhci-test$(EXESUF) -gcov-files-i386-y +=3D hw/usb/hcd-uhci.c +check-qtest-i386-$(CONFIG_USB_UHCI) +=3D tests/usb-hcd-uhci-test$(EXESUF) +gcov-files-i386-$(CONFIG_USB_UHCI) +=3D hw/usb/hcd-uhci.c check-qtest-i386-y +=3D tests/usb-hcd-ehci-test$(EXESUF) gcov-files-i386-y +=3D hw/usb/hcd-ehci.c gcov-files-i386-y +=3D hw/usb/dev-hid.c @@ -345,8 +345,8 @@ check-qtest-ppc64-y +=3D tests/rtas-test$(EXESUF) check-qtest-ppc64-$(CONFIG_SLIRP) +=3D tests/pxe-test$(EXESUF) check-qtest-ppc64-$(CONFIG_USB_OHCI) +=3D tests/usb-hcd-ohci-test$(EXESUF) gcov-files-ppc64-$(CONFIG_USB_OHCI) +=3D hw/usb/hcd-ohci.c -check-qtest-ppc64-y +=3D tests/usb-hcd-uhci-test$(EXESUF) -gcov-files-ppc64-y +=3D hw/usb/hcd-uhci.c +check-qtest-ppc64-$(CONFIG_USB_UHCI) +=3D tests/usb-hcd-uhci-test$(EXESUF) +gcov-files-ppc64-$(CONFIG_USB_UHCI) +=3D hw/usb/hcd-uhci.c check-qtest-ppc64-$(CONFIG_USB_XHCI_NEC) +=3D tests/usb-hcd-xhci-test$(EXE= SUF) gcov-files-ppc64-$(CONFIG_USB_XHCI) +=3D hw/usb/hcd-xhci.c check-qtest-ppc64-y +=3D $(check-qtest-virtio-y) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531828434228327.2626406905522; Tue, 17 Jul 2018 04:53:54 -0700 (PDT) Received: from localhost ([::1]:58472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOY5-0006Iv-QE for importer@patchew.org; Tue, 17 Jul 2018 07:53:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFm-0007Tq-EN for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFl-0004Do-Rt for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:50 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:37126 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFl-0004CZ-Nt for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:49 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5DA5181A4EBC for ; Tue, 17 Jul 2018 11:34:49 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 500C910193; Tue, 17 Jul 2018 11:34:48 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:34:00 +0200 Message-Id: <20180717113402.5510-24-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:49 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Tue, 17 Jul 2018 11:34:49 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 23/25] check: Only test usb-ehci when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela Reviewed-by: Thomas Huth --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 27f50e3231..731443387d 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -284,8 +284,8 @@ check-qtest-i386-$(CONFIG_USB_OHCI) +=3D tests/usb-hcd-= ohci-test$(EXESUF) gcov-files-i386-$(CONFIG_USB_OHCI) +=3D hw/usb/hcd-ohci.c check-qtest-i386-$(CONFIG_USB_UHCI) +=3D tests/usb-hcd-uhci-test$(EXESUF) gcov-files-i386-$(CONFIG_USB_UHCI) +=3D hw/usb/hcd-uhci.c -check-qtest-i386-y +=3D tests/usb-hcd-ehci-test$(EXESUF) -gcov-files-i386-y +=3D hw/usb/hcd-ehci.c +check-qtest-i386-$(CONFIG_USB_EHCI) +=3D tests/usb-hcd-ehci-test$(EXESUF) +gcov-files-i386-$(CONFIG_USB_EHCI) +=3D hw/usb/hcd-ehci.c gcov-files-i386-y +=3D hw/usb/dev-hid.c gcov-files-i386-y +=3D hw/usb/dev-storage.c check-qtest-i386-$(CONFIG_USB_XHCI_NEC) +=3D tests/usb-hcd-xhci-test$(EXES= UF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531828434995226.81588897992128; Tue, 17 Jul 2018 04:53:54 -0700 (PDT) Received: from localhost ([::1]:58471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOY5-0006IS-0C for importer@patchew.org; Tue, 17 Jul 2018 07:53:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFo-0007VT-0Q for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFn-0004Gs-7S for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:52 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:32812 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFn-0004Fo-2n for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:51 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B09947DAC6 for ; Tue, 17 Jul 2018 11:34:50 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id A322810C1E; Tue, 17 Jul 2018 11:34:49 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:34:01 +0200 Message-Id: <20180717113402.5510-25-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:50 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Tue, 17 Jul 2018 11:34:50 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 24/25] check: Only test ivshm when it is compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela --- tests/Makefile.include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 731443387d..188f555600 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -243,8 +243,8 @@ gcov-files-pci-y +=3D hw/display/virtio-gpu-pci.c gcov-files-pci-$(CONFIG_VIRTIO_VGA) +=3D hw/display/virtio-vga.c check-qtest-pci-$(CONFIG_HDA) +=3D tests/intel-hda-test$(EXESUF) gcov-files-pci-$(CONFIG_HDA) +=3D hw/audio/intel-hda.c hw/audio/hda-codec.c -check-qtest-pci-$(CONFIG_IVSHMEM) +=3D tests/ivshmem-test$(EXESUF) -gcov-files-pci-y +=3D hw/misc/ivshmem.c +check-qtest-pci-$(CONFIG_IVSHMEM_DEVICE) +=3D tests/ivshmem-test$(EXESUF) +gcov-files-pci-$(CONFIG_IVSHMEM_DEVICE) +=3D hw/misc/ivshmem.c check-qtest-pci-y +=3D tests/megasas-test$(EXESUF) gcov-files-pci-y +=3D hw/scsi/megasas.c =20 @@ -355,7 +355,7 @@ check-qtest-ppc64-$(CONFIG_POSIX) +=3D tests/test-filte= r-mirror$(EXESUF) check-qtest-ppc64-$(CONFIG_RTL8139_PCI) +=3D tests/test-filter-redirector$= (EXESUF) check-qtest-ppc64-y +=3D tests/display-vga-test$(EXESUF) check-qtest-ppc64-y +=3D tests/numa-test$(EXESUF) -check-qtest-ppc64-$(CONFIG_IVSHMEM) +=3D tests/ivshmem-test$(EXESUF) +check-qtest-ppc64-$(CONFIG_IVSHMEM_DEVICE) +=3D tests/ivshmem-test$(EXESUF) check-qtest-ppc64-y +=3D tests/cpu-plug-test$(EXESUF) =20 check-qtest-sh4-$(CONFIG_ISA_TESTDEV) =3D tests/endianness-test$(EXESUF) --=20 2.17.1 From nobody Tue Nov 4 23:51:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.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 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1531828259473729.277883210633; Tue, 17 Jul 2018 04:50:59 -0700 (PDT) Received: from localhost ([::1]:58454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOVO-000487-Di for importer@patchew.org; Tue, 17 Jul 2018 07:50:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffOFp-0007X8-DD for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffOFo-0004Im-Hn for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:53 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:46392 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ffOFo-0004IY-DC for qemu-devel@nongnu.org; Tue, 17 Jul 2018 07:34:52 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0EF64400225D for ; Tue, 17 Jul 2018 11:34:52 +0000 (UTC) Received: from secure.mitica (ovpn-117-62.ams2.redhat.com [10.36.117.62]) by smtp.corp.redhat.com (Postfix) with ESMTP id 02C77FF69; Tue, 17 Jul 2018 11:34:50 +0000 (UTC) From: Juan Quintela To: qemu-devel@nongnu.org Date: Tue, 17 Jul 2018 13:34:02 +0200 Message-Id: <20180717113402.5510-26-quintela@redhat.com> In-Reply-To: <20180717113402.5510-1-quintela@redhat.com> References: <20180717113402.5510-1-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 17 Jul 2018 11:34:52 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Tue, 17 Jul 2018 11:34:52 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'quintela@redhat.com' RCPT:'' X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.187.233.73 Subject: [Qemu-devel] [PATCH 25/25] check: Only test tpm devices when they are compiled in X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Juan Quintela --- tests/Makefile.include | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 188f555600..0ac4b960bc 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -296,10 +296,10 @@ check-qtest-i386-y +=3D tests/vmgenid-test$(EXESUF) gcov-files-i386-y +=3D hw/pci-host/q35.c check-qtest-i386-$(CONFIG_VHOST_USER_NET_TEST_i386) +=3D tests/vhost-user-= test$(EXESUF) check-qtest-x86_64-$(call lor, $(CONFIG_VHOST_USER_NET_TEST_i386), $(CONFI= G_VHOST_USER_NET_TEST_x86_64)) +=3D tests/vhost-user-test$(EXESUF) -check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-crb-swtpm-test$(EXESUF) -check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-crb-test$(EXESUF) -check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-tis-swtpm-test$(EXESUF) -check-qtest-i386-$(CONFIG_TPM) +=3D tests/tpm-tis-test$(EXESUF) +check-qtest-i386-$(CONFIG_TPM_CRB) +=3D tests/tpm-crb-swtpm-test$(EXESUF) +check-qtest-i386-$(CONFIG_TPM_CRB) +=3D tests/tpm-crb-test$(EXESUF) +check-qtest-i386-$(CONFIG_TPM_TIS) +=3D tests/tpm-tis-swtpm-test$(EXESUF) +check-qtest-i386-$(CONFIG_TPM_TIS) +=3D tests/tpm-tis-test$(EXESUF) check-qtest-i386-$(CONFIG_SLIRP) +=3D tests/test-netfilter$(EXESUF) check-qtest-i386-$(CONFIG_POSIX) +=3D tests/test-filter-mirror$(EXESUF) check-qtest-i386-$(CONFIG_RTL8139_PCI) +=3D tests/test-filter-redirector$(= EXESUF) --=20 2.17.1