[pve-devel] [PATCH manager 09/14] api2: capabilities: explicitly import CPU capabilities module
Christoph Heiss
c.heiss at proxmox.com
Mon Mar 17 15:11:46 CET 2025
This currently works only by pure chance, as it seems to be already
imported somewhere else.
Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
PVE/API2/Capabilities.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/API2/Capabilities.pm b/PVE/API2/Capabilities.pm
index c88c6c46f..7e447b7da 100644
--- a/PVE/API2/Capabilities.pm
+++ b/PVE/API2/Capabilities.pm
@@ -6,6 +6,7 @@ use warnings;
use PVE::JSONSchema qw(get_standard_option);
use PVE::RESTHandler;
+use PVE::API2::Qemu::CPU;
use PVE::API2::Qemu::Machine;
use base qw(PVE::RESTHandler);
--
2.48.1
More information about the pve-devel
mailing list