On 7/1/25 12:13, Paolo Bonzini wrote:
The "concrete_class" field of InterfaceClass is only ever written, and as far as I can tell is not particularly useful when debugging either; remove it.Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- include/qom/object.h | 5 ++++- qom/object.c | 1 - 2 files changed, 4 insertions(+), 2 deletions(-)
Patch queued, thanks.