index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
virtio-pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-mmio: add support to vp_*() functions
Gerd Hoffmann
2020-05-15
1
-11
/
+57
*
virtio-pci: Use %pP format in dprintf() calls
Kevin O'Connor
2019-05-23
1
-6
/
+4
*
pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...
Aleksandr Bezzubikov
2017-09-14
1
-3
/
+3
*
virtio: fix virtio-pci
Gerd Hoffmann
2016-09-16
1
-2
/
+2
*
virtio: pci cfg access
Gerd Hoffmann
2016-06-20
1
-24
/
+165
*
virtio: uninline _vp_{read,write}
Gerd Hoffmann
2016-06-20
1
-0
/
+79
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-0
/
+1
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-7
/
+4
*
virtio: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-16
/
+20
*
virtio-pci: use high memory for rings
Gerd Hoffmann
2015-07-01
1
-1
/
+1
*
virtio: legacy cleanup
Gerd Hoffmann
2015-07-01
1
-1
/
+0
*
virtio: use version 1.0 if available (flip the big switch)
Gerd Hoffmann
2015-07-01
1
-7
/
+10
*
virtio: add version 1.0 support to vp_find_vq
Gerd Hoffmann
2015-07-01
1
-15
/
+43
*
virtio: add version 1.0 support to vp_notify
Gerd Hoffmann
2015-07-01
1
-1
/
+21
*
virtio: add version 1.0 support to vp_reset
Gerd Hoffmann
2015-07-01
1
-0
/
+11
*
virtio: add version 1.0 support to vp_get_isr
Gerd Hoffmann
2015-07-01
1
-0
/
+9
*
virtio: add version 1.0 support to vp_{get,set}_status
Gerd Hoffmann
2015-07-01
1
-0
/
+20
*
virtio: make features 64bit, support version 1.0 features
Gerd Hoffmann
2015-07-01
1
-0
/
+33
*
virtio: create vp_cap struct for legacy bar
Gerd Hoffmann
2015-07-01
1
-1
/
+4
*
virtio: find version 1.0 virtio capabilities
Gerd Hoffmann
2015-07-01
1
-0
/
+56
*
virtio: pass struct pci_device to vp_init_simple
Gerd Hoffmann
2015-07-01
1
-3
/
+3
*
virtio: add struct vp_device
Gerd Hoffmann
2015-07-01
1
-6
/
+6
*
vp_init_simple: enable PCI bus-mastering before relying on DMA.
Eric Northup
2014-03-20
1
-0
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-3
/
+3
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+94