From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from eggs.gnu.org ([2001:4830:134:3::10]:39846)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from
) id 1ZqLDZ-00041q-1O
for qemu-devel@nongnu.org; Sun, 25 Oct 2015 09:20:13 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from ) id 1ZqLDV-0003an-OS
for qemu-devel@nongnu.org; Sun, 25 Oct 2015 09:20:13 -0400
Received: from mout.gmx.net ([212.227.15.19]:49357)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1ZqLDV-0003Ys-Em
for qemu-devel@nongnu.org; Sun, 25 Oct 2015 09:20:09 -0400
Received: from [192.168.178.27] ([78.42.95.236]) by mail.gmx.com (mrgmx002)
with ESMTPSA (Nemesis) id 0MHoC5-1ZnJsY3Quj-003b69 for
; Sun, 25 Oct 2015 14:20:07 +0100
From: Dennis Luehring
Message-ID: <562CD707.8070801@gmx.net>
Date: Sun, 25 Oct 2015 14:20:07 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Subject: [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: qemu-devel
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
i get this
"qemu-system-alpha: -monitor telnet::4440,server,nowait: address
resolution failed for :: Name or service not known"
and can't connect with telnet
is there a parameter/confguration change or is it a bug?