On 3/7/25 11:10, Pierrick Bouvier wrote:
Replace TARGET_PAGE.* by runtime calls
The description needs updating for MSG_BUFSZ.
@@ -374,6 +376,8 @@ static const Property hv_syndbg_properties[] = {static void hv_syndbg_class_init(ObjectClass *klass, void *data){ + g_assert(MSG_BUFSZ > qemu_target_page_size());
>= Otherwise, Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~