From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Yongjun Subject: Re: [PATCHv2] KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failure Date: Tue, 09 Feb 2010 10:28:06 +0800 Message-ID: <4B70C836.9020509@cn.fujitsu.com> References: <4B6FD2DB.9040104@cn.fujitsu.com> <4B6FD377.205@cn.fujitsu.com> <4B6FDB2D.9080707@cn.fujitsu.com> <20100208180754.GC5415@amt.cnet> <4B70B7CB.8070209@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:49835 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752278Ab0BIC05 (ORCPT ); Mon, 8 Feb 2010 21:26:57 -0500 In-Reply-To: <4B70B7CB.8070209@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: Wei Yongjun wrote: > kvm->arch.vioapic should be NULL in case of kvm_ioapic_init() failure > due to cannot register io dev. > > Signed-off-by: Wei Yongjun > --- > virt/kvm/ioapic.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > > Please ignore this patch, I will send in other thread, thanks.