[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3.2 00/31] NUMA series, and hostmem improvement
From: |
Hu Tao |
Subject: |
Re: [Qemu-devel] [PATCH v3.2 00/31] NUMA series, and hostmem improvements |
Date: |
Mon, 9 Jun 2014 10:30:04 +0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sun, Jun 08, 2014 at 01:11:40PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 14, 2014 at 05:43:04PM +0800, Hu Tao wrote:
> > changes to v3.1:
> >
> > - return -1 in object_create() if there is an error (patch 07)
> > - configure: change 'numactl' to 'numactl devel' (patch 24)
> > - configure: error out if numactl-devel is not installed and user
> > requests numa explicitly(aka --enable-numa) (patch 24)
> > - check for invalid policies and host-nodes and report more verbose
> > error message than mbind() (patch 25)
> > - preallocate memory after the NUMA policy has been instantiated.
> > (patch 25)
>
>
> Why use such a numbering scheme?
> Could you just number follow-up series v4, v5 etc?
OK.
Hu