Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qom/container: remove .instance_size initializer from container_info
You can omit .instance_size if it is the same as that of the parent. .class_size = sizeof(ObjectClass) ... is omitted here, so removing .instance_size is more consistent. Signed-off-by: Masahiro Yamada <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
- Loading branch information