From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: [PATCH 0 of 2] [v2] Add per-device and global permissive config options for pci passthrough Date: Tue, 3 Apr 2012 14:54:51 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: george.dunlap@eu.citrix.com List-Id: xen-devel@lists.xenproject.org This patch series adds the "permissive" option for passed-through devices which access config space out of the "known good" PCI config space. v2: - Added patch to move bdf parsing to libxlu - Addressed some formatting comments v3: - Don't make the struct initialization utility function public - Return error on failure - Wrap a long line - Clarify security warning / recommendation