Hello, 

Hope all is well.

I've been looking at how I can create a virtual machine which is NUMA capable. I was able to do that by:

140   <qemu:commandline> 
143     <qemu:arg value='-numa'/> 
144     <qemu:arg value='node'/> 
145     <qemu:arg value='-numa'/> 
146     <qemu:arg value='node'/>
147   </qemu:commandline>

This creates two NUMA nodes.

Now I would like to assign my virtual network interfaces, of which I have three, to the different NUMA nodes on the VM.

Anyone know how I can do that? Any help/pointers would be much appreciated.

I'm trying to create a VM that will enable me to test a NUMA based feature.

thanks
amir