On Tue, Aug 25, 2020 at 03:21:08PM -0400, Eduardo Habkost wrote: > This will remove instance_size/class_size fields from TypeInfo > variables when the value is exactly the same as the one in the > parent class. > > Generated by: > > $ ./scripts/codeconverter/converter.py -i \ > --pattern=RedundantTypeSizes $(git grep -l TypeInfo -- '*.[ch]') > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com>
This patch triggers an assert due to code outside QOM core using TypeInfo.instance_size directly. Please ignore it by now. Thanks to Roman Bolshakov for reporting the problem. -- Eduardo