Displaying 3 results from an estimated 3 matches for "vircapabilitiessupportsguestostyp".
Did you mean:
vircapabilitiessupportsguestostype
2012 Jun 19
1
caps->nguests == 0?
hi,
I compiled the libvirt-0.9.10 and started the libvirtd with sudo.
Unfortunately, I got an Error, saying 'virDomainDefParseXML unknown OS
type hvm'. I debugged it and found in function
virCapabilitiesSupportsGuestOSType, the parameter caps->nguests is 0.
On the other hand, I tried start the libvirtd with common user, and
creating domain with virsh, i found the caps->ngusts is 2 and had one
value 'hvm', so it didn't complain the error above, instead, it
complained could not load PC BIOS bios.b...
2014 Jul 30
2
problem when using qemu 2.0.0 + libvirt 1.2.6
Hi
I got a problem when using qemu 2.0.0 + libvirt 1.2.6 . It just can not
define a kvm vm successfully , errors like this :
# virsh define 5ab4f49c-c99f-4dbd-9d7d-17a946b4c5a7.xml
error: Failed to define domain from 5ab4f49c-c99f-4dbd-9d7d-17a946b4c5a7.xml
error: unknown OS type hvm
After several tries, i found that
Qemu2.0 /qemu-kvm1.2+ libvirt1.0.2 and lower version is ok
Qemu2.0
2014 Jul 30
0
Re: problem when using qemu 2.0.0 + libvirt 1.2.6
...ve
<os>
<type arch='i686' machine='pc-i440fx-1.5'>hvm</type>
in a guest that is booting just fine for me on Fedora 20 with qemu 2.0
and libvirt 1.2.7-rc1. In upstream libvirt.git, that error message is
only possible from this code in domain_conf.c:
if (!virCapabilitiesSupportsGuestOSType(caps, def->os.type)) {
virReportError(VIR_ERR_OS_TYPE,
"%s", def->os.type);
but I'm not sure why that function would be failing, unless your qemu
binary is not reporting features correctly.
--
Eric Blake eblake redhat com +1-919-301-3266
L...