Re: [Qemu-devel] [PATCH v6] Allow setting NUMA distance for different NUMA nodes

2017-04-20 Thread Igor Mammedov
On Thu, 20 Apr 2017 17:25:45 +0800 He Chen wrote: > On Wed, Apr 19, 2017 at 04:14:40PM +0200, Igor Mammedov wrote: > > On Tue, 11 Apr 2017 16:49:26 +0800 > > He Chen wrote: ... > > > +error_setg(errp, "Source/Destination NUMA node is missing. " > > > + "Please use '-num

Re: [Qemu-devel] [PATCH v6] Allow setting NUMA distance for different NUMA nodes

2017-04-20 Thread He Chen
On Wed, Apr 19, 2017 at 04:14:40PM +0200, Igor Mammedov wrote: > On Tue, 11 Apr 2017 16:49:26 +0800 > He Chen wrote: > > > This patch is going to add SLIT table support in QEMU, and provides > > additional option `dist` for command `-numa` to allow user set vNUMA > > distance by QEMU command. > >

Re: [Qemu-devel] [PATCH v6] Allow setting NUMA distance for different NUMA nodes

2017-04-19 Thread Igor Mammedov
On Tue, 11 Apr 2017 16:49:26 +0800 He Chen wrote: > This patch is going to add SLIT table support in QEMU, and provides > additional option `dist` for command `-numa` to allow user set vNUMA > distance by QEMU command. > > With this patch, when a user wants to create a guest that contains > seve

Re: [Qemu-devel] [PATCH v6] Allow setting NUMA distance for different NUMA nodes

2017-04-16 Thread He Chen
On Tue, Apr 11, 2017 at 08:18:49AM -0500, Eric Blake wrote: > On 04/11/2017 03:49 AM, He Chen wrote: > > This patch is going to add SLIT table support in QEMU, and provides > > additional option `dist` for command `-numa` to allow user set vNUMA > > distance by QEMU command. > > > > With this patc

Re: [Qemu-devel] [PATCH v6] Allow setting NUMA distance for different NUMA nodes

2017-04-11 Thread Eric Blake
On 04/11/2017 03:49 AM, He Chen wrote: > This patch is going to add SLIT table support in QEMU, and provides > additional option `dist` for command `-numa` to allow user set vNUMA > distance by QEMU command. > > With this patch, when a user wants to create a guest that contains > several vNUMA nod

Re: [Qemu-devel] [PATCH v6] Allow setting NUMA distance for different NUMA nodes

2017-04-11 Thread Andrew Jones
On Tue, Apr 11, 2017 at 04:49:26PM +0800, He Chen wrote: > This patch is going to add SLIT table support in QEMU, and provides > additional option `dist` for command `-numa` to allow user set vNUMA > distance by QEMU command. > > With this patch, when a user wants to create a guest that contains >

[Qemu-devel] [PATCH v6] Allow setting NUMA distance for different NUMA nodes

2017-04-11 Thread He Chen
This patch is going to add SLIT table support in QEMU, and provides additional option `dist` for command `-numa` to allow user set vNUMA distance by QEMU command. With this patch, when a user wants to create a guest that contains several vNUMA nodes and also wants to set distance among those nodes