summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-pci.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: allow per-device-class legacy featuresMichael S. Tsirkin2016-11-151-1/+3
* virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini2016-10-301-3/+3
* virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2016-10-301-17/+0Star
* virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini2016-10-301-10/+1Star
* virtio: disable ioeventfd as early as possiblePaolo Bonzini2016-10-301-4/+4
* virtio: rename the bar index field name in VirtIOPCIProxyChen Fan2016-10-081-10/+10
* virtio-bus: Plug devices after features are negotiatedMaxime Coquelin2016-09-151-4/+32
* vhost-vsock: add virtio sockets deviceStefan Hajnoczi2016-09-091-0/+51
* virtio-pci: minor refactoringMichael S. Tsirkin2016-09-091-1/+1
* virtio-pci: error out when both legacy and modern modes are disabledGreg Kurz2016-09-091-0/+8
* virtio-pci: reduce modern_mem_bar sizeMarcel Apfelbaum2016-09-091-7/+15
* virtio-pci: use size from correct structureMichael S. Tsirkin2016-09-091-1/+1
* hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum2016-07-281-16/+18
* kvm-irqchip: do explicit commit when update irqPeter Xu2016-07-211-0/+1
* kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu2016-07-211-6/+3Star
* virtio-pci: convert to ioeventfd callbacksCornelia Huck2016-06-241-83/+41Star
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-3/+1Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann2016-03-111-7/+4Star
* vhost-user interrupt management fixesVictor Kaplansky2016-02-181-6/+8
* virtio: Clean up includesPeter Maydell2016-01-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/+0Star
* hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1Star
* 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/+11Star
|/
* 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/+5Star
* 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/+10Star