From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [ PATCH 4/4 ] HVM vcpu add/remove: qemu logic for vcpu add/revmoe Date: Mon, 14 Dec 2009 11:25:39 -0500 Message-ID: <20091214162539.GA18938@phenom.dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Liu, Jinsong" Cc: xen-devel , Keir Fraser List-Id: xen-devel@lists.xenproject.org On Mon, Dec 14, 2009 at 02:05:18AM +0800, Liu, Jinsong wrote: > HVM vcpu add/remove: qemu logic for vcpu add/revmoe > > -- at qemu side, get vcpu_avail which used for original cpu avail map; > -- setup gpe ioread/iowrite at qmeu; > -- setup vcpu add/remove user interface through monitor; > -- setup SCI logic; > > Signed-off-by: Liu, Jinsong It says in the patch: /* Please update qemu-doc.texi when adding or changing commands */^M static const term_cmd_t term_cmds[] = {^M .. snip.. + { "cpu_set", "is", do_cpu_set_nr,^M Is there a forthcomming patch to update the qemu-doc.texi?