I apologize for the delay, here are the repro steps: 1. Remove CONFIG_ARM_VIRT=y from arm-softmmu.mak 2. In .gitlab-ci.yml, crossbuild.yml and in tests/vm/Makefile.include, in all the places where we disable kvm using -disable-kvm, replace this with -enable-kvm 3. Build
You should see errors pointing to these routines: virt_is_acpi_enabled, acpi_ghes_record_errors Thanks, Swetha. On Fri, May 28, 2021 at 12:08 AM Dongjiu Geng <gengdongj...@gmail.com> wrote: > Peter Maydell <peter.mayd...@linaro.org> 于2021年5月27日周四 上午2:19写道: > > > > On Wed, 26 May 2021 at 18:32, Swetha Joshi <swethajoshi...@gmail.com> > wrote: > > > > > > Hello, > > > > > > One of the qemu machines we use has KVM enabled, but we don't want the > CONFIG_ARM_VIRT enabled as it pulls in emulation of a variety of physical > hardware that we don't need. The compilation errors I mentioned are not in > the qemu mainline per say but we see them in one of the qemu derived > machines we use. > > > > Sure, but unless you can give me a recipe for reproducing the > > build failure in mainline I can't really help... > > Hi Swetha, > Yes, Can you give a method that how to reproduce the build > failure issues? Thanks > > > > > thanks > > -- PMM > -- Regards Swetha Joshi.