From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim Krcmar Subject: Re: [patch 1/3] KVM: x86: add method to test PIR bitmap vector Date: Wed, 17 Dec 2014 15:45:07 +0100 Message-ID: <20141217144458.GA3756@potion.brq.redhat.com> References: <20141216140813.493421022@redhat.com> <20141216140853.612728288@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, Luiz Capitulino , Rik van Riel , Paolo Bonzini To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32972 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750999AbaLQOpL (ORCPT ); Wed, 17 Dec 2014 09:45:11 -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 sBHEjBsZ002553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 17 Dec 2014 09:45:11 -0500 Content-Disposition: inline In-Reply-To: <20141216140853.612728288@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2014-12-16 09:08-0500, Marcelo Tosatti: > kvm_x86_ops->test_posted_interrupt() returns true/false depending > whether 'vector' is set. >=20 > Next patch makes use of this interface. >=20 > Signed-off-by: Marcelo Tosatti Reviewed-by: Radim Kr=C4=8Dm=C3=A1=C5=99