From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: PCI frontend/backend, pciif.h Date: Thu, 26 Jun 2008 16:37:46 +0100 Message-ID: <20080626153746.GI9147@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, Is there some documentation about the internals of PCI frontend/backend? About pciif.h, it uses struct msix_entry from /usr/include/linux/pci.h, that is not really portable. Shouldn't it define it itself? Samuel