aboutsummaryrefslogtreecommitdiff
path: root/src/hw/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15virtio-mmio: add support to vp_*() functionsGerd Hoffmann1-11/+57
2019-05-23virtio-pci: Use %pP format in dprintf() callsKevin O'Connor1-6/+4
2017-09-14pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov1-3/+3
2016-09-16virtio: fix virtio-pciGerd Hoffmann1-2/+2
2016-06-20virtio: pci cfg accessGerd Hoffmann1-24/+165
2016-06-20virtio: uninline _vp_{read,write}Gerd Hoffmann1-0/+79
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-0/+1
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-7/+4
2016-02-02virtio: Convert to new PCI BAR helper functionsKevin O'Connor1-16/+20
2015-07-01virtio-pci: use high memory for ringsGerd Hoffmann1-1/+1
2015-07-01virtio: legacy cleanupGerd Hoffmann1-1/+0
2015-07-01virtio: use version 1.0 if available (flip the big switch)Gerd Hoffmann1-7/+10
2015-07-01virtio: add version 1.0 support to vp_find_vqGerd Hoffmann1-15/+43
2015-07-01virtio: add version 1.0 support to vp_notifyGerd Hoffmann1-1/+21
2015-07-01virtio: add version 1.0 support to vp_resetGerd Hoffmann1-0/+11
2015-07-01virtio: add version 1.0 support to vp_get_isrGerd Hoffmann1-0/+9
2015-07-01virtio: add version 1.0 support to vp_{get,set}_statusGerd Hoffmann1-0/+20
2015-07-01virtio: make features 64bit, support version 1.0 featuresGerd Hoffmann1-0/+33
2015-07-01virtio: create vp_cap struct for legacy barGerd Hoffmann1-1/+4
2015-07-01virtio: find version 1.0 virtio capabilitiesGerd Hoffmann1-0/+56
2015-07-01virtio: pass struct pci_device to vp_init_simpleGerd Hoffmann1-3/+3
2015-07-01virtio: add struct vp_deviceGerd Hoffmann1-6/+6
2014-03-20vp_init_simple: enable PCI bus-mastering before relying on DMA.Eric Northup1-0/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-3/+3
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+94