From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] uq/master: KVM: Request setting of nmi_pending and sipi_vector Date: Thu, 28 Jan 2010 17:58:37 -0200 Message-ID: <20100128195837.GA18856@amt.cnet> References: <4B614B3B.1040606@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm , qemu-devel , Gleb Natapov To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:19070 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753784Ab0A1VSh (ORCPT ); Thu, 28 Jan 2010 16:18:37 -0500 Content-Disposition: inline In-Reply-To: <4B614B3B.1040606@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jan 28, 2010 at 09:30:51AM +0100, Jan Kiszka wrote: > The final version of VCPU events in 2.6.33 will allow to skip > nmi_pending and sipi_vector on KVM_SET_VCPU_EVENTS. For now let's write > them unconditionally, which is unproblematic for upstream due to missing > SMP support. Future version which enable SMP will write them only on > reset. > > Signed-off-by: Jan Kiszka Applied, thanks.