• P
    snapshot: qemu: Fix detection of external snapshots when deleting · 30f1bccf
    Peter Krempa 提交于
    This patch adds a helper to determine if snapshots are external and uses
    the helper to fix detection of those in snapshot deletion code.
    
    Snapshots are external if they have an external memory image or if the
    disk locations are external. As mixed snapshots are forbidden for now
    we need to check just one disk to know.
    30f1bccf
snapshot_conf.h 6.7 KB