Any feedback for this patch serie ? On 03/30/2017 04:51 PM, Emmanuel Kasper wrote: > 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 >
_______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
