From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2Pq-0004EZ-8Z for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:38:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK2Pl-00013H-GX for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:38:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2Pl-00013B-7c for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:38:13 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8C8cCMc029675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Sep 2013 04:38:12 -0400 From: Gerd Hoffmann Date: Thu, 12 Sep 2013 10:01:33 +0200 Message-Id: <1378972894-11185-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] chardev: fix pty_chr_timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Bugfix for the pty chardev which might segfault on unplug. Has been on the list for quite a while, wasn't picked up so far, so I'll try a single-patch-pull-request now ... please pull, Gerd The following changes since commit 2d1fe1873a984d1c2c89ffa3d12949cafc718551: Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into staging (2013-09-11 14:46:52 -0500) are available in the git repository at: git://git.kraxel.org/qemu chardev.7 for you to fetch changes up to b0d768c35e08d2057b63e8e77e7a513c447199fa: chardev: fix pty_chr_timer (2013-09-12 09:58:18 +0200) ---------------------------------------------------------------- Gerd Hoffmann (1): chardev: fix pty_chr_timer qemu-char.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-)