From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SX6r1-0001Pa-Mb for qemu-devel@nongnu.org; Wed, 23 May 2012 04:23:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SX6qv-0005pg-I4 for qemu-devel@nongnu.org; Wed, 23 May 2012 04:23:35 -0400 Received: from merlin.infradead.org ([205.233.59.134]:53213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SX6qv-0005oo-Dk for qemu-devel@nongnu.org; Wed, 23 May 2012 04:23:29 -0400 Message-ID: <1337761402.9698.62.camel@twins> From: Peter Zijlstra Date: Wed, 23 May 2012 10:23:22 +0200 In-Reply-To: References: <1337754751-9018-1-git-send-email-kernelfans@gmail.com> <1337754751-9018-2-git-send-email-kernelfans@gmail.com> <1337759644.9698.49.camel@twins> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] sched: add virt sched domain for the guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu ping fan Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, qemu-devel@nongnu.org, Ingo Molnar , Avi Kivity , Anthony Liguori On Wed, 2012-05-23 at 16:10 +0800, Liu ping fan wrote: > the movement of vcpu > threads among host nodes will break the topology initialized by -numa > option.=20 You want to remap vcpu to nodes? Are you bloody insane? cpu:node maps are assumed static, you cannot make that a dynamic map and pray things keep working. Also, have you any idea how expensive it is to rebuild the topology vs migrating the vcpu?