All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] qemu monitor/serial parameter change or bug in git head?
@ 2015-10-25 13:20 Dennis Luehring
  2015-10-25 14:46 ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Dennis Luehring @ 2015-10-25 13:20 UTC (permalink / raw)
  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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] qemu monitor/serial parameter change or bug in git head?
  2015-10-25 13:20 [Qemu-devel] qemu monitor/serial parameter change or bug in git head? Dennis Luehring
@ 2015-10-25 14:46 ` Paolo Bonzini
  2015-10-25 14:54   ` Daniel P. Berrange
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2015-10-25 14:46 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] qemu monitor/serial parameter change or bug in git head?
  2015-10-25 14:46 ` Paolo Bonzini
@ 2015-10-25 14:54   ` Daniel P. Berrange
  2015-10-25 15:06     ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel P. Berrange @ 2015-10-25 14:54 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel, Dennis Luehring

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.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] qemu monitor/serial parameter change or bug in git head?
  2015-10-25 14:54   ` Daniel P. Berrange
@ 2015-10-25 15:06     ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2015-10-25 15:06 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-25 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-25 13:20 [Qemu-devel] qemu monitor/serial parameter change or bug in git head? Dennis Luehring
2015-10-25 14:46 ` Paolo Bonzini
2015-10-25 14:54   ` Daniel P. Berrange
2015-10-25 15:06     ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.