• D
    Filter out stale domains from xenstore listing · 7c34bb26
    Daniel P. Berrange 提交于
    The xenstore database sometimes has stale domain IDs which are not
    present in the hypervisor anymore. Filter these out to avoid causing
    confusion
    
    * src/xen/xs_internal.c: Filter domain IDs against HV's list
    * src/xen/xen_hypervisor.h, src/xen/xen_hypervisor.c: Add new
      xenHypervisorHasDomain() method for checking ID validity
    7c34bb26
xen_hypervisor.c 102.5 KB