2 messages in com.xensource.lists.xen-develRe: [Xen-devel] PCI frontend/backend,...
FromSent OnAttachments
Samuel Thibault26 Jun 2008 08:37 
Keir Fraser27 Jun 2008 03:11 
Subject:Re: [Xen-devel] PCI frontend/backend, pciif.h
From:Keir Fraser (keir@eu.citrix.com)
Date:06/27/2008 03:11:34 AM
List:com.xensource.lists.xen-devel

On 26/6/08 16:37, "Samuel Thibault" <samu@eu.citrix.com> wrote:

Hello,

Is there some documentation about the internals of PCI frontend/backend?

I don't think so.

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?

Yes, the headers are supposed to be self-contained.

-- Keir