commit | bc4e7522ad19890eab8cf1df04360abf610b1236 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Jan 07 12:13:08 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 09 18:16:25 2025 +0100 |
tree | 72239310bafde276f5a27feb6d42d455de36e109 | |
parent | f6f0284b6fd495c4a0d7d3b91317105d8e1a8bf3 [diff] |
qom: remove unused InterfaceInfo::concrete_class field 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 <pbonzini@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-ID: <20250107111308.21886-1-pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>