On Tue, 12 Dec 2023 at 14:20, Anthony PERARD <anthony.per...@citrix.com> wrote: > Building qemu with something like: > ./configure --enable-xen --cpu=x86_64 > used to work. Can we fix that? It still works with v8.1.0. > At least, it works on x86, I never really try to build qemu for arm. > Notice that there's no "--target-list" on the configure command line. > I don't know if --cpu is useful here.
You should almost never need to specify --cpu : configure will work out your host CPU architecture by looking at what the host compiler defines. thanks -- PMM