aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/pciutils.patch
Commit message (Collapse)AuthorAgeFilesLines
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
| | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org>
* pcifront: fix multiple initialization bugKeir Fraser2009-11-231-3/+1
| | | | | | | | | Now that we have pcifront_watches to dynamically initialize pcifront we don't need a call to init_pcifront in pcilib and pcifront_scan anymore; we should just wait for the frontend to connect to the backend instead. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
* stubdom: Fix up pciutils.patchKeir Fraser2009-11-131-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* pcifront: implement dynamic connections and disconnectionsKeir Fraser2009-11-131-20/+7
| | | | | | | | | | this patch implements dynamic connections and disconnections in pcifront. This feature is required to properly support pci hotplug, because when no pci devices are assigned to a guest, xend will remove the pci backend altogether. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
* stubdom pcilib: define endianness for miniosKeir Fraser2009-10-141-0/+14
| | | | | | Include endian.h for MiniOS. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
* minios: switch to C99 integer typesKeir Fraser2009-07-151-10/+10
| | | | | | This is a necessary step to make minios build on NetBSD. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-021-0/+299
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>