1 Aug 2008 01:08
Re: [libvirt] listing domains on Fedora 8 XEN kernel
Steve Oliphant <sdoliphant <at> verizon.net>
2008-07-31 23:08:42 GMT
2008-07-31 23:08:42 GMT
I have answered my own question. On an XEN kernel, the default hypervisor is XEN and I did not have any XEN domains. If I explicitly connect to QEMU - my programs work fine. I discovered this fact by running the existing programs with the connect string: "qemu://steve-1.verizon.net/system" I then created an XEN domain and when I reconnected with "xen://steve-1.verizon.net/system" I received the XEN domain information. I know this bit of information is very familiar to those who are experienced in the world of virtual machines. I am passing the information on for those who are new to this environment. Thanks Steve Date sent: Mon, 14 Jul 2008 12:56:24 -0400 From: Steve Oliphant <sdoliphant <at> verizon.net> Subject: [libvirt] listing domains on Fedora 8 XEN kernel To: libvir-list <at> redhat.com(Continue reading)
Daniel
Seems fixed now, I'm seeing
case VIR_DOMAIN_GRAPHICS_TYPE_VNC:
if (def->data.vnc.port &&
(!def->data.vnc.autoport || vm->id != -1))
virBufferVSprintf(buf, " port='%d'",
def->data.vnc.port);
else if (def->data.vnc.autoport)
virBufferAddLit(buf, " port='-1'");
virBufferVSprintf(buf, " autoport='%s'",
def->data.vnc.autoport ? "yes" : "no");
in CVS head,
Daniel
RSS Feed