aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)Author
2016-11-15[qemu2] Fix all 'unused variable' warnings for assert-only varsqemu-android-2.7.0Yurii Zubrytskyi
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu
2016-06-24virtio-pci: convert to ioeventfd callbacksCornelia Huck
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-11virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann
2016-02-18vhost-user interrupt management fixesVictor Kaplansky
2016-01-29virtio: Clean up includesPeter Maydell
2015-12-02virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...Shmulik Ladkani
2015-11-12hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum
2015-11-12virtio-pci: unbreak queue_enable readJason Wang
2015-11-12virtio-pci: introduce pio notification capability for modern deviceJason Wang
2015-11-12virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possibleJason Wang
2015-11-12virtio-pci: fix 1.0 virtqueue migrationJason Wang
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin
2015-10-09virtio-input: Fix device introspection on non-Linux hostsMarkus Armbruster
2015-10-01virtio: Notice when the system doesn't support MSIx at allRichard Henderson
2015-09-11hw/virtio/virtio-pci: Remove meaningless blank PropertyShannon Zhao
2015-09-07hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell
2015-07-27virtio-pci: fix memory MR cleanup for modernMichael S. Tsirkin
2015-07-27virtio: hide legacy features from modern guestsMichael S. Tsirkin
2015-07-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-07-13virtio-pci: don't crash on illegal lengthMichael S. Tsirkin
2015-07-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-07-08virtio fix cfg endian-ness for BE targetsMichael S. Tsirkin
2015-07-08virtio-pci: implement cfg capabilityMichael S. Tsirkin
2015-07-06kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffixEric Auger
2015-06-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-23virtio-input: evdev passthroughGerd Hoffmann
2015-06-23virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann
2015-06-23virito-pci: fix OVERRUN problemGonglei
2015-06-10virtio-input: emulated devices [pci]Gerd Hoffmann
2015-06-10virtio-input: core code & base class [pci]Gerd Hoffmann
2015-06-10virtio-pci: fill VirtIOPCIRegions early.Gerd Hoffmann
2015-06-10virtio-pci: drop identical virtio_pci_capGerd Hoffmann
2015-06-10virtio-pci: move cap type to VirtIOPCIRegionGerd Hoffmann
2015-06-10virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_mapGerd Hoffmann
2015-06-10virtio-pci: add virtio_pci_modern_region_map()Gerd Hoffmann
2015-06-10virtio-pci: add virtio_pci_modern_regions_init()Gerd Hoffmann
2015-06-10virtio-pci: add struct VirtIOPCIRegion for virtio-1 regionsGerd Hoffmann
2015-06-10virtio-pci: correctly set host notifiers for modern barJason Wang
2015-06-10virtio-pci: make modern bar 64bit + prefetchableGerd Hoffmann
2015-06-10virtio-pci: change & document virtio pci bar layout.Gerd Hoffmann
2015-06-10virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smallerGerd Hoffmann
2015-06-10virtio-pci: add flags to enable/disable legacy/modernGerd Hoffmann
2015-06-10virtio-pci: switch to modern accessors for 1.0Michael S. Tsirkin
2015-06-10virtio: generation counter supportMichael S. Tsirkin
2015-06-10virtio-pci: initial virtio 1.0 supportMichael S. Tsirkin