On 7/20/2026 2:37 PM, Michael Tokarev wrote: > On 7/21/26 00:24, Philippe Mathieu-Daudé wrote: > >> For the 11.1 release I'd go with this 1-line fix: >> >> - depends on LINUX >> + depends on LINUX && (AARCH64 || I386 || PPC || S390X) > > BTW, it looks like this can be expressed as: > > depends on LINUX > depends on AARCH64 || I386 || PPC || S390X > > (my lame attempt to fix sparc was to add > depends on !SPARC64 > line here) > > FWIW. >
Would that be possible for you to try this on the sparc64 host you have? https://lore.kernel.org/qemu-devel/[email protected]/T/#t I think it should be the proper fix to the issue we discuss here. If you're happy with it, feel free to send a reviewed-by also. > Thanks, > > /mjt > Regards, Pierrick
