Re: [PATCH v3 1/4] qom: allow to mark objects as deprecated or not secure.

2024-06-12 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Wed, Jun 12, 2024 at 01:07:44PM +0200, Markus Armbruster wrote: >> Gerd Hoffmann writes: >> >> > Add flags to ObjectClass for objects which are deprecated or not secure. >> > Add 'deprecated' and 'not-secure' bools to ObjectTypeInfo, report in >> >

Re: [PATCH v3 1/4] qom: allow to mark objects as deprecated or not secure.

2024-06-12 Thread Daniel P . Berrangé
On Wed, Jun 12, 2024 at 01:07:44PM +0200, Markus Armbruster wrote: > Gerd Hoffmann writes: > > > Add flags to ObjectClass for objects which are deprecated or not secure. > > Add 'deprecated' and 'not-secure' bools to ObjectTypeInfo, report in > > 'qom-list-types'. Print the flags when listing

Re: [PATCH v3 1/4] qom: allow to mark objects as deprecated or not secure.

2024-06-12 Thread Markus Armbruster
Gerd Hoffmann writes: > Add flags to ObjectClass for objects which are deprecated or not secure. > Add 'deprecated' and 'not-secure' bools to ObjectTypeInfo, report in > 'qom-list-types'. Print the flags when listing devices via '-device > help'. > > Signed-off-by: Gerd Hoffmann > --- >

Re: [PATCH v3 1/4] qom: allow to mark objects as deprecated or not secure.

2024-06-07 Thread Philippe Mathieu-Daudé
On 6/6/24 16:30, Gerd Hoffmann wrote: Add flags to ObjectClass for objects which are deprecated or not secure. Add 'deprecated' and 'not-secure' bools to ObjectTypeInfo, report in 'qom-list-types'. Print the flags when listing devices via '-device help'. Signed-off-by: Gerd Hoffmann ---

Re: [PATCH v3 1/4] qom: allow to mark objects as deprecated or not secure.

2024-06-06 Thread Daniel P . Berrangé
On Thu, Jun 06, 2024 at 04:30:07PM +0200, Gerd Hoffmann wrote: > Add flags to ObjectClass for objects which are deprecated or not secure. > Add 'deprecated' and 'not-secure' bools to ObjectTypeInfo, report in > 'qom-list-types'. Print the flags when listing devices via '-device > help'. > >

[PATCH v3 1/4] qom: allow to mark objects as deprecated or not secure.

2024-06-06 Thread Gerd Hoffmann
Add flags to ObjectClass for objects which are deprecated or not secure. Add 'deprecated' and 'not-secure' bools to ObjectTypeInfo, report in 'qom-list-types'. Print the flags when listing devices via '-device help'. Signed-off-by: Gerd Hoffmann --- include/qom/object.h | 3 +++