From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nabl9-0006fy-Q2 for qemu-devel@nongnu.org; Thu, 28 Jan 2010 16:18:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Nabl5-0006ZV-ND for qemu-devel@nongnu.org; Thu, 28 Jan 2010 16:18:39 -0500 Received: from [199.232.76.173] (port=44784 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nabl5-0006ZJ-Ga for qemu-devel@nongnu.org; Thu, 28 Jan 2010 16:18:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13570) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nabl5-0001Fg-30 for qemu-devel@nongnu.org; Thu, 28 Jan 2010 16:18:35 -0500 Date: Thu, 28 Jan 2010 17:58:37 -0200 From: Marcelo Tosatti Message-ID: <20100128195837.GA18856@amt.cnet> References: <4B614B3B.1040606@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B614B3B.1040606@siemens.com> Subject: [Qemu-devel] Re: [PATCH] uq/master: KVM: Request setting of nmi_pending and sipi_vector List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Gleb Natapov , Avi Kivity , kvm , qemu-devel 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.