From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: pit: Do not check pending pit timer in vcpu thread Date: Sun, 29 Aug 2010 12:04:29 +0300 Message-ID: <4C7A229D.4000603@redhat.com> References: <20100827091506.10369.58066.stgit@FreeLancer> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: mtosatti@redhat.com, kvm@vger.kernel.org To: Jason Wang Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45535 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760Ab0H2JEb (ORCPT ); Sun, 29 Aug 2010 05:04:31 -0400 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.13.8/8.13.8) with ESMTP id o7T94VTN022622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 29 Aug 2010 05:04:31 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7T94UmR031966 for ; Sun, 29 Aug 2010 05:04:31 -0400 In-Reply-To: <20100827091506.10369.58066.stgit@FreeLancer> Sender: kvm-owner@vger.kernel.org List-ID: On 08/27/2010 12:15 PM, 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. Applied, thanks. -- error compiling committee.c: too many arguments to function