From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPv3X-0004d0-8m for qemu-devel@nongnu.org; Fri, 05 Sep 2014 11:04:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPv3S-0006gY-FM for qemu-devel@nongnu.org; Fri, 05 Sep 2014 11:04:07 -0400 Received: from mail-la0-f43.google.com ([209.85.215.43]:57661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPv3S-0006gR-98 for qemu-devel@nongnu.org; Fri, 05 Sep 2014 11:04:02 -0400 Received: by mail-la0-f43.google.com with SMTP id gi9so2998920lab.16 for ; Fri, 05 Sep 2014 08:04:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1409918510-26053-1-git-send-email-kraxel@redhat.com> References: <1409918510-26053-1-git-send-email-kraxel@redhat.com> From: Peter Maydell Date: Fri, 5 Sep 2014 16:03:40 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/1] chardev patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: QEMU Developers On 5 September 2014 13:01, Gerd Hoffmann wrote: > 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(-) > Applied, thanks. -- PMM