]> git.proxmox.com Git - qemu-server.git/commit
move NUMA-related code into memory module
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 4 Sep 2023 11:39:46 +0000 (13:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Sep 2023 15:08:48 +0000 (17:08 +0200)
commit0e32bf5bc203b65f4b717c4dfdc9b010530eae8b
tree7327693ac6f7f9578e5caf789e20a8d28222d26e
parent261b67e4aa449fedc6a67448f84cb3fa608cbeda
move NUMA-related code into memory module

which is the only user of the parse_numa() helper. While at it, avoid
the duplication of MAX_NUMA.

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>
PVE/QemuServer.pm
PVE/QemuServer/Memory.pm