From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPsDL-0002vp-K8 for qemu-devel@nongnu.org; Fri, 05 Sep 2014 08:02:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPsDG-0007hk-R1 for qemu-devel@nongnu.org; Fri, 05 Sep 2014 08:02:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPsDG-0007hf-Ka for qemu-devel@nongnu.org; Fri, 05 Sep 2014 08:01:58 -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 s85C1vNR014493 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 5 Sep 2014 08:01:57 -0400 From: Gerd Hoffmann Date: Fri, 5 Sep 2014 14:01:49 +0200 Message-Id: <1409918510-26053-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] chardev patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Pretty short with a single, simple patch. Should be pulled now so we can cherry-pick into 2.1.1 stable, so I'm not waiting for a few more chardev patches piling up ;) please pull, Gerd The following changes since commit fd884c07658d02a96a882b8457d6d7a5cd71a407: Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-09-04 19:41:15 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-chardev-20140905-1 for you to fetch changes up to cf7330c759345de2efe9c0df7921189ac5ff11d3: pty: Fix byte loss bug when connecting to pty (2014-09-05 13:27:10 +0200) ---------------------------------------------------------------- pty: Fix byte loss bug when connecting to pty ---------------------------------------------------------------- Sebastian Tanase (1): pty: Fix byte loss bug when connecting to pty qemu-char.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)