From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Debug vcpu add Date: Sat, 23 Jan 2010 16:39:54 -0200 Message-ID: <20100123183954.GA24943@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "kvm@vger.kernel.org" , Avi Kivity To: "Liu, Jinsong" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6621 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752021Ab0AWTgS (ORCPT ); Sat, 23 Jan 2010 14:36:18 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jan 21, 2010 at 07:50:17PM +0800, Liu, Jinsong wrote: > >From 479e84d9ce9d7d78d845f438071a4b1a44aca0bb Mon Sep 17 00:00:00 2001 > From: Liu, Jinsong > Date: Fri, 22 Jan 2010 03:30:33 +0800 > Subject: [PATCH] Debug vcpu add > > Add 'kvm_vcpu_inited' check so that when adding vcpu it will not > cause segmentation fault. This is especially necessary when vpu > hotadd after guestos ready. > > Signed-off-by: Liu, Jinsong Applied, thanks.