[libvirt] [Qemu-devel] libvirt doesn't work with qemu 1.0

Markus Armbruster armbru at redhat.com
Thu Jan 26 10:55:42 UTC 2012


Paolo Bonzini <pbonzini at redhat.com> writes:

> On 01/26/2012 04:55 AM, Eric Blake wrote:
>>
>> $ /usr/libexec/qemu-kvm -qmp stdio -S -display none
>> qemu-kvm: -display: invalid option
>> $ /usr/libexec/qemu-kvm -qmp stdio -S -nographic
>> chardev: opening backend "stdio" failed
>> qemu: could not open serial device 'stdio': Argument list too long

The "argument list too long" is of course random crap found errno.  The
real cause is trying to create multiple stdio character devices.  The
other one is the -serial stdio you get by default with -nographic and no
default monitor (-qmp suppresses that one).
 
Character device creation error reporting is generally atrocious.  I'm
working on it.

> Have you tried -nodefaults?

That suppresses the default -serial, so it should work.  I always use
it, because our defaults are a labyrinth I can do without.




More information about the libvir-list mailing list