]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer/Memory.pm
add memory parser
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 4 Sep 2023 11:39:49 +0000 (13:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Sep 2023 15:08:48 +0000 (17:08 +0200)
commit7f8c808772979f274cdfac1dc7264771a3b7a7ae
treedc0053ca7ee485437ef1f8afbf9e843f913f5d14
parent87b0f305e7084c21d8298ba521bf0d3a0fba694e
add memory parser

In preparation to add more properties to the memory configuration like
maximum hotpluggable memory and whether virtio-mem devices should be
used.

This also allows to get rid of the cyclic include of PVE::QemuServer
in the memory module.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
[FE: also convert new usage in get_derived_property
     remove cyclic include of PVE::QemuServer
     add commit message]
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuConfig.pm
PVE/QemuMigrate.pm
PVE/QemuServer.pm
PVE/QemuServer/Helpers.pm
PVE/QemuServer/Memory.pm