Philippe Mathieu-Daudé writes:
> On 18/10/23 15:02, Daniel P. Berrangé wrote:
>> On Wed, Oct 18, 2023 at 02:37:45PM +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:
>
On 18/10/23 15:02, Daniel P. Berrangé wrote:
On Wed, Oct 18, 2023 at 02:37:45PM +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 cl
On Wed, Oct 18, 2023 at 02:37:45PM +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:
>
>
>
>
>
> Signed-off-by: Dani
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é
---
Changed in v3:
- Retain the obje