Ideally, Monitor code should report an error only once and
return the error information up the call chain.
To assure that this happens as expected and that no error is
lost, we have an assert() in qemu_error_internal().
However, we still have not fully converted handlers using
monitor_printf() to
On Fri, 05 Feb 2010 16:15:56 +0100
Markus Armbruster wrote:
> Luiz Capitulino writes:
>
> > On Fri, 05 Feb 2010 15:21:13 +0100
> > Markus Armbruster wrote:
> >
> >> Markus Armbruster writes:
> >>
> >> > Luiz Capitulino writes:
> >> >
> >> >> Ideally, Monitor code should report an error only
Luiz Capitulino writes:
> On Fri, 05 Feb 2010 15:21:13 +0100
> Markus Armbruster wrote:
>
>> Markus Armbruster writes:
>>
>> > Luiz Capitulino writes:
>> >
>> >> Ideally, Monitor code should report an error only once and
>> >> return the error information up the call chain.
>> >>
>> >> To ass
On Fri, 05 Feb 2010 15:21:13 +0100
Markus Armbruster wrote:
> Markus Armbruster writes:
>
> > Luiz Capitulino writes:
> >
> >> Ideally, Monitor code should report an error only once and
> >> return the error information up the call chain.
> >>
> >> To assure that this happens as expected and t
Markus Armbruster writes:
> Luiz Capitulino writes:
>
>> Ideally, Monitor code should report an error only once and
>> return the error information up the call chain.
>>
>> To assure that this happens as expected and that no error is
>> lost, we have an assert() in qemu_error_internal().
>>
>> H
Luiz Capitulino writes:
> Ideally, Monitor code should report an error only once and
> return the error information up the call chain.
>
> To assure that this happens as expected and that no error is
> lost, we have an assert() in qemu_error_internal().
>
> However, we still have not fully conver
Ideally, Monitor code should report an error only once and
return the error information up the call chain.
To assure that this happens as expected and that no error is
lost, we have an assert() in qemu_error_internal().
However, we still have not fully converted handlers using
monitor_printf() to