From 3f4ceb368be48f3c94b5f92f11d099f6a4edec66 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 17 Nov 2024 21:07:15 -0600 Subject: [PATCH] Windows Client operatings systems do not permit more than 2 sockets, so explicitly specify topology so we can have more than two cpus --- carthage/resources/templates/vm-config.mako | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/carthage/resources/templates/vm-config.mako b/carthage/resources/templates/vm-config.mako index eac68cc5..7ef12bbb 100644 --- a/carthage/resources/templates/vm-config.mako +++ b/carthage/resources/templates/vm-config.mako @@ -26,7 +26,8 @@ def is_vnc(): ${memory_mb*1024} ${cpus} - + + %if nested_virt: %endif