index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
virtio-pci: use ioeventfd even when KVM is disabled
Stefan Hajnoczi
2017-06-30
1
-1
/
+1
*
vhost-user-scsi: Introduce vhost-user-scsi host device
Felipe Franciosi
2017-06-15
1
-0
/
+58
*
hw/virtio: fix Power Management Control Register for PCI Express virtio devices
Marcel Apfelbaum
2017-03-16
1
-0
/
+11
*
hw/virtio: fix Link Control Register for PCI Express virtio devices
Marcel Apfelbaum
2017-03-16
1
-0
/
+8
*
hw/virtio: fix error enabling flags in Device Control register
Marcel Apfelbaum
2017-03-16
1
-0
/
+12
*
virtio-pci: reset modern vq meta data
Jason Wang
2017-03-15
1
-0
/
+4
*
Revert "virtio: unbreak virtio-pci with IOMMU after caching ring translations"
Jason Wang
2017-03-15
1
-1
/
+1
*
virtio: unbreak virtio-pci with IOMMU after caching ring translations
Jason Wang
2017-03-02
1
-1
/
+1
*
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
1
-2
/
+2
*
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
1
-2
/
+6
*
virtio: drop an obsolete comment
Michael S. Tsirkin
2017-01-18
1
-1
/
+0
*
virtio-net: enable ioeventfd even if vhost=off
Paolo Bonzini
2017-01-18
1
-1
/
+1
*
virtio-pci: address space translation service (ATS) support
Jason Wang
2017-01-10
1
-0
/
+7
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
1
-0
/
+14
*
virtio-pci: Fix cross-version migration with older machines
Maxime Coquelin
2016-12-15
1
-1
/
+4
*
virtio: access ISR atomically
Paolo Bonzini
2016-11-18
1
-6
/
+3
*
virtio: allow per-device-class legacy features
Michael S. Tsirkin
2016-11-15
1
-1
/
+3
*
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
2016-10-30
1
-3
/
+3
*
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
2016-10-30
1
-17
/
+0
*
virtio: move ioeventfd_disabled flag to VirtioBusState
Paolo Bonzini
2016-10-30
1
-10
/
+1
*
virtio: disable ioeventfd as early as possible
Paolo Bonzini
2016-10-30
1
-4
/
+4
*
virtio: rename the bar index field name in VirtIOPCIProxy
Chen Fan
2016-10-08
1
-10
/
+10
*
virtio-bus: Plug devices after features are negotiated
Maxime Coquelin
2016-09-15
1
-4
/
+32
*
vhost-vsock: add virtio sockets device
Stefan Hajnoczi
2016-09-09
1
-0
/
+51
*
virtio-pci: minor refactoring
Michael S. Tsirkin
2016-09-09
1
-1
/
+1
*
virtio-pci: error out when both legacy and modern modes are disabled
Greg Kurz
2016-09-09
1
-0
/
+8
*
virtio-pci: reduce modern_mem_bar size
Marcel Apfelbaum
2016-09-09
1
-7
/
+15
*
virtio-pci: use size from correct structure
Michael S. Tsirkin
2016-09-09
1
-1
/
+1
*
hw/virtio-pci: fix virtio behaviour
Marcel Apfelbaum
2016-07-28
1
-16
/
+18
*
kvm-irqchip: do explicit commit when update irq
Peter Xu
2016-07-21
1
-0
/
+1
*
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
2016-07-21
1
-6
/
+3
*
virtio-pci: convert to ioeventfd callbacks
Cornelia Huck
2016-06-24
1
-83
/
+41
*
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
1
-3
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
virtio-pci: call pci reset variant when guest requests reset.
Gerd Hoffmann
2016-03-11
1
-7
/
+4
*
vhost-user interrupt management fixes
Victor Kaplansky
2016-02-18
1
-6
/
+8
*
virtio: Clean up includes
Peter Maydell
2016-01-29
1
-1
/
+1
*
virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...
Shmulik Ladkani
2015-12-02
1
-5
/
+25
*
hw/virtio: Add PCIe capability to virtio devices
Marcel Apfelbaum
2015-11-12
1
-0
/
+22
*
virtio-pci: unbreak queue_enable read
Jason Wang
2015-11-12
1
-0
/
+7
*
virtio-pci: introduce pio notification capability for modern device
Jason Wang
2015-11-12
1
-17
/
+105
*
virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possible
Jason Wang
2015-11-12
1
-4
/
+15
*
virtio-pci: fix 1.0 virtqueue migration
Jason Wang
2015-11-12
1
-0
/
+129
*
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
2015-10-19
1
-2
/
+3
*
virtio-input: Fix device introspection on non-Linux hosts
Markus Armbruster
2015-10-09
1
-8
/
+12
*
virtio: Notice when the system doesn't support MSIx at all
Richard Henderson
2015-10-01
1
-6
/
+11
*
hw/virtio/virtio-pci: Remove meaningless blank Property
Shannon Zhao
2015-09-11
1
-5
/
+0
*
hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculation
Peter Maydell
2015-09-07
1
-3
/
+1
*
virtio-pci: fix memory MR cleanup for modern
Michael S. Tsirkin
2015-07-27
1
-0
/
+15
*
virtio: hide legacy features from modern guests
Michael S. Tsirkin
2015-07-27
1
-1
/
+2
[prev]
[next]