From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Convert mask notifiers to use irqchip/pin instead of gsi. Date: Mon, 12 Jul 2010 15:23:07 -0300 Message-ID: <20100712182307.GC8262@amt.cnet> References: <20100711123223.GB4689@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33219 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751917Ab0GLTRp (ORCPT ); Mon, 12 Jul 2010 15:17:45 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6CJHi6j004058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 12 Jul 2010 15:17:45 -0400 Content-Disposition: inline In-Reply-To: <20100711123223.GB4689@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Jul 11, 2010 at 03:32:23PM +0300, Gleb Natapov wrote: > Devices register mask notifier using gsi, but irqchip knows about > irqchip/pin, so conversion from irqchip/pin to gsi should be done before > looking for mask notifier to call. > > Signed-off-by: Gleb Natapov Applied, thanks.