I'm creating a windows server 2022 VM in XEN Project under Debian. But I want to specify Sockets and Cores. I know I can use "vcpus=" to specify the amount of vCPU's but they all come under 1 socket in the Guest VM.. I have tried specifying "sockets=2 cores=2" but it did not work..
I'm using the XL toolstack.
my VM definition:
efiboot='dc'
type = "hvm"
name = "nlentsv1001"
bios="ovmf"
firmware="uefi"
device_model_version="qemu-xen"
stdvga=1
memory = 8192
pae=1
hap=1
sockets=2
cores=2
hdtype="ahci"
acpi=1
xen_platform_pci=1
viridian=1
apic=1
hpet=1
vif = [ 'type=vif,bridge=blan,mac=00:16:3e:0f:bb:11' ]
disk = [ 'file:/mnt/windowsvms/win2022.img,xvda,rw','file:/mnt/iso/20348.169.210806-2348.fe_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso,hdc:cdrom,r','file:/mnt/iso/winpvguest.iso,hdd:cdrom,r' ]
vnc = 1
vnclisten = '0.0.0.0'
vncdisplay = '2'
keymap = 'fr-be'
usbdevice='tablet'
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'