aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-2/+3
2015-10-09virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster1-8/+12
2015-10-01virtio: Notice when the system doesn't support MSIx at allRichard Henderson1-6/+11
2015-09-11hw/virtio/virtio-pci: Remove meaningless blank PropertyShannon Zhao1-5/+0
2015-09-07hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell1-3/+1
2015-07-27virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin1-0/+15
2015-07-27virtio: hide legacy features from modern guestsMichael S. Tsirkin1-1/+2
2015-07-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+4
2015-07-13virtio-pci: don't crash on illegal lengthMichael S. Tsirkin1-2/+4
2015-07-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+150
2015-07-08virtio fix cfg endian-ness for BE targetsMichael S. Tsirkin1-8/+83
2015-07-08virtio-pci: implement cfg capabilityMichael S. Tsirkin1-1/+75
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger1-2/+2
2015-06-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+2
2015-06-23virtio-input: evdev passthroughGerd Hoffmann1-0/+16
2015-06-23virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann1-16/+11
2015-06-23virito-pci: fix OVERRUN problemGonglei1-2/+2
2015-06-10virtio-input: emulated devices [pci]Gerd Hoffmann1-0/+84
2015-06-10virtio-input: core code & base class [pci]Gerd Hoffmann1-0/+36
2015-06-10virtio-pci: fill VirtIOPCIRegions early.Gerd Hoffmann1-41/+51
2015-06-10virtio-pci: drop identical virtio_pci_capGerd Hoffmann1-13/+5
2015-06-10virtio-pci: move cap type to VirtIOPCIRegionGerd Hoffmann1-4/+5
2015-06-10virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_mapGerd Hoffmann1-18/+10
2015-06-10virtio-pci: add virtio_pci_modern_region_map()Gerd Hoffmann1-6/+19
2015-06-10virtio-pci: add virtio_pci_modern_regions_init()Gerd Hoffmann1-58/+59
2015-06-10virtio-pci: add struct VirtIOPCIRegion for virtio-1 regionsGerd Hoffmann1-9/+11
2015-06-10virtio-pci: correctly set host notifiers for modern barJason Wang1-6/+25
2015-06-10virtio-pci: make modern bar 64bit + prefetchableGerd Hoffmann1-1/+3
2015-06-10virtio-pci: change & document virtio pci bar layout.Gerd Hoffmann1-6/+25
2015-06-10virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smallerGerd Hoffmann1-1/+1
2015-06-10virtio-pci: add flags to enable/disable legacy/modernGerd Hoffmann1-13/+33
2015-06-10virtio-pci: switch to modern accessors for 1.0Michael S. Tsirkin1-6/+6
2015-06-10virtio: generation counter supportMichael S. Tsirkin1-1/+1
2015-06-10virtio-pci: initial virtio 1.0 supportMichael S. Tsirkin1-0/+379
2015-06-10linux-headers: add virtio_pciMichael S. Tsirkin1-0/+2
2015-06-03virtio-pci: don't try to mask or unmask vqs without notifiersJason Wang1-7/+14
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang1-5/+5
2015-05-31virtio: device_plugged() can failJason Wang1-1/+1
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck1-1/+0
2015-05-31virtio: move host_featuresCornelia Huck1-13/+4
2015-05-31hw/virtio/virtio-pci: use alias property for virtio-balloon-pciShannon Zhao1-34/+6
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao1-1/+0
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao1-2/+0
2015-04-27virtio-pci: speedup MSI-X masking and unmaskingJason Wang1-19/+21
2015-04-27virtio: introduce vector to virtqueues mappingJason Wang1-0/+8
2015-03-11virtio-pci: Convert to realize()Markus Armbruster1-53/+35
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev1-3/+2
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-2/+2
2015-02-26virtio-pci: use standard headersMichael S. Tsirkin1-49/+5
2015-02-11vhost-scsi: add bootindex propertyGonglei1-0/+2