From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: HVM smp guest save/restore support Date: Tue, 23 Jan 2007 15:49:04 +0000 Message-ID: References: <20070123153433.GA10106@edwin-srv.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070123153433.GA10106@edwin-srv.sh.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Zhai, Edwin" Cc: Tim , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 23/1/07 15:34, "Zhai, Edwin" wrote: > this code wake up all the aps like hvm_bringup_ap, since no IPI for ap when > restore. > if it's slightly ugly, how about add a similar hypercall like > xc_domain_resume? All hvm vcpu context restore should be done via the new hvm domctl, and the wakeup of APs can be implemented there (rather than in common/ directory). -- Keir