
Kaitlin Rupert wrote: }
+static CMPIStatus migrate_cap_to_vsmvs(const CMPIObjectPath *ref, + struct std_assoc_info *info, + struct inst_list *list) +{ + CMPIStatus s = {CMPI_RC_OK}; + CMPIInstance *inst; + + if (!match_hypervisor_prefix(ref, info)) + return s; + + s = get_migration_caps(ref, &inst, _BROKER); + if (s.rc != CMPI_RC_OK) + goto out;
get_migration_cap() currently doesn't validate the keys of the reference. I've seen a lot of ref validation fixes from Heidi, and so I don't work up a colliding patch. If no one is working on this, I can look into it. Thanks! -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com