Hi
- Original Message -
> On 15.09.2015 18:07, marcandre.lur...@redhat.com wrote:
> > From: Marc-André Lureau
> >
> > qemu_chr_fe_get_msgfd() transfers ownership, there is no need to dup the
> > fd.
> >
>
> Are you sure? (tested?)
> There is a specific comment that the dup is done beca
On 15.09.2015 18:07, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> qemu_chr_fe_get_msgfd() transfers ownership, there is no need to dup the
> fd.
>
Are you sure? (tested?)
There is a specific comment that the dup is done because of the get_msgfds
implementation,
I checked tc