From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 2/2] Interrupt unhalts vcpu when it shouldn't Date: Tue, 24 Mar 2009 12:13:42 +0200 Message-ID: <49C8B256.7070003@redhat.com> References: <20090323101205.25798.69237.stgit@dhcp-1-237.tlv.redhat.com> <20090323101211.25798.89641.stgit@dhcp-1-237.tlv.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx2.redhat.com ([66.187.237.31]:55174 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756601AbZCXKNr (ORCPT ); Tue, 24 Mar 2009 06:13:47 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n2OADj31027056 for ; Tue, 24 Mar 2009 06:13:45 -0400 In-Reply-To: <20090323101211.25798.89641.stgit@dhcp-1-237.tlv.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Gleb Natapov wrote: > kvm_vcpu_block() unhalts vpu on an interrupt/timer without checking > if interrupt window is actually opened. > > Applied both, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.