From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: pit: Do not check pending pit timer in vcpu thread Date: Fri, 27 Aug 2010 14:10:51 -0300 Message-ID: <20100827171051.GA24502@amt.cnet> References: <20100827091506.10369.58066.stgit@FreeLancer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Jason Wang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:20632 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754385Ab0H0RUP (ORCPT ); Fri, 27 Aug 2010 13:20:15 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7RHKEZl012210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 Aug 2010 13:20:14 -0400 Content-Disposition: inline In-Reply-To: <20100827091506.10369.58066.stgit@FreeLancer> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Aug 27, 2010 at 05:15:06PM +0800, Jason Wang wrote: > Pit interrupt injection was done by workqueue, so no need to check > pending pit timer in vcpu thread which could lead unnecessary > unblocking of vcpu. > > Signed-off-by: Jason Wang Looks good to me.