From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Subject: Re: [patch 1/2] KVM: x86: add method to test PIR bitmap vector Date: Wed, 10 Dec 2014 12:50:29 -0500 Message-ID: <548887E5.8080109@redhat.com> References: <20141210170601.674935761@redhat.com> <20141210170617.793497193@redhat.com> <54887E6C.8060708@redhat.com> <20141210172730.GB20568@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Luiz Capitulino , Paolo Bonzini , Radim Krcmar To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:44671 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932268AbaLJRxu (ORCPT ); Wed, 10 Dec 2014 12:53:50 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBAHrnXA011905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 12:53:49 -0500 In-Reply-To: <20141210172730.GB20568@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: 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?