[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-6.0 3/3] gitlab-ci: Test the --disable-virtio-legacy opti
From: |
Thomas Huth |
Subject: |
Re: [PATCH-for-6.0 3/3] gitlab-ci: Test the --disable-virtio-legacy option |
Date: |
Thu, 5 Nov 2020 14:33:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 05/11/2020 13.43, Philippe Mathieu-Daudé wrote:
> Add the recently introduced '--disable-virtio-legacy' configuration
> to the 'build-disabled' job.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> .gitlab-ci.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 3b15ae5c302..21fa1a459fd 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -218,6 +218,7 @@ build-disabled:
> --disable-strip --disable-tpm --disable-usb-redir --disable-vdi
> --disable-vhost-crypto --disable-vhost-net --disable-vhost-scsi
> --disable-vhost-user --disable-vhost-vdpa --disable-vhost-vsock
> + --disable-virtio-legacy
> --disable-virglrenderer --disable-vnc --disable-vte --disable-vvfat
> --disable-xen --disable-zstd
> TARGETS: arm-softmmu i386-softmmu ppc64-softmmu mips64-softmmu
>
Acked-by: Thomas Huth <thuth@redhat.com>