On 26.09.20 00:43, Richard Henderson wrote: > On 9/22/20 3:31 AM, David Hildenbrand wrote: >> With this patchset, I can boot a kernel compiled for z14 (requiring >> Miscellaneous-Instruction-Extensions Facility 2) (using -cpu max). > > Excellent. > > Looks like it wouldn't take too much additional work for z15, if you're of a > mind while we're at it.
Yes, on my todo list (however might take some time until I get to it). I'm focusing on z14 right now because next-gen distributions will most probably require at least z14 hw, so we're prepared for that. I'm still wrapping my head around how to best implement the crazy VECTOR FP MINIMUM / MAXIMUM stuff in the least ugly way (expressing all cases via if/else/switch is just horribly error-prone). -- Thanks, David / dhildenb