summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/virtio/virtio-pci: use alias property for virtio-balloon-pciShannon Zhao2015-05-311-34/+6
* virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao2015-04-281-1/+0
* virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao2015-04-281-2/+0
* virtio-pci: speedup MSI-X masking and unmaskingJason Wang2015-04-271-19/+21
* virtio: introduce vector to virtqueues mappingJason Wang2015-04-271-0/+8
* virtio-pci: Convert to realize()Markus Armbruster2015-03-111-53/+35
* balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev2015-03-011-3/+2
* virtio: feature bit manipulation helpersCornelia Huck2015-02-261-2/+2
* virtio-pci: use standard headersMichael S. Tsirkin2015-02-261-49/+5
* vhost-scsi: add bootindex propertyGonglei2015-02-111-0/+2
OpenPOWER on IntegriCloud