Patchew URL: https://patchew.org/QEMU/1552370960-2061-1-git-send-email-guoh...@huawei.com/
Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash time make docker-test-mingw@fedora SHOW_ENV=1 J=14 NETWORK=1 === TEST SCRIPT END === CC aarch64-softmmu/trace/generated-helpers.o CC aarch64-softmmu/target/arm/translate-sve.o /tmp/qemu-test/src/target/arm/cpu.c: In function 'get_vcpu_timer_tick': /tmp/qemu-test/src/target/arm/cpu.c:902:24: error: storage size of 'reg' isn't known struct kvm_one_reg reg; ^~~ /tmp/qemu-test/src/target/arm/cpu.c:904:14: error: 'KVM_REG_ARM_TIMER_CNT' undeclared (first use in this function) reg.id = KVM_REG_ARM_TIMER_CNT; ^~~~~~~~~~~~~~~~~~~~~ /tmp/qemu-test/src/target/arm/cpu.c:904:14: note: each undeclared identifier is reported only once for each function it appears in /tmp/qemu-test/src/target/arm/cpu.c:907:30: error: 'KVM_GET_ONE_REG' undeclared (first use in this function) err = kvm_vcpu_ioctl(cs, KVM_GET_ONE_REG, ®); ^~~~~~~~~~~~~~~ /tmp/qemu-test/src/target/arm/cpu.c:902:24: error: unused variable 'reg' [-Werror=unused-variable] struct kvm_one_reg reg; ^~~ /tmp/qemu-test/src/target/arm/cpu.c: In function 'set_vcpu_timer_tick': /tmp/qemu-test/src/target/arm/cpu.c:914:24: error: storage size of 'reg' isn't known struct kvm_one_reg reg; ^~~ /tmp/qemu-test/src/target/arm/cpu.c:916:14: error: 'KVM_REG_ARM_TIMER_CNT' undeclared (first use in this function) reg.id = KVM_REG_ARM_TIMER_CNT; ^~~~~~~~~~~~~~~~~~~~~ /tmp/qemu-test/src/target/arm/cpu.c:919:30: error: 'KVM_SET_ONE_REG' undeclared (first use in this function) err = kvm_vcpu_ioctl(cs, KVM_SET_ONE_REG, ®); ^~~~~~~~~~~~~~~ /tmp/qemu-test/src/target/arm/cpu.c:914:24: error: unused variable 'reg' [-Werror=unused-variable] struct kvm_one_reg reg; ^~~ cc1: all warnings being treated as errors The full log is available at http://patchew.org/logs/1552370960-2061-1-git-send-email-guoh...@huawei.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com