***** I am setting up server guests on hardy using
KVM/libvirt
and every thing works fine, except when I try to
configure
serial consoles on virtual machines
when I add the above to the
<devices> section
of a valid working xml file and
do
virsh define virt1.xml
It returns
an aknowledgment that the domain
has been defined but
the above additions have been
removed as shown by
'virsh dumpxml virt1' and
a listing of the file. There
are no errors listed.
virsh console virt1
returns
No console available for
domain
What is the correct way to setup
serial
consoles for kmv/virsh on hardy? Or is this
not
supported yet or a bug?