bb3de47 qemu: Destroy whole memory tree

Authored and Committed by mprivozn 6 years ago
    qemu: Destroy whole memory tree
    
    When removing path where huge pages are call virFileDeleteTree
    instead of plain rmdir(). The reason is that in the near future
    there's going to be more in the path than just files - some
    subdirs. Therefore plain rmdir() is not going to be enough.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    Reviewed-by: John Ferlan <jferlan@redhat.com>
    
        
file modified
+2 -4