Dan Smith wrote:
# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1200588333 28800
# Node ID 019c2959e758e9bbc71a3d7e489f16100857fc68
# Parent e5053e45e1a4a799b0c07a96730fec7783e0b776
Changes to VSSD for fullvirt schema additions
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
The BootDevice property is not set on my system. But I can see the
following with CU_DEBUG (the first one is my CU_DEBUG statement):
device_parsing.c(672): dominfo->typestr: qemu
Virt_VSSD.c(120): Unknown domain type -1 for creating VSSD
device_parsing.c(841): Unknown domain type -1
I saw that DOMAIN_KVM is only set in case of typestr is "kvm". But on my
system it contains "qemu". Now I'm not sure if this is a configuration
problem of me or if the provider should be aware of the case where
typestr is "qemu", which is then handled as KVM.
device_parsing.c
else if (STREQC(dominfo->typestr, "kvm"))
dominfo->type = DOMAIN_KVM;
Thanks ... Heidi
--
Regards
Heidi Eckhart
Software Engineer
IBM Linux Technology Center - Open Hypervisor