From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqMZV-00026s-9q for qemu-devel@nongnu.org; Sun, 25 Oct 2015 10:46:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqMZS-0006oY-4O for qemu-devel@nongnu.org; Sun, 25 Oct 2015 10:46:57 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:36978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqMZR-0006oP-UI for qemu-devel@nongnu.org; Sun, 25 Oct 2015 10:46:54 -0400 Received: by wicfv8 with SMTP id fv8so84755749wic.0 for ; Sun, 25 Oct 2015 07:46:53 -0700 (PDT) Sender: Paolo Bonzini References: <562CD707.8070801@gmx.net> From: Paolo Bonzini Message-ID: <562CEB58.7090609@redhat.com> Date: Sun, 25 Oct 2015 15:46:48 +0100 MIME-Version: 1.0 In-Reply-To: <562CD707.8070801@gmx.net> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu monitor/serial parameter change or bug in git head? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dennis Luehring , qemu-devel , Daniel Berrange On 25/10/2015 14:20, Dennis Luehring wrote: > qemu-system-alpha -m 1GB -nographic -monitor telnet::4440,server,nowait > -serial telnet::3000,server -kernel clfskernel-4.2.3 -append > 'console=ttyS0' -initrd initramfs.cpio > > using: git clone -b "v2.4.0.1" git://git.qemu-project.org/qemu.git and > build > > i see the normal > "QEMU waiting for connection on: disconnected:telnet::3000,server" > and connecting with telnet localhost 3000 shows kernel output > > using: git clone git://git.qemu-project.org/qemu.git and build > git rev-parse HEAD > bc79082e4cd12c1241fa03b0abceacf45f537740 Bug in git HEAD. A patch is on the way, I think. Paolo