From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5zqB-00065o-Gz for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:12:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5zq6-00012F-IQ for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:12:31 -0400 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:34256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5zq6-000129-Dt for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:12:26 -0400 Received: by qgev13 with SMTP id v13so3908506qge.1 for ; Fri, 19 Jun 2015 10:12:25 -0700 (PDT) Received: from [192.168.0.3] (d199-74-164-53.col.wideopenwest.com. [74.199.53.164]) by mx.google.com with ESMTPSA id o75sm5996941qgd.13.2015.06.19.10.12.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Jun 2015 10:12:24 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) From: Programmingkid In-Reply-To: Date: Fri, 19 Jun 2015 13:12:22 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <4392EBFC-7FDA-4B5F-985F-B9D606AE2F70@gmail.com> References: Subject: [Qemu-devel] Serial Console bug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel qemu-devel I have noticed a bug with the serial console. If text is printed to it = that is longer than the window size, the text is cut off instead of = being wrapped around. I have noticed this issue on QEMU 2.3.50 (just git = pull'ed today). My host operating system is Mac OS 10.6.8. Has anyone = noticed this issue on Linux or Windows?