Re: [PATCH 0/4] qom: Introduce object*_property_add_bool_ptr() functions

2020-10-23 Thread Philippe Mathieu-Daudé
On 10/23/20 12:31 AM, Eduardo Habkost wrote: Based-on: 20201009160122.1662082-1-ehabk...@redhat.com Git branch: https://github.com/ehabkost/qemu work/qom-bool-ptr-prop This series introduces a helper to make it easier to register simple boolan QOM properties. It will be useful for simplifying e

[PATCH 0/4] qom: Introduce object*_property_add_bool_ptr() functions

2020-10-22 Thread Eduardo Habkost
Based-on: 20201009160122.1662082-1-ehabk...@redhat.com Git branch: https://github.com/ehabkost/qemu work/qom-bool-ptr-prop This series introduces a helper to make it easier to register simple boolan QOM properties. It will be useful for simplifying existing property code in some types that can't