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>