From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX36z-0004Gp-WF for qemu-devel@nongnu.org; Tue, 09 Aug 2016 05:14:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bX36u-0007oq-L8 for qemu-devel@nongnu.org; Tue, 09 Aug 2016 05:14:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX36u-0007o2-Fh for qemu-devel@nongnu.org; Tue, 09 Aug 2016 05:14:08 -0400 Date: Tue, 9 Aug 2016 17:07:05 +0800 From: Fam Zheng Message-ID: <20160809090705.GA22467@al.usersys.redhat.com> References: <1470725287-28599-1-git-send-email-douly.fnst@cn.fujitsu.com> <20160809071402.GE16125@al.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v1] docs: add cpu-hotplug.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dou Liyang Cc: ehabkost@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org, bharata@linux.vnet.ibm.com, imammedo@redhat.com, david@gibson.dropbear.id.au On Tue, 08/09 16:47, Dou Liyang wrote: > >>+ > >>+ (qemu) device_del cpu1 > >>+ > > > >Can you also document what should be done in guest to make this operation > >successful? > > > > I am not sure about these words "what should be done in guest". > > Do you mean that setting the CPUx's online to 1 to make the CPUx > online? or anything else? Yes, like that, but s/online/offline/ ? :) Fam