index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-2
/
+2
2017-10-15
virtio-pci: Replace modern_as with direct access to modern_bar
Alexey Kardashevskiy
1
-31
/
+44
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
1
-0
/
+5
2017-10-15
virtio/pci/migration: Convert to VMState
Dr. David Alan Gilbert
1
-81
/
+27
2017-08-03
build-sys: add --disable-vhost-user
Marc-André Lureau
1
-2
/
+2
2017-07-14
virtio-rng: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-2
/
+0
2017-07-14
virtio-scsi: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-2
/
+0
2017-07-14
virtio-blk: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-2
/
+0
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
1
-4
/
+8
2017-06-30
virtio-pci: use ioeventfd even when KVM is disabled
Stefan Hajnoczi
1
-1
/
+1
2017-06-15
vhost-user-scsi: Introduce vhost-user-scsi host device
Felipe Franciosi
1
-0
/
+58
2017-03-16
hw/virtio: fix Power Management Control Register for PCI Express virtio devices
Marcel Apfelbaum
1
-0
/
+11
2017-03-16
hw/virtio: fix Link Control Register for PCI Express virtio devices
Marcel Apfelbaum
1
-0
/
+8
2017-03-16
hw/virtio: fix error enabling flags in Device Control register
Marcel Apfelbaum
1
-0
/
+12
2017-03-15
virtio-pci: reset modern vq meta data
Jason Wang
1
-0
/
+4
2017-03-15
Revert "virtio: unbreak virtio-pci with IOMMU after caching ring translations"
Jason Wang
1
-1
/
+1
2017-03-02
virtio: unbreak virtio-pci with IOMMU after caching ring translations
Jason Wang
1
-1
/
+1
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
1
-2
/
+2
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
1
-2
/
+6
2017-01-18
virtio: drop an obsolete comment
Michael S. Tsirkin
1
-1
/
+0
2017-01-18
virtio-net: enable ioeventfd even if vhost=off
Paolo Bonzini
1
-1
/
+1
2017-01-10
virtio-pci: address space translation service (ATS) support
Jason Wang
1
-0
/
+7
2017-01-10
virtio: convert to use DMA api
Jason Wang
1
-0
/
+14
2016-12-15
virtio-pci: Fix cross-version migration with older machines
Maxime Coquelin
1
-1
/
+4
2016-11-18
virtio: access ISR atomically
Paolo Bonzini
1
-6
/
+3
2016-11-15
virtio: allow per-device-class legacy features
Michael S. Tsirkin
1
-1
/
+3
2016-10-30
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
1
-3
/
+3
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
1
-17
/
+0
2016-10-30
virtio: move ioeventfd_disabled flag to VirtioBusState
Paolo Bonzini
1
-10
/
+1
2016-10-30
virtio: disable ioeventfd as early as possible
Paolo Bonzini
1
-4
/
+4
2016-10-08
virtio: rename the bar index field name in VirtIOPCIProxy
Chen Fan
1
-10
/
+10
2016-09-15
virtio-bus: Plug devices after features are negotiated
Maxime Coquelin
1
-4
/
+32
2016-09-10
vhost-vsock: add virtio sockets device
Stefan Hajnoczi
1
-0
/
+51
2016-09-09
virtio-pci: minor refactoring
Michael S. Tsirkin
1
-1
/
+1
2016-09-09
virtio-pci: error out when both legacy and modern modes are disabled
Greg Kurz
1
-0
/
+8
2016-09-09
virtio-pci: reduce modern_mem_bar size
Marcel Apfelbaum
1
-7
/
+15
2016-09-09
virtio-pci: use size from correct structure
Michael S. Tsirkin
1
-1
/
+1
2016-07-29
hw/virtio-pci: fix virtio behaviour
Marcel Apfelbaum
1
-16
/
+18
2016-07-21
kvm-irqchip: do explicit commit when update irq
Peter Xu
1
-0
/
+1
2016-07-21
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
1
-6
/
+3
2016-06-24
virtio-pci: convert to ioeventfd callbacks
Cornelia Huck
1
-83
/
+41
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-3
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-11
virtio-pci: call pci reset variant when guest requests reset.
Gerd Hoffmann
1
-7
/
+4
2016-02-18
vhost-user interrupt management fixes
Victor Kaplansky
1
-6
/
+8
2016-01-29
virtio: Clean up includes
Peter Maydell
1
-1
/
+1
2015-12-02
virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...
Shmulik Ladkani
1
-5
/
+25
2015-11-12
hw/virtio: Add PCIe capability to virtio devices
Marcel Apfelbaum
1
-0
/
+22
2015-11-12
virtio-pci: unbreak queue_enable read
Jason Wang
1
-0
/
+7
2015-11-12
virtio-pci: introduce pio notification capability for modern device
Jason Wang
1
-17
/
+105
[next]