aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-20hw/arm/virt: Support for virtio-mem-pciGavin Shan
2022-01-20virtio-mem: Correct default THP size for ARM64Gavin Shan
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi
2022-01-12virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin
2022-01-10Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin
2022-01-10Revert "virtio: add support for configure interrupt"Michael S. Tsirkin
2022-01-10Revert "vhost: add support for configure interrupt"Michael S. Tsirkin
2022-01-10Revert "virtio-mmio: add support for configure interrupt"Michael S. Tsirkin
2022-01-10Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin
2022-01-07virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanupDaniil Tatianin
2022-01-07virtio-mem: Set "unplugged-inaccessible=auto" for the 7.0 machine on x86David Hildenbrand
2022-01-07virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand
2022-01-07virtio: signal after wrapping packed used_idxStefan Hajnoczi
2022-01-07virtio-mem: Support "prealloc=on" optionDavid Hildenbrand
2022-01-07vhost: stick to -errno error return conventionRoman Kagan
2022-01-07vhost-user: stick to -errno error return conventionRoman Kagan
2022-01-07vhost-vdpa: stick to -errno error return conventionRoman Kagan
2022-01-07vhost-backend: stick to -errno error return conventionRoman Kagan
2022-01-07vhost-backend: avoid overflow on memslots_limitRoman Kagan
2022-01-07virtio-pci: add support for configure interruptCindy Lu
2022-01-07virtio-mmio: add support for configure interruptCindy Lu
2022-01-06vhost: add support for configure interruptCindy Lu
2022-01-06virtio: add support for configure interruptCindy Lu
2022-01-06vhost-vdpa: add support for config interruptCindy Lu
2022-01-06virtio-pci: decouple the single vector from the interrupt processCindy Lu
2022-01-06virtio-pci: decouple notifier from interrupt processCindy Lu
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu
2022-01-06virtio-mem: Don't skip alignment checks when warning about block sizeDavid Hildenbrand
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-17hw/virtio/vhost: Fix typo in comment.Leonardo Garcia
2021-12-15Merge tag 'pull-target-arm-20211215' of https://git.linaro.org/people/pmaydel...Richard Henderson
2021-12-15hw/arm/virt: Remove device tree restriction for virtio-iommuJean-Philippe Brucker
2021-12-15virtio-iommu: Fix the domain_range endEric Auger
2021-12-15virtio-iommu: Fix endianness in get_configEric Auger
2021-12-15virtio-iommu: Remove set_config callbackEric Auger
2021-11-29virtio-balloon: correct used lengthJason Wang
2021-11-29virtio-balloon: process all in sgs for free_page_vqJason Wang
2021-11-28virtio-mmio : fix the crash in the vm shutdownCindy Lu
2021-11-15virtio: use virtio accessor to access packed eventJason Wang
2021-11-15virtio: use virtio accessor to access packed descriptor flagsJason Wang
2021-11-11vhost: Rename last_index to vq_index_endEugenio Pérez
2021-11-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson