aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/pcifront.h
Commit message (Collapse)AuthorAgeFilesLines
* pcifront: implement dynamic connections and disconnectionsKeir Fraser2009-11-131-0/+1
| | | | | | | | | | 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: fixes to compile with qemu-xenKeir Fraser2008-07-101-1/+1
| | | | | | | | | | This adds fixes to the stub domain build into compiling Ian Jackson's qemu-xen. The most notable change is that mini-os headers now #include each other through a mini-os/ prefix, so that we can turn all -I into -isystem and still be sure that we include Mini-OS headers (and not qemu's console.h or blktaplib's list.h for instance...). Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* minios: PIRQ and MSI/MSI-X supportKeir Fraser2008-07-021-2/+15
| | | | Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-021-0/+15
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>