]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuConfig.pm
refactor: create QemuServer::Helpers and move file/dir code
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 19 Nov 2019 11:23:44 +0000 (12:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Nov 2019 15:29:23 +0000 (16:29 +0100)
commitd036e418a8ef5660b0ae30f16cca6ceb5e97e566
treedfefc56be4fcc60052db9e6d1db99b2175328425
parent60f03a1168c2299e236d43c6ffb6794b7af3f8ac
refactor: create QemuServer::Helpers and move file/dir code

Also remove unused $confdir variable in QemuConfig, but leave it and
$lock_dir there, since those paths should only be used with
cfs_config_path anyway.

nodename() is still called in multiple places, but since it's cached by
INotify it doesn't really matter.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/CLI/qm.pm
PVE/QMPClient.pm
PVE/QemuConfig.pm
PVE/QemuServer.pm
PVE/QemuServer/Helpers.pm [new file with mode: 0644]
PVE/QemuServer/Makefile