mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 06:01:51 +00:00
![]() PVE::QemuServer::check_running() does both PVE::QemuConfig::assert_config_exists_on_node() PVE::QemuServer::Helpers::vm_running_locally() The former one isn't needed here when doing hotplug, because the API already assert that the VM config exists. It also would introduce a new cyclic dependency between PVE::QemuServer::Memory <-> PVE::QemuConfig with the proposed virtio-mem patch set. In preparation to remove the cyclic include of PVE::QemuServer in the memory module. No functional change intended. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
.. | ||
API2 | ||
CLI | ||
QemuServer | ||
VZDump | ||
Makefile | ||
QemuConfig.pm | ||
QemuMigrate.pm | ||
QemuServer.pm | ||
QMPClient.pm |