04.03.2024 13:44, Thomas Huth wrote:
When setting GLIB_VERSION_MAX_ALLOWED to GLIB_VERSION_2_58 or higher (which we'll certainly do in the not too distant future), glib adds type safety checks to the g_steal_pointer() macro. This triggers errors in the cxl code since the pointer types do not always match here. Let's fix those errors now so we can switch to a newer version of the glib in a future version of QEMU.
Picked up for qemu-trivial, thank you! /mjt