qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/2] test-vmstate: Silence expected errors


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 2/2] test-vmstate: Silence expected errors
Date: Mon, 24 Oct 2016 15:00:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0


On 24/10/2016 14:55, Markus Armbruster wrote:
> Works.  My autopilot would do
> 
>        old_mon = cur_mon;
>        cur_mon = &stubs_silent_monitor;
> 
>        ...
> 
>        cur_mon = old_mon
> 
> because it avoids making assumptions on cur_mon's value.  Pick what you
> like better.

I don't think we should rely on a monitor.  The assertion here is that
there was no error_report.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]