mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-04 08:04:29 +00:00
add QemuServer::Memory
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
faab53066c
commit
a0649da28b
@ -11,3 +11,4 @@ install:
|
|||||||
make -C VZDump install
|
make -C VZDump install
|
||||||
make -C API2 install
|
make -C API2 install
|
||||||
make -C CLI install
|
make -C CLI install
|
||||||
|
make -C QemuServer install
|
||||||
|
3
PVE/QemuServer/Makefile
Normal file
3
PVE/QemuServer/Makefile
Normal 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
7
PVE/QemuServer/Memory.pm
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package PVE::QemuServer::Memory;
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user