Hi Peter, > Hi, > > This series failed build test on s390x host. Please find the details below. > [...]
> make[1]: *** Waiting for unfinished jobs.... > CC aarch64-softmmu/hw/display/vga.o > CC aarch64-softmmu/hw/display/virtio-gpu.o > make: *** [Makefile:482: subdir-arm-softmmu] Error 2 > CC aarch64-softmmu/hw/display/virtio-gpu-3d.o > CC aarch64-softmmu/hw/display/virtio-gpu-pci.o > CC aarch64-softmmu/hw/display/dpcd.o > CC aarch64-softmmu/hw/display/xlnx_dp.o > /var/tmp/patchew-tester-tmp-hwsn3wsl/src/hw/display/virtio-gpu-3d.c: In > function ‘virgl_cmd_get_capset_info’: > /var/tmp/patchew-tester-tmp-hwsn3wsl/src/hw/display/virtio-gpu-3d.c:366:26: > error: ‘VIRTIO_GPU_CAPSET_VIRGL2’ undeclared (first > use in this function); did you mean ‘VIRTIO_GPU_CAPSET_VIRGL’? > resp.capset_id = VIRTIO_GPU_CAPSET_VIRGL2; > ^~~~~~~~~~~~~~~~~~~~~~~~ > VIRTIO_GPU_CAPSET_VIRGL > /var/tmp/patchew-tester-tmp-hwsn3wsl/src/hw/display/virtio-gpu-3d.c:366:26: > note: each undeclared identifier is reported only once for > each function it appears in > /var/tmp/patchew-tester-tmp-hwsn3wsl/src/hw/display/virtio-gpu-3d.c: In > function ‘virtio_gpu_virgl_get_num_capsets’: > /var/tmp/patchew-tester-tmp-hwsn3wsl/src/hw/display/virtio-gpu-3d.c:646:32: > error: ‘VIRTIO_GPU_CAPSET_VIRGL2’ undeclared (first > use in this function); did you mean ‘VIRTIO_GPU_CAPSET_VIRGL’? This build failure is due to kernel missing the definition of "VIRTIO_GPU_CAPSET_VIRGL2", I sync the mainline kernel tree header file to the mainline QEMU using the scripts[1], So happen this failure, It does not related with myself patch, so can I discard the patch [1] or add the ‘VIRTIO_GPU_CAPSET_VIRGL2’ definition to mainline kernel tree? [1] https://lists.gnu.org/archive/html/qemu-devel/2018-05/msg06973.html > virgl_renderer_get_cap_set(VIRTIO_GPU_CAPSET_VIRGL2, > ^~~~~~~~~~~~~~~~~~~~~~~~ > VIRTIO_GPU_CAPSET_VIRGL > make[1]: *** [/var/tmp/patchew-tester-tmp-hwsn3wsl/src/rules.mak:66: > hw/display/virtio-gpu-3d.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [Makefile:482: subdir-aarch64-softmmu] Error 2 > === OUTPUT END === > > Test command exited with code: 2 > > > --- > Email generated automatically by Patchew [http://patchew.org/]. > Please send your feedback to patchew-de...@redhat.com