• E
    snapshot: implement new filter sets · 62711817
    Eric Blake 提交于
    Relatively straight-forward.  And since qemu was already using
    VIR_DOMAIN_SNAPSHOT_FILTERS_ALL, with 6 different APIs all calling
    into this common code, I've instantly added all 5 flags to 6 APIs.
    
    * src/conf/snapshot_conf.h (VIR_DOMAIN_SNAPSHOT_FILTERS_ALL):
    Enable new filters.
    * src/conf/snapshot_conf.c (virDomainSnapshotObjListGetNames):
    Prep the new flags.
    (virDomainSnapshotObjListCopyNames): Actually do the filtering.
    62711817
snapshot_conf.h 7.2 KB