[pve-devel] [PATCH manager v2 10/13] api2: capabilities: explicitly import CPU capabilities module
Christoph Heiss
c.heiss at proxmox.com
Thu Apr 24 13:19:30 CEST 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>
---
Changes v1 -> v2:
* no changes
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.49.0
More information about the pve-devel
mailing list