• J
    Remove useless os.machine NULL check · f2b15794
    Ján Tomko 提交于
    In qemuDomainDefAddDefaultDevices we check for a non-NULL
    def->os.machine for x86 archs, but not the others.
    
    Moreover, the only caller - qemuDomainDefPostParse
    already checks for it and even then it can happen only
    if /etc/libvirt contains an XML without a machine type.
    f2b15794
qemu_domain.c 159.6 KB