On Sat, 1 May 2021 at 10:35, Paolo Bonzini <pbonz...@redhat.com> wrote: > > The following changes since commit b1cffefa1b163bce9aebc3416f562c1d3886eeaa: > > Update version for v6.0.0-rc4 release (2021-04-20 16:30:01 +0100) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 29740bdf1418c1193524356389cec825051c7a64: > > gitlab-ci: use --meson=internal for CFI jobs (2021-04-30 21:39:59 +0200) > > ---------------------------------------------------------------- > * NetBSD NVMM support > * RateLimit mutex > * Prepare for Meson 0.57 upgrade > > ----------------------------------------------------------------
Fails to build on netbsd (on our usual tests/vm setup): ../src/target/i386/nvmm/nvmm-all.c: In function 'nvmm_vcpu_loop': ../src/target/i386/nvmm/nvmm-all.c:753:13: warning: implicit declaration of function 'nvmm_vcpu_stop'; did you mean 'nvmm_vcpu_loop'? [-Wimplicit-function-declaration] nvmm_vcpu_stop(vcpu); ^~~~~~~~~~~~~~ nvmm_vcpu_loop ../src/target/i386/nvmm/nvmm-all.c:753:13: warning: nested extern declaration of 'nvmm_vcpu_stop' [-Wnested-externs] ../src/target/i386/nvmm/nvmm-all.c:770:14: error: 'NVMM_VCPU_EXIT_STOPPED' undeclared (first use in this function); did you mean 'NVMM_VCPU_EXIT_CPUID'? case NVMM_VCPU_EXIT_STOPPED: ^~~~~~~~~~~~~~~~~~~~~~ NVMM_VCPU_EXIT_CPUID ../src/target/i386/nvmm/nvmm-all.c:770:14: note: each undeclared identifier is reported only once for each function it appears in thanks -- PMM