]> git.proxmox.com Git - qemu-server.git/commit
Refactor basic config-related methods
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 7 Mar 2016 11:41:12 +0000 (12:41 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 8 Mar 2016 10:41:59 +0000 (11:41 +0100)
commitffda963f4645990d94e96c2737b641e499e81ab3
tree4e2a9e9696a43c98e6c6a396771a50c22cf5e440
parenta157d0fd1738ebc82c6c1bb9b96b3b66c8e5c422
Refactor basic config-related methods

Drop load_config, write_config, lock_config[_xx],
check_lock, check_protection, is_template and config_file
in favour of implementions in PVE::AbstractConfig.

Implement guest_type, __config_max_unused_disks,
config_file_lock and cfs_config_path from
PVE::AbstractConfig in PVE::QemuConfig.
PVE/API2/Qemu.pm
PVE/CLI/qm.pm
PVE/Makefile
PVE/QemuConfig.pm [new file with mode: 0644]
PVE/QemuMigrate.pm
PVE/QemuServer.pm
PVE/VZDump/QemuServer.pm
pve-bridge
test/snapshot-test.pm