Can be guest CPU/cores be pinned to host ones, without having to
configure complicated mem/memdev parameters at qemu -numa parameter?
I tried to run:
qemu-system-x86_64 -smp sockets=2,cores=2,threads=2 -numa node,cpus=0-5
but it complains about total memory for NUMA nodes (0x0) that should
equa
On 11/8/24 1:04 PM, Narcis Garcia wrote:
Can be guest CPU/cores be pinned to host ones, without having to
configure complicated mem/memdev parameters at qemu -numa parameter?
I tried to run:
qemu-system-x86_64 -smp sockets=2,cores=2,threads=2 -numa node,cpus=0-5
but it complains about total mem
El 9/11/24 a les 4:05, Brett Neumeier ha escrit:
On 11/8/24 1:04 PM, Narcis Garcia wrote:
Can be guest CPU/cores be pinned to host ones, without having to
configure complicated mem/memdev parameters at qemu -numa parameter?
I tried to run:
qemu-system-x86_64 -smp sockets=2,cores=2,threads=2 -n