From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [patch 1/2] KVM: x86: add method to test PIR bitmap vector Date: Wed, 10 Dec 2014 15:57:34 -0200 Message-ID: <20141210175734.GA22705@amt.cnet> References: <20141210170601.674935761@redhat.com> <20141210170617.793497193@redhat.com> <54887E6C.8060708@redhat.com> <20141210172730.GB20568@amt.cnet> <548887E5.8080109@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Luiz Capitulino , Paolo Bonzini , Radim Krcmar To: Rik van Riel Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44952 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932479AbaLJS3p (ORCPT ); Wed, 10 Dec 2014 13:29:45 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBAITRIN006569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 13:29:44 -0500 Content-Disposition: inline In-Reply-To: <548887E5.8080109@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Dec 10, 2014 at 12:50:29PM -0500, Rik van Riel wrote: > On 12/10/2014 12:27 PM, Marcelo Tosatti wrote: > > On Wed, Dec 10, 2014 at 12:10:04PM -0500, Rik van Riel wrote: > >> On 12/10/2014 12:06 PM, Marcelo Tosatti wrote: > >>> kvm_x86_ops->test_posted_interrupt() returns true/false depending > >>> whether 'vector' is set. > >> > >> Is that good? Bad? How does this patch address the issue? > > > > What issue? > > Why is this change being made? Next patch in the series.