qom: Constify TypeInfo::interfaces

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250424194905.82506-6-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2025-04-23 18:44:12 +02:00
parent b282b859cf
commit 231bf6dda1
4 changed files with 4 additions and 4 deletions

View file

@ -514,7 +514,7 @@ pub trait ObjectImpl: ObjectType + IsA<Object> {
class_init: Some(rust_class_init::<Self>),
class_base_init: Self::CLASS_BASE_INIT,
class_data: core::ptr::null(),
interfaces: core::ptr::null_mut(),
interfaces: core::ptr::null(),
};
// methods on ObjectClass