Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751511AbdFHRT2 (ORCPT ); Thu, 8 Jun 2017 13:19:28 -0400 Received: from mga14.intel.com ([192.55.52.115]:12771 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725AbdFHRT0 (ORCPT ); Thu, 8 Jun 2017 13:19:26 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,315,1493708400"; d="scan'208";a="112559262" Date: Thu, 8 Jun 2017 10:19:17 -0700 From: Jesse Brandeburg To: Alex Williamson Cc: , Stefan Assmann , Subject: Re: [PATCH] vfio/pci: Add Intel XXV710 to hidden INTx devices Message-ID: <20170608101917.000059e8@intel.com> In-Reply-To: <20170607190132.22711.46831.stgit@gimli.home> References: <20170607190132.22711.46831.stgit@gimli.home> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.30; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 469 Lines: 11 On Wed, 7 Jun 2017 13:01:46 -0600 Alex Williamson wrote: > XXV710 has the same broken INTx behavior as the rest of the X/XL710 > series, the interrupt status register is not wired to report pending > INTx interrupts, thus we never associate the interrupt to the device. > Extend the device IDs to include these so that we hide that the > device supports INTx at all to the user. > Acked-by: Jesse Brandeburg