aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi1-17/+17
2022-01-12virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi1-30/+3
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi1-8/+4
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi1-6/+10
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin3-18/+0
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin1-57/+31
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin1-73/+58
2022-01-10Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin2-8/+0
2022-01-10Revert "virtio: add support for configure interrupt"Michael S. Tsirkin1-29/+0
2022-01-10Revert "vhost: add support for configure interrupt"Michael S. Tsirkin1-76/+0
2022-01-10Revert "virtio-mmio: add support for configure interrupt"Michael S. Tsirkin1-27/+0
2022-01-10Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin2-83/+13
2022-01-07virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin1-6/+5
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand1-1/+1
2022-01-07virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand1-0/+63
2022-01-07virtio: signal after wrapping packed used_idxStefan Hajnoczi1-0/+1
2022-01-07virtio-mem: Support "prealloc=on" optionDavid Hildenbrand1-4/+35
2022-01-07vhost: stick to -errno error return conventionRoman Kagan1-54/+46
2022-01-07vhost-user: stick to -errno error return conventionRoman Kagan1-178/+223
2022-01-07vhost-vdpa: stick to -errno error return conventionRoman Kagan1-14/+23
2022-01-07vhost-backend: stick to -errno error return conventionRoman Kagan1-1/+1
2022-01-07vhost-backend: avoid overflow on memslots_limitRoman Kagan1-1/+1
2022-01-07virtio-pci: add support for configure interruptCindy Lu2-13/+83
2022-01-07virtio-mmio: add support for configure interruptCindy Lu1-0/+27
2022-01-06vhost: add support for configure interruptCindy Lu1-0/+76
2022-01-06virtio: add support for configure interruptCindy Lu1-0/+29
2022-01-06vhost-vdpa: add support for config interruptCindy Lu2-0/+8
2022-01-06virtio-pci: decouple the single vector from the interrupt processCindy Lu1-58/+73
2022-01-06virtio-pci: decouple notifier from interrupt processCindy Lu1-31/+57
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu3-0/+18
2022-01-06virtio-mem: Don't skip alignment checks when warning about block sizeDavid Hildenbrand1-1/+2
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-2/+4
2021-12-17hw/virtio/vhost: Fix typo in comment.Leonardo Garcia1-1/+1
2021-12-15Merge tag 'pull-target-arm-20211215' of https://git.linaro.org/people/pmaydel...Richard Henderson1-10/+2
2021-12-15hw/arm/virt: Remove device tree restriction for virtio-iommuJean-Philippe Brucker1-10/+2
2021-12-15virtio-iommu: Fix the domain_range endEric Auger1-2/+2
2021-12-15virtio-iommu: Fix endianness in get_configEric Auger2-9/+17
2021-12-15virtio-iommu: Remove set_config callbackEric Auger2-15/+0
2021-11-29virtio-balloon: correct used lengthJason Wang1-3/+3
2021-11-29virtio-balloon: process all in sgs for free_page_vqJason Wang1-2/+5
2021-11-28virtio-mmio : fix the crash in the vm shutdownCindy Lu1-0/+12
2021-11-15virtio: use virtio accessor to access packed eventJason Wang1-9/+4
2021-11-15virtio: use virtio accessor to access packed descriptor flagsJason Wang1-7/+4
2021-11-11vhost: Rename last_index to vq_index_endEugenio Pérez1-1/+1
2021-11-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson1-0/+13
2021-11-01vhost-vdpa: Set discarding of RAM broken when initializing the backendDavid Hildenbrand1-0/+13
2021-11-01virtio-mem: Drop precopy notifierDavid Hildenbrand1-34/+0
2021-11-01virtio-mem: Implement replay_discarded RamDiscardManager callbackDavid Hildenbrand1-0/+58
2021-10-20vhost-vdpa: multiqueue supportJason Wang1-1/+1
2021-10-20vhost-vdpa: prepare for the multiqueue supportJason Wang1-2/+2