aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/virtio-pci.h
Commit message (Expand)AuthorAgeFilesLines
* virtio-mmio: device probing and initialization.Gerd Hoffmann2020-05-151-0/+1
* virtio: pci cfg accessGerd Hoffmann2016-06-201-1/+13
* virtio: uninline _vp_{read,write}Gerd Hoffmann2016-06-201-78/+2
* virtio: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-14/+18
* virtio: legacy cleanupGerd Hoffmann2015-07-011-32/+1
* virtio-blk: fix initialization for version 1.0Gerd Hoffmann2015-07-011-7/+6
* virtio: remove unused vp_del_vqGerd Hoffmann2015-07-011-11/+0
* virtio: add version 1.0 support to vp_notifyGerd Hoffmann2015-07-011-5/+2
* virtio: add version 1.0 support to vp_resetGerd Hoffmann2015-07-011-8/+1
* virtio: add version 1.0 support to vp_get_isrGerd Hoffmann2015-07-011-5/+1
* virtio: add version 1.0 support to vp_{get,set}_statusGerd Hoffmann2015-07-011-11/+2
* virtio: make features 64bit, support version 1.0 featuresGerd Hoffmann2015-07-011-9/+3
* virtio: add read/write functions and macrosGerd Hoffmann2015-07-011-0/+86
* virtio: create vp_cap struct for legacy barGerd Hoffmann2015-07-011-1/+1
* virtio: find version 1.0 virtio capabilitiesGerd Hoffmann2015-07-011-0/+8
* virtio: add version 0.9.5 structGerd Hoffmann2015-07-011-0/+14
* virtio: add version 1.0 structs and #definesGerd Hoffmann2015-07-011-0/+61
* virtio: pass struct pci_device to vp_init_simpleGerd Hoffmann2015-07-011-1/+2
* virtio: add struct vp_deviceGerd Hoffmann2015-07-011-19/+27
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-1/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+105