search for: shehata

Displaying 5 results from an estimated 5 matches for "shehata".

2016 Nov 22
1
Re: NUMA VM and assigning interfaces
...I'm currently trying to upgrade to the versions you specified. Just having a bunch of problems... I'll let you know the results of the experiment once I sort them out. thanks amir On 21 November 2016 at 14:06, Laine Stump <laine@laine.org> wrote: > On 11/21/2016 04:48 PM, Amir Shehata wrote: > >> Laine, >> >> Thank you for your response. >> >> I did use the numa element instead of using qemu commandline and that >> worked: >> >> 16 <cpu mode='custom' match='exact'> >> ... >> 34 <numa&...
2016 Nov 21
2
Re: NUMA VM and assigning interfaces
...dress type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> 98 </controller> I got the syntax from: https://www.redhat.com/archives/libvir-list/2016-March/msg01224.html Just to give you a bit more info. This is running on: Linux ashehata-DellPE 3.19.0-51-generic #58-Ubuntu SMP Fri Feb 26 21:22:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux below is a dump of the working XML file I'm using thanks amir <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MR_test01</nam...
2016 Nov 21
2
NUMA VM and assigning interfaces
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
2016 Nov 21
0
Re: NUMA VM and assigning interfaces
On 11/21/2016 12:34 PM, Amir Shehata wrote: > 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=&...
2016 Nov 21
0
Re: NUMA VM and assigning interfaces
On 11/21/2016 04:48 PM, Amir Shehata wrote: > Laine, > > Thank you for your response. > > I did use the numa element instead of using qemu commandline and that > worked: > > 16 <cpu mode='custom' match='exact'> > ... > 34 <numa> > 35 <cell id='0' c...