On 11.09.2025 13:04, Michael Tokarev wrote: ...
The same applies to the second patch in this series, btw, -- the second patch also does not apply to 10.0.x directly because 10.0 lacks commit ab9bbee3c7da3 "hw/intc/loongarch_pch: Modify name of some registers" -- the commit is just some code renames, it does not change actual code, so it is a no-op, but it makes subsequent changes to not apply directly. I think I'll pick ab9bbee3c7da3 and the next one, 4f0f2ab5640ef "hw/intc/loongarch_pch: Modify register name PCH_PIC_xxx_OFFSET..", to 10.0.x too.
And nope, the second patch ("loongarch_pch_pic: Fix ubsan warning and endianness issue") is a bit more involved in 10.0.x, since 10.0 also misses a6fdd0032ce5c7c "loongarch_pch: Use generic write callback for iomem8 region", which is one from larger refactoring series. Sigh. loongarch is a fast-moving target still.. :) Thanks, /mjt