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:10:04 -0500 Message-ID: <54887E6C.8060708@redhat.com> References: <20141210170601.674935761@redhat.com> <20141210170617.793497193@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Luiz Capitulino , Paolo Bonzini , Radim Krcmar To: Marcelo Tosatti , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43317 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932180AbaLJRUA (ORCPT ); Wed, 10 Dec 2014 12:20:00 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBAHJeLL004377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 12:19:59 -0500 In-Reply-To: <20141210170617.793497193@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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?