Fam Zheng writes:
> On Wed, 12/20 10:05, Markus Armbruster wrote:
>> Fam Zheng writes:
>>
>> > On Tue, 12/19 15:29, Markus Armbruster wrote:
>> >> Adding Eric for additonal QMP design expertise.
>> >>
>> >> Fam Zheng writes:
>> >>
>> >> > Previously we only print hint lines if we are in a co
On Wed, 12/20 10:05, Markus Armbruster wrote:
> Fam Zheng writes:
>
> > On Tue, 12/19 15:29, Markus Armbruster wrote:
> >> Adding Eric for additonal QMP design expertise.
> >>
> >> Fam Zheng writes:
> >>
> >> > Previously we only print hint lines if we are in a command line context
> >> > or H
Fam Zheng writes:
> On Tue, 12/19 15:29, Markus Armbruster wrote:
>> Adding Eric for additonal QMP design expertise.
>>
>> Fam Zheng writes:
>>
>> > Previously we only print hint lines if we are in a command line context
>> > or HMP. However QMP errors are also eventually consumed by human and
On Tue, 12/19 15:29, Markus Armbruster wrote:
> Adding Eric for additonal QMP design expertise.
>
> Fam Zheng writes:
>
> > Previously we only print hint lines if we are in a command line context
> > or HMP. However QMP errors are also eventually consumed by human and the
> > hint could help.
>
Adding Eric for additonal QMP design expertise.
Fam Zheng writes:
> Previously we only print hint lines if we are in a command line context
> or HMP. However QMP errors are also eventually consumed by human and the
> hint could help.
>
> Append hint lines already in error_get_pretty() and do as
Previously we only print hint lines if we are in a command line context
or HMP. However QMP errors are also eventually consumed by human and the
hint could help.
Append hint lines already in error_get_pretty() and do as said above
consistently in CLI, HMP and QMP.
Signed-off-by: Fam Zheng
---