From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvPVH-0007W9-Cv for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:18:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvPVC-0002J7-Jm for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:18:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvPVC-0002Iu-CN for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:18:34 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5DBIWYc018451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 13 Jun 2014 07:18:33 -0400 From: Gerd Hoffmann Date: Fri, 13 Jun 2014 13:18:28 +0200 Message-Id: <1402658309-8841-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] 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 Cc: Gerd Hoffmann Hi, Chardev patch queue, with a single bugfix. please pull, Gerd The following changes since commit 2a2c4830c0068d70443f3dddc4cc668f0c601b5c: Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into staging (2014-06-12 09:51:41 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-chardev-20140613-1 for you to fetch changes up to e9d21c436f716603b3844513ba890ac570e642e1: char: fix avail_connections init in qemu_chr_open_eventfd() (2014-06-13 12:34:55 +0200) ---------------------------------------------------------------- char: fix avail_connections init in qemu_chr_open_eventfd() ---------------------------------------------------------------- David Marchand (1): char: fix avail_connections init in qemu_chr_open_eventfd() qemu-char.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)