Am 10.07.2013 22:08, schrieb Eduardo Habkost: > Updated version of the series sent in October 2012. > > References: > http://article.gmane.org/gmane.comp.emulators.qemu/173753 > (old discussion) > http://article.gmane.org/gmane.comp.emulators.qemu/173782 > (previous version of this series) > http://article.gmane.org/gmane.comp.emulators.kvm.devel/112380 > (Minutes of last call where this was discussed) > > Eduardo Habkost (3): > tests: unit tests for qdev global-properties handling > qom: introduce post_init() function > qdev: set globals on post_init() function
Thanks, I have applied these with some style, spelling and build fixes to qom-cpu-next: https://github.com/afaerber/qemu-cpu/commits/qom-cpu-next Since Igor and me have agreed to continue work on x86 properties on qom-cpu-next during Hard Freeze, I do not see a need to merge these patches Last Minute through qom-next for 1.6. If I'm missing some use case other than x86 subclasses, please let me know. Regards, Andreas > hw/core/qdev.c | 10 ++- > include/qom/object.h | 3 + > qom/object.c | 14 ++++ > tests/.gitignore | 1 + > tests/Makefile | 7 ++ > tests/test-qdev-global-props.c | 178 > +++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 212 insertions(+), 1 deletion(-) > create mode 100644 tests/test-qdev-global-props.c -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg