Comment 11 for bug 1856335

Revision history for this message
Heiko Sieger (h-sieger) wrote :

Hello Babu,

Thanks for the reply and the QEMU command line. I will try to implement it in the XML.

So essentially what you do is to define each group of cpus and associate them with a numa node:

-numa node,nodeid=0,cpus=0-5 -numa node,nodeid=1,cpus=6-11 -numa node,nodeid=2,cpus=12-17 -numa node,nodeid=3,cpus=18-23

Haven't tried it but that might work. Do you need QEMU 5.0 for this to work, or is 4.2 OK?