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
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()
>
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