summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-pci.c
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann2019-11-291-7/+4
* vhost-user interrupt management fixesVictor Kaplansky2019-11-291-6/+8
* virtio: Clean up includesPeter Maydell2019-11-291-1/+1
* virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...Shmulik Ladkani2015-12-021-5/+25
* hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum2015-11-121-0/+22
* virtio-pci: unbreak queue_enable readJason Wang2015-11-121-0/+7
* virtio-pci: introduce pio notification capability for modern deviceJason Wang2015-11-121-17/+105
* virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possibleJason Wang2015-11-121-4/+15
* virtio-pci: fix 1.0 virtqueue migrationJason Wang2015-11-121-0/+129
* kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin2015-10-191-2/+3
* virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster2015-10-091-8/+12
* virtio: Notice when the system doesn't support MSIx at allRichard Henderson2015-10-011-6/+11
* hw/virtio/virtio-pci: Remove meaningless blank PropertyShannon Zhao2015-09-111-5/+0
* hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1
* virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin2015-07-271-0/+15
* virtio: hide legacy features from modern guestsMichael S. Tsirkin2015-07-271-1/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-131-2/+4
|\
| * virtio-pci: don't crash on illegal lengthMichael S. Tsirkin2015-07-131-2/+4
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-081-1/+150
|\ \ | |/
| * virtio fix cfg endian-ness for BE targetsMichael S. Tsirkin2015-07-081-8/+83
| * virtio-pci: implement cfg capabilityMichael S. Tsirkin2015-07-081-1/+75
* | kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger2015-07-061-2/+2
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-261-2/+2
|\
| * virito-pci: fix OVERRUN problemGonglei2015-06-231-2/+2
* | virtio-input: evdev passthroughGerd Hoffmann2015-06-231-0/+16
* | virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann2015-06-231-16/+11
|/
* virtio-input: emulated devices [pci]Gerd Hoffmann2015-06-101-0/+84
* virtio-input: core code & base class [pci]Gerd Hoffmann2015-06-101-0/+36
* virtio-pci: fill VirtIOPCIRegions early.Gerd Hoffmann2015-06-101-41/+51
* virtio-pci: drop identical virtio_pci_capGerd Hoffmann2015-06-101-13/+5
* virtio-pci: move cap type to VirtIOPCIRegionGerd Hoffmann2015-06-101-4/+5
* virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_mapGerd Hoffmann2015-06-101-18/+10
* virtio-pci: add virtio_pci_modern_region_map()Gerd Hoffmann2015-06-101-6/+19
* virtio-pci: add virtio_pci_modern_regions_init()Gerd Hoffmann2015-06-101-58/+59
* virtio-pci: add struct VirtIOPCIRegion for virtio-1 regionsGerd Hoffmann2015-06-101-9/+11
* virtio-pci: correctly set host notifiers for modern barJason Wang2015-06-101-6/+25
* virtio-pci: make modern bar 64bit + prefetchableGerd Hoffmann2015-06-101-1/+3
* virtio-pci: change & document virtio pci bar layout.Gerd Hoffmann2015-06-101-6/+25
* virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smallerGerd Hoffmann2015-06-101-1/+1
* virtio-pci: add flags to enable/disable legacy/modernGerd Hoffmann2015-06-101-13/+33
* virtio-pci: switch to modern accessors for 1.0Michael S. Tsirkin2015-06-101-6/+6
* virtio: generation counter supportMichael S. Tsirkin2015-06-101-1/+1
* virtio-pci: initial virtio 1.0 supportMichael S. Tsirkin2015-06-101-0/+379
* linux-headers: add virtio_pciMichael S. Tsirkin2015-06-101-0/+2
* virtio-pci: don't try to mask or unmask vqs without notifiersJason Wang2015-06-031-7/+14
* virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang2015-05-311-5/+5
* virtio: device_plugged() can failJason Wang2015-05-311-1/+1
* virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck2015-05-311-1/+0
* virtio: move host_featuresCornelia Huck2015-05-311-13/+4
OpenPOWER on IntegriCloud