From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAelf-0005tz-8P for qemu-devel@nongnu.org; Fri, 25 Jul 2014 08:38:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAelZ-0001Tx-Lg for qemu-devel@nongnu.org; Fri, 25 Jul 2014 08:38:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAelZ-0001Tr-Ek for qemu-devel@nongnu.org; Fri, 25 Jul 2014 08:38:29 -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 s6PCcSrN015553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 25 Jul 2014 08:38:28 -0400 Received: from playground.com (ovpn-112-28.ams2.redhat.com [10.36.112.28]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s6PCcQ7P020895 for ; Fri, 25 Jul 2014 08:38:27 -0400 From: Paolo Bonzini Date: Fri, 25 Jul 2014 14:38:23 +0200 Message-Id: <1406291904-14071-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL v2 0/1] Fix for "-serial pty" regression List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit f368c33d5ab09dd5656924185cd975b11838cd25: Update version for v2.1.0-rc3 release (2014-07-22 18:17:03 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 62c339c5272ce8fbe8ca52695cee8ff40da7872e: qemu-char: ignore flow control if a PTY's slave is not connected (2014-07-25 14:36:07 +0200) ---------------------------------------------------------------- Here is the serial fix for 2.1. ---------------------------------------------------------------- Paolo Bonzini (1): qemu-char: ignore flow control if a PTY's slave is not connected qemu-char.c | 7 +++++++ 1 file changed, 7 insertions(+) -- 1.8.3.1