From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [ PATCH 4/4 ] HVM vcpu add/remove: qemu logic for vcpu add/revmoe Date: Mon, 14 Dec 2009 08:04:39 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: 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" , xen-devel Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org On 13/12/2009 18:05, "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; I'm guessing because this adds a new command-line option that I need this checked into the qemu tree before I can apply your first patch (1/4)? Otherwise that patch will break domain creation as qemu will exit with an 'unrecognised option' error. So I need Ian Jackson to apply this one and send me an updated QEMU_TAG first. -- Keir