• M
    vz: fix notification subscription · d5f0cf99
    Mikhail Feoktistov 提交于
    Bug cause:
    Update the domain that is subscribed to hypervisor notification.
    LoadDomain() rewrites notifications fields in vzDomObj structure and makes domain as "unsubscribed".
    Fix:
    Initialize notification fields in vzDomObj only if we create a new domain.
    And do not reinitialize these fields if we update domain (by calling LoadDomain with olddom argument)
    d5f0cf99
vz_sdk.c 115.5 KB