Re: [Qemu-devel] [PATCH 0/8] qom: introduce non-legacy static properties

2011-12-16 Thread Anthony Liguori
On 12/16/2011 06:01 AM, Paolo Bonzini wrote: QOM right now does not have a way to communicate values for qdev properties except as strings. This is bad. This patch improves the Property implementation so that properties export a visitor-based interface in addition to the string-based interface.

[Qemu-devel] [PATCH 0/8] qom: introduce non-legacy static properties

2011-12-16 Thread Paolo Bonzini
QOM right now does not have a way to communicate values for qdev properties except as strings. This is bad. This patch improves the Property implementation so that properties export a visitor-based interface in addition to the string-based interface. The new interface can then be registered as a