Displaying 4 results from an estimated 4 matches for "msg01224".
2016 Nov 22
1
Re: NUMA VM and assigning interfaces
...t;> 97 <address type='pci' domain='0x0000' bus='0x00' slot='0x0b'
>> function='0x0'/>
>> 98 </controller>
>>
>>
>> I got the syntax from: https://www.redhat.com/archive
>> s/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
>>...
2016 Nov 21
2
Re: NUMA VM and assigning interfaces
...<node>1</node>
96 </target>
97 <address 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://l...
2016 Nov 21
0
Re: NUMA VM and assigning interfaces
...96 </target>
> 97 <address 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
I notice you don't have any device...
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