]> git.proxmox.com Git - qemu-server.git/commit
Initial support for importing OVF virtual machines
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 13 Sep 2017 14:10:23 +0000 (16:10 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 25 Sep 2017 11:31:55 +0000 (13:31 +0200)
commitd16287d8d27f088ef590a88c35bcd0916038dfaa
treec74e4f4bdaaa2493ae5ec916d287784869878c34
parent5092c86904322203beeb5e79ff29db5658901855
Initial support for importing OVF virtual machines

Following OVF parameters will be extracted:
 * VM name
 * Memory
 * Number of cores
 * disks and their associated controllers
PVE/QemuServer/Makefile
PVE/QemuServer/OVF.pm [new file with mode: 0644]