]> git.proxmox.com Git - qemu-server.git/commit
introduce QMPHelpers module
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 4 Sep 2023 11:39:48 +0000 (13:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Sep 2023 15:08:48 +0000 (17:08 +0200)
commit87b0f305e7084c21d8298ba521bf0d3a0fba694e
tree59ead26dd0f39d0166c684dc2089d83b4e9a2762
parent2951c45ec0efa2c7cac99d64ecad0f263d4f0878
introduce QMPHelpers module

moving qemu_{device,object}{add,del} helpers there for now.

In preparation to remove the cyclic include of PVE::QemuServer in the
memory module and generally for better modularity in the future.

No functional change intended.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/Makefile
PVE/QemuServer/Memory.pm
PVE/QemuServer/QMPHelpers.pm [new file with mode: 0644]