On 18/05/26 22:55, Amit Machhiwal wrote:
GCC 16 has tightened const-correctness checking and now correctly rejects attempts to modify or assign const-qualified pointers without proper qualification. This series fixes two such violations that cause build failures with GCC 16 when using -Werror=discarded-qualifiers.
The patches fixes qemu build for me, and looks good to me. Reviewed-by: Aditya Gupta <[email protected]> Thanks Amit !
