qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] -serial stdio broken


From: Richard W.M. Jones
Subject: Re: [Qemu-devel] -serial stdio broken
Date: Thu, 7 Jan 2010 11:55:05 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

On Sun, Dec 13, 2009 at 08:24:54AM +0000, Blue Swirl wrote:
> I guess e1c09175bc00dd8dfb2ad1b26e1858dcdc109b59 or
> 998bbd74b9d813b14a3a3b5009a5d5a48c7dce51 broke -serial stdio for all
> targets:
> qemu -serial stdio -monitor stdio
> chardev: opening backend "stdio" failed
> qemu: could not open serial device 'stdio': No such file or directory

-serial stdio on its own is broken for me (qemu from git).  The error
is a little bit different, so I don't think this is the same bug:

  chardev: opening backend "stdio" failed
  qemu: could not open serial device 'stdio': Invalid argument

The full command line is:

$qemudir/x86_64-softmmu/qemu-system-x86_64 \
    -L $qemudir/pc-bios \
    -drive file=/tmp/test.img,cache=off,if=ide \
    -m 500 \
    -no-reboot \
    -nographic \
    -serial stdio \
    -no-hpet \
    -net user,vlan=0,net=10.0.2.0/8 \
    -net nic,model=virtio,vlan=0 \
    -kernel /tmp/libguestfsUnRd8H/kernel \
    -initrd /tmp/libguestfsUnRd8H/initrd \
    -append 'panic=1 console=ttyS0 udevtimeout=300 noapic acpi=off 
printk.time=1 cgroup_disable=memory selinux=0 
guestfs_vmchannel=tcp:10.0.2.2:36065 guestfs_verbose=1 '

I'll look into this a bit further now.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]