Alexey Kardashevskiy writes:
> On 05/28/2014 10:34 PM, Lluís Vilanova wrote:
>> Stefan Hajnoczi writes:
>>
>>> On Wed, May 21, 2014 at 06:16:01PM +1000, Alexey Kardashevskiy wrote:
At the moment QEMU exits if trace point is not defined which makes
a developer life harder if he has to sw
On 05/28/2014 10:34 PM, Lluís Vilanova wrote:
> Stefan Hajnoczi writes:
>
>> On Wed, May 21, 2014 at 06:16:01PM +1000, Alexey Kardashevskiy wrote:
>>> At the moment QEMU exits if trace point is not defined which makes
>>> a developer life harder if he has to switch between branches with
>>> differ
Stefan Hajnoczi writes:
> On Wed, May 21, 2014 at 06:16:01PM +1000, Alexey Kardashevskiy wrote:
>> At the moment QEMU exits if trace point is not defined which makes
>> a developer life harder if he has to switch between branches with
>> different traces implemented.
>>
>> This replaces error+exi
On Wed, May 21, 2014 at 06:16:01PM +1000, Alexey Kardashevskiy wrote:
> At the moment QEMU exits if trace point is not defined which makes
> a developer life harder if he has to switch between branches with
> different traces implemented.
>
> This replaces error+exit wit WARNING if the tracepoint
Alexey Kardashevskiy writes:
> On 05/21/2014 06:16 PM, Alexey Kardashevskiy wrote:
>> At the moment QEMU exits if trace point is not defined which makes
>> a developer life harder if he has to switch between branches with
>> different traces implemented.
>>
>> This replaces error+exit wit WARNING
Copying Stefan. scripts/get_maintainer.pl would've told you so :)
Alexey Kardashevskiy writes:
> At the moment QEMU exits if trace point is not defined which makes
> a developer life harder if he has to switch between branches with
> different traces implemented.
>
> This replaces error+exit wi
On 05/21/2014 06:16 PM, Alexey Kardashevskiy wrote:
> At the moment QEMU exits if trace point is not defined which makes
> a developer life harder if he has to switch between branches with
> different traces implemented.
>
> This replaces error+exit wit WARNING if the tracepoint does not exist or
At the moment QEMU exits if trace point is not defined which makes
a developer life harder if he has to switch between branches with
different traces implemented.
This replaces error+exit wit WARNING if the tracepoint does not exist or
not traceable.
Signed-off-by: Alexey Kardashevskiy
---
Tha