Skip to content

Commit c3c2bb1

Browse files
authored
Move VMA and XVA to dissect.archive (#46)
1 parent 8ad6252 commit c3c2bb1

10 files changed

Lines changed: 0 additions & 712 deletions

File tree

dissect/hypervisor/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from dissect.hypervisor.backup import vma, xva
21
from dissect.hypervisor.descriptor import hyperv, ovf, pvs, vbox, vmx
32
from dissect.hypervisor.disk import hdd, qcow2, vdi, vhd, vhdx, vmdk
43
from dissect.hypervisor.util import envelope, vmtar
@@ -14,9 +13,7 @@
1413
"vdi",
1514
"vhd",
1615
"vhdx",
17-
"vma",
1816
"vmdk",
1917
"vmtar",
2018
"vmx",
21-
"xva",
2219
]

dissect/hypervisor/backup/__init__.py

Whitespace-only changes.

dissect/hypervisor/backup/c_vma.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

dissect/hypervisor/backup/vma.py

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)