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

2011-12-19 Thread Anthony Liguori
On 12/18/2011 10:05 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 v3 0/8] qom: introduce non-legacy static properties

2011-12-18 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