Re: [Qemu-devel] [PATCH v2 0/3] chardev cleanups

2016-06-23 Thread Daniel P. Berrange
On Fri, Jun 17, 2016 at 02:34:41PM +0200, Paolo Bonzini wrote: > > > On 16/06/2016 21:28, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Hi > > > > A small series to do some chardev cleanup when removing them and > > leaving qemu. > > > > Fixes: > > https://bugzilla.re

Re: [Qemu-devel] [PATCH v2 0/3] chardev cleanups

2016-06-17 Thread Paolo Bonzini
On 16/06/2016 21:28, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi > > A small series to do some chardev cleanup when removing them and > leaving qemu. > > Fixes: > https://bugzilla.redhat.com/show_bug.cgi?id=1347077 > > v1->v2: > - use atexit() for qemu_chr_cleanup() >

[Qemu-devel] [PATCH v2 0/3] chardev cleanups

2016-06-16 Thread marcandre . lureau
From: Marc-André Lureau Hi A small series to do some chardev cleanup when removing them and leaving qemu. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1347077 v1->v2: - use atexit() for qemu_chr_cleanup() - add missing braces Marc-André Lureau (3): char: clean up remaining chardevs wh