From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: drop bsp_vcpu pointer from kvm struct Date: Wed, 21 Dec 2011 18:22:42 -0200 Message-ID: <20111221202242.GB29902@amt.cnet> References: <20111215103840.GC21664@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1028 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751515Ab1LUUXL (ORCPT ); Wed, 21 Dec 2011 15:23:11 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pBLKNAlM021295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 21 Dec 2011 15:23:10 -0500 Content-Disposition: inline In-Reply-To: <20111215103840.GC21664@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Dec 15, 2011 at 12:38:40PM +0200, Gleb Natapov wrote: > Drop bsp_vcpu pointer from kvm struct since its only use is incorrect > anyway. > > Signed-off-by: Gleb Natapov Applied, thanks.