index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-pci.c
Age
Commit message (
Expand
)
Author
2024-07-22
virtio-pci: Implement SR-IOV PF
Akihiko Odaki
2024-07-01
virtio-pci: implement No_Soft_Reset bit
Jiqian Chen
2024-07-01
virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
Cindy Lu
2024-07-01
virtio-pci: only reset pm state during resetting
Jiqian Chen
2024-07-01
virtio/virtio-pci: Handle extra notification data
Jonah Palmer
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-15
virtio-pci: fix use of a released vector
Cindy Lu
2024-04-09
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
2024-03-13
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2024-03-12
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
2024-03-12
bulk: Access existing variables initialized to &S->F when available
Philippe Mathieu-Daudé
2023-12-30
hw/virtio: Constify VMState
Richard Henderson
2023-11-27
hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field
Philippe Mathieu-Daudé
2023-10-25
kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTH
Paolo Bonzini
2023-10-25
kvm: assume that many ioeventfds can be created
Paolo Bonzini
2023-10-16
virtio: Add shared memory capability
Dr. David Alan Gilbert
2023-10-06
hw/virtio/virtio-pci: Avoid compiler warning with -Wshadow
Thomas Huth
2023-05-19
virtio-pci: add handling of PCI ATS and Device-TLB enable/disable
Viktor Prutyanov
2023-04-21
virtio: refresh vring region cache after updating a virtqueue size
Carlos López
2023-01-08
virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiers
leixiang
2023-01-08
virtio-pci: add support for configure interrupt
Cindy Lu
2023-01-08
virtio-pci: decouple the single vector from the interrupt process
Cindy Lu
2023-01-08
virtio-pci: decouple notifier from interrupt process
Cindy Lu
2022-12-21
virtio: get class_id and pci device id by the virtio id
Longpeng
2022-12-16
hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset
Peter Maydell
2022-11-07
msix: Assert that specified vector is in range
Akihiko Odaki
2022-11-07
virtio-pci: support queue enable
Kangjie Xu
2022-11-07
virtio-pci: support queue reset
Xuan Zhuo
2022-10-24
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-12
pci-ids: document modern virtio-pci ids in pci.h too
Gerd Hoffmann
2022-08-17
virtio-pci: don't touch pci on virtio reset
Michael S. Tsirkin
2022-08-17
hw/virtio: handle un-configured shutdown in virtio-pci
Alex Bennée
2022-06-14
virtio: stop ioeventfd on reset
Paolo Bonzini
2022-05-16
virtio-pci: add notification trace points
Alex Bennée
2022-05-16
hw/virtio: move virtio-pci.h into shared include space
Alex Bennée
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-10
Revert "virtio-pci: decouple notifier from interrupt process"
Michael S. Tsirkin
2022-01-10
Revert "virtio-pci: decouple the single vector from the interrupt process"
Michael S. Tsirkin
2022-01-10
Revert "virtio-pci: add support for configure interrupt"
Michael S. Tsirkin
2022-01-07
virtio-pci: add support for configure interrupt
Cindy Lu
2022-01-06
virtio-pci: decouple the single vector from the interrupt process
Cindy Lu
2022-01-06
virtio-pci: decouple notifier from interrupt process
Cindy Lu
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-04
virtio-pci: implement iommu_enabled()
Jason Wang
2021-07-03
virtio-pci: Changed return values for "notify", "device" and "isr" read.
Andrew Melnychenko
2021-07-03
virtio-pci: Added check for virtio device in PCI config cbs.
Andrew Melnychenko
2021-07-03
virtio-pci: Added check for virtio device presence in mm callbacks.
Andrew Melnychenko
2021-07-02
virtio: disable ioeventfd for record/replay
Pavel Dovgalyuk
2021-04-06
virtio-pci: compat page aligned ATS
Jason Wang
[next]