m (virtio-serial discussion page) |
Eviatarkhen (talk | contribs) (→Error with the given example: new section) |
||
Line 1: | Line 1: | ||
Discussion page for VirtioSerial | Discussion page for VirtioSerial | ||
== Error with the given example == | |||
Hi I'm using the following command line: | |||
kvm -no-acpi -m 500 rfs_images/fedora17.img -device virtio-serial -chardev socket,path=/tmp/foo,server,nowait,id=foo -chardev socket,path=/tmp/bar,server,nowait,id=bar -device virtioconsole,chardev=foo,name=org.fedoraproject.console.foo -device virtioconsole,chardev=bar,name=org.fedoraproject.console.foo | |||
This gives the error: | |||
kvm: -device virtioconsole,chardev=foo,name=org.fedoraproject.console.foo: Parameter 'driver' expects a driver name | |||
What am I'm doing wrong? | |||
Regards, | |||
Eviatar |
Revision as of 00:51, 20 October 2012
Discussion page for VirtioSerial
Error with the given example
Hi I'm using the following command line:
kvm -no-acpi -m 500 rfs_images/fedora17.img -device virtio-serial -chardev socket,path=/tmp/foo,server,nowait,id=foo -chardev socket,path=/tmp/bar,server,nowait,id=bar -device virtioconsole,chardev=foo,name=org.fedoraproject.console.foo -device virtioconsole,chardev=bar,name=org.fedoraproject.console.foo
This gives the error: kvm: -device virtioconsole,chardev=foo,name=org.fedoraproject.console.foo: Parameter 'driver' expects a driver name
What am I'm doing wrong?
Regards,
Eviatar