On Mon, 11 Sept 2023 at 06:10, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > On 8/9/23 17:47, Stefan Hajnoczi wrote: > > I wonder how it passed CI? > > https://gitlab.com/qemu-project/qemu/-/pipelines/996175923/ > > The conditions are: > - x86 host > - both system / user emulation enabled > - KVM disabled > - debug enabled > > We have jobs with 3 of the 4, but none with > all the 4. > > Is it worth test it?
I think so. Kevin: Can you confirm your configuration matches what Philippe described? Stefan > > > > > Stefan > > > > On Fri, 8 Sept 2023 at 11:02, Kevin Wolf <kw...@redhat.com> wrote: > >> > >> Am 07.09.2023 um 17:44 hat Stefan Hajnoczi geschrieben: > >>> Applied, thanks. > >>> > >>> Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for > >>> any user-visible changes. > >> > >> Something in this has broken the build for me, it seems to be the > >> linux-user binary that doesn't link any more: > >> > >> /usr/bin/ld: libqemu-x86_64-linux-user.fa.p/target_i386_cpu.c.o: in > >> function `cpu_x86_cpuid': > >> /home/kwolf/source/qemu/build-clang/../target/i386/cpu.c:6180: > >> undefined reference to `kvm_arch_get_supported_cpuid' > >> /usr/bin/ld: libqemu-x86_64-linux-user.fa.p/target_i386_cpu.c.o: in > >> function `x86_cpu_filter_features': > >> /home/kwolf/source/qemu/build-clang/../target/i386/cpu.c:7158: > >> undefined reference to `kvm_arch_get_supported_cpuid' > >> /usr/bin/ld: > >> /home/kwolf/source/qemu/build-clang/../target/i386/cpu.c:7159: undefined > >> reference to `kvm_arch_get_supported_cpuid' > >> /usr/bin/ld: > >> /home/kwolf/source/qemu/build-clang/../target/i386/cpu.c:7160: undefined > >> reference to `kvm_arch_get_supported_cpuid' > >> /usr/bin/ld: > >> /home/kwolf/source/qemu/build-clang/../target/i386/cpu.c:7161: undefined > >> reference to `kvm_arch_get_supported_cpuid' > >> /usr/bin/ld: > >> libqemu-x86_64-linux-user.fa.p/target_i386_cpu.c.o:/home/kwolf/source/qemu/build-clang/../target/i386/cpu.c:7162: > >> more undefined references to `kvm_arch_get_supported_cpuid' follow > >> clang-15: error: linker command failed with exit code 1 (use -v to see > >> invocation) > >> > >> In case it makes a difference, I'm using clang on F37. > >> > >> Kevin > > >