Daniel P. Berrangé writes:
> On Wed, Oct 18, 2023 at 12:54:28PM +0200, Markus Armbruster wrote:
>> Daniel P. Berrangé writes:
>>
>> > If printing a QAPI schema object for debugging we get the classname and
>> > a hex value for the instance:
>> >
>> >
>> >
>> >
>> >
>> > With this chang
On Wed, Oct 18, 2023 at 12:54:28PM +0200, Markus Armbruster wrote:
> Daniel P. Berrangé writes:
>
> > If printing a QAPI schema object for debugging we get the classname and
> > a hex value for the instance:
> >
> >
> >
> >
> >
> > With this change we instead get the classname and the hu
Daniel P. Berrangé writes:
> If printing a QAPI schema object for debugging we get the classname and
> a hex value for the instance:
>
>
>
>
>
> With this change we instead get the classname and the human friendly
> name of the QAPI type instance:
>
>
>
>
This gains the QAPI na
If printing a QAPI schema object for debugging we get the classname and
a hex value for the instance:
With this change we instead get the classname and the human friendly
name of the QAPI type instance:
Signed-off-by: Daniel P. Berrangé
---
v1 was two & half years ago:
ht