Hi Peter, On 1/30/21 4:37 PM, Peter Maydell wrote: > On Sat, 30 Jan 2021 at 01:52, Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> wrote: >> >> KVM requires a cpu based on (at least) the ARMv7 architecture. > > These days it requires ARMv8, because we dropped 32-bit host > support, and all 64-bit host CPUs are v8. Oh, this comment is about the target, to justify it is pointless to include pre-v7 target cpus/machines in a KVM-only binary. I'll update as: "KVM requires the target cpu based on (at least) the ARMv7 architecture." Is that OK? Thanks, Phil.