On Mon, 24 Apr 2017 16:52:48 +0800
He Chen wrote:
> On Fri, Apr 21, 2017 at 11:53:01AM +0200, Igor Mammedov wrote:
> > On Fri, 21 Apr 2017 15:32:15 +0800
> > He Chen wrote:
> >
> ...
> > > +static void validate_numa_distance(void)
> > > +{
> > > +int src, dst;
> > > +bool is_asymmetri
On Fri, Apr 21, 2017 at 11:53:01AM +0200, Igor Mammedov wrote:
> On Fri, 21 Apr 2017 15:32:15 +0800
> He Chen wrote:
>
...
> > +static void validate_numa_distance(void)
> > +{
> > +int src, dst;
> > +bool is_asymmetrical = false;
> > +
> > +for (src = 0; src < nb_numa_nodes; src++) {
On Fri, 21 Apr 2017 15:32:15 +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
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