[pve-devel] [PATCH qemu-server v4 0/5] Initial support for OVF import
Emmanuel Kasper
e.kasper at proxmox.com
Thu Mar 30 16:51:20 CEST 2017
changes since V3:
* proper rebasing of patches
* move the new build dependency in a separate patch
Emmanuel Kasper (5):
Force overwriting existing compressed man pages and symbolic links
Add a build dependency to libxml-libxml-perl, needed for OVF parsing
Initial support for importing OVF virtual machines
Add tests for ovfimport function
Add a new command line option 'ovfimport', to create VMs from an OVF
manifest
Makefile | 8 +-
PVE/CLI/qm.pm | 47 ++++++
PVE/QemuServer/Makefile | 1 +
PVE/QemuServer/OVF.pm | 223 +++++++++++++++++++++++++++
control.in | 2 +-
test/Makefile | 3 +
test/ovf_manifests/Win10-Liz-disk1.vmdk | Bin 0 -> 65536 bytes
test/ovf_manifests/Win10-Liz.ovf | 142 +++++++++++++++++
test/ovf_manifests/Win_2008_R2_two-disks.ovf | 145 +++++++++++++++++
test/ovf_manifests/disk1.vmdk | Bin 0 -> 65536 bytes
test/ovf_manifests/disk2.vmdk | Bin 0 -> 65536 bytes
test/run_ovf_tests.pl | 41 +++++
12 files changed, 607 insertions(+), 5 deletions(-)
create mode 100644 PVE/QemuServer/OVF.pm
create mode 100644 test/ovf_manifests/Win10-Liz-disk1.vmdk
create mode 100755 test/ovf_manifests/Win10-Liz.ovf
create mode 100755 test/ovf_manifests/Win_2008_R2_two-disks.ovf
create mode 100644 test/ovf_manifests/disk1.vmdk
create mode 100644 test/ovf_manifests/disk2.vmdk
create mode 100755 test/run_ovf_tests.pl
--
2.1.4
More information about the pve-devel
mailing list