aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/pcifront.c
Commit message (Expand)AuthorAgeFilesLines
* mini-os: fix various memory leaks in pcifrontMatthew Daley2013-09-211-10/+19
* minios: fix xenbus_rm() calls in frontend driversBen Cressey2013-09-101-4/+4
* minios: clean up unneeded "err = NULL" in frontend driversBen Cressey2013-09-101-1/+0
* minios: clean up allocation of char arrays used for xenbus pathsMatt Wilson2013-09-101-4/+4
* minios: correct char array allocation for xenbus pathsMatt Wilson2013-09-101-2/+5
* mini-os: stop compiler complaint about unused variablesJohn McDermott2012-02-091-0/+1
* mini-os: do not wait for pci backend in pcifront_scanIan Campbell2011-12-091-12/+3
* mini-os: Revert 21106:b20f897d6010 "Fix xenbus initialisation"Keir Fraser2010-05-041-6/+5
* mini-os: Fix crash on frontend shutdown failuresKeir Fraser2010-04-071-1/+2
* mini-os: Fix frontend shutdown wait loopKeir Fraser2010-04-071-1/+1
* mini-os: Fix xenbus initialisationKeir Fraser2010-04-061-5/+6
* minios: Trivial spelling typo fixed.4.0.0-branchedKeir Fraser2010-03-301-1/+1
* mini-os: Fix memory leaks in blkfront, netfront, pcifront, etc.Keir Fraser2009-12-141-3/+11
* minios: Fix xenbus_unwatch_path callsKeir Fraser2009-11-231-3/+3
* pcifront: fix multiple initialization bugKeir Fraser2009-11-231-5/+14
* pcifront: implement dynamic connections and disconnectionsKeir Fraser2009-11-131-7/+127
* minios pcifront: translate physical into virtual addressesKeir Fraser2009-10-141-2/+63
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-7/+9
* minios: refactor xenbus state machineKeir Fraser2009-06-031-15/+56
* mini-os: make init_pcifront fail early if there is no backendKeir Fraser2008-07-311-2/+9
* stubdom: Fixes for gcc 4.2.4 32bitKeir Fraser2008-07-101-2/+2
* stubdom: use host's gccKeir Fraser2008-07-041-4/+2
* minios: PIRQ and MSI/MSI-X supportKeir Fraser2008-07-021-0/+88
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-021-0/+278