From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFMkM-0007ij-Ex for qemu-devel@nongnu.org; Mon, 17 Feb 2014 06:52:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFMkG-0007B4-DJ for qemu-devel@nongnu.org; Mon, 17 Feb 2014 06:52:26 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:36204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFMkG-0007Ao-6K for qemu-devel@nongnu.org; Mon, 17 Feb 2014 06:52:20 -0500 Received: by mail-pb0-f45.google.com with SMTP id un15so15237176pbc.4 for ; Mon, 17 Feb 2014 03:52:18 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1391548666-5513-1-git-send-email-david.marchand@6wind.com> Date: Mon, 17 Feb 2014 12:52:17 +0100 Message-ID: From: David Marchand Content-Type: multipart/alternative; boundary=e89a8ffbaed396791104f298c96f Subject: Re: [Qemu-devel] [PATCH RFC] char: fix avail_connections init in qemu_chr_open_eventfd() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org Developers" Cc: Cam Macdonell , Anthony Liguori --e89a8ffbaed396791104f298c96f Content-Type: text/plain; charset=ISO-8859-1 Hello all, On Fri, Feb 14, 2014 at 1:16 PM, David Marchand wrote: > > In HEAD, ivshmem seems to be the only place where qemu_chr_open_eventfd() > is used : > $ git grep qemu_chr_open_eventfd > hw/misc/ivshmem.c: chr = qemu_chr_open_eventfd(eventfd); > include/sysemu/char.h:CharDriverState *qemu_chr_open_eventfd(int eventfd); > qemu-char.c:CharDriverState *qemu_chr_open_eventfd(int eventfd) > > I suppose my change is not that impacting :-) > Since this change has no impact, can it be pulled in current git tree ? Thanks. -- David Marchand --e89a8ffbaed396791104f298c96f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello all,=A0

On Fri, Feb 14, 2014 at 1:16 PM, David Marchand <= david.marchand@6wind.com> wrote:
=

In HEA= D, ivshmem seems to be the only place where=A0qemu_chr_open_eventfd() is used :
$ git grep= qemu_chr_open_eventfd
hw/misc/ivshmem.c: =A0 =A0chr =3D qemu_chr_open_eventfd(eventfd);
include/sysemu/char.h:CharDriverState *qemu_chr_open_eventfd(int eventfd)= ;
qemu-char.c:CharDriverState *qemu_chr_open_eventfd(int eventfd)
<= div>
I suppose my change is not that impacting :-)


Since this change has no impact, can it be pulled in current git tree ?

Thanks.


--=A0=
David Marchand=A0
--e89a8ffbaed396791104f298c96f--