From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqMsL-0005sr-If for qemu-devel@nongnu.org; Sun, 25 Oct 2015 11:06:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqMsI-000300-Cv for qemu-devel@nongnu.org; Sun, 25 Oct 2015 11:06:25 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:32904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqMsI-0002zo-69 for qemu-devel@nongnu.org; Sun, 25 Oct 2015 11:06:22 -0400 Received: by wijp11 with SMTP id p11so133715298wij.0 for ; Sun, 25 Oct 2015 08:06:21 -0700 (PDT) Sender: Paolo Bonzini References: <562CD707.8070801@gmx.net> <562CEB58.7090609@redhat.com> <20151025145420.GB5673@redhat.com> From: Paolo Bonzini Message-ID: <562CEFE8.7020907@redhat.com> Date: Sun, 25 Oct 2015 16:06:16 +0100 MIME-Version: 1.0 In-Reply-To: <20151025145420.GB5673@redhat.com> Content-Type: text/plain; charset=utf-8 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: "Daniel P. Berrange" Cc: qemu-devel , Dennis Luehring On 25/10/2015 15:54, Daniel P. Berrange wrote: > On Sun, Oct 25, 2015 at 03:46:48PM +0100, Paolo Bonzini wrote: >> >> >> 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. > > Fix is here: > > https://lists.gnu.org/archive/html/qemu-devel/2015-10/msg05222.html > > I'm travelling this week, so if you can submit a Pull request for it > while I'm away, Paolo, that'd be great. Travelling too. As long as it's fixed in the -rcs it's fine, I think. Paolo