• J
    conf: Fix virtType check · 5e06a4f0
    John Ferlan 提交于
    Commit id '7383b8cc' changed virDomainDef 'virtType' to an enum, that
    caused a build failure on some archs due to comparing an unsigned value
    to < 0.  Adjust the fetch of 'type' to be into temporary 'int virtType'
    and then assign that virtType to the def->virtType
    5e06a4f0
domain_conf.c 777.3 KB