qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 0/3 v2] qdev: handle global properties after all i


From: Andreas Färber
Subject: Re: [Qemu-devel] [RFC 0/3 v2] qdev: handle global properties after all instance_init calls
Date: Sun, 28 Jul 2013 21:44:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]