add QemuServer::Memory

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2016-05-23 09:47:49 +02:00 committed by Dietmar Maurer
parent faab53066c
commit a0649da28b
3 changed files with 11 additions and 0 deletions

View File

@ -11,3 +11,4 @@ install:
make -C VZDump install
make -C API2 install
make -C CLI install
make -C QemuServer install

3
PVE/QemuServer/Makefile Normal file
View File

@ -0,0 +1,3 @@
.PHONY: install
install:
install -D -m 0644 Memory.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/Memory.pm

7
PVE/QemuServer/Memory.pm Normal file
View File

@ -0,0 +1,7 @@
package PVE::QemuServer::Memory;
use strict;
use warnings;