aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08virtio: rename the bar index field name in VirtIOPCIProxyChen Fan1-10/+10
2016-09-15virtio-bus: Plug devices after features are negotiatedMaxime Coquelin1-4/+32
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi1-0/+51
2016-09-09virtio-pci: minor refactoringMichael S. Tsirkin1-1/+1
2016-09-09virtio-pci: error out when both legacy and modern modes are disabledGreg Kurz1-0/+8
2016-09-09virtio-pci: reduce modern_mem_bar sizeMarcel Apfelbaum1-7/+15
2016-09-09virtio-pci: use size from correct structureMichael S. Tsirkin1-1/+1
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum1-16/+18
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu1-0/+1
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu1-6/+3
2016-06-24virtio-pci: convert to ioeventfd callbacksCornelia Huck1-83/+41
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-3/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann1-7/+4
2016-02-18vhost-user interrupt management fixesVictor Kaplansky1-6/+8
2016-01-29virtio: Clean up includesPeter Maydell1-1/+1
2015-12-02virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...Shmulik Ladkani1-5/+25
2015-11-12hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum1-0/+22
2015-11-12virtio-pci: unbreak queue_enable readJason Wang1-0/+7
2015-11-12virtio-pci: introduce pio notification capability for modern deviceJason Wang1-17/+105
2015-11-12virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possibleJason Wang1-4/+15
2015-11-12virtio-pci: fix 1.0 virtqueue migrationJason Wang1-0/+129
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