[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 33/33] tests/qgraph: temporarly commented vhost-us
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-ppc] [PATCH 33/33] tests/qgraph: temporarly commented vhost-user-test |
Date: |
Mon, 13 Aug 2018 14:15:26 +0300 |
On Mon, Aug 13, 2018 at 12:14:53PM +0200, Emanuele Giuseppe Esposito wrote:
> vhost-user-test has not converted to qgraph yet, and since
> it uses virtio interface, it won't work, causing make check
> to fail.
> Commented out until it does not get converted to graph node.
>
> Signed-off-by: Emanuele Giuseppe Esposito <address@hidden>
Two problems with that
- we lose vhost user coverage
- bisecting to before patch 33 will leave us with
a failing make check
Thoughts?
> ---
> tests/Makefile.include | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tests/Makefile.include b/tests/Makefile.include
> index 15926cc95f..30355058fc 100644
> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -287,10 +287,10 @@ check-qtest-i386-y += tests/cpu-plug-test$(EXESUF)
> check-qtest-i386-y += tests/q35-test$(EXESUF)
> check-qtest-i386-y += tests/vmgenid-test$(EXESUF)
> gcov-files-i386-y += hw/pci-host/q35.c
> -check-qtest-i386-$(CONFIG_VHOST_USER_NET_TEST_i386) +=
> tests/vhost-user-test$(EXESUF)
> -ifeq ($(CONFIG_VHOST_USER_NET_TEST_i386),)
> -check-qtest-x86_64-$(CONFIG_VHOST_USER_NET_TEST_x86_64) +=
> tests/vhost-user-test$(EXESUF)
> -endif
> +# check-qtest-i386-$(CONFIG_VHOST_USER_NET_TEST_i386) +=
> tests/vhost-user-test$(EXESUF)
> +# ifeq ($(CONFIG_VHOST_USER_NET_TEST_i386),)
> +# check-qtest-x86_64-$(CONFIG_VHOST_USER_NET_TEST_x86_64) +=
> tests/vhost-user-test$(EXESUF)
> +# endif
> check-qtest-i386-$(CONFIG_TPM) += tests/tpm-crb-swtpm-test$(EXESUF)
> check-qtest-i386-$(CONFIG_TPM) += tests/tpm-crb-test$(EXESUF)
> check-qtest-i386-$(CONFIG_TPM) += tests/tpm-tis-swtpm-test$(EXESUF)
> --
> 2.17.1
- [Qemu-ppc] [PATCH 06/33] tests/qgraph: sdhci test node, (continued)
- [Qemu-ppc] [PATCH 06/33] tests/qgraph: sdhci test node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 24/33] tests/qgraph: virtio-balloon test node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 22/33] tests/qgraph: virtio-9p test node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 12/33] tests/qgraph: e1000e-test node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 21/33] tests/qgraph: virtio-9p driver and interface nodes, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 29/33] tests/qgraph: virtio-net driver and interface nodes, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 28/33] tests/qgraph: virtio-blk test node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 04/33] tests/qgraph: x86_64/pc machine node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 05/33] tests/qgraph: sdhci driver and interface nodes, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 33/33] tests/qgraph: temporarly commented vhost-user-test, Emanuele Giuseppe Esposito, 2018/08/13
- Re: [Qemu-ppc] [PATCH 33/33] tests/qgraph: temporarly commented vhost-user-test,
Michael S. Tsirkin <=
- [Qemu-ppc] [PATCH 25/33] tests/qgraph: virtio-rng driver and interface nodes, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 26/33] tests/qgraph: virtio-rng test node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 30/33] tests/qgraph: virtio-net test node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 31/33] tests/qgraph: virtio-scsi driver and interface nodes, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 32/33] tests/qgraph: virtio-scsi test node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 02/33] tests/qgraph: rename qpci_init_pc and qpci_init_spapr functions, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 03/33] tests/qgraph: pci-pc driver and interface nodes, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 07/33] tests/qgraph: arm/raspi2 machine node, Emanuele Giuseppe Esposito, 2018/08/13
- [Qemu-ppc] [PATCH 09/33] tests/qgraph: ppc64/pseries machine node, Emanuele Giuseppe Esposito, 2018/08/13