On Tue, Jun 28, 2016 at 10:24:29AM +0200, Igor Mammedov wrote:
> replace mainly useless exit(1) on fatal error path with
> abort(), so that it would be possible to generate core
> dump, that could be used to analyse cause of problem.
>
> Signed-off-by: Igor Mammedov
I thought about this, and I'd
On Thu, 30 Jun 2016 07:12:08 +0200
Markus Armbruster wrote:
> Igor Mammedov writes:
>
> > On Wed, 29 Jun 2016 14:49:59 +0200
> > Markus Armbruster wrote:
> >
> >> Igor Mammedov writes:
> >>
> >> > replace mainly useless exit(1) on fatal error path with
> >> > abort(), so that it would be
Igor Mammedov writes:
> On Wed, 29 Jun 2016 14:49:59 +0200
> Markus Armbruster wrote:
>
>> Igor Mammedov writes:
>>
>> > replace mainly useless exit(1) on fatal error path with
>> > abort(), so that it would be possible to generate core
>> > dump, that could be used to analyse cause of problem
On Wed, 29 Jun 2016 14:49:59 +0200
Markus Armbruster wrote:
> Igor Mammedov writes:
>
> > replace mainly useless exit(1) on fatal error path with
> > abort(), so that it would be possible to generate core
> > dump, that could be used to analyse cause of problem.
> >
> > Signed-off-by: Igor Mamm
Igor Mammedov writes:
> replace mainly useless exit(1) on fatal error path with
> abort(), so that it would be possible to generate core
> dump, that could be used to analyse cause of problem.
>
> Signed-off-by: Igor Mammedov
> ---
> hw/virtio/virtio.c | 24
> 1 file ch
On Tue, 28 Jun 2016 10:24:29 +0200
Igor Mammedov wrote:
> replace mainly useless exit(1) on fatal error path with
> abort(), so that it would be possible to generate core
> dump, that could be used to analyse cause of problem.
>
> Signed-off-by: Igor Mammedov
> ---
> hw/virtio/virtio.c | 24 ++
On Tue, 28 Jun 2016 10:24:29 +0200
Igor Mammedov wrote:
> replace mainly useless exit(1) on fatal error path with
> abort(), so that it would be possible to generate core
> dump, that could be used to analyse cause of problem.
>
> Signed-off-by: Igor Mammedov
> ---
Makes sense indeed.
Acked-b
replace mainly useless exit(1) on fatal error path with
abort(), so that it would be possible to generate core
dump, that could be used to analyse cause of problem.
Signed-off-by: Igor Mammedov
---
hw/virtio/virtio.c | 24
1 file changed, 12 insertions(+), 12 deletions(-